0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-21 12:28:45 +02:00
dendrite/roomserver/internal/input
Till 5eed31fea3
Handle guest access [1/2?] (#2872)
Needs https://github.com/matrix-org/sytest/pull/1315, as otherwise the
membership events aren't persisted yet when hitting `/state` after
kicking guest users.

Makes the following tests pass:
```
Guest users denied access over federation if guest access prohibited
Guest users are kicked from guest_access rooms on revocation of guest_access
Guest users are kicked from guest_access rooms on revocation of guest_access over federation
```

Todo (in a follow up PR):
- Restrict access to CS API Endpoints as per
https://spec.matrix.org/v1.4/client-server-api/#client-behaviour-14

Co-authored-by: kegsay <kegan@matrix.org>
2022-12-22 13:05:59 +01:00
..
input.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
input_events.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
input_events_test.go Fix outliers whose auth_events are in a different room are correctly rejected (#2791) 2022-10-14 09:14:54 +02:00
input_latest_events.go Ensure that all state event IDs are included in the added section when rewriting state (#2725) 2022-09-16 10:35:32 +01:00
input_membership.go Membership updater refactoring (#2541) 2022-07-22 14:44:04 +01:00
input_missing.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
input_test.go Ristretto cache (#2563) 2022-07-11 14:31:31 +01:00