summary refs log tree commit diff
path: root/synapse/python_dependencies.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-29typo in changelog v1.33.0rc2Andrew Morgan1-1/+1
2021-04-29Add missing type hints to handlers and fix a Spam Checker type hint. (#9896)Patrick Cloke8-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-291.33.0rc2Andrew Morgan3-2/+10
2021-04-29Delete room endpoint (#9889)ThibF5-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-28Fix tight loop handling presence replication. (#9900)Erik Johnston3-1/+46
Only affects workers. Introduced in #9819. Fixes #9899.
2021-04-28Use the parent's logging context name for runWithConnection. (#9895)Patrick Cloke2-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-28Reword account validity template change to sound less like a bugfix v1.33.0rc1Andrew Morgan1-1/+1
2021-04-28Reduce memory footprint of caches (#9886)Erik Johnston2-18/+60
2021-04-281.33.0rc1Andrew Morgan36-35/+54
2021-04-28