1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 21:03:12 +02:00

Remove antimixedutf8 changes from release notes

[skip ci]
This commit is contained in:
Bram Matthys
2023-07-16 17:46:40 +02:00
parent 3e2f668f10
commit 4a25ce5cf2
-4
View File
@@ -64,10 +64,6 @@ in progress and may not be a stable version.
messages. Generally it is very useful to see if a spamfilter hit is
correct or not, so the default is 'always', but it also has privacy
implications so there is now this option to disable it.
* The module [antimixedutf8](https://www.unrealircd.org/docs/Set_block#set::antimixedutf8)
now recognizes more code block transitions and should do a better job at
catching mixed UTF8 spam. It may also have more false positives.
This module is (still) not loaded by default.
* You can restrict includes to only contain certain blocks, the style is:
```
include "some-file-or-url" { restrict-config { name-of-block; name-of-block2; } }