From dd74e1e63d12b4eec984d2e74546eba0b3e85030 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 5 Jan 2022 17:30:50 +0100 Subject: [PATCH] Update release notes [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 6d1c764c6..eb939d3ab 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -36,6 +36,11 @@ Enhancements: listen::file instead of ip/port. This probably won't be used much, but the option is there. Users will show up with a host of `localhost` and IP `127.0.0.1` to keep things simple. +* The `MAP` command now shows percentages of users +* Add `WHO` option to search clients by time connected (eg. `WHO <300 t` to + search for less than 300 seconds) +* Rate limiting of `MODE nick -x` and `-t` via new `vhost-flood` option in + [set::anti-flood block](https://www.unrealircd.org/docs/Anti-flood_settings). Fixes: * Fix infinite hang on "Loading IRCd configuration" if DNS is not working. @@ -44,6 +49,9 @@ Fixes: * Some `MODE` server-to-server commands were missing a timestamp at the end, even though this is mandatory for modes coming from a server. +Changes: +* Update Russian `help.ru.conf`. + Developers and protocol: * People packaging UnrealIRCd (eg. to an .rpm/.deb): * Be sure to pass the new `--with-controlfile` configure option