summary refs log tree commit diff
path: root/synapse/federation/transport/server/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Factor out an `is_mine_server_name` method (#15542)Sean Quah2023-05-051-1/+4
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-161-2/+2
* 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
* 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
* Rename get_tcp_replication to get_replication_command_handler. (#12192)Patrick Cloke2022-03-101-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Improve opentracing for federation requests (#11870)Richard van der Hoff2022-02-031-19/+48
* Add admin API to reset connection timeouts for remote server (#11639)Dirk Klimpel2022-01-251-6/+8
* 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-021-19/+29
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-1/+3
* Split `synapse.federation.transport.server` into multiple files. (#10590)Patrick Cloke2021-08-161-0/+328