summary refs log tree commit diff
path: root/synapse/config/federation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-39/+0
* Disable device name lookup over federation by default (#12616)Andrew Morgan2022-05-041-5/+5
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-3/+4
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-1/+1
* Add config option to hide device names over federation (#9945)Aaron Raimist2021-05-111-0/+10
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add configs to make profile data more private (#9203)AndrewFerr2021-02-191-0/+10
* Fix the sample config location for the ip_range_whitelist setting. (#8954)Patrick Cloke2020-12-161-12/+0
* Default to blacklisting reserved IP ranges and add a whitelist. (#8870)Patrick Cloke2020-12-091-49/+10
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-15/+25
* Add prometheus metrics to track federation delays (#8430)Richard van der Hoff2020-10-011-1/+26
* Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-291-11/+1
* Add ability to run multiple pusher instances (#7855)Erik Johnston2020-07-161-34/+3
* Add ability to shard the federation sender (#7798)Erik Johnston2020-07-101-0/+129