summary refs log tree commit diff
path: root/docs/postgres.md (unfollow)
Commit message (Collapse)AuthorFilesLines
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/+18
Convert directory handler tests to use HomeserverTestCase.
2020-02-14Filter the results of user directory searching via the spam checker (#6888)Patrick Cloke5-2/+135
Add a method to the spam checker to filter the user directory results.
2020-02-13Update changelog for #6905 to group it with upcoming PRsBrendan Abolivier1-1/+1
2020-02-13Add documentation for the spam checker module (#6906)Patrick Cloke2-0/