From efafa1c3cf7ffa92b72ee7fcaad3e2d35dc10f0b Mon Sep 17 00:00:00 2001 From: Kierre Date: Tue, 10 Mar 2026 17:39:11 -0500 Subject: [PATCH 1/2] Clarify that ACLs are case-insensitive --- data/event-schemas/schema/m.room.server_acl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/event-schemas/schema/m.room.server_acl.yaml b/data/event-schemas/schema/m.room.server_acl.yaml index da490452..9ae60114 100644 --- a/data/event-schemas/schema/m.room.server_acl.yaml +++ b/data/event-schemas/schema/m.room.server_acl.yaml @@ -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. From 54f32b72de3810c2f6cb67b3826b9547eb6b9590 Mon Sep 17 00:00:00 2001 From: Kierre Date: Tue, 10 Mar 2026 17:43:59 -0500 Subject: [PATCH 2/2] newsfragment --- changelogs/server_server/newsfragments/2334.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/server_server/newsfragments/2334.clarification diff --git a/changelogs/server_server/newsfragments/2334.clarification b/changelogs/server_server/newsfragments/2334.clarification new file mode 100644 index 00000000..5ea52dc3 --- /dev/null +++ b/changelogs/server_server/newsfragments/2334.clarification @@ -0,0 +1 @@ +Clarify that server ACLs are case-insensitive. \ No newline at end of file