From 893cc2db9988413a0f28d2d8da985997db069bea Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 9 May 2020 12:20:34 +0200 Subject: [PATCH] Update draft release notes a bit with the changes of past few days. [skip ci] --- doc/RELEASE-NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index 08d738bf2..d94be419a 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -9,6 +9,9 @@ Fixes: on wrong key, but was also redirecting on correct key. * [except ban { }](https://www.unrealircd.org/docs/Except_ban_block) without 'type' was not exempting from gline. +* Crash when saving channeldb when a parameter channel mode is combined + with ```+P``` and that module was loaded after channeldb. This may + happen if you use 3rd party parameter channel mode modules. Enhancements: * [Spamfilter](https://www.unrealircd.org/docs/Spamfilter) is now UTF8-aware. @@ -26,6 +29,11 @@ Enhancements: to using the UnrealIRCd-shipped-library version 10.34. The only downside to that is that compiling during ```./Config``` may take a little longer than usual. +* [antimixedutf8](https://www.unrealircd.org/docs/Set_block#set::antimixedutf8) + has been improved to detect CJK and other scripts and this will now + catch more mixed UTF8 spam. Note that, if you previously manually + set the score very tight (much lower than the default of 10) then you + may have to increase it a bit, or not, depending on your network. * New flood countermeasure, [set::anti-flood::target-flood](https://www.unrealircd.org/docs/Set_block#set%3A%3Aanti-flood%3A%3Atarget-flood), which limits flooding to channels and users. This is only meant as a