From f0d00ff109e8d8df2eb76428681bee219cbd848a Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 16 Jun 2021 13:33:01 +0200 Subject: [PATCH] modules.optional.conf: elaborate a bit more on antimixedutf8 score. And set the default there to 8 instead of 10, which should be OK. --- doc/conf/modules.optional.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/conf/modules.optional.conf b/doc/conf/modules.optional.conf index 2e4395e7c..4c4f1fcfa 100644 --- a/doc/conf/modules.optional.conf +++ b/doc/conf/modules.optional.conf @@ -158,10 +158,16 @@ loadmodule "websocket"; loadmodule "antimixedutf8"; set { antimixedutf8 { - /* Take action at this 'score'. - * 10 is a good and safe default. + /* Take action at this 'score' (lower = more sensitive) + * + * A score of 2 or 3 will catch a lot but also + * catch innocent users who are not using a pure + * Latin script, such as Russian people who + * commonly use a mix of Latin and Cyrillic. + * + * A score of 8 is a safe default. */ - score 10; + score 8; /* Action to take, see: * https://www.unrealircd.org/docs/Actions @@ -169,7 +175,7 @@ set { ban-action block; /* Block/kill/ban reason (sent to user) */ - ban-reason "Possible mixed character spam"; + ban-reason "Mixed character spam"; /* Duration of ban (does not apply to block/kill) */ ban-time 4h; // For other types