diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-09-29 18:59:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 18:59:15 +0100 |
commit | 428174f90249ec50f977b5ef5c5cf9f92599ee0a (patch) | |
tree | da7532f933d359be0617d8006f4c7ab4567b4aa1 /mypy.ini | |
parent | Merge tag 'v1.44.0rc1' into develop (diff) | |
download | synapse-428174f90249ec50f977b5ef5c5cf9f92599ee0a.tar.xz |
Split `event_auth.check` into two parts (#10940)
Broadly, the existing `event_auth.check` function has two parts: * a validation section: checks that the event isn't too big, that it has the rught signatures, etc. This bit is independent of the rest of the state in the room, and so need only be done once for each event. * an auth section: ensures that the event is allowed, given the rest of the state in the room. This gets done multiple times, against various sets of room state, because it forms part of the state res algorithm. Currently, this is implemented with `do_sig_check` and `do_size_check` parameters, but I think that makes everything hard to follow. Instead, we split the function in two and call each part separately where it is needed.
Diffstat (limited to 'mypy.ini')
0 files changed, 0 insertions, 0 deletions