From 6d443ca2db75d276bd7ca5d5c8065b1c9af90507 Mon Sep 17 00:00:00 2001 From: Catalan Lover Date: Sun, 6 Oct 2024 10:55:55 +0200 Subject: [PATCH 1/2] Remove References to Regex in Config Example as they are false --- config/default.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index d4570ccc..6efd71a2 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -185,10 +185,6 @@ protections: # # WordList will ban users who use these words when first joining a room, so take caution when selecting them. # - # For advanced usage, regex can also be used, see the following links for more information; - # - https://www.digitalocean.com/community/tutorials/an-introduction-to-regular-expressions - # - https://regexr.com/ - # - https://regexone.com/ words: - "LoReM" - "IpSuM" From b4e391850bcceefeb890df7da25f5488e48f2a3b Mon Sep 17 00:00:00 2001 From: Catalan Lover Date: Wed, 9 Oct 2024 13:35:56 +0200 Subject: [PATCH 2/2] Add note that Regex is not supported and state historical error. --- config/default.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/default.yaml b/config/default.yaml index 6efd71a2..d6a478fe 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -185,6 +185,9 @@ protections: # # WordList will ban users who use these words when first joining a room, so take caution when selecting them. # + # The word list protection does not support regular expressions at this time. + # The configuration in the past stated support for Regex erroneously. + # words: - "LoReM" - "IpSuM"