From cb604d6df05bbb82d2cde5ec77d1cdd8a3776720 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 30 May 2021 18:49:18 +0200 Subject: [PATCH] Update release notes [skip ci] --- doc/RELEASE-NOTES.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index 37b1c4cd0..994739b23 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -12,14 +12,14 @@ It also contains a breaking change, meaning (almost) everyone will need to change a few things in their configuration file. Breaking change: -* The set:anti-flood block has been redone so you can have different limits +* The set::anti-flood block has been redone so you can have different limits for "unknown-users" and "known-users". - As a reminder, by default, "known-users" are users who are identified - to services OR are on an IP that has been connected for over 2 hours - in the past X days, the exact definition of "known-users" is in the - [security-group block](https://www.unrealircd.org/docs/Security-group_block). - See [here](https://www.unrealircd.org/docs/FAQ#new-anti-flood-block) - for more information on the layout of the new anti-flood block. + * As a reminder, by default, "known-users" are users who are identified + to services OR are on an IP that has been connected for over 2 hours + in the past X days. The exact definition of "known-users" is in the + [security-group block](https://www.unrealircd.org/docs/Security-group_block). + * See [here](https://www.unrealircd.org/docs/FAQ#new-anti-flood-block) + for more information on the layout of the new set::anti-flood block. Enhancements: * Add support for database encryption. The way this works