summary refs log tree commit diff
path: root/tests/federation/test_federation_sender.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce state pulled from DB due to sending typing and receipts over federatio...Erik Johnston2022-06-061-7/+7
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-12/+14
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-1/+1
* Only send out device list updates for our own users (#12465)Erik Johnston2022-04-141-1/+42
* Process device list updates asynchronously (#12365)Erik Johnston2022-04-121-8/+0
* Track device list updates per room. (#12321)Erik Johnston2022-04-041-6/+17
* Spread out sending device lists to remote hosts (#12132)Erik Johnston2022-03-041-4/+48
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-3/+3
* Send and handle cross-signing messages using the stable prefix. (#10520)Hubert Chathi2021-12-081-2/+3
* Fix errors in Synapse logs from unit tests. (#10939)Patrick Cloke2021-09-301-3/+3
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* 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
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+10
* Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-081-1/+1
* Convert federation client to async/await. (#7975)Patrick Cloke2020-07-301-5/+5
* Convert state resolution to async/await (#7942)Patrick Cloke2020-07-241-12/+7
* Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-101-1/+5
* Fix encryption algorithm typos in tests/comments (#7637)Andrew Morgan2020-06-041-1/+1
* Fix device list update stream ids going backward (#7158)Richard van der Hoff2020-04-031-0/+6
* Rewrite prune_old_outbound_device_pokes for efficiency (#7159)Richard van der Hoff2020-03-301-0/+92
* Add tests for outbound device pokesRichard van der Hoff2020-03-271-3/+300
* Implementation of MSC2314 (#6176)Amber Brown2019-11-281-1/+3
* Run Black. (#5482)Amber Brown2019-06-201-24/+24
* Run Black on the tests again (#5170)Amber Brown2019-05-101-47/+66
* Batch up outgoing read-receipts to reduce federation traffic. (#4890)Richard van der Hoff2019-03-201-0/+128