Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-25 | Fix Host header sent by MatrixFederationAgent (#4468) | Richard van der Hoff | 5 | -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-25 | Don't require sqlite3 when using postgres (#4466) | Andrew Morgan | 2 | -2/+2 | |
2019-01-25 | Newsfile | Erik Johnston | 2 | -1/+2 | |
2019-01-25 | Disable native upserts for sqlite, as they don't work | Erik Johnston | 1 | -3/+7 | |
2019-01-25 | Revert "Require event format version to parse or create events" | Erik Johnston | 18 | -253/+91 | |
2019-01-24 | Review comments | Erik Johnston | 2 | -1/+7 | |
2019-01-24 | Review comments | Erik Johnston | 2 | -2/+4 | |
2019-01-24 | Update make_membership_event docs | Erik Johnston | 1 | -2/+5 | |
2019-01-24 | Remove unecessary setting of outlier bit | Erik Johnston | 1 | -2/+0 | |
2019-01-24 | Use term 'out of band membership' instead | Erik Johnston | 3 | -9/+10 | |
2019-01-24 | Remove redundant create event None check | Andrew Morgan | 1 | -3/+0 | |
2019-01-24 | Apply suggestions from code review | Richard van der Hoff | 2 | -2/+2 | |
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com> | |||||
2019-01-24 | Update synapse/api/filtering.py | Richard van der Hoff | 1 | -1/+1 | |
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com> | |||||
2019-01-24 | Change default timeout value from 0 to None | Andrew Morgan | 1 | -1/+1 | |
2019-01-24 | Use self.clock instead of datetime | Andrew Morgan | 1 | -4/+3 | |
2019-01-24 | isort | Andrew Morgan | 1 | -1/+1 | |
2019-01-24 | Generate the debian config during build (#4444) | Richard van der Hoff | 4 | -617/+33 | |
Rather than hardcoding a config which we always forget to update, generate it from the default config. | |||||
2019-01-24 | Fix UnboundLocalError in post_urlencoded_get_json (#4460) | Richard van der Hoff | 2 | -2/+4 | |
This could cause exceptions if the id server returned 4xx responses. | |||||
2019-01-24 |