mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-09 17:57:47 +02:00
Compare commits
5 commits
3cee144ddd
...
f688fa6f68
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f688fa6f68 | ||
|
|
128232b216 | ||
|
|
d9d14dcfe2 | ||
|
|
54f32b72de | ||
|
|
efafa1c3cf |
|
|
@ -0,0 +1 @@
|
|||
Clarify that server ACLs are case-insensitive, as per [MSC4436](https://github.com/matrix-org/matrix-spec-proposals/pull/4436).
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue