This commit is contained in:
Helix K 2026-03-31 23:21:19 +01:00 committed by GitHub
commit 9805811980
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View file

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

View file

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