summary refs log tree commit diff
path: root/synapse/federation/transport/server/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support MSC3916 by adding a federation /thumbnail endpoint and authenticated ...Shay2024-07-081-0/+4
* Support MSC3916 by adding `_matrix/client/v1/media/download` endpoint (#17365)Shay2024-07-021-2/+2
* Re-introduce federation /download endpoint (#17350)Shay2024-06-251-4/+20
* Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325)Andrew Morgan2024-06-181-20/+4
* Support MSC3916 by adding a federation `/download` endpoint (#17172)Shay2024-06-071-4/+20
* Optional whitespace support in Authorization (#1350) (#17145)Timshel2024-05-081-1/+5
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* 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