summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consistently use collections.abc.Mapping to check frozendict. (#12564)Patrick Cloke2022-04-274-9/+10
* Add option to enable token registration without requiring 3pids (#12526)Will Hunt2022-04-273-2/+18
* Add some type hints to datastore (#12485)Dirk Klimpel2022-04-2711-84/+187
* Bound ephemeral events by key (#12544)Nick Mills-Barrett2022-04-262-4/+4
* Mark remote device list updates as already handled (#12557)Erik Johnston2022-04-262-3/+5
* Comment out dodgy log-kv (#12554)David Robertson2022-04-261-3/+6
* Fix sending opentracing contexts to remote servers (#12555)Erik Johnston2022-04-261-1/+11
* Optimise backfill calculation (#12522)Richard van der Hoff2022-04-264-106/+167
* Handle cancellation in `EventsWorkerStore._get_events_from_cache_or_db` (#12529)Sean Quah2022-04-251-34/+49
* Misc. clean-ups to the relations code (#12519)Patrick Cloke2022-04-252-63/+33
* Update `delay_cancellation` to accept any awaitable (#12468)Sean Quah2022-04-222-12/+43
* MSC3202: Fix device_unused_fallback_keys -> device_unused_fallback_key_types ...Will Hunt2022-04-222-2/+2
* Await un-partial-stating after a partial-state join (#12399)Richard van der Hoff2022-04-215-4/+156
* Dump setuptools; correct pyproject version number (#12478)David Robertson2022-04-202-152/+3
* Fix Jinja templating error when generating thumbnail URLs. (#12510)Patrick Cloke2022-04-201-1/+1
* Implement MSC2815: allow room moderators to view redacted event content (#12427)Tulir Asokan2022-04-206-3/+99
* Fix returned count of delete extremities admin API (#12496)Erik Johnston2022-04-191-3/+5
* Fix `/room/.../event/...` to return the *original* event after any edits (#12...Richard van der Hoff2022-04-192-9/+16
* Implement MSC3383: include destination in X-Matrix auth header (#11398)Jan Christian Grünhage2022-04-192-10/+41
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-04-191-1/+1
|\
| * 1.57.0Olivier Wilkinson (reivilibre)2022-04-191-1/+1
* | Back out implementation of MSC2314 (#12474)Richard van der Hoff2022-04-192-18/+10
* | Fix grammatical error in error message (#12483)Travis Ralston2022-04-181-1/+1
* | Only send out device list updates for our own users (#12465)Erik Johnston2022-04-142-4/+10
* | Limit `device_id` size to 512B (#12454)Shay2022-04-131-0/+9
* | Prevent a sync request from removing a user's busy presence status (#12213)David Baker2022-04-133-18/+53
* | Fix missing sync events during historical batch imports (#12319)Nick Mills-Barrett2022-04-133-17/+38
* | Rename Mutual Rooms `unstable_features` flag to match MSC (#12445)Jonathan de Jong2022-04-131-1/+1
* | Process device list updates asynchronously (#12365)Erik Johnston2022-04-124-91/+12
* | Remove the unstable event field for `/send_join` per MSC3083. (#12395)Patrick Cloke2022-04-122-12/+0
* | Merge branch 'release-v1.57' into developErik Johnston2022-04-121-1/+1
|\|
| * 1.57.0rc1Erik Johnston2022-04-121-1/+1
* | Disable groups/communities by default. (#12344)Patrick Cloke2022-04-121-1/+1
* | Resync state after partial-state join (#12394)Richard van der Hoff2022-04-127-0/+288
* | Remove references to unstable identifiers from MSC3440. (#12382)Patrick Cloke2022-04-129-95/+19
|/
* Add some type hints to datastore (#12423)Dirk Klimpel2022-04-128-77/+122
* Specify tls extra for Twisted dependency. (#12444)Erik Johnston2022-04-121-2/+1
* Remove experimental configuration flag for MSC3666. (#12436)Patrick Cloke2022-04-112-19/+13
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-1147-140/+239
* Do not consider events by ignored users for bundled aggregations (#12235)Patrick Cloke2022-04-112-39/+357
* Disallow untyped defs in synapse._scripts (#12422)David Robertson2022-04-1111-109/+186
* Add Module API for reading and writing global account data. (#12391)reivilibre2022-04-111-0/+76
* Optimise `_update_client_ips_batch_txn` to batch together database operations...reivilibre2022-04-082-35/+132
* Make `synapse._scripts` pass typechecks (#12421)David Robertson2022-04-084-38/+49
* Unify HTTP query parameter type hints (#12415)David Robertson2022-04-085-38/+42
* Update the server notices user profile in room if changed. (#12115)Jorge Florian2022-04-081-4/+55
* Fix rejecting invites over federation (#12409)Erik Johnston2022-04-071-20/+33
* Fix fetching public rooms over federation (#12410)Erik Johnston2022-04-071-1/+1
* Do not add groups to sync results if disabled. (#12408)Patrick Cloke2022-04-072-10/+10
* Add opentracing spans to calls to external cache (#12380)Erik Johnston2022-04-072-11/+23
* Support the v1 endpoint for `/relations`. (#12403)Patrick Cloke2022-04-071-1/+1
* Remove support for the unstable identifier from MSC3288. (#12398)Patrick Cloke2022-04-061-2/+0
* Narrow the `importlib_metadata` dependency (#12400)David Robertson2022-04-061-1/+1
* Fix `synapse_event_persisted_position` metric (#12390)Richard van der Hoff2022-04-061-3/+3
* Update type annotations for compatiblity with prometheus_client 0.14 (#12389)Richard van der Hoff2022-04-067-18/+66
* Generate historic pagination token for `/messages` when no `?from` token prov...Eric Eastwood2022-04-064-14/+23
* Add missing dependency on importlib_metadata (#12384)David Robertson2022-04-051-0/+3
* Post 1.56.0 release tidy up (#12379)Sean Quah2022-04-051-1/+1
* Fix edge case where a `Linearizer` could get stuck (#12358)Sean Quah2022-04-051-1/+5
* Make `StreamToken` and `RoomStreamToken` methods propagate cancellations (#12...Sean Quah2022-04-051-0/+5
* Refactor and convert `Linearizer` to async (#12357)Sean Quah2022-04-0519-113/+101
* Merge branch 'master' into developSean Quah2022-04-052-2/+2
|\
| * 1.56.0Sean Quah2022-04-051-1/+1
| * Pin signedjson to <= 1.1.1 as a temporary workaround for #12324Sean Quah2022-04-051-1/+1
| * Bump `black` and `click` versions (#12320)David Robertson2022-04-0511-18/+21
* | Prefill more stream change caches. (#12372)Erik Johnston2022-04-055-61/+91
* | Fix a spec compliance issue where requests to the `/publicRooms` federation A...reivilibre2022-04-051-2/+2
* | Merge tag 'v1.56.0rc1' into developRichard van der Hoff2022-04-051-1/+1
|\|
| * 1.56.0rc1Brendan Abolivier2022-03-291-1/+1
* | Explain how to decipher live and historic pagination tokens (#12317)Eric Eastwood2022-04-051-11/+85
* | Allow non-member state sent in room batch to resolve for historic events (MSC...Eric Eastwood2022-04-041-26/+12
* | Prefill the device_list_stream_cache (#12367)Erik Johnston2022-04-042-2/+22
* | Track device list updates per room. (#12321)Erik Johnston2022-04-048-37/+362
* | Default to `private` room visibility rather than `public` when a client does ...reivilibre2022-04-011-1/+3
* | Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209)Nick Mills-Barrett2022-04-013-44/+67
* | Move `update_client_ip` background job from the main process to the backgroun...reivilibre2022-04-019-153/+159
* | Raise an exception when getting state at an outlier (#12191)Richard van der Hoff2022-04-012-4/+32
* | Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040)Richard van der Hoff2022-04-012-9/+42
* | Add a module callback to react to account data changes (#12327)Brendan Abolivier2022-04-012-1/+66
* | Add set_user_admin function to the module API (#12341)Amanda Graven2022-04-011-0/+11
* | Move MSC2654 support behind an experimental configuration flag. (#12295)Patrick Cloke2022-03-312-1/+6
* | Handle outliers in `/federation/v1/event` (#12332)Richard van der Hoff2022-03-311-106/+128
* | Add more type hints to the main state store. (#12267)Patrick Cloke2022-03-312-9/+15
* | Add a callback to react to 3PID associations (#12302)Brendan Abolivier2022-03-313-0/+32
* | Remove an unnecessary class from the relations code. (#12338)Patrick Cloke2022-03-313-74/+31
* | Ensure the type of URL attributes is always str when matching against preview...Brendan Abolivier2022-03-311-2/+7
* | Remove the unused and unstable `/aggregations` endpoint. (#12293)Patrick Cloke2022-03-304-271/+16
* | Send device list updates to application services (MSC3202) - part 1 (#11881)Andrew Morgan2022-03-3011-62/+317
* | Start application service stream token tracking from 1 (#12193)Andrew Morgan2022-03-302-2/+3
* | Disable proactive sends for remote joins (#12330)Richard van der Hoff2022-03-301-0/+6
* | Add a configuration to exclude rooms from sync response (#12310)Brendan Abolivier2022-03-304-21/+66
* | Fix typechecker problems exposed by signedjson 1.1.2 (#12326)David Robertson2022-03-295-17/+20
* | Room batch: fix up handling of unknown prev_event_ids (#12316)Richard van der Hoff2022-03-291-8/+13
* | Update `LoggingTransaction.call_after` and `call_on_exception` docstrings (#1...Sean Quah2022-03-291-3/+20
* | Bump `black` and `click` versions (#12320)David Robertson2022-03-2911-18/+21
|/
* Remove unused `auth_event_ids` argument plumbing (#12304)Eric Eastwood2022-03-292-27/+0
* Exclude outliers in `on_backfill_request` (#12314)Richard van der Hoff2022-03-281-3/+9
* Add some type hints to datastore. (#12255)Dirk Klimpel2022-03-288-39/+60
* Un-revert Jinja2 fix (#12313)Brendan Abolivier2022-03-282-6/+9
* Allow modules to store already existing 3PID associations (#12195)Brendan Abolivier2022-03-281-1/+26
* Improve type annotations for `execute_values`. (#12311)reivilibre2022-03-281-10/+7
* Add restrictions by default to open registration in Synapse (#12091)Shay2022-03-252-1/+30
* Add cache for `get_membership_from_event_ids` (#12272)Erik Johnston2022-03-255-22/+71
* Enhance logging for inbound federation events (#12301)Richard van der Hoff2022-03-251-1/+1
* Refactor `create_new_client_event` to use a new parameter, `state_event_ids`,...Eric Eastwood2022-03-254-65/+164
* Always allow the empty string as an avatar_url. (#12261)David Robertson2022-03-251-0/+6
* Merge branch 'master' into developRichard van der Hoff2022-03-243-8/+7
|\
| * 1.55.2Richard van der Hoff2022-03-241-1/+1
| * Pin Jinja to <3.1.0 (#12297)Andrew Morgan2022-03-241-1/+2
| * Revert "Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Mark...Andrew Morgan2022-03-242-6/+4
* | Merge branch 'master' into developAndrew Morgan2022-03-243-5/+7
|\|
| * 1.55.1Andrew Morgan2022-03-241-1/+1
| * Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Markup` (#12...Andrew Morgan2022-03-242-4/+6
* | Do not consider events by ignored users for relations (#12285)Patrick Cloke2022-03-241-1/+8
* | Optionally include account validity in MSC3720 account status responses (#12266)Brendan Abolivier2022-03-242-0/+15
* | Refuse to start if DB has an unsafe locale (#12262)Shay2022-03-232-15/+36
* | Use psycopg2 type stubs (#12269)David Robertson2022-03-232-4/+12
* | Remove mutual_rooms `update_user_directory` check, and add extra documentatio...Jonathan de Jong2022-03-231-4/+6
* | Allow registering admin users using the module API (#12250)Nicolas Werner2022-03-231-0/+4
* | Rename shared_rooms to mutual_rooms (#12036)Jonathan de Jong2022-03-233-10/+11
* | Merge branch 'master' into developAndrew Morgan2022-03-224-7/+7
|\|
| * 1.55.0Andrew Morgan2022-03-221-1/+1
| * Tweak copy for sso account details template (#12265)Michael Telatynski2022-03-223-6/+6
* | Merge branch 'release-v1.55' into developDavid Robertson2022-03-211-1/+1
|\|
| * Reword 'Choose your user name' as 'Choose your account name' in the SSO regis...reivilibre2022-03-211-1/+1
* | Make it possible to enable compression for the metrics HTTP resource (#12258)Nick Mills-Barrett2022-03-211-1/+4
* | Return a 404 from `/state` for an outlier (#12087)Richard van der Hoff2022-03-212-44/+24
* | Try to detect borked package installations. (#12244)David Robertson2022-03-181-1/+23
* | Move get_bundled_aggregations to relations handler. (#12237)Patrick Cloke2022-03-188-157/+172
* | Only fetch thread participation for events with threads. (#12228)Patrick Cloke2022-03-181-1/+3
* | Add some type hints to datastore (#12248)Dirk Klimpel2022-03-182-78/+116
* | Correct `check_username_for_spam` annotations and docs (#12246)David Robertson2022-03-186-12/+39
* | Merge branch 'release-v1.55' into developPatrick Cloke2022-03-162-4/+7
|\|
| * Fix bundling aggregations if unsigned is not a returned event field. (#12234)Patrick Cloke2022-03-161-3/+6
| * 1.55.0rc1David Robertson2022-03-151-1/+1
* | Handle cancellation in `DatabasePool.runInteraction()` (#12199)Sean Quah2022-03-161-24/+37
* | Add a relations handler to avoid duplication. (#12227)Patrick Cloke2022-03-164-69/+133
* | Add some missing type hints to cache datastore. (#12216)Patrick Cloke2022-03-161-21/+36
* | Fix dead link in spam checker warning (#12231)David Robertson2022-03-161-2/+2
* | Clean-up logic for rebasing URLs during URL preview. (#12219)Patrick Cloke2022-03-162-48/+14
* | Use the ignored_users table to test event visibility & sync. (#12225)Patrick Cloke2022-03-154-47/+44
|/
* Add cancellation support to `@cached` and `@cachedList` decorators (#12183)Sean Quah2022-03-141-0/+11
* Add cancellation support to `ReadWriteLock` (#12120)Sean Quah2022-03-142-35/+44
* Fix broken background updates when using sqlite with `enable_search` off (#12...Sean Quah2022-03-141-6/+7
* Add `delay_cancellation` utility function (#12180)Sean Quah2022-03-141-6/+42
* Deprecate the groups/communities endpoints and add an experimental configurat...Patrick Cloke2022-03-125-7/+20
* Add config settings for background update parameters (#11980)Shay2022-03-114-14/+97
* Implement a Jinja2 filter to extract localparts from email addresses (#12212)Brendan Abolivier2022-03-113-1/+13
* Improve code documentation for the typing stream over replication. (#12211)reivilibre2022-03-114-6/+19
* Add an additional HTTP pusher + push rule tests. (#12188)Nick Mills-Barrett2022-03-113-25/+25
* Update the SSO username picker template to comply with SIWA guidelines (#12210)Brendan Abolivier2022-03-115-9/+34
* Remove unnecessary pass statements. (#12206)Patrick Cloke2022-03-119-14/+0
* fix misleading comment in `check_events_for_spam` (#12203)Shay2022-03-101-2/+2
* Remove workaround introduced in Synapse v1.50.0rc1 for Mjolnir compatibility....reivilibre2022-03-101-7/+0
* Support stable identifiers for MSC3440: Threading (#12151)Patrick Cloke2022-03-109-54/+90
* Allow retrieving the relations of a redacted event. (#12130)Patrick Cloke2022-03-104-77/+80
* Rename get_tcp_replication to get_replication_command_handler. (#12192)Patrick Cloke2022-03-1010-14/+14
* Add third_party module callbacks to check if a user can delete a room and dea...Will Hunt2022-03-095-1/+89
* Allow for ignoring some arguments when caching. (#12189)Patrick Cloke2022-03-092-18/+60
* Remove some unused variables/parameters. (#12187)Patrick Cloke2022-03-091-9/+5
* Retry some http replication failures (#12182)Nick Mills-Barrett2022-03-091-11/+36
* Skip attempt to get state at backwards-extremities (#12173)Richard van der Hoff2022-03-091-57/+3
* Use `ParamSpec` in type hints for `synapse.logging.context` (#12150)Sean Quah2022-03-084-25/+36
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-03-082-2/+3
|\
| * 1.54.0Olivier Wilkinson (reivilibre)2022-03-081-1/+1
| * Fix a bug introduced in 1.54.0rc1 which meant that Synapse would refuse to st...reivilibre2022-03-081-1/+2
* | Add experimental environment variable to enable asyncio reactor (#12135)Erik Johnston2022-03-081-0/+21
* | Do not return allowed_room_ids from /hierarchy response. (#12175)Patrick Cloke2022-03-081-2/+13
* | Fix incorrect type hints for txredis. (#12042)Patrick Cloke2022-03-083-7/+7
* | Fix a bug in background updates wherein background updates are never run usin...Shay2022-03-071-3/+5
* | Invalidate caches when an event with a relation is redacted. (#12121)Patrick Cloke2022-03-072-5/+35
* | Merge remote-tracking branch 'origin/release-v1.54' into developRichard van der Hoff2022-03-044-12/+71
|\|
| * Relax version guard for packaging (#12166)David Robertson2022-03-041-2/+2
| * Don't impose version checks on dev extras at runtime (#12129)David Robertson2022-03-031-7/+54
| * Correctly register deactivation and profile update module callbacks (#12141)Brendan Abolivier2022-03-032-3/+15
* | Reduce to-device queries for /sync. (#12163)Erik Johnston2022-03-041-0/+3
* | Add type hints for `ObservableDeferred` attributes (#12159)Sean Quah2022-03-041-3/+11
* | Remove backwards compatibility with RelationPaginationToken. (#12138)Patrick Cloke2022-03-042-72/+14
* | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)David Robertson2022-03-041-0/+360
* | Spread out sending device lists to remote hosts (#12132)Erik Johnston2022-03-045-12/+30
* | Update client-visibility filtering for outlier events (#12155)Richard van der Hoff2022-03-041-1/+16
* | Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156)Richard van der Hoff2022-03-042-7/+7
* | Avoid generating state groups for local out-of-band leaves (#12154)Richard van der Hoff2022-03-031-1/+1
* | Rename various ApplicationServices interested methods (#11915)Andrew Morgan2022-03-035-51/+98
* | Use the proper serialization format when bundling aggregations. (#12090)Patrick Cloke2022-03-037-140/+125
* | Limit the size of the aggregation_key (#12101)Erik Johnston2022-03-031-0/+3
* | Merge tag 'v1.54.0rc1' into developOlivier Wilkinson (reivilibre)2022-03-021-1/+1
|\|
| * 1.54.0rc1Olivier Wilkinson (reivilibre)2022-03-021-1/+1
* | Check if instances are lists, not sequences. (#12128)Patrick Cloke2022-03-022-5/+5
* | Move scripts directory inside synapse, exposing as setuptools entry_points (#...David Robertson2022-03-029-1/+1852
|/
* Back out in-flight state caching changes. (#12126)reivilibre2022-03-021-218/+25
* Make get_room_version use cached get_room_version_id. (#11808)lukasdenk2022-03-021-14/+13
* Use importlib.metadata to read requirements (#12088)David Robertson2022-03-0111-115/+141
* Fix rare error in `ReadWriteLock` when writers complete immediately (#12105)Sean Quah2022-03-011-1/+4
* Add module callbacks called for reacting to deactivation status change and pr...Brendan Abolivier2022-03-014-5/+86
* Add `stop_cancellation` utility function (#12106)Sean Quah2022-03-011-0/+19
* Order in-flight state group queries in biggest-first order (#11610)reivilibre2022-03-011-3/+27
* Faster joins: persist to database (#12012)Richard van der Hoff2022-03-0110-5/+264
* Fix 'Unhandled error in Deferred' (#12089)Richard van der Hoff2022-03-011-32/+32
* Improve exception handling for concurrent execution (#12109)Richard van der Hoff2022-03-013-25/+37
* Remove the unstable `/spaces` endpoint. (#12073)Patrick Cloke2022-02-285-683/+43
* Move experimental support for MSC3440 to /versions. (#12099)Patrick Cloke2022-02-282-3/+2
* Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100)Richard van der Hoff2022-02-282-6/+7
* Actually fix bad debug logging rejecting device list & signing key transactio...David Robertson2022-02-281-1/+1
* Properly failover for unknown endpoints from Conduit/Dendrite. (#12077)Patrick Cloke2022-02-281-9/+13
* Ensure that `get_datastores().main` is typed (#12070)Sean Quah2022-02-251-1/+2
* Minor typing fixes for `synapse/storage/persist_events.py` (#12069)Sean Quah2022-02-252-23/+25
* Add support for MSC3202: sending one-time key counts and fallback key usage s...reivilibre2022-02-247-14/+294
* Fix non-strings in the `event_search` table (#12037)Sean Quah2022-02-243-9/+57
* Add logging to `/sync` for debugging #11916 (#12068)Erik Johnston2022-02-231-0/+9
* Remove more references to `get_datastore` (#12067)Richard van der Hoff2022-02-232-5/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-23124-243/+246
* Remove excess condition on `knock->leave` check (#11900)Travis Ralston2022-02-221-3/+3
* Better error message when failing to request from another process (#12060)Erik Johnston2022-02-221-1/+3
* Implement account status endpoints (MSC3720) (#12001)Brendan Abolivier2022-02-229-2/+310
* Cap the number of in-flight requests for state from a single group (#11608)reivilibre2022-02-221-0/+16
* Use room version 9 as the default room version (per MSC3589). (#12058)Patrick Cloke2022-02-221-1/+1
* Run `_handle_queued_pdus` as a background process (#12041)Richard van der Hoff2022-02-221-2/+4
* Fix slow performance of `/logout` in some cases where refresh tokens are in u...reivilibre2022-02-222-2/+44
* Merge remote-tracking branch 'origin/master' into developErik Johnston2022-02-221-1/+1
|\
| * 1.53.0 v1.53.0Erik Johnston2022-02-221-1/+1
* | Faster joins: Support for calling `/federation/v1/state` (#12013)Richard van der Hoff2022-02-224-17/+206
* | Fetch images when previewing Twitter URLs. (#11985)AndrewRyanChama2022-02-222-4/+10
* | Use v3 endpoints for fallback auth (Matrix 1.1) (#12019)Travis Ralston2022-02-221-4/+4
* | remote join processing: get create event from state, not auth_chain (#12039)Richard van der Hoff2022-02-213-5/+7
* | Minor typing fixes (#12034)Richard van der Hoff2022-02-213-16/+18
* | Add type hints to `synapse/storage/databases/main` (#11984)Dirk Klimpel2022-02-215-50/+78
* | Advertise Matrix 1.2 in `/_matrix/client/versions` (#12022)Travis Ralston2022-02-211-0/+1
* | Document why auth providers aren't validated in the admin API. (#12004)Patrick Cloke2022-02-182-1/+26
* | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870)reivilibre2022-02-181-25/+178
* | Upgrade mypy to version 0.931 (#12030)Sean Quah2022-02-186-13/+21
* | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016)reivilibre2022-02-181-1/+7
* | Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020)Travis Ralston2022-02-181-0/+1
* | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021)Travis Ralston2022-02-181-0/+2
* | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta...Eric Eastwood2022-02-181-1/+1
* | Remove unstable MSC3283 flags (#12018)Erik Johnston2022-02-172-17/+0
* | Allow modules to set a display name on registration (#12009)Brendan Abolivier2022-02-173-0/+70
* | Faster joins: parse msc3706 fields in send_join response (#12011)Richard van der Hoff2022-02-174-33/+107
* | Remove support for the legacy structured logging configuration. (#12008)Patrick Cloke2022-02-172-167/+8
* | `send_join` response: get create event from `state`, not `auth_chain` (#12005)Richard van der Hoff2022-02-171-1/+1
* | Prevent duplicate push notifications for room reads (#11835)lukasdenk2022-02-171-1/+6
* | Fix a typo in a comment.Patrick Cloke2022-02-161-1/+1
* | Limit concurrent AS joins (#11996)Brendan Abolivier2022-02-161-19/+27
* | Optimise calculating device_list changes in `/sync`. (#11974)Erik Johnston2022-02-153-15/+125
* | `_auth_and_persist_outliers`: drop events we have already seen (#11994)Richard van der Hoff2022-02-151-24/+20
* | Track cache invalidations (#12000)Erik Johnston2022-02-153-1/+9
* | Fix incorrect `get_rooms_for_user` for remote user (#11999)Erik Johnston2022-02-151-11/+16
* | Refactor search code to reduce function size. (#11991)Patrick Cloke2022-02-152-226/+434
* | Fix incorrect thread summaries when the latest event is edited. (#11992)Patrick Cloke2022-02-153-31/+64
* | Merge tag 'v1.53.0rc1' into developSean Quah2022-02-151-1/+1
|\|