summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-24Review commentsErik Johnston2-2/+4
2019-01-24Update make_membership_event docsErik Johnston1-2/+5
2019-01-24Remove unecessary setting of outlier bitErik Johnston1-2/+0
2019-01-24Use term 'out of band membership' insteadErik Johnston3-9/+10
2019-01-24Change default timeout value from 0 to NoneAndrew Morgan1-1/+1
2019-01-24Use self.clock instead of datetimeAndrew Morgan1-4/+3
2019-01-24isortAndrew Morgan1-1/+1
2019-01-24Generate the debian config during build (#4444)Richard van der Hoff4-617/+33
Rather than hardcoding a config which we always forget to update, generate it from the default config.
2019-01-24Fix UnboundLocalError in post_urlencoded_get_json (#4460)Richard van der Hoff2-2/+4
This could cause exceptions if the id server returned 4xx responses.
2019-01-24Look up the right SRV recordRichard van der Hoff3-4/+12
2019-01-24