summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-14Fix an internal server error when viewing the public privacy policyRichard van der Hoff1-4/+7
2018-11-09Remove hack to support rejoining roomsErik Johnston1-74/+42
2018-11-09pep8David Baker1-1/+2
2018-11-09add docsDavid Baker1-1/+4
2018-11-09Simplify to always drop events if server isn't in the roomErik Johnston1-14/+9
2018-11-09Update synapse/federation/federation_server.pyRichard van der Hoff1-1/+1
Co-Authored-By: erikjohnston <erikj@jki.re>
2018-11-09Update synapse/federation/federation_server.pyRichard van der Hoff1-1/+1
Co-Authored-By: erikjohnston <erikj@jki.re>
2018-11-09Remove unnecessary str()David Baker1-1/+1
2018-11-09Add a Content-Type header on POST requests to the federation clientBrendan Abolivier1-2/+7
2018-11-08Add test to assert set_e2e_device_keys correctly returns False on no-opErik Johnston1-0/+15
2018-11-08Lets convert bytes to unicode insteadErik Johnston1