Compare commits

...

3 commits

Author SHA1 Message Date
Helix K be0567a0fd
Merge 54f32b72de into 22f3cc009b 2026-03-17 09:12:45 +00: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 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.