Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-25 | Changelog fixes v1.19.1rc1 | Brendan Abolivier | 1 | -1/+1 | |
2020-08-25 | 1.19.1rc1 | Brendan Abolivier | 4 | -3/+11 | |
2020-08-24 | Fix join ratelimiter breaking profile updates and idempotency (#8153) | Brendan Abolivier | 4 | -25/+119 | |
2020-08-24 | Do not apply ratelimiting on joins to appservices (#8139) | Will Hunt | 4 | -6/+119 | |
Add new method ratelimiter.can_requester_do_action and ensure that appservices are exempt from being ratelimited. Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by: Erik Johnston <erik@matrix.org> | |||||
2020-08-17 | Changelog changes v1.19.0 github/release-v1.19.0 release-v1.19.0 | Olivier Wilkinson (reivilibre) | 1 | -5/+4 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2020-08-17 | 1.19.0 | Olivier Wilkinson (reivilibre) | 3 | -4/+10 | |
2020-08-13 | More changelog tweaks v1.19.0rc1 | Olivier Wilkinson (reivilibre) | 1 | -4/+4 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2020-08-13 | More changelog tweaks | Olivier Wilkinson (reivilibre) | 1 | -4/+8 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2020-08-13 | Remove unwanted changelog line | Olivier Wilkinson (reivilibre) | 1 | -1/+0 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2020-08-13 | 1.19.0rc1 | Olivier Wilkinson (reivilibre) | 72 | -71/+67 | |
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 ↵ | Patrick Cloke | 5 | -87/+99 | |
async/await (#8063) | |||||
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) | Pa |