| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some event auth checks out to a different method (#13065) | Richard van der Hoff | 2022-06-15 | 1 | -2/+6 |
* | Remove redundant `room_version` param from `check_auth_rules_from_context` | Richard van der Hoff | 2022-06-12 | 1 | -1/+0 |
* | Remove `room_version` param from `check_auth_rules_for_event` | Richard van der Hoff | 2022-06-12 | 1 | -1/+1 |
* | Add a new room version for MSC3787's knock+restricted join rule (#12623) | Travis Ralston | 2022-05-17 | 1 | -1/+9 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Check *all* auth events for room id and rejection (#11009) | Richard van der Hoff | 2021-10-18 | 1 | -2/+1 |
* | Split `event_auth.check` into two parts (#10940) | Richard van der Hoff | 2021-09-29 | 1 | -9/+6 |
* | Require type hints in the handlers module. (#10831) | Patrick Cloke | 2021-09-20 | 1 | -1/+6 |
* | Clarify error message when joining a restricted room. (#10572) | Patrick Cloke | 2021-08-11 | 1 | -1/+1 |
* | Support MSC3289: Room version 8 (#10449) | Patrick Cloke | 2021-08-09 | 1 | -1/+1 |
* | Update the MSC3083 support to verify if joins are from an authorized server. ... | Patrick Cloke | 2021-07-26 | 1 | -4/+81 |
* | Move methods involving event authentication to EventAuthHandler. (#10268) | Patrick Cloke | 2021-07-01 | 1 | -2/+60 |
* | Update MSC3083 support per changes in the MSC. (#10189) | Patrick Cloke | 2021-06-17 | 1 | -18/+27 |
* | Allow a user who could join a restricted room to see it in spaces summary. (#... | Patrick Cloke | 2021-05-20 | 1 | -21/+83 |
* | Refactor checking restricted join rules (#10007) | Patrick Cloke | 2021-05-18 | 1 | -16/+35 |
* | Check for space membership during a remote join of a restricted room (#9814) | Patrick Cloke | 2021-04-23 | 1 | -0/+86 |
* | Revert "Check for space membership during a remote join of a restricted room.... | Patrick Cloke | 2021-04-14 | 1 | -82/+0 |
* | Check for space membership during a remote join of a restricted room. (#9763) | Patrick Cloke | 2021-04-14 | 1 | -0/+82 |