summary refs log tree commit diff
path: root/synapse/handlers/event_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Factor out an `is_mine_server_name` method (#15542)Sean Quah2023-05-051-2/+3
* More speedups/fixes to creating batched events (#15195)Shay2023-03-071-2/+11
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Faster joins: don't stall when a user joins during a fast join (#14606)Mathieu Velten2023-02-101-8/+8
* Use StrCollection in place of Collection[str] in (most) handlers code. (#14922)Patrick Cloke2023-01-261-4/+4
* Faster joins: use servers list approximation in `assert_host_in_room` (#14515)Mathieu Velten2022-11-241-11/+17
* Prepatory work for adding power level event to batched events (#14214)Shay2022-10-181-5/+13
* Faster Remote Room Joins: tell remote homeservers that we are unable to autho...reivilibre2022-09-231-4/+27
* Use dedicated `get_local_users_in_room` to find local users when calculating ...Eric Eastwood2022-08-241-6/+3
* Move some event auth checks out to a different method (#13065)Richard van der Hoff2022-06-151-2/+6
* Remove redundant `room_version` param from `check_auth_rules_from_context`Richard van der Hoff2022-06-121-1/+0
* Remove `room_version` param from `check_auth_rules_for_event`Richard van der Hoff2022-06-121-1/+1
* Add a new room version for MSC3787's knock+restricted join rule (#12623)Travis Ralston2022-05-171-1/+9
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Check *all* auth events for room id and rejection (#11009)Richard van der Hoff2021-10-181-2/+1
* Split `event_auth.check` into two parts (#10940)Richard van der Hoff2021-09-291-9/+6
* Require type hints in the handlers module. (#10831)Patrick Cloke2021-09-201-1/+6
* Clarify error message when joining a restricted room. (#10572)Patrick Cloke2021-08-111-1/+1
* Support MSC3289: Room version 8 (#10449)Patrick Cloke2021-08-091-1/+1
* Update the MSC3083 support to verify if joins are from an authorized server. ...Patrick Cloke2021-07-261-4/+81
* Move methods involving event authentication to EventAuthHandler. (#10268)Patrick Cloke2021-07-011-2/+60
* Update MSC3083 support per changes in the MSC. (#10189)Patrick Cloke2021-06-171-18/+27
* Allow a user who could join a restricted room to see it in spaces summary. (#...Patrick Cloke2021-05-201-21/+83
* Refactor checking restricted join rules (#10007)Patrick Cloke2021-05-181-16/+35
* Check for space membership during a remote join of a restricted room (#9814)Patrick Cloke2021-04-231-0/+86
* Revert "Check for space membership during a remote join of a restricted room....Patrick Cloke2021-04-141-82/+0
* Check for space membership during a remote join of a restricted room. (#9763)Patrick Cloke2021-04-141-0/+82