summary refs log tree commit diff
path: root/synapse/federation/transport/server/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-introduce federation /download endpoint (#17350)Shay2024-06-251-0/+8
* Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325)Andrew Morgan2024-06-181-24/+0
* Support MSC3916 by adding a federation `/download` endpoint (#17172)Shay2024-06-071-0/+24
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
* Filter out rooms from the room directory being served to other homeservers wh...reivilibre2024-01-081-2/+5
* Update license headersPatrick Cloke2023-11-211-11/+16
* Add unstable /keys/claim endpoint which always returns fallback keys. (#15462)Patrick Cloke2023-04-251-0/+6
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+2
* Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471)Eric Eastwood2022-11-281-8/+0
* Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-251-47/+1
* Deprecate the groups/communities endpoints and add an experimental configurat...Patrick Cloke2022-03-121-4/+11
* Implement account status endpoints (MSC3720) (#12001)Brendan Abolivier2022-02-221-0/+8
* Add admin API to reset connection timeouts for remote server (#11639)Dirk Klimpel2022-01-251-7/+9
* Add most of the missing type hints to `synapse.federation`. (#11483)Patrick Cloke2021-12-021-1/+1
* Add MSC3030 experimental client and federation API endpoints to get the close...Eric Eastwood2021-12-021-1/+11
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-1/+1
* Split `synapse.federation.transport.server` into multiple files. (#10590)Patrick Cloke2021-08-161-0/+332