Compare commits

..

1 commit

Author SHA1 Message Date
Travis Ralston 1d78a7afb8
Merge 201942ce44 into 2b68fd935c 2026-06-05 14:07:59 -06:00
2 changed files with 4 additions and 7 deletions

View file

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

View file

@ -62,9 +62,8 @@ properties:
allow:
type: array
description: |-
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.
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).
**This defaults to an empty list when not provided, effectively disallowing
every server.**
@ -73,9 +72,8 @@ properties:
deny:
type: array
description: |-
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.
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).
This defaults to an empty list when not provided.
items: