summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-21Batching in the user directory import (#4900)Amber Brown2-0/+14
2019-03-20Add a config option for torture-testing worker replication. (#4902)Richard van der Hoff3-1/+23
Setting this to 50 or so makes a bunch of sytests fail in worker mode.
2019-03-20Batch up outgoing read-receipts to reduce federation traffic. (#4890)Richard van der Hoff7-22/+308
Rate-limit outgoing read-receipts as per #4730.
2019-03-20Add testErik Johnston1-0/+52
2019-03-20Add testErik Johnston2-3/+58
2019-03-20Fix up sample configErik Johnston2-4/+8
2019-03-20Update synapse/config/user_directory.pyRichard van der Hoff1-1/+1
Co-Authored-By: erikjohnston <erikj@jki.re>
2019-03-20Disable publishing to room list when its disabledErik Johnston1-0/+8
2019-03-20Pull out config optionErik Johnston1-3/+3
2019-03-20Return before we logErik Johnston1-4/+5
2019-03-20Fix up config commentsErik Johnston2