Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-04 | Fix missing null guard | Erik Johnston | 1 | -1/+1 | |
2019-03-04 | Only check history visibility when filtering | Erik Johnston | 2 | -35/+46 | |
When filtering events to send to server we check more than just history visibility. However when deciding whether to backfill or not we only care about the history visibility. | |||||
2019-03-04 | s/get_forward_events/get_successor_events/ | Erik Johnston | 2 | -3/+3 | |
2019-03-04 | Update test_typing to use HomeserverTestCase. (#4771) | Richard van der Hoff | 5 | -179/+176 | |
2019-03-01 | Fix incorrect log about not persisting duplicate state event. (#4776) | Richard van der Hoff | 2 | -3/+5 | |
We were logging this when it was not true. | |||||
2019-03-01 | 0.99.2 v0.99.2 github/release-v0.99.2 release-v0.99.2 | Richard van der Hoff | 1 | -6/+0 | |
2019-03-01 | 0.99.2 | Richard van der Hoff | 3 | -4/+10 | |
2019-02-28 | Minor docstring fixes for MatrixFederationAgent (#4765) | Andrew Morgan | 2 | -1/+6 | |
2019-02-27 | Make 'event_id' a required parameter in federated state requests (#4741) | Amber Brown | 2 | -2/+3 | |
* make 'event_id' a required parameter in federated state requests As per the spec: https://matrix.org/docs/spec/server_server/r0.1.1.html#id40 Signed-off-by: Joseph Weston <joseph@weston.cloud> * add changelog entry for bugfix Signed-off-by: Joseph West |