| Commit message (Expand) | Author | Files | Lines |
2020-08-13 | Drop federation transmission queues during a significant remote outage. (#7864) | reivilibre | 2 | -0/+23 |
2020-08-13 | Fix unawaited coroutine error in tests. (#8072) | Patrick Cloke | 2 | -10/+21 |
2020-08-12 | Convert the roommember database to async/await. (#8070) | Patrick Cloke | 5 | -242/+116 |
2020-08-12 | Convert devices database to async/await. (#8069) | Patrick Cloke | 5 | -176/+220 |
2020-08-12 | Add type hints to handlers.message and events.builder (#8067) | Erik Johnston | 7 | -41/+61 |
2020-08-12 | Convert account data, device inbox, and censor events databases to async/awai... | Patrick Cloke | 5 | -87/+99 |
2020-08-12 | Convert appservice, group server, profile and more databases to async (#8066) | Patrick Cloke | 9 | -116/+91 |
2020-08-12 | Fix typing for notifier (#8064) | Erik Johnston | 6 | -16/+38 |
2020-08-11 | Convert tags and metrics databases to async/await (#8062) | Patrick Cloke | 4 | -65/+64 |
2020-08-11 | Converts event_federation and registration databases to async/await (#8061) | Patrick Cloke | 7 | -177/+150 |
2020-08-11 | Add comment explaining cast | Erik Johnston | 1 | -0/+2 |
2020-08-11 | Update changelog.d/8051.misc | Erik Johnston | 1 | -1/+1 |
2020-08-11 | Add typing info to Notifier (#8058) | Erik Johnston | 5 | -52/+91 |
2020-08-11 | |