dendrite/setup/config
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
..
config_appservice.go Configuration tweaks (#2567) 2022-09-01 14:15:41 +01:00
config_clientapi.go Add hcaptcha support besides Google ReCaptcha (#2834) 2022-10-28 11:25:01 +01:00
config_federationapi.go HTTP connection keepalives (#2730) 2022-09-20 17:17:44 +01:00
config_global.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
config_jetstream.go Configuration tweaks (#2567) 2022-09-01 14:15:41 +01:00
config_keyserver.go Configuration tweaks (#2567) 2022-09-01 14:15:41 +01:00
config_mediaapi.go Configuration tweaks (#2567) 2022-09-01 14:15:41 +01:00
config_mscs.go Configuration tweaks (#2567) 2022-09-01 14:15:41 +01:00
config_roomserver.go Configuration tweaks (#2567) 2022-09-01 14:15:41 +01:00
config_syncapi.go Update search docs 2022-09-27 17:10:47 +01:00
config_test.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
config_userapi.go Add support for config "auto_join_rooms" (#2823) 2022-10-26 11:04:53 +02:00
config.go Fix registration for virtual hosting 2022-11-18 13:24:02 +00:00