| Commit message (Expand) | Author | Age | Files | Lines |
* | Async get event cache prep (#13242) | Nick Mills-Barrett | 2022-07-15 | 1 | -1/+1 |
* | Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth... | Quentin Gliech | 2022-06-14 | 1 | -1/+1 |
* | Track in memory events using weakrefs (#10533) | Erik Johnston | 2022-05-17 | 1 | -0/+1 |
* | Remove redundant `get_success` calls in test code (#12346) | Richard van der Hoff | 2022-04-01 | 1 | -3/+1 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -3/+3 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -2/+2 |
* | Test that bans win a join against a race when computing `/sync` response (#1... | David Robertson | 2022-01-07 | 1 | -3/+94 |
* | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 1 | -2/+3 |
* | Do not include rooms with an unknown room version in a sync response. (#10644) | Patrick Cloke | 2021-08-19 | 1 | -6/+131 |
* | update black to 21.6b0 (#10197) | Marcus | 2021-06-17 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Add a Synapse Module for configuring presence update routing (#9491) | Andrew Morgan | 2021-04-06 | 1 | -10/+11 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 1 | -4/+10 |
* | Stop Auth methods from polling the config on every req. (#7420) | Andrew Morgan | 2020-05-06 | 1 | -5/+8 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -2/+2 |
* | Port SyncHandler to async/await | Erik Johnston | 2019-12-05 | 1 | -17/+16 |
* | rename error code | Neil Johnson | 2018-08-18 | 1 | -2/+2 |
* | add new error type ResourceLimit | Neil Johnson | 2018-08-16 | 1 | -3/+3 |
* | update error codes | Neil Johnson | 2018-08-15 | 1 | -2/+2 |
* | fix setup_test_homeserver to be postgres compatible | Neil Johnson | 2018-08-14 | 1 | -1/+1 |
* | fix imports | Neil Johnson | 2018-08-09 | 1 | -1/+1 |
* | only block on sync where user is not part of the mau cohort | Neil Johnson | 2018-08-09 | 1 | -9/+31 |
* | block sync if auth checks fail | Neil Johnson | 2018-08-09 | 1 | -6/+13 |
* | sync auth blocking | Neil Johnson | 2018-08-08 | 1 | -0/+42 |