summary refs log tree commit diff
path: root/synapse/storage/state.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-25Fix Host header sent by MatrixFederationAgent (#4468)Richard van der Hoff5-2/+28
Move the Host header logic down here so that (a) it is used if we reuse the agent elsewhere, and (b) we can mess about with it with .well-known.
2019-01-25Don't require sqlite3 when using postgres (#4466)Andrew Morgan2-2/+2
2019-01-25NewsfileErik Johnston2-1/+2
2019-01-25Disable native upserts for sqlite, as they don't workErik Johnston1-3/+7
2019-01-25Revert "Require event format version to parse or create events"Erik Johnston18-253/+91
2019-01-24Review commentsErik Johnston2-1/+7
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-24Remove redundant create event None checkAndrew Morgan1-3/+0
2019-01-24Apply suggestions from code reviewRichard van der Hoff2-2/+2
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
2019-01-24Update synapse/api/filtering.pyRichard van der Hoff1-1/+1
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
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-24