| Commit message (Expand) | Author | Age | Files | Lines |
* | Add final type hint to tests.unittest. (#15072) | Patrick Cloke | 2023-02-14 | 1 | -31/+24 |
* | Type hints for tests.federation (#14991) | David Robertson | 2023-02-06 | 1 | -33/+41 |
* | Modernize unit tests configuration settings for workers. (#14568) | realtyem | 2022-12-01 | 1 | -5/+22 |
* | Use servers list approx to send read receipts when in partial state (#14549) | Mathieu Velten | 2022-11-30 | 1 | -0/+4 |
* | Include thread information when sending receipts over federation. (#14466) | Patrick Cloke | 2022-11-28 | 1 | -0/+77 |
* | Accept & store thread IDs for receipts (implement MSC3771). (#13782) | Patrick Cloke | 2022-09-23 | 1 | -3/+18 |
* | Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_h... | Eric Eastwood | 2022-08-24 | 1 | -5/+12 |
* | Reduce state pulled from DB due to sending typing and receipts over federatio... | Erik Johnston | 2022-06-06 | 1 | -7/+7 |
* | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 1 | -12/+14 |
* | Prefer `make_awaitable` over `defer.succeed` in tests (#12505) | Sean Quah | 2022-04-27 | 1 | -1/+1 |
* | Only send out device list updates for our own users (#12465) | Erik Johnston | 2022-04-14 | 1 | -1/+42 |
* | Process device list updates asynchronously (#12365) | Erik Johnston | 2022-04-12 | 1 | -8/+0 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 1 | -6/+17 |
* | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 1 | -4/+48 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -3/+3 |
* | Send and handle cross-signing messages using the stable prefix. (#10520) | Hubert Chathi | 2021-12-08 | 1 | -2/+3 |
* | Fix errors in Synapse logs from unit tests. (#10939) | Patrick Cloke | 2021-09-30 | 1 | -3/+3 |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -2/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -5/+10 |
* | Allow for make_awaitable's return value to be re-used. (#8261) | Patrick Cloke | 2020-09-08 | 1 | -1/+1 |
* | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 1 | -5/+5 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -12/+7 |
* | Add option to enable encryption by default for new rooms (#7639) | Andrew Morgan | 2020-06-10 | 1 | -1/+5 |
* | Fix encryption algorithm typos in tests/comments (#7637) | Andrew Morgan | 2020-06-04 | 1 | -1/+1 |
* | Fix device list update stream ids going backward (#7158) | Richard van der Hoff | 2020-04-03 | 1 | -0/+6 |
* | Rewrite prune_old_outbound_device_pokes for efficiency (#7159) | Richard van der Hoff | 2020-03-30 | 1 | -0/+92 |
* | Add tests for outbound device pokes | Richard van der Hoff | 2020-03-27 | 1 | -3/+300 |
* | Implementation of MSC2314 (#6176) | Amber Brown | 2019-11-28 | 1 | -1/+3 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -24/+24 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -47/+66 |
* | Batch up outgoing read-receipts to reduce federation traffic. (#4890) | Richard van der Hoff | 2019-03-20 | 1 | -0/+128 |