summary refs log tree commit diff
path: root/synapse/handlers/event_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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