| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert simple_update* and simple_select* to async (#8173) | Patrick Cloke | 2020-08-27 | 1 | -29/+21 |
* | Add a shadow-banned flag to users. (#8092) | Patrick Cloke | 2020-08-14 | 1 | -1/+1 |
* | Convert the roommember database to async/await. (#8070) | Patrick Cloke | 2020-08-12 | 1 | -1/+17 |
* | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 1 | -1/+1 |
* | Convert device handler to async/await (#7871) | Patrick Cloke | 2020-07-17 | 1 | -16/+19 |
* | Add option to enable encryption by default for new rooms (#7639) | Andrew Morgan | 2020-06-10 | 1 | -1/+1 |
* | Process cross-signing keys when resyncing device lists (#7594) | Brendan Abolivier | 2020-06-01 | 1 | -0/+56 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -2/+2 |
* | Retry to sync out of sync device lists (#7453) | Brendan Abolivier | 2020-05-21 | 1 | -1/+62 |
* | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 1 | -2/+4 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -3/+3 |
* | convert to async: FederationHandler.on_receive_pdu | Richard van der Hoff | 2019-12-11 | 1 | -5/+9 |
* | Fixup tests | Erik Johnston | 2019-12-06 | 1 | -11/+5 |
* | Factor out an _AsyncEventContextImpl (#6298) | Richard van der Hoff | 2019-11-01 | 1 | -1/+3 |
* | Review comments | Erik Johnston | 2019-10-30 | 1 | -4/+7 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -1/+0 |
* | Fix some tests which leaked logcontexts | Richard van der Hoff | 2018-11-19 | 1 | -2/+2 |
* | Clean up event accesses and tests | Erik Johnston | 2018-11-02 | 1 | -1/+1 |
* | Remove redundant, failing, test | Richard van der Hoff | 2018-09-27 | 1 | -106/+0 |
* | Include eventid in log lines when processing incoming federation transactions... | Richard van der Hoff | 2018-09-27 | 1 | -12/+16 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -1/+4 |
* | Make the rest of the .iterwhatever go away (#3562) | Amber Brown | 2018-07-21 | 1 | -2/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -5/+5 |
* | pep8 | Amber Brown | 2018-06-27 | 1 | -5/+2 |
* | stylistic cleanup | Amber Brown | 2018-06-27 | 1 | -6/+18 |
* | cleanups | Amber Brown | 2018-06-27 | 1 | -7/+6 |
* | handle federation not telling us about prev_events | Amber Brown | 2018-06-27 | 1 | -0/+235 |