Compare commits

...

4 commits

Author SHA1 Message Date
Helix K 9178243772
Merge d9d14dcfe2 into 2192bfa996 2026-03-26 17:39:19 -06:00
Helix K d9d14dcfe2
reword 2026-03-18 09:29:51 -05: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 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:
type: array
description: |-
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).
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.
**This defaults to an empty list when not provided, effectively disallowing
every server.**
@ -72,8 +73,9 @@ properties:
deny:
type: array
description: |-
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).
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.
This defaults to an empty list when not provided.
items: