| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve state types. (#16395) | Patrick Cloke | 2023-09-28 | 1 | -3/+2 |
* | Use StrCollection in additional places. (#16301) | Patrick Cloke | 2023-09-13 | 1 | -4/+3 |
* | Ensure a long state res does not starve CPU (#15960) | Erik Johnston | 2023-07-19 | 1 | -1/+8 |
* | Avoid putting rejected events in room state (#13723) | Sean Quah | 2022-09-16 | 1 | -0/+15 |
* | Rename `event_map` to `unpersisted_events` (#13603) | David Robertson | 2022-08-24 | 1 | -32/+37 |
* | Correct a misnamed argument in state res v2 (#13467) | David Robertson | 2022-08-08 | 1 | -6/+6 |
* | Move some event auth checks out to a different method (#13065) | Richard van der Hoff | 2022-06-15 | 1 | -1/+1 |
* | Merge branch 'rav/simplify_event_auth_interface' into develop | Richard van der Hoff | 2022-06-13 | 1 | -1/+0 |
|\ |
|
| * | Remove `room_version` param from `check_auth_rules_for_event` | Richard van der Hoff | 2022-06-12 | 1 | -1/+0 |
* | | Type annotations for `test_v2` (#12985) | David Robertson | 2022-06-09 | 1 | -15/+42 |
|/ |
|
* | Check *all* auth events for room id and rejection (#11009) | Richard van der Hoff | 2021-10-18 | 1 | -1/+1 |
* | `disallow-untyped-defs` for `synapse.state` (#11004) | David Robertson | 2021-10-06 | 1 | -1/+1 |
* | Split `event_auth.check` into two parts (#10940) | Richard van der Hoff | 2021-09-29 | 1 | -3/+1 |
* | Update the MSC3083 support to verify if joins are from an authorized server. ... | Patrick Cloke | 2021-07-26 | 1 | -6/+5 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -9/+9 |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 1 | -1/+2 |
* | 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 | -1/+5 |
* | Fix mainline ordering in state res v2 (#8971) | Erik Johnston | 2020-12-18 | 1 | -1/+1 |
* | Pass room_id to get_auth_chain_difference (#8879) | Erik Johnston | 2020-12-04 | 1 | -2/+7 |
* | Correctly handle unpersisted events when calculating auth chain difference. (... | Erik Johnston | 2020-12-02 | 1 | -4/+83 |
* | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 1 | -1/+1 |
* | Define StateMap as immutable and add a MutableStateMap type. (#8183) | Patrick Cloke | 2020-08-28 | 1 | -3/+3 |
* | Add type hints for state. (#8140) | Patrick Cloke | 2020-08-24 | 1 | -88/+167 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -58/+49 |
* | Add another yield point to state res v2 (#7746) | Erik Johnston | 2020-06-26 | 1 | -2/+10 |
* | Yield during large v2 state res. (#7735) | Erik Johnston | 2020-06-24 | 1 | -10/+46 |
* | Speed up state res v2 across large state differences. (#7725) | Erik Johnston | 2020-06-19 | 1 | -1/+2 |
* | Replace iteritems/itervalues/iterkeys with native versions. (#7692) | Patrick Cloke | 2020-06-15 | 1 | -4/+2 |
* | Improve get auth chain difference algorithm. (#7095) | Erik Johnston | 2020-03-18 | 1 | -28/+4 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -4/+4 |
* | Reduce auth chains fetched during v2 state res. (#6952) | Erik Johnston | 2020-02-19 | 1 | -1/+1 |
* | Pass room version object into event_auth.check and check_redaction (#6788) | Richard van der Hoff | 2020-01-28 | 1 | -1/+3 |
* | Add StateMap type alias (#6715) | Erik Johnston | 2020-01-16 | 1 | -4/+5 |
* | Hacks to work around #6605 (#6608) | Richard van der Hoff | 2019-12-31 | 1 | -15/+37 |
* | sanity-checking for events used in state res (#6531) | Richard van der Hoff | 2019-12-16 | 1 | -27/+73 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -13/+13 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -48/+44 |
* | Pass through room version to event auth | Erik Johnston | 2019-01-25 | 1 | -5/+9 |
* | Add helpers for getting prev and auth events (#4139) | Erik Johnston | 2018-11-06 | 1 | -8/+8 |
* | Fix None exception in state res v2 | Erik Johnston | 2018-11-02 | 1 | -0/+4 |
* | Rename resolve_events_with_factory | Erik Johnston | 2018-10-24 | 1 | -1/+1 |
* | Add v2 state res algorithm. | Erik Johnston | 2018-10-16 | 1 | -0/+544 |