summary refs log tree commit diff
path: root/synapse/http/request_metrics.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-17#6924 has been released in 1.10.1Richard van der Hoff1-1/+0
2020-02-171.10.1 v1.10.1 github/release-v1.10.1 release-v1.10.1Richard van der Hoff4-2/+16
2020-02-17wait for current_state_events_membership before ↵Richard van der Hoff2-2/+6
delete_old_current_state_events (#6924)
2020-02-17Raise the default power levels for invites, tombstones and server acls (#6834)Andrew Morgan3-2/+13
2020-02-17wait for current_state_events_membership before ↵Richard van der Hoff2-2/+6
delete_old_current_state_events (#6924)
2020-02-14Add type hints to the spam check module (#6915)Patrick Cloke4-22/+36
Add typing information to the spam checker modules.
2020-02-14contrib/docker: Ensure correct encoding and locale settings on DB creation ↵Fridtjof Mund2-0/+4
(#6921) Signed-off-by: Fridtjof Mund <fridtjof@das-labor.org>
2020-02-14Add a warning about indentation to generated config (#6920)Richard van der Hoff4-4/+29
Fixes #6916.
2020-02-14Convert the directory handler tests to use HomeserverTestCase (#6919)Patrick Cloke2-24/