summary refs log tree commit diff
path: root/synapse/federation/transport/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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