summary refs log tree commit diff
path: root/tests/replication/test_federation_sender_shard.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Federation outbound proxy" (#15910)Eric Eastwood2023-07-101-21/+1
* Federation outbound proxy (#15773)Eric Eastwood2023-07-051-1/+21
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-0/+2
* Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-061-4/+6
* Modernize unit tests configuration settings for workers. (#14568)realtyem2022-12-011-23/+36
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-271-4/+4
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* 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