Commit Graph

  • 55f03b188f Allow room history to be visible main Charlotte Som 2021-10-12 19:11:24 +0200
  • 037ff4fb23
    Version 0.5.0 Neil Alexander 2021-08-24 15:03:28 +0100
  • 4b0cc32af2
    Hopefully fix UIA for cross-signing setup (closes #1983) (#1986) Neil Alexander 2021-08-24 11:44:03 +0100
  • 329c9e671c
    Update to matrix-org/pinecone@e692df1 Neil Alexander 2021-08-19 16:07:28 +0100
  • 9a2dcd6078
    Update to matrix-org/pinecone@21e3b39228 Neil Alexander 2021-08-19 15:02:50 +0100
  • cd3823308c
    Version 0.5.0rc1 Neil Alexander 2021-08-18 14:29:45 +0100
  • cf42ae6064
    Build Docker images using Go 1.17 Neil Alexander 2021-08-18 14:13:38 +0100
  • fe5050c0a5
    Add and use M_ROOM_IN_USE (#1972) Kevin Liu 2021-08-18 04:41:30 -0700
  • 614e67280d
    Delete device keys/signatures from key server when deleting devices (#1979) Neil Alexander 2021-08-18 12:07:09 +0100
  • 1bee1ae204
    Syslog integration (#1952) Sambhav Saggi 2021-08-17 11:18:51 -0400
  • ff21675c5b
    Cross-signing fixes, notifications via sync, federation (#1974) Neil Alexander 2021-08-17 13:44:30 +0100
  • 8a4b90b7dd
    Update golangci-lint (#1978) S7evinK 2021-08-17 11:39:09 +0200
  • c2b9ab7470
    Fix ineffectual error assignment (#1976) Devon Mizelle 2021-08-16 09:19:35 -0400
  • 125ea75b24
    Add type field to DeviceMessage, allow fields to be nullable (#1969) Neil Alexander 2021-08-11 09:44:14 +0100
  • b1377d991a
    Cross-signing signature handling (#1965) Neil Alexander 2021-08-09 14:35:24 +0100
  • e95b1fd238
    Cross-signing validation for self-sigs, expose signatures over `/user/keys/query` and `/user/devices/{userId}` (#1962) Neil Alexander 2021-08-06 10:13:35 +0100
  • 8e5a0139b5
    Update to matrix-org/gomatrixserverlib@03e40fa Neil Alexander 2021-08-05 11:48:22 +0100
  • eb0efa4636
    Cross-signing groundwork (#1953) Neil Alexander 2021-08-04 17:56:29 +0100
  • 4cc8b28b7f
    Ensure all create events have a snapshot NID of 0 (#1961) kegsay 2021-08-04 17:48:23 +0100
  • 7a9a2547b3
    Cross-signing storage code (#1959) Neil Alexander 2021-08-04 17:31:18 +0100
  • ed04eed441
    Fix sqlite migration issues (#1960) kegsay 2021-08-04 17:08:17 +0100
  • da101469fa
    Minimum version Go 1.15 (#1957) Neil Alexander 2021-08-03 11:35:29 +0100
  • e3df612953
    Add tracing to user API (#1948) kegsay 2021-08-03 11:23:25 +0100
  • d4aa311c74
    Update containerd dependency Neil Alexander 2021-08-03 11:17:27 +0100
  • a81c499f65
    Update dependencies (#1956) Neil Alexander 2021-08-03 11:15:17 +0100
  • a22ab3eee6
    Read the right username field when performing account deactivation (#1954) kegsay 2021-08-02 13:11:23 +0100
  • ed4097825b Factor out StatementList to `sqlutil` and use it in `userapi` Kegan Dougal 2021-07-28 18:30:04 +0100
  • 9e4618000e
    Alias key backup endpoints onto /unstable, fix key backup bugs (#1947) Neil Alexander 2021-07-28 10:25:45 +0100
  • 3e01a88a0c
    Update to neilalexander/utp@54ae7b1 Neil Alexander 2021-07-27 21:34:40 +0100
  • 32bf14a37c
    Key Backups (3/3) : Implement querying keys and various bugfixes (#1946) kegsay 2021-07-27 19:29:32 +0100
  • b3754d68fc
    Key Backups (2/3) : Add E2E backup key tables (#1945) kegsay 2021-07-27 17:08:53 +0100
  • a060df91e2
    Use db writer on sqlite account table (#1944) kegsay 2021-07-27 12:47:50 +0100
  • 32538640db
    Key backups (1/2) : Add E2E session backup metadata tables (#1943) kegsay 2021-07-27 12:47:32 +0100
  • e3679799ea
    Version 0.4.1 Neil Alexander 2021-07-26 12:52:11 +0100
  • 16bf94f239
    Not finding the snapshot is not fatal (#1940) kegsay 2021-07-26 12:30:44 +0100
  • fa1ec482a7
    fix:Inviting to an unsupported room version return M_BAD_JSON instead of Incompatible_Version (#1930) Meenal Trivedi 2021-07-26 15:11:58 +0530
  • 75d0f009ec
    Don't set prev state when it is the same as the event it replaces (#1936) Neil Alexander 2021-07-22 16:46:36 +0100
  • 39e8d1cc6f
    Track knocking in membership updater (#1935) Neil Alexander 2021-07-22 12:26:58 +0100
  • 43ac66e0b4
    Update to matrix-org/gomatrixserverlib@b9eb787 Neil Alexander 2021-07-22 09:46:31 +0100
  • 9008b1c111
    Update to matrix-org/gomatrixserverlib@ae88543 Neil Alexander 2021-07-21 18:46:31 +0100
  • 7650998308
    Update to matrix-org/gomatrixserverlib#271 Neil Alexander 2021-07-21 17:21:15 +0100
  • c1447a58e5
    Various alias fixes (#1934) Neil Alexander 2021-07-21 16:53:50 +0100
  • f0f8c7f055
    Optimise QueryServerJoinedToRoom (#1933) Neil Alexander 2021-07-21 13:06:32 +0100
  • 2f5e4f5991
    Support initial_state properly in `/createRoom` (#1932) Neil Alexander 2021-07-21 12:31:46 +0100
  • c6acb94af4
    Update to matrix-org/gomatrixserverlib#270 Neil Alexander 2021-07-20 15:14:24 +0100
  • 034f5ae3f1
    Add startup testing for Wasm Pinecone build (#1910) J. Ryan Stinnett 2021-07-20 12:14:58 +0100
  • f63068df3b
    Only include go-sqlite3 on the relevant binaries (#1900) Neil Alexander 2021-07-20 11:18:14 +0100
  • 0ff078ebd7
    Fixed log printing bug (closes #1885) Neil Alexander 2021-07-20 10:49:12 +0100
  • da2023ba04
    Rename Riot to Element (#1874) S7evinK 2021-07-20 10:45:40 +0200
  • 8d8fe485b4
    Fix failing ban tests (#1884) David Spenler 2021-07-19 13:33:05 -0400
  • 5094bc89bf
    Set MaxFileSizeBytes <= 0 to unlimited (#1876) S7evinK 2021-07-19 18:58:51 +0200
  • 09d3bab838
    Metric fixes Neil Alexander 2021-07-19 17:20:55 +0100
  • eb2a8e4c0b
    Set buckets for dendrite_roomserver_calculate_state_duration_microseconds Neil Alexander 2021-07-19 16:07:06 +0100
  • b20d402f39
    dendrite_roomserver_calculate_state_duration_microseconds as histogram rather than summary Neil Alexander 2021-07-19 15:24:10 +0100
  • 628e4cc709
    Update to matrix-org/gomatrixserverlib#269 Neil Alexander 2021-07-19 15:09:01 +0100
  • af64e648d7
    Fix failing Complement tests (#1931) kegsay 2021-07-19 13:15:19 +0100
  • b954343d73
    Fix DNS CacheLifetime (#1926) S7evinK 2021-07-16 20:42:53 +0200
  • 728061db03
    fedsender: try to satisfy all notary key requests from the cache first (#1925) kegsay 2021-07-16 11:35:42 +0100
  • c102adaf43
    fedsender: add cache tables for notary keys (#1923) kegsay 2021-07-15 17:45:37 +0100
  • 1827dd7c09
    Update dendrite-demo-yggdrasil to Yggdrasil 0.4 (#1921) Neil Alexander 2021-07-15 12:16:44 +0100
  • c211fdf581 Add missing sytest to whitelist Kegan Dougal 2021-07-14 18:13:00 +0100
  • e8de96b78c
    sytests: fix failing PL tests by updating GMSL (#1920) kegsay 2021-07-14 15:48:14 +0100
  • fa1397c21e
    Remove unused binaries Neil Alexander 2021-07-14 13:46:35 +0100
  • 2713d1935e
    AWSY: update list and shuffle groups (#1919) kegsay 2021-07-14 10:48:34 +0100
  • e80098e186
    bugfix: retire invites even when we cannot talk to the remote server to make/send_leave (#1918) kegsay 2021-07-14 10:39:17 +0100
  • 7df3e691f2
    Fix failing complement test (#1917) kegsay 2021-07-13 12:22:27 +0100
  • f8ae391a5b
    Expose more data when outputting output room events (#1916) kegsay 2021-07-13 11:19:21 +0100
  • f698142073
    update whitelist (#1914) kegsay 2021-07-12 19:42:05 +0100
  • 93cf1e7590 Actually bump GMSL Kegan Dougal 2021-07-12 18:58:25 +0100
  • b130fab583
    Update are we synapse groupings (#1913) kegsay 2021-07-12 16:27:13 +0100
  • ea477d7d66 Update blacklist Kegan Dougal 2021-07-12 16:11:26 +0100
  • 48bdd79bde
    Fix attribution in changelog Neil Alexander 2021-07-12 11:54:11 +0100
  • 89a16bdcd9
    Version 0.4.0 Neil Alexander 2021-07-12 11:48:29 +0100
  • 0530302cd6 Add shared secret sytests to whitelist Kegan Dougal 2021-07-12 11:48:08 +0100
  • e48a08fef0
    Propose config better (#1758) Melroy van den Berg 2021-07-12 11:13:17 +0200
  • acec6fa979
    Move a couple of callers to helpers.IsServerCurrentlyInRoom over to the query API (#1912) Neil Alexander 2021-07-09 17:49:59 +0100
  • 1ed732cc78
    Implement /_synapse/admin/v1/register (#1911) kegsay 2021-07-09 16:52:31 +0100
  • c8408a6387
    Add more optimised code path for checking if we're in a room (#1909) Neil Alexander 2021-07-09 16:36:45 +0100
  • 3e50bac944
    bugfix: order the state blocks so recreating state snapshots works correctly (#1908) kegsay 2021-07-09 10:49:49 +0100
  • 816e1a402b
    Fix bug when rejecting invites (#1907) Neil Alexander 2021-07-08 14:54:03 +0100
  • 70e4bbda3b
    Only log filename and not entire path (#1906) kegsay 2021-07-08 13:13:27 +0100
  • ef331c52af
    dendrite-upgrade-test: tweaks to get it to run under CI in docker (#1905) kegsay 2021-07-08 12:28:04 +0100
  • 3fb5ee7e1c linting Kegan Dougal 2021-07-08 10:17:13 +0100
  • 717d16345c Improve error handling and close files post-tarring Kegan Dougal 2021-07-08 10:07:39 +0100
  • f2974721d5
    Fix concurrent map reads/writes on t.hadEvents (#1902) Neil Alexander 2021-07-07 18:55:44 +0100
  • 5a09290c32
    db migration: handle create events with no state blocks from v0.1.0 (#1904) kegsay 2021-07-07 17:07:33 +0100
  • bb6e4487dd
    dendrite-upgrade-test: support --from HEAD-N, cleanup on startup (#1903) kegsay 2021-07-07 14:20:07 +0100
  • d72d634391
    Add dendrite-upgrade-test (#1901) kegsay 2021-07-07 12:06:17 +0100
  • bcd3ef38d0
    Track expiry rate on pduCountTotal Neil Alexander 2021-07-05 13:47:37 +0100
  • 99d8e1c107
    Federation API fixes (#1899) Neil Alexander 2021-07-05 12:14:31 +0100
  • 7f02eab47d
    Remove processEventWithMissingStateMutex Neil Alexander 2021-07-05 09:14:24 +0100
  • 355ce7ed30
    Update to matrix-org/gomatrixserverlib#266 (+ missing file) Neil Alexander 2021-07-02 16:30:37 +0100
  • 6bb994bcfa
    Update to matrix-org/gomatrixserverlib#265 for faster power level content parsing Neil Alexander 2021-07-02 16:13:56 +0100
  • 57320897cb
    Federation API workers for /send to reduce memory usage (#1897) Neil Alexander 2021-07-02 12:33:27 +0100
  • 192a7a7923
    Roomserver input backpressure metric Neil Alexander 2021-07-02 09:48:55 +0100
  • 2647f6e9c5
    Fix concurrent map read/write on haveEvents (#1893) Neil Alexander 2021-06-30 12:32:20 +0100
  • b7a2d369c0
    Change how servers are selected for missing auth/prev events (#1892) Neil Alexander 2021-06-30 12:05:58 +0100
  • 0e69212206
    Give up on loops when the context expires (#1891) Neil Alexander 2021-06-30 10:39:47 +0100
  • 3afb161352
    Reduce memory usage in federation /send endpoint (#1890) Neil Alexander 2021-06-30 10:01:56 +0100
  • c849e74dfc
    db migration: fix #1844 and add additional assertions (#1889) kegsay 2021-06-29 11:25:17 +0100