Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-29 | Add kwargs and doc | Brendan Abolivier | 1 | -2/+4 | |
2019-07-29 | Add ability to pass arguments to looping calls | Brendan Abolivier | 1 | -2/+2 | |
2019-07-26 | yet more changelog attribution fixes v1.2.1 | Richard van der Hoff | 1 | -2/+2 | |
2019-07-26 | correct attributions in changelog github/release-v1.2.1 release-v1.2.1 | Richard van der Hoff | 1 | -1/+4 | |
2019-07-26 | correct attributions in changelog | Richard van der Hoff | 1 | -1/+2 | |
2019-07-26 | 1.2.1 | Richard van der Hoff | 5 | -4/+30 | |
2019-07-26 | Log when we receive a /make_* request from a different origin | Richard van der Hoff | 3 | -4/+38 | |
2019-07-26 | Log when we receive receipt from a different origin | Erik Johnston | 1 | -13/+22 | |
2019-07-26 | Convert RedactionTestCase to modern test style (#5768) | Richard van der Hoff | 2 | -36/+39 | |
2019-07-26 | Fix DoS when there is a cycle in redaction events | Richard van der Hoff | 1 | -0/+4 | |
Make sure that synapse doesn't explode when a redaction redacts itself, or there is a larger cycle. | |||||
2019-07-25 | log when a redaction attempts to redact an event in a different room | Richard van der Hoff | 2 | -0/+28 | |
2019-07-25 | Fix some error cases in the caching layer. (#5749) | Richard van der Hoff | 3 | -35/+130 | |
There was some inconsistent behaviour in the caching layer around how exceptions were handled - particularly synchronously-thrown ones. This seems to be most easily handled by pushing the creation of ObservableDeferreds down from CacheDescriptor to the Cache. | |||||
2019-07-25 | 1.2.0 v1.2.0 github/release-v1.2.0 release-v1.2.0 | Andrew Morgan | 3 | -3/+12 | |
2019-07-24 | 1.2.0rc2 v1.2.0rc2 | Andrew Morgan | 3 | -2/+10 | |
2019-07-24 | Stop trying to fetch events with event_id=None. (#5753) | Richard van der Hoff | 4 | -11/+23 | |
`None` is not a valid event id, so queuing up a database fetch for it seems like a silly thing to do. I considered making `get_event` return `None` if `event_id is None`, but then its interaction with `allow_none` seemed uninituitive, and strong typing ftw. | |||||
2019-07-24 | Fix servlet metric names (#5734) | Jorik Schellekens | 10 | -31/+92 | |
* Fix servlet metric names Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> |