Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-04-29 | typo in changelog v1.33.0rc2 | Andrew Morgan | 1 | -1/+1 | |
2021-04-29 | Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) | Patrick Cloke | 8 | -54/+82 | |
The user_may_create_room_alias method on spam checkers declared the room_alias parameter as a str when in reality it is passed a RoomAlias object. | |||||
2021-04-29 | 1.33.0rc2 | Andrew Morgan | 3 | -2/+10 | |
2021-04-29 | Delete room endpoint (#9889) | ThibF | 5 | -64/+128 | |
Support the delete of a room through DELETE request and mark previous request as deprecated through documentation. Signed-off-by: Thibault Ferrante <thibault.ferrante@pm.me> | |||||
2021-04-28 | Fix tight loop handling presence replication. (#9900) | Erik Johnston | 3 | -1/+46 | |
Only affects workers. Introduced in #9819. Fixes #9899. | |||||
2021-04-28 | Use the parent's logging context name for runWithConnection. (#9895) | Patrick Cloke | 2 | -1/+4 | |
This fixes a regression where the logging context for runWithConnection was reported as runWithConnection instead of the connection name, e.g. "POST-XYZ". | |||||
2021-04-28 | Reword account validity template change to sound less like a bugfix v1.33.0rc1 | Andrew Morgan | 1 | -1/+1 | |
2021-04-28 | Reduce memory footprint of caches (#9886) | Erik Johnston | 2 | -18/+60 | |
2021-04-28 | 1.33.0rc1 | Andrew Morgan | 36 | -35/+54 | |
2021-04-28 |