summary refs log tree commit diff
path: root/tests/replication/test_federation_sender_shard.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split `FederationHandler` in half (#10692)Richard van der Hoff2021-08-261-1/+1
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Improve validation for `send_{join,leave,knock}` (#10225)Richard van der Hoff2021-06-241-1/+1
* Add endpoints for backfilling history (MSC2716) (#9247)Eric Eastwood2021-06-221-1/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-241-1/+1
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-5/+5
* Simplify `_locally_reject_invite`Richard van der Hoff2020-10-131-1/+1
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-081-5/+5
* Do not propagate typing notifications from shadow-banned users. (#8176)Patrick Cloke2020-08-261-2/+2
* Convert federation client to async/await. (#7975)Patrick Cloke2020-07-301-7/+6
* Fix client reader sharding tests (#7853)Erik Johnston2020-07-151-121/+70
* Add ability to shard the federation sender (#7798)Erik Johnston2020-07-101-0/+286