Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-16 | Add `include_event_in_state` to _get_state_for_room (#6521) | Richard van der Hoff | 2 | -18/+22 | |
Make it return the state *after* the requested event, rather than the one before it. This is a bit easier and requires fewer calls to get_events_from_store_or_dest. | |||||
2019-12-16 | Move get_state methods into FederationHandler (#6503) | Richard van der Hoff | 3 | -86/+107 | |
This is a non-functional refactor as a precursor to some other work. | |||||
2019-12-16 | Refactor get_events_from_store_or_dest to return a dict (#6501) | Richard van der Hoff | 2 | -29/+16 | |
There was a bunch of unnecessary conversion back and forth between dict and list going on here. We can simplify a bunch of the code. | |||||
2019-12-13 | More rewording of changelog. v1.7.0 github/release-v1.7.0 release-v1.7.0 | Erik Johnston | 1 | -1/+1 | |
2019-12-13 | Reword changelog | Erik Johnston | 1 | -2/+2 | |
2019-12-13 | Add deprecation notes | Erik Johnston | 1 | -1/+7 | |
2019-12-13 | 1.7.0 | Erik Johnston | 3 | -1/+13 | |
2019-12-11 | 1.7.0rc2 v1.7.0rc2 | Erik Johnston | 6 | -5/+12 | |
2019-12-11 | Back out change preventing setting null avatar URLs | Erik Johnston | 2 | -7/+7 | |