From cf2eecb0d17e1b26518d97eb19473db74a1d8505 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 6 May 2020 11:11:30 +0200 Subject: [PATCH] Add set::anti-flood::target-flood and +draft/typing to release notes. Again, these are still early release notes drafts. --- doc/RELEASE-NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index 8fad76795..08d738bf2 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -26,6 +26,16 @@ 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. +* 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 + filter for high rate floods. You are still encouraged to use + [channel mode +f](https://www.unrealircd.org/docs/Anti-flood_features#Channel_mode_f) + in channels which give you more customized and fine-grained options + to deal with low- and medium-rate floods. +* Support for IRCv3 [+draft/typing](https://ircv3.net/specs/client-tags/typing.html) + which adds "user is typing" support to channels and PM (if the client + supports it, of course). * If a chanop /INVITEs someone, it will now override ban forwards such as ```+b ~f:#forward:*!*@*```.