Compare commits

...

5 commits

Author SHA1 Message Date
Helix K f688fa6f68
Merge 128232b216 into 2b68fd935c 2026-06-06 02:50:22 +00:00
Helix K 128232b216
Update changelogs/server_server/newsfragments/2334.clarification
Co-authored-by: Travis Ralston <travpc@gmail.com>
2026-06-05 21:50:20 -05:00
Helix K d9d14dcfe2
reword 2026-03-18 09:29:51 -05:00
Kierre 54f32b72de
newsfragment 2026-03-10 17:43:59 -05:00
Kierre efafa1c3cf
Clarify that ACLs are case-insensitive 2026-03-10 17:39:11 -05:00
2 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1 @@
Clarify that server ACLs are case-insensitive, as per [MSC4436](https://github.com/matrix-org/matrix-spec-proposals/pull/4436).

View file

@ -62,8 +62,9 @@ properties:
allow:
type: array
description: |-
The server names to allow in the room, excluding any port information.
Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
The case-insensitive [glob expressions](/appendices#glob-style-matching) that are
evaluated against server names excluding any port information to determine the servers
to allow in the room.
**This defaults to an empty list when not provided, effectively disallowing
every server.**
@ -72,8 +73,9 @@ properties:
deny:
type: array
description: |-
The server names to disallow in the room, excluding any port information.
Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
The case-insensitive [glob expressions](/appendices#glob-style-matching) that are
evaluated against server names excluding any port information to determine the servers
to disallow in the room.
This defaults to an empty list when not provided.
items: