| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert tags and metrics databases to async/await (#8062) | Patrick Cloke | 2020-08-11 | 1 | -1/+4 |
* | Convert synapse.api to async/await (#8031) | Patrick Cloke | 2020-08-06 | 1 | -1/+1 |
* | Convert streams to async. (#8014) | Patrick Cloke | 2020-08-04 | 1 | -1/+1 |
* | Optimise some references to hs.config (#7546) | Richard van der Hoff | 2020-05-22 | 1 | -27/+33 |
* | Convert synapse.server_notices to async/await. (#7394) | Patrick Cloke | 2020-05-01 | 1 | -1/+1 |
* | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 1 | -24/+24 |
* | Server notices: Dissociate room creation/lookup from invite (#7199) | Brendan Abolivier | 2020-04-04 | 1 | -12/+108 |
* | Remove spurious "name" parameter to `default_config` | Richard van der Hoff | 2020-03-24 | 1 | -1/+1 |
* | Option to suppress resource exceeded alerting (#6173) | Neil Johnson | 2019-10-24 | 1 | -2/+57 |
* | Remove non-functional 'expire_access_token' setting (#5782) | Richard van der Hoff | 2019-07-30 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -2/+2 |
* | Migrate all tests to use the dict-based config format instead of hanging item... | Amber Brown | 2019-05-13 | 2 | -13/+28 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -1/+0 |
* | Add admin api for sending server_notices (#5121) | Richard van der Hoff | 2019-05-02 | 1 | -1/+1 |
* | Move admin api impl to its own package | Richard van der Hoff | 2019-05-01 | 1 | -3/+3 |
* | Some more porting to HomeserverTestCase and remove old RESTHelper (#4913) | Amber Brown | 2019-03-22 | 1 | -39/+53 |
* | Fix resource limits tests | Richard van der Hoff | 2019-03-19 | 1 | -2/+5 |
* | fix broken test | Richard van der Hoff | 2018-10-25 | 1 | -9/+1 |
* | Fix userconsent on Python 3 (#3938) | Amber Brown | 2018-10-02 | 1 | -0/+100 |
* | Port tests/ to Python 3 (#3808) | Amber Brown | 2018-09-07 | 1 | -18/+12 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_contact | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
|\ |
|
| * | Fix checking if service notice room is already tagged | Erik Johnston | 2018-08-24 | 1 | -0/+1 |
* | | Change admin_uri to admin_contact in config and errors | Erik Johnston | 2018-08-24 | 1 | -2/+2 |
|/ |
|
* | Fix bug where we resent "limit exceeded" server notices | Erik Johnston | 2018-08-23 | 1 | -0/+66 |
* | Actually run the tests | Erik Johnston | 2018-08-23 | 1 | -0/+0 |
* | Update notice format | Erik Johnston | 2018-08-22 | 1 | -3/+9 |
* | clean up, no functional changes | Neil Johnson | 2018-08-17 | 1 | -15/+17 |
* | refactor for readability, and reuse caching for setting tags | Neil Johnson | 2018-08-16 | 1 | -0/+1 |
* | check for room state before deciding on action | Neil Johnson | 2018-08-16 | 1 | -20/+32 |
* | implementation of server notices to alert on hitting resource limits | Neil Johnson | 2018-08-10 | 1 | -0/+125 |