summary refs log tree commit diff
path: root/synapse/federation/transport/server/federation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Back out implementation of MSC2314 (#12474)Richard van der Hoff2022-04-191-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-231-1/+1
* Implement account status endpoints (MSC3720) (#12001)Brendan Abolivier2022-02-221-0/+35
* 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
* 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-251-6/+18
* Debug for device lists updates (#11760)David Robertson2022-01-201-0/+15
* Add MSC3030 experimental client and federation API endpoints to get the close...Eric Eastwood2021-12-021-0/+41
* Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-291-1/+5
* 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-161-0/+692