From d06f7974225fe2d30b1542d71bcb1871cd1d5f92 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 15 Feb 2025 12:38:49 +0100 Subject: [PATCH] Update release notes on the two new spamfilter { } options. [skip ci] --- doc/RELEASE-NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index ff9b7db26..917dcee2a 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -5,6 +5,16 @@ This is the git version (development version). This is work in progress and may not always be a stable version. ### Enhancements: +* In the [spamfilter { } ](https://www.unrealircd.org/docs/Spamfilter_block) + block two new options: + * `input-conversion`: This can be set to `none` to make the + spamfilter run against the original text. This in contrast to + how default spamfilter behaves where the text is matched against + text that has color and control codes removed. Can be useful if + you need to match against such a special character. + * `show-message-content-on-hit`: this works like + [set::show-message-content-on-hit](https://www.unrealircd.org/docs/Set_block#set::spamfilter::show-message-content-on-hit). + but on an individual spamfilter basis. * If `unrealircd.conf` doesn't exist then we now offer to copy the example configuration (showing a list of languages to pick from).