This commit is contained in:
Helix K 2026-03-17 09:12:45 +00:00 committed by GitHub
commit be0567a0fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Clarify that server ACLs are case-insensitive.

View file

@ -62,7 +62,7 @@ properties:
allow:
type: array
description: |-
The server names to allow in the room, excluding any port information.
The case-insensitive 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
@ -72,7 +72,7 @@ properties:
deny:
type: array
description: |-
The server names to disallow in the room, excluding any port information.
The case-insensitive 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.