summary refs log tree commit diff
path: root/synapse/federation/transport/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded __init__. (#15926)Patrick Cloke2023-07-121-9/+0
* Remove experimental configuration flags & unstable values for faster joins (#...Patrick Cloke2023-05-191-11/+1
* Factor out an `is_mine_server_name` method (#15542)Sean Quah2023-05-051-1/+4
* Add support for claiming multiple OTKs at once. (#15468)Patrick Cloke2023-04-271-4/+21
* Add unstable /keys/claim endpoint which always returns fallback keys. (#15462)Patrick Cloke2023-04-252-1/+28
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-232-0/+29
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-011-3/+4
* Stabilise serving partial join responses (#14839)David Robertson2023-01-171-11/+10
* Use stable identifiers for faster joins (#14832)David Robertson2023-01-131-3/+10
* Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471)Eric Eastwood2022-11-282-10/+1
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-161-2/+2
* Stop returning `unsigned.invite_room_state` in `PUT /_matrix/federation/v2/in...Andrew Morgan2022-10-201-0/+5
* Don't require optional `invite_room_state` field on fed v2 invite (#14083)Andrew Morgan2022-10-141-1/+1
* Fix a long-standing spec compliance bug where Synapse would accept a trailing...reivilibre2022-09-141-2/+1
* Generalise the `@cancellable` annotation so it can be used on functions other...reivilibre2022-08-311-2/+3
* Add missing types to opentracing. (#13345)Patrick Cloke2022-07-211-1/+1
* Fix Synapse git info missing in version strings (#12973)David Robertson2022-06-071-2/+2
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-1/+5
* Remove unstable APIs for /hierarchy. (#12851)Patrick Cloke2022-05-261-5/+0
* Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-253-917/+1
* Make handling of federation Authorization header (more) compliant with RFC723...Hubert Chathi2022-05-181-3/+5
* Complain if a federation endpoint has the `@cancellable` flag (#12705)Sean Quah2022-05-111-1/+12
* Implement MSC3383: include destination in X-Matrix auth header (#11398)Jan Christian Grünhage2022-04-191-8/+31
* Back out implementation of MSC2314 (#12474)Richard van der Hoff2022-04-191-1/+1
* Deprecate the groups/communities endpoints and add an experimental configurat...Patrick Cloke2022-03-121-4/+11
* Rename get_tcp_replication to get_replication_command_handler. (#12192)Patrick Cloke2022-03-101-1/+1
* Remove the unstable `/spaces` endpoint. (#12073)Patrick Cloke2022-02-281-76/+0
* Actually fix bad debug logging rejecting device list & signing key transactio...David Robertson2022-02-281-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-232-2/+2
* Implement account status endpoints (MSC3720) (#12001)Brendan Abolivier2022-02-222-0/+43
* Use version string helper from matrix-common (#11979)David Robertson2022-02-141-3/+7
* Implement MSC3706: partial state in `/send_join` response (#11967)Richard van der Hoff2022-02-121-1/+19
* Improve opentracing for federation requests (#11870)Richard van der Hoff2022-02-031-19/+48
* Fix losing incoming EDUs if debug logging enabled (#11890)David Robertson2022-02-021-2/+2
* Add admin API to reset connection timeouts for remote server (#11639)Dirk Klimpel2022-01-255-25/+45
* Debug for device lists updates (#11760)David Robertson2022-01-201-0/+15
* Improve opentracing for incoming HTTP requests (#11618)Richard van der Hoff2021-12-201-26/+13
* Add most of the missing type hints to `synapse.federation`. (#11483)Patrick Cloke2021-12-022-20/+30
* Add MSC3030 experimental client and federation API endpoints to get the close...Eric Eastwood2021-12-022-1/+52
* Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-291-1/+5
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-1/+1
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-1/+3
* Validate the max_rooms_per_space parameter to ensure it is non-negative. (#10...Patrick Cloke2021-08-161-4/+18
* Experimental support for MSC3266 Room Summary API. (#10394)Michael Telatynski2021-08-161-2/+2
* Split `synapse.federation.transport.server` into multiple files. (#10590)Patrick Cloke2021-08-165-0/+2218