summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Time out busy presence status & test multi-device busy (#16174)Patrick Cloke2023-09-051-1/+18
* Track presence state per-device and combine to a user state. (#16066)Patrick Cloke2023-09-052-51/+271
* Bump twisted from 22.10.0 to 23.8.0 (#16235)dependabot[bot]2023-09-053-9/+5
* Don't wake up destination transaction queue if they're not due for retry. (#1...Erik Johnston2023-09-0411-67/+161
* Add last_seen_ts to the admin users API (#16218)Mathieu Velten2023-09-046-2/+16
* Don't reset retry timers on "valid" error codes (#16221)Erik Johnston2023-09-043-3/+27
* Cache device resync requests over replication (#16241)David Robertson2023-09-041-1/+1
* Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220)Erik Johnston2023-09-011-0/+1
* Log the details of background update failures (#16212)David Robertson2023-09-011-2/+2
* Gracefully handle failing to thumbnail images (#16211)Erik Johnston2023-08-302-1/+9
* Fix rare bug that broke looping calls (#16210)Erik Johnston2023-08-301-14/+22
* Stop writing to the event_txn_id table (#16175)Patrick Cloke2023-08-304-84/+21
* Describe which rate limiter was hit in logs (#16135)David Robertson2023-08-3014-92/+150
* Track currently syncing users by device for presence (#16172)Patrick Cloke2023-08-293-63/+128
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-294-14/+32
* Bump ruff from 0.0.277 to 0.0.286 (#16198)dependabot[bot]2023-08-2917-33/+47
* Support IPv6-only SMTP servers (#16155)Evilham2023-08-291-17/+11
* Fix inaccurate error message while trying to ban or unban a user with the sam...Chen Zhang2023-08-291-1/+7
* Pass the device ID around in the presence handler (#16171)Patrick Cloke2023-08-289-19/+63
* Combine logic about not overriding BUSY presence. (#16170)Patrick Cloke2023-08-282-97/+68
* Task scheduler: add replication notify for new task to launch ASAP (#16184)Mathieu Velten2023-08-283-49/+73
* Prepare unit tests for Python 3.12 (#16099)V024602023-08-251-0/+1
* Validate input to POST /key/v2/query endpoint. (#16183)Patrick Cloke2023-08-251-10/+29
* Send proper JSON POST data to /publicRooms (#16185)Patrick Cloke2023-08-251-10/+6
* Add configuration setting for CAS protocol version (#15816)Aurélien Grimpard2023-08-242-2/+17
* Fix typechecking with twisted trunk (#16121)David Robertson2023-08-243-26/+27
* Add `Retry-After` to M_LIMIT_EXCEEDED error responses (#16136)Will Hunt2023-08-242-1/+18
* Stabilize support for MSC3958 (suppress notifications from edits). (#16113)Patrick Cloke2023-08-232-6/+0
* Fix rare deadlock when using read/write locks (#16169) release-v1.91.0Erik Johnston2023-08-232-37/+71
* Filter out unwanted user_agents from udv. (#16124)Neil Johnson2023-08-231-0/+5
* Fix rare deadlock when using read/write locks (#16133)Erik Johnston2023-08-231-0/+37
* Reduce DB contention on worker locks (#16160)Erik Johnston2023-08-231-0/+37
* Always update `retry_last_ts` (#16164)Erik Johnston2023-08-231-3/+3
* Task scheduler: mark task as active if we are scheduling ASAP (#16165)Mathieu Velten2023-08-232-2/+4
* Properly update retry_last_ts when hitting the maximum retry interval (#16156)DeepBlueV7.X2023-08-231-1/+3
* Only lock when we're backfilling (#16159)Erik Johnston2023-08-232-146/+156
* Increase perf of read/write locks (#16149)Erik Johnston2023-08-231-0/+30
* Fix perf of `wait_for_stream_positions` (#16148)Erik Johnston2023-08-221-7/+12
* Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134)Mathieu Velten2023-08-222-1/+16
* Add an admin endpoint to allow authorizing server to signal token revocations...Shay2023-08-227-0/+127
* Disallow user_consent where experimental MSC3861 is enabled (#16127)Hugh Nimmo-Smith2023-08-221-0/+7
* Add `client_secret_path` as alternative for `client_secret` for OIDC config (...Maximilian Bosch2023-08-211-1/+15
* Implements a task scheduler for resumable potentially long running tasks (#15...Mathieu Velten2023-08-218-1/+644
* Speed up state res in rare case we don't have all events (#16116)Erik Johnston2023-08-181-23/+161
* MSC3861: allow impersonation by an admin using a query param (#16132)Mathieu Velten2023-08-181-3/+22
* Allow filtering for admins in the list accounts admin API (#16114)Alexander Fechler2023-08-182-0/+13
* Add response time metrics for introspection requests (#16131)Erik Johnston2023-08-181-7/+27
* Add cache to `get_server_keys_json_for_remote` (#16123)Erik Johnston2023-08-183-63/+120
* Cache token introspection response from OIDC provider (#16117)Shay2023-08-171-2/+38
* Fix database performance of read/write worker locks (#16061)Erik Johnston2023-08-171-52/+35
* Override global statement timeout when creating indexes in Postgres (#16085)Shay2023-08-171-0/+12
* Disable caching in /sync corner case (#16080)Matthew Ma2023-08-171-10/+10
* Rename pagination&purge locks and add comments explaining them (#16112)Mathieu Velten2023-08-167-19/+28
* Attempt to fix twisted trunk (#16115)David Robertson2023-08-151-1/+3
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-1521-71/+62
* Allow customizing IdP name and icon for SAML and CAS (#16094)Gabriel RodrĂ­guez2023-08-114-10/+22
* Add linearizer on user ID to push rule PUT/DELETE requests (#16052)Nick Mills-Barrett2023-08-111-6/+22
* Fix the type annotation on `run_db_interaction` in the Module API. (#16089)reivilibre2023-08-101-2/+2
* Clean-up presence code (#16092)Patrick Cloke2023-08-101-94/+75
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-1013-10/+144
* Support MSC3814: Dehydrated Devices Part 2 (#16010)Shay2023-08-085-90/+174
* Allow modules to schedule delayed background calls. (#15993)reivilibre2023-08-081-0/+41
* Remove old rows from the `cache_invalidation_stream_by_instance` table automa...reivilibre2023-08-081-0/+130
* Fix endpoint improperly declaring support for MSC3814 (#16068)Shay2023-08-071-10/+8
* Drop backwards compat hack for event serialization (#16069)Shay2023-08-071-11/+1
* Fix deletion for Dehydrated Devices (#16046)Shay2023-08-042-4/+26
* Stabilize support for MSC3970: updated transaction semantics (scope to `devic...Patrick Cloke2023-08-048-59/+47
* Move support for application service query parameter authorization behind a c...Shay2023-08-032-9/+33
* Allow config of the backoff algorithm for the federation client. (#15754)Mathieu Velten2023-08-032-13/+34
* Allow modules to check whether the current worker is configured to run backgr...reivilibre2023-08-031-0/+12
* Add forward-compatibility for the redacts property (MSC2174). (#16013)Patrick Cloke2023-08-021-8/+10
* Properly setup the additional sequences in the portdb script. (#16043)Patrick Cloke2023-08-011-3/+15
* Trim whitespace when setting display names (#16031)Mohit Rathee2023-08-011-1/+1
* Add metrics tracking for eviction to ResponseCache (#16028)Jason Little2023-08-011-2/+8
* Combine duplicated code for calculating an event ID from a txn ID (#16023)Patrick Cloke2023-07-312-32/+35
* Add ability to wait for locks and add locks to purge history / room deletion ...Erik Johnston2023-07-3112-106/+654
* Clarify comment on key uploads over replication (#16016)Shay2023-07-271-2/+2
* Fix 404 on /profile when the display name is empty but not the avatar (#16012)Mathieu Velten2023-07-271-1/+1
* Remove support for legacy application service paths (#15964)Shay2023-07-261-71/+11
* Inline SQL queries using boolean parameters (#15525)Anshul Madnawat2023-07-267-25/+23
* Bump DB version to 79 since synapse v1.88 was already there (#15998)Mathieu Velten2023-07-266-16/+21
* Support MSC3814: Dehydrated Devices (#15929)Shay2023-07-244-9/+356
* Resync stale devices in background (#15975)Erik Johnston2023-07-241-1/+8
* Properly handle redactions of creation events (#15973)Shay2023-07-231-3/+5
* Actually stop reading from column `user_id` of tables `profiles` (#15955)Shay2023-07-233-11/+10
* Speed up updating state in large rooms (#15971)Erik Johnston2023-07-204-131/+140
* Don't log exceptions for every non-200 response (#15969)Erik Johnston2023-07-201-4/+0
* Reduce the amount of state we pull out (#15968)Erik Johnston2023-07-203-12/+13
* Ensure a long state res does not starve CPU (#15960)Erik Johnston2023-07-191-1/+8
* Fix bad merge of #15933 (#15958)Erik Johnston2023-07-192-0/+0
* Fix race in triggers for read/write locks. (#15933)Erik Johnston2023-07-194-98/+134
* Fix background schema updates failing over a large upgrade gap (#15887)Shay2023-07-181-0/+70
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-07-187-122/+16
|\
| * Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte...Shay2023-07-187-122/+16
* | Support room version 11 (#15912)Patrick Cloke2023-07-1815-271/+155
* | Add a locality to a few presence metrics (#15952)Jason Little2023-07-181-13/+24
* | Re-introduce the outbound federation proxy (#15913)Eric Eastwood2023-07-1812-50/+681
* | Stop accepting 'user' parameter for application service registration. (#15928)Patrick Cloke2023-07-131-8/+4
* | Remove unneeded __init__. (#15926)Patrick Cloke2023-07-121-9/+0
* | Fix running with an empty experimental features section. (#15925)Patrick Cloke2023-07-121-1/+1
* | Fix push for invites received over federation (#15820)Erik Johnston2023-07-121-1/+36
* | Mark get_user_in_directory private since only used in tests (#15884)Mathieu Velten2023-07-121-8/+1
* | Better warning in logs when we fail to fetch an alias (#15922)Eric Eastwood2023-07-111-1/+3
* | Unix Sockets for HTTP Replication (#15708)Jason Little2023-07-113-19/+58
* | Add + as an allowed character for Matrix IDs (MSC4009) (#15911)Patrick Cloke2023-07-115-33/+11
|/
* Add `Server` to Access-Control-Expose-Headers header (#15908)Michael Telatynski2023-07-111-1/+1
* Make the media `/upload` tracing less ambiguous (#15888)Eric Eastwood2023-07-102-42/+61
* Revert "Federation outbound proxy" (#15910)Eric Eastwood2023-07-1010-546/+46
* Fix downgrading to previous version of Synapse (#15907)Erik Johnston2023-07-103-4/+17
* Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15...Shay2023-07-077-16/+122
* Remove `worker_replication_*` deprecated settings, with helpful errors on sta...Jason Little2023-07-071-21/+29
* Update link to the clients webpage, fix #15825 (#15874)sarthak shah2023-07-061-1/+1
* Federation outbound proxy (#15773)Eric Eastwood2023-07-0510-46/+546
* Remove support for Python 3.7 (#15851)Eric Eastwood2023-07-052-6/+3
* Add basic read/write lock (#15782)Erik Johnston2023-07-054-57/+447
* Add tracing to media `/upload` endpoint (#15850)Eric Eastwood2023-07-056-0/+26
* Fix could not serialize access due to concurrent `DELETE` from presence_strea...Jason Little2023-07-051-1/+6
* Add foreign key constraint to `event_forward_extremities`. (#15751)Erik Johnston2023-07-056-7/+440
* use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876)an0nfunc2023-07-051-1/+1
* Add not_user_type param to the list accounts admin API (#15844)Michael Weimann2023-07-042-0/+46
* devices: use combined ANY clause for faster cleanup (#15861)pacien2023-07-031-5/+9
* Add a timeout that aborts any Postgres statement taking more than 1 hour. (#1...reivilibre2023-07-031-0/+13
* Fix sqlite `user_filters` upgrade (#15817)Shay2023-06-273-3/+91
* Add login spam checker API (#15838)Erik Johnston2023-06-264-4/+142
* Fix forgotten rooms missing in initial sync (#15815)Nicolas Werner2023-06-211-0/+13
* Fix harmless exception in port DB script (#15814)Erik Johnston2023-06-211-0/+3
* Allow for the configuration of max request retries and min/max retry delays i...Mathieu Velten2023-06-212-21/+54
* Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse...Eric Eastwood2023-06-202-7/+16
* Remove experimental MSC2716 implementation to incrementally import history in...Eric Eastwood2023-06-1621-1582/+35
* Don't always lock "user_ips" table when performing non-native upsert (#15788)Andrew Morgan2023-06-161-1/+1
* push rules: fix internal conversion from _type to value (#15781)Mathieu Velten2023-06-161-15/+11
* Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743)Mathieu Velten2023-06-161-18/+16
* Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680)Josh Qou2023-06-151-3/+12
* Fix joining rooms through aliases where the alias server isn't a real homeser...Tulir Asokan2023-06-141-1/+1
* Merge branch 'release-v1.86' into developMathieu Velten2023-06-143-23/+10
|\
| * Revert "Allow for the configuration of max request retries and min/max retry ...Mathieu Velten2023-06-142-22/+9
| * Fix empty scope when having version mismatch between workers (#15774)Mathieu Velten2023-06-141-1/+1
* | Prefill events after invalidate not before when persisting events (#15758)Jason Little2023-06-143-5/+20
* | Document `looping_call()` functionality that will wait for the given function...Eric Eastwood2023-06-131-0/+5
* | Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_...Shay2023-06-132-52/+112
* | Fix MSC3983 support: only one OTK per device was returned through federation ...Mathieu Velten2023-06-131-1/+3
* | Avoid backfill when we already have messages to return (#15737)Eric Eastwood2023-06-131-22/+115
* | Fix MSC3983 support: Use the unstable /keys/claim federation endpoint if mult...Patrick Cloke2023-06-131-1/+4
|/
* Backfill in the background if we're doing it "just because" (#15710)Eric Eastwood2023-06-091-4/+14
* Allow for the configuration of max request retries and min/max retry delays i...Shay2023-06-092-9/+22
* Merge branch 'master' into developErik Johnston2023-06-081-1/+1
|\
| * Fix using TLS for replication (#15746)Erik Johnston2023-06-081-1/+1
* | Clear event caches when we purge history (#15609)Erik Johnston2023-06-085-6/+178
* | Quick & dirty metric for background update status (#15740)David Robertson2023-06-073-1/+39
* | Remove superfluous `room_memberships` join from background update (#15733)Eric Eastwood2023-06-071-1/+0
* | Check required power levels earlier in createRoom handler. (#15695)Grant McLean2023-06-071-14/+62
* | Merge branch 'master' into developErik Johnston2023-06-071-1/+21
|\|
| * Fix schema delta error in 1.85 (#15739)Erik Johnston2023-06-071-2/+14
| * Fix schema delta error in 1.85 (#15738)Erik Johnston2023-06-071-0/+8
* | No need for the extra join since `membership` is built-in to `current_state_e...Eric Eastwood2023-06-061-4/+3
* | Trace functions which return `Awaitable` (#15650)Eric Eastwood2023-06-061-11/+26
* | Update error to more plainly explain we can only authorize our own events (#1...Eric Eastwood2023-06-061-1/+1
* | Add context for when/why to use the `long_retries` option when sending Federa...Eric Eastwood2023-06-061-2/+9
* | Improve performance of user directory search (#15729)Shay2023-06-061-4/+8
* | Remove some unused `server_name` fields (#15723)Sean Quah2023-06-065-5/+0
* | Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke2023-06-066-23/+4
* | Some house keeping on `maybe_backfill()` functions (#15709)Eric Eastwood2023-06-051-0/+17
* | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-0216-41/+225
* | Add a catch-all * to the supported relation types when redacting (#15705)Mathieu Velten2023-06-022-5/+41
* | Log when events are (unexpectedly) filtered out of responses in tests (#14213)Eric Eastwood2023-06-011-7/+7
* | Merge branch 'release-v1.85' into developH. Shay2023-06-014-2/+53
|\|
| * Speed up background jobs populate_full_user_id_user_filters and populate_full...Shay2023-05-312-2/+2
| * Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin...reivilibre2023-05-312-0/+51
* | Cache requests for user's devices from federation (#15675)Erik Johnston2023-06-012-2/+69
* | Implement stable support for MSC3882 to allow an existing device/session to g...Hugh Nimmo-Smith2023-06-016-33/+75
* | Add stubs package for lxml. (#15697)Patrick Cloke2023-05-312-36/+75
* | Add get_canonical_room_alias to module API (#15450)Gabriel FĂ©ron2023-05-312-1/+28
* | Add stricter mypy options (#15694)Patrick Cloke2023-05-318-20/+18
* | Enforce that an admin token also has the basic Matrix API scopeQuentin Gliech2023-05-301-5/+2
* | Make the config tests spawn the homeserver only when neededQuentin Gliech2023-05-301-12/+28
* | Reject tokens with multiple device scopesQuentin Gliech2023-05-301-6/+24
* | Make OIDC scope constantsQuentin Gliech2023-05-301-10/+15
* | Handle errors when introspecting tokensQuentin Gliech2023-05-301-5/+37
* | Disable incompatible Admin API endpointsQuentin Gliech2023-05-302-8/+21
* | Make AS tokens work & allow ASes to /registerQuentin Gliech2023-05-304-83/+157
* | Add an admin token for MAS -> Synapse callsQuentin Gliech2023-05-302-0/+24
* | Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-3015-83/+258
* | Disable account related endpoints when using OAuth delegationQuentin Gliech2023-05-307-16/+66
* | Actually enforce guest + return www-authenticate headerHugh Nimmo-Smith2023-05-303-5/+47
* | MSC2967: Check access token scope for use as user and add guest supportHugh Nimmo-Smith2023-05-301-10/+20
* | Use `name` claim as display name when registering users on the fly.Hugh Nimmo-Smith2023-05-301-1/+8
* | Record the `sub` claims as an external_idQuentin Gliech2023-05-301-22/+37
* | Handle the Synapse admin scopeQuentin Gliech2023-05-301-0/+3
* | Save the scopes in the requesterQuentin Gliech2023-05-302-0/+9
* | MSC2965: OIDC Provider discovery via well-known documentQuentin Gliech2023-05-301-0/+9
* | Expose the public keys used for client authentication on an endpointQuentin Gliech2023-05-302-0/+78
* | Initial MSC3964 support: delegation of auth to OIDC serverQuentin Gliech2023-05-303-1/+260
* | Make the api.auth.Auth a ProtocolQuentin Gliech2023-05-304-242/+458
* | Remove unused `FederationServer.__str__` override (#15690)Sean Quah2023-05-301-3/+0
|/
* Add Unix socket support for Redis connections (#15644)Jason Little2023-05-264-23/+92
* Add `MSC3820opt2` as a known room version (#15678)Travis Ralston2023-05-261-0/+1
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-268-223/+291
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-05-261-1/+1
|\
| * Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no...reivilibre2023-05-261-1/+1
| * `traceback.format_exception(...)` usage that is compatible with Python 3.7 an...Eric Eastwood2023-05-161-1/+1
* | Add MSC3820 (room version 11) option 2 unstable room version. (#15666)Travis Ralston2023-05-261-0/+24
* | Process previously failed backfill events in the background (#15585)Eric Eastwood2023-05-243-9/+119
* | Add requesting user id parameter to key claim methods in `TransportLayerClien...Shay2023-05-244-10/+23
* | Speed up user directory rebuild for users some more... (#15665)Erik Johnston2023-05-241-76/+114
* | Improve type hints for cached decorator. (#15658)Patrick Cloke2023-05-242-3/+5
* | Fix `@trace` not wrapping some state methods that return coroutines correctly...Eric Eastwood2023-05-231-7/+8
* | Consolidate logic to check for deactivated users. (#15634)Patrick Cloke2023-05-234-29/+30
* | Use a custom scheme & the worker name for replication requests. (#15578)Jason Little2023-05-233-19/+34
* | Remove outdated comment in log config (#15648)Andrew Morgan2023-05-221-3/+1
* | Properly parse event_fields in filters (#15607)Patrick Cloke2023-05-222-28/+59
* | Instrument `state` and `state_group` storage related things (tracing) (#15610)Eric Eastwood2023-05-195-0/+62
* | Trace how many new events from the backfill response we need to process (#15633)Eric Eastwood2023-05-191-0/+5
* | Remove old R30 because R30v2 supercedes it (#10428)reivilibre2023-05-192-87/+0
* | Rename blacklist/whitelist internally. (#15620)Patrick Cloke2023-05-1913-129/+117
* | Do not allow deactivated users to login with JWT. (#15624)Patrick Cloke2023-05-193-65/+137
* | Remove experimental configuration flags & unstable values for faster joins (#...Patrick Cloke2023-05-194-51/+4
* | Fix `HomeServer`s leaking during `trial` test runs (#15630)Sean Quah2023-05-191-1/+5
* | Handle missing previous read marker event. (#15464)Nick Mills-Barrett2023-05-182-10/+14
* | Update Mutual Rooms (MSC2666) implementation (#15621)Jonathan de Jong2023-05-182-13/+32
* | Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615)Sean Quah2023-05-187-26/+30
* | Fix error message when `app_service_config_files` validation fails (#15614)Sean Quah2023-05-181-2/+1
* | Add a new admin API to create a new device for a user. (#15611)Quentin Gliech2023-05-171-0/+29
* | Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601)Patrick Cloke2023-05-161-46/+75
* | Update code to refer to "workers". (#15606)Patrick Cloke2023-05-1610-35/+22
* | Add not null constraint to column `full_user_id` of tables `profiles` and `us...Shay2023-05-167-4/+267
* | `traceback.format_exception(...)` usage that is compatible with Python 3.7 an...Eric Eastwood2023-05-161-1/+1
* | Fix subscriptable type usage in Python <3.9 (#15604)Eric Eastwood2023-05-161-2/+1
|/
* Export `run_as_background_process` from the module API (#15577)Shay2023-05-151-0/+1
* Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#1...Patrick Cloke2023-05-152-0/+50
* Reject instead of erroring on invalid membership events. (#15564)Patrick Cloke2023-05-151-6/+11
* Implement MSC3389 to protect relations from redaction. (#15565)Patrick Cloke2023-05-152-0/+29
* Add an unstable feature flag for MSC3981 to the /versions endpoint (#15558)Michael Weimann2023-05-151-0/+2
* Declare support for Matrix 1.6 (#15559)Patrick Cloke2023-05-123-1/+22
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Erik Johnston2023-05-126-224/+234
* Print full startup/initialization error (#15569)Eric Eastwood2023-05-111-1/+6
* Add redis SSL configuration options (#15312)Roel ter Maat2023-05-114-14/+82
* Remove `worker_replication_*` settings (#15491)Jason Little2023-05-112-28/+66
* Add an unstable feature flag for MSC3391 to the /versions endpoint (#15562)Andrew Morgan2023-05-111-0/+2
* Stabilize MSC2659 support for AS ping endpoint. (#15528)Tulir Asokan2023-05-095-15/+10
* HTTP Replication Client (#15470)Jason Little2023-05-094-3/+295
* Add config option to prevent media downloads from listed domains. (#15197)Travis Ralston2023-05-093-0/+22
* Error if attempting to set m.push_rules account data, per MSC4010. (#15555)Patrick Cloke2023-05-096-34/+93
* Use account data constants in more places. (#15554)Patrick Cloke2023-05-094-9/+12
* Check appservices for devices during a /user/devices query. (#15539)Patrick Cloke2023-05-051-0/+28
* Implement MSC4009 to widen the allowed Matrix ID grammar (#15536)Patrick Cloke2023-05-054-17/+40
* Handle `DNSNotImplementedError` in SRV resolver (#15523)Zdziszek2023-05-051-1/+4
* Clean up and clarify "Create or modify Account" Admin API documentation (#15544)Andrew Morgan2023-05-054-4/+24
* Factor out an `is_mine_server_name` method (#15542)Sean Quah2023-05-0521-34/+49
* Move ThirdPartyEventRules into module_api/callbacks (#15535)Andrew Morgan2023-05-0416-46/+53
* Update the base rules to remove the dont_notify action. (MSC3987) (#15534)Patrick Cloke2023-05-041-0/+2