Clarify that ACLs are case-insensitive

This commit is contained in:
Kierre 2026-03-10 17:39:11 -05:00
parent 252de984cc
commit efafa1c3cf
No known key found for this signature in database
GPG key ID: 1C50B6A26C5B1C6E

View file

@ -62,7 +62,7 @@ properties:
allow: allow:
type: array type: array
description: |- 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). Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
**This defaults to an empty list when not provided, effectively disallowing **This defaults to an empty list when not provided, effectively disallowing
@ -72,7 +72,7 @@ properties:
deny: deny:
type: array type: array
description: |- 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). Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
This defaults to an empty list when not provided. This defaults to an empty list when not provided.