dendrite/roomserver/internal/perform
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
..
perform_admin.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
perform_backfill.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
perform_forget.go Implement forgetting about rooms (#1572) 2020-11-05 10:19:23 +00:00
perform_inbound_peek.go De-race types.RoomInfo (#2600) 2022-08-01 15:29:19 +01:00
perform_invite.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
perform_join.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
perform_leave.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
perform_peek.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
perform_publish.go Add AS specific public room list endpoints (#2836) 2022-10-27 14:40:35 +02:00
perform_unpeek.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
perform_upgrade.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00