| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typechecks against twisted trunk (#13061) | David Robertson | 2022-06-15 | 1 | -0/+1 |
* | Type annotations for `test_v2` (#12985) | David Robertson | 2022-06-09 | 1 | -42/+83 |
* | Update the MSC3083 support to verify if joins are from an authorized server. ... | Patrick Cloke | 2021-07-26 | 1 | -3/+3 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -14/+61 |
* | Fix mainline ordering in state res v2 (#8971) | Erik Johnston | 2020-12-18 | 1 | -1/+56 |
* | Pass room_id to get_auth_chain_difference (#8879) | Erik Johnston | 2020-12-04 | 1 | -4/+10 |
* | Correctly handle unpersisted events when calculating auth chain difference. (... | Erik Johnston | 2020-12-02 | 1 | -1/+127 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -2/+2 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -7/+10 |
* | Yield during large v2 state res. (#7735) | Erik Johnston | 2020-06-24 | 1 | -0/+9 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -2/+0 |
* | Improve get auth chain difference algorithm. (#7095) | Erik Johnston | 2020-03-18 | 1 | -5/+8 |
* | Reduce auth chains fetched during v2 state res. (#6952) | Erik Johnston | 2020-02-19 | 1 | -2/+4 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -2/+2 |
* | sanity-checking for events used in state res (#6531) | Richard van der Hoff | 2019-12-13 | 1 | -0/+3 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -10/+10 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -165/+39 |
* | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 1 | -3/+4 |
* | Pass through room version to event auth | Erik Johnston | 2019-01-25 | 1 | -1/+3 |
* | Add helpers for getting prev and auth events (#4139) | Erik Johnston | 2018-11-06 | 1 | -1/+1 |
* | Fix None exception in state res v2 | Erik Johnston | 2018-11-02 | 1 | -2/+98 |
* | isort | Erik Johnston | 2018-10-24 | 1 | -4/+1 |
* | Rename resolve_events_with_factory | Erik Johnston | 2018-10-24 | 1 | -2/+2 |
* | Add some state res v2 tests | Erik Johnston | 2018-10-16 | 1 | -0/+666 |