summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve URL previews for some pages (#12951)Patrick Cloke2022-06-031-17/+35
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-0127-75/+288
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-015-9/+0
* Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev...Richard van der Hoff2022-06-015-65/+128
* Fix potential thumbnail memory leaks. (#12932)Erik Johnston2022-06-012-135/+201
* Remove most groups datastore code. (#12895)Patrick Cloke2022-05-312-1396/+6
* Improve logging when signature checks fail (#12925)Richard van der Hoff2022-05-313-65/+94
* Remove groups replication code. (#12900)Patrick Cloke2022-05-316-90/+0
* Add config options for media retention (#12732)Andrew Morgan2022-05-312-1/+86
* Faster room joins: Resume state re-syncing after a Synapse restart (#12813)Sean Quah2022-05-312-2/+52
* Faster room joins: Try other destinations when resyncing the state of a parti...Sean Quah2022-05-313-9/+93
* Merge branch 'master' into developErik Johnston2022-05-315-60/+51
|\
| * Fix import in module_api module and docs on the new check_event_for_spam sign...Brendan Abolivier2022-05-315-58/+46
* | Reduce DB load of /sync when using presence (#12885)Erik Johnston2022-05-311-27/+48
* | Stop reading from `event_edges.room_id`. (#12914)Richard van der Hoff2022-05-313-24/+21
* | Rename storage classes (#12913)Erik Johnston2022-05-3130-484/+592
* | Rework stream token to stop caring about groups. (#12897)Patrick Cloke2022-05-312-3/+7
* | Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12923)Travis Ralston2022-05-311-1/+1
* | Revert "Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12922)"Travis Ralston2022-05-301-1/+1
* | Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12922)Travis Ralston2022-05-311-1/+1
* | Don't return `end` from `/messages` if there are no more events (#12903)Jacek Kuśnierz2022-05-301-6/+17
* | Document the Synapse version of a new module API method (#12917)Brendan Abolivier2022-05-301-1/+6
* | Uniformize spam-checker API, part 3: Expand check_event_for_spam with the abi...David Teller2022-05-303-17/+41
* | Add a migration step to cleanup potential leftovers of bug 11833 (#12784)Mathieu Velten2022-05-301-0/+19
* | Fix invite notifications for users without pushers (#12840)DeepBlueV7.X2022-05-302-12/+4
* | Fix `get_metadata_for_events` (#12904)Richard van der Hoff2022-05-301-2/+2
* | Bump jsonschema stubs (#12912)David Robertson2022-05-301-2/+7
* | Mutual rooms: Remove dependency on user directory (#12836)Jonathan de Jong2022-05-303-56/+26
* | LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832)Sumner Evans2022-05-301-1/+18
* | Add a background job to automatically delete stale devices (#12855)Brendan Abolivier2022-05-273-1/+79
* | Add code M_USER_ACCOUNT_SUSPENDED, as per MSC3823. (#12845)David Teller2022-05-271-0/+7
* | Clean-up some receipts code (#12888)Patrick Cloke2022-05-271-42/+47
* | Additional constants for EDU types. (#12884)Patrick Cloke2022-05-2719-41/+64
* | Remove federation client code for groups. (#12563)Patrick Cloke2022-05-271-483/+0
* | Merge tag 'v1.60.0rc2' into developSean Quah2022-05-275-14/+62
|\|
| * Close `ijson` coroutines ourselves instead of letting the GC close them (#12875)Sean Quah2022-05-272-2/+18
| * Add an option allowing users to use their password to reauthenticate even tho...reivilibre2022-05-272-11/+35
| * Improve URL previews by not including the content of media tags in the genera...reivilibre2022-05-261-1/+9
* | Add storage and module API methods to get monthly active users and their apps...Matt C2022-05-272-0/+65
* | Easy type hints in synapse.logging.opentracing (#12894)David Robertson2022-05-273-57/+72
* | Fix room deletion (#12889)Richard van der Hoff2022-05-271-9/+10
* | Refactor have_seen_events to reduce OOMs (#12886)Richard van der Hoff2022-05-271-18/+24
* | Remove backing code for groups/communities (#12558)Patrick Cloke2022-05-2610-1873/+3
* | Fix ambiguous column name that would prevent use of MSC2716 History Import wh...reivilibre2022-05-261-1/+1
* | Remove unstable APIs for /hierarchy. (#12851)Patrick Cloke2022-05-263-15/+2
* | Avoid attempting to delete push actions for remote users. (#12879)Patrick Cloke2022-05-264-4/+7
* | Pull out less state when handling gaps mk2 (#12852)Erik Johnston2022-05-264-109/+190
* | Allow bigger responses to `/federation/v1/state` (#12877)Richard van der Hoff2022-05-252-29/+15
* | Fix up `state_store` naming (#12871)Erik Johnston2022-05-2513-47/+55
* | Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-2514-2043/+1
* | Fix caching behavior for relations push rules. (#12859)Patrick Cloke2022-05-252-9/+11
* | Misc clean-up of push rules datastore (#12856)Patrick Cloke2022-05-251-11/+5
* | Add the `batch_send` endpoint to generic workers (#12868)Nick Mills-Barrett2022-05-251-0/+2
* | Don't create empty AS txns when the AS is down (#12869)Nick Mills-Barrett2022-05-251-1/+5
* | Add the `/account/whoami` endpoint to generic workers (#12866)Nick Mills-Barrett2022-05-251-1/+2
* | Make sure `prev_ids` defaults to empty list (#12829)Carl Bordum Hansen2022-05-251-0/+4
* | Correct annotation of `_iterate_over_text` (#12860)David Robertson2022-05-241-1/+1
* | Fixes to MSC3787 implementation (#12858)David Robertson2022-05-242-19/+19
* | Remove `dont_notify` from the `.m.rule.room.server_acl` rule (#12849)Šimon Brandner2022-05-241-1/+1
* | Add authentication to thirdparty bridge APIs (#12746)Will Hunt2022-05-241-3/+12
* | Experimental support for MSC3772 (#12740)Patrick Cloke2022-05-248-3/+205
|/
* Marker events as state - MSC2716 (#12718)Eric Eastwood2022-05-231-1/+25
* Uniformize spam-checker API, part 2: check_event_for_spam (#12808)David Teller2022-05-237-21/+82
* Prevent expired events from being filtered out when retention is disabled (#1...Brendan Abolivier2022-05-234-24/+35
* add SpamChecker callback for silently dropping inbound federated events (#12744)Jess Porter2022-05-233-4/+89
* Fix media thumbnails being unusable before the index had been added in the ba...reivilibre2022-05-231-0/+2
* Send `USER_IP` commands on a different Redis channel, in order to reduce traf...reivilibre2022-05-202-3/+15
* Uniformize spam-checker API, part 1: the `Code` enum. (#12703)David Teller2022-05-201-2/+9
* Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accep...Shay2022-05-208-17/+63
* Fix `RetryDestinationLimiter` re-starting finished log contexts (#12803)Sean Quah2022-05-191-2/+2
* Add a unit test for copying over arbitrary room types when upgrading a room (...Andrew Morgan2022-05-191-1/+1
* Lay some foundation work to allow workers to only subscribe to some kinds of ...reivilibre2022-05-192-12/+57
* Properly close providers.json file stream. (#12794)Petr Vaněk2022-05-191-3/+3
* Add a unique index to `state_group_edges` to prevent duplicates being acciden...reivilibre2022-05-193-0/+48
* hash_password: raise an error if no config file is specified (#12789)Jae Lo Presti2022-05-191-5/+5
* Implement MSC3818: copy room type on upgrade (#12786)Aminda Suomalainen2022-05-191-8/+8
* Downgrade some OIDC exceptions to warnings (#12723)David Robertson2022-05-181-2/+2
* Skip waiting for full state if a StateFilter does not require it (#12498)Richard van der Hoff2022-05-181-4/+59
* Refactor `resolve_state_groups_for_events` to not pull out full state when no...Shay2022-05-183-23/+26
* Add some type hints to `event_federation` datastore (#12753)Dirk Klimpel2022-05-182-64/+125
* Do not keep going if there are 5 back-to-back background update failures. (#1...reivilibre2022-05-181-0/+8
* Give a meaningful error message when a client tries to create a room with an ...reivilibre2022-05-182-0/+18
* Discard null-containing strings before updating the user directory (#12762)David Robertson2022-05-184-11/+16
* Make handling of federation Authorization header (more) compliant with RFC723...Hubert Chathi2022-05-182-4/+6
* Move methods that call add_push_rule to PushRuleStore (#12772)Adam2022-05-181-51/+51
* Delete events from federation_inbound_events_staging table on purge (#12770)Mathieu Velten2022-05-171-0/+1
* allow `on_invalidate=None` in `@cached` methods (#12769)David Robertson2022-05-171-1/+2
* Add some type hints to datastore (#12717)Dirk Klimpel2022-05-178-159/+253
* Add a new room version for MSC3787's knock+restricted join rule (#12623)Travis Ralston2022-05-175-7/+67
* Remove code which updates `application_services_state.last_txn` (#12680)Richard van der Hoff2022-05-172-24/+28
* Fix push for m.read events (#12721)SpiritCroc2022-05-171-1/+1
* Merge branch 'master' into developDavid Robertson2022-05-171-1/+1
|\
| * Fix query performance for /sync (#12745)Erik Johnston2022-05-161-1/+1
* | Add index to cache invalidations (#12747)Erik Johnston2022-05-172-0/+26
* | Track in memory events using weakrefs (#10533)Erik Johnston2022-05-171-2/+33
* | Tidy up and type-hint the database engine modules (#12734)David Robertson2022-05-175-94/+178
* | Add `StreamKeyType` class and replace string literals with constants (#12567)Andrew Morgan2022-05-1618-80/+124
* | Avoid unnecessary copies when filtering private read receipts. (#12711)Šimon Brandner2022-05-162-35/+65
* | Merge tag 'v1.59.0rc2' into developDavid Robertson2022-05-161-8/+11
|\|
| * Fix bug /sync returning 404 (#12729)Erik Johnston2022-05-161-8/+11
* | Fix typo in listener config (#12742)Dirk Klimpel2022-05-161-1/+1
* | Fix room upgrades creating an empty room when auth fails (#12696)Sean Quah2022-05-161-43/+82
* | Consolidate logic for parsing relations. (#12693)Patrick Cloke2022-05-165-59/+91
* | Add config flags to allow for cache auto-tuning (#12701)Shay2022-05-133-51/+175
* | Don't create an empty room when checking for MAU limits (#12713)Brendan Abolivier2022-05-132-55/+55
* | Another batch of type annotations (#12726)David Robertson2022-05-139-79/+122
* | SpamChecker metrics (#12513)Jess Porter2022-05-132-24/+59
* | URL preview cache expiry logs: INFO -> DEBUG, text clarifications (#12720)Andrew Morgan2022-05-121-9/+21
* | Reduce the number of "untyped defs" (#12716)David Robertson2022-05-1214-69/+117
* | add default_power_level_content_override config option. (#12618)Andy Balaam2022-05-122-1/+62
* | Enable cancellation of `GET /members` and `GET /state` requests (#12708)Sean Quah2022-05-112-2/+8
* | No longer permit empty body when sending receipts (#12709)David Robertson2022-05-111-12/+1
* | Complain if a federation endpoint has the `@cancellable` flag (#12705)Sean Quah2022-05-111-1/+12
* | Reload cache factors from disk on SIGHUP (#12673)David Robertson2022-05-116-61/+166
* | Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700)Sean Quah2022-05-111-2/+19
* | Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet...Sean Quah2022-05-111-0/+5
* | Respect the `@cancellable` flag for `DirectServe{Html,Json}Resource`s (#12698)Sean Quah2022-05-111-0/+2
* | Remove unneeded `ActionGenerator` class. (#12691)Patrick Cloke2022-05-116-60/+16
* | Fix `/messages` throwing a 500 when querying for non-existent room (#12683)Eric Eastwood2022-05-102-16/+12
* | Refactor `EventContext` (#12689)Erik Johnston2022-05-108-197/+59
* | Capture the `Deferred` for request cancellation in `_AsyncResource` (#12694)Sean Quah2022-05-102-5/+8
* | Fix incorrect type hint in filtering code. (#12695)Patrick Cloke2022-05-101-2/+3
* | Add some type hints to datastore. (#12477)Dirk Klimpel2022-05-103-71/+121
* | Stop writing to `event_reference_hashes` (#12679)Richard van der Hoff2022-05-103-29/+4
* | Add ability to cancel disconnected requests to `SynapseRequest` (#12588)Sean Quah2022-05-101-1/+23
* | Add `@cancellable` decorator, for use on request handlers (#12586)Sean Quah2022-05-101-0/+61
* | Merge tag 'v1.59.0rc1' into developDavid Robertson2022-05-105-22/+9
|\|
| * Add the `update_user_directory_from_worker` configuration option (superseding...reivilibre2022-05-105-22/+9
* | Move free functions into PushRuleEvaluatorForEvent. (#12677)Patrick Cloke2022-05-102-34/+68
* | Add class-diagrams and notes for push. (#12676)Patrick Cloke2022-05-101-0/+79
|/
* Immediately retry any requests that have backed off when a server comes back ...Erik Johnston2022-05-104-6/+98
* Implement MSC3786: Add a default push rule to ignore m.room.server_acl events...Šimon Brandner2022-05-103-11/+55
* Update `replication.md` with info on TCP module structure (#12621)Shay2022-05-091-1/+1
* Fix inconsistent spelling of 'M_UNRECOGNIZED'. (#12665)Val Lorentz2022-05-091-1/+1
* Implement cancellation support/protection for module callbacks (#12568)Sean Quah2022-05-095-27/+85
* Fix mypy against latest pillow stubs (#12671)David Robertson2022-05-091-3/+3
* Use `ParamSpec` in a few places (#12667)David Robertson2022-05-0911-66/+143
* Don't error on unknown receipt types (#12670)Erik Johnston2022-05-091-12/+15
* Use `Concatenate` to annotate `do_execute` (#12666)David Robertson2022-05-091-5/+14
* Convert stringy power levels to integers on room upgrade (#12657)David Robertson2022-05-072-22/+53
* Prevent memory leak from reoccurring when presence is disabled. (#12656)Erik Johnston2022-05-062-28/+53
* Update mypy to 0.950 and fix complaints (#12650)David Robertson2022-05-065-14/+43
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-064-19/+109
* Support MSC3266 room summaries over federation (#11507)DeepBlueV7.X2022-05-052-5/+51
* Update `_on_new_receipts()` to work with MSC2285 changes. (#12636)Šimon Brandner2022-05-051-5/+3
* Improve comments and error messages around access tokens. (#12577)reivilibre2022-05-051-8/+11
* Use `private` instead of `hidden` in MSC2285 related code. (#12635)Šimon Brandner2022-05-054-7/+7
* Edits/annotations should not have any bundled aggregations calculated. (#12633)Patrick Cloke2022-05-051-20/+18
* Remove unused receipt datastore methods. (#12632)Patrick Cloke2022-05-051-54/+0
* Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639)Will Hunt2022-05-053-4/+4
* Reduce log spam when running multiple event persisters (#12610)Erik Johnston2022-05-052-2/+16
* Add `mau_appservice_trial_days` config (#12619)Will Hunt2022-05-042-2/+14
* Use `getClientAddress` instead of `getClientIP`. (#12599)Patrick Cloke2022-05-049-20/+28
* Implement changes to MSC2285 (hidden read receipts) (#12168)Šimon Brandner2022-05-048-107/+197
* Disable device name lookup over federation by default (#12616)Andrew Morgan2022-05-041-5/+5
* Remove unstable/unspecced login types. (#12597)Patrick Cloke2022-05-041-11/+4
* Improve logging for cancelled requests (#12587)Sean Quah2022-05-041-0/+30
* Include bundled aggregations for the latest event in a thread. (#12273)Patrick Cloke2022-05-043-50/+90
* remove constantly lib use and switch to enums. (#12624)andrew do2022-05-049-35/+35
* Add a consistency check on events read from the database (#12620)Richard van der Hoff2022-05-031-0/+12
* Remove unstable identifiers for MSC3069. (#12596)Patrick Cloke2022-05-031-2/+0
* Add extra debug logging to federation sender (#12614)Richard van der Hoff2022-05-031-2/+18
* fix importsRichard van der Hoff2022-05-031-1/+2
* minor wording fix in docstringRichard van der Hoff2022-05-031-3/+2
* Exclude OOB memberships from the federation sender (#12570)Richard van der Hoff2022-05-032-4/+50
* Fix race when persisting an event and deleting a room (#12594)Erik Johnston2022-05-032-2/+21
* Remove special-case for `twisted` logger (#12589)Richard van der Hoff2022-04-291-7/+0
* Improve the docstrings for the receipts store. (#12581)Patrick Cloke2022-04-281-5/+51
* Fix logging of incorrect status codes for disconnected requests (#12580)Sean Quah2022-04-281-3/+9
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-9/+17
* Add a module API to allow modules to edit push rule actions (#12406)Brendan Abolivier2022-04-276-103/+235
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-2712-27/+27
* 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