From 9c5e42458ea8dc2aa8db5f122aaa4296d31df67b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 29 Mar 2020 23:17:21 +0200 Subject: Update documentation to reflect "[Channel]->Modes" changes No longer mention "[Channel]->Key" and "[Channel]->MaxUsers". --- INSTALL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 788c2349..7a7712af 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,6 +12,16 @@ configure ngIRCd. ## Upgrade Information +Differences to version 25 + +- Setting modes for predefined channels in *[Channel]* sections has been + enhanced: now you can set *all* modes, like in IRC "MODE" commands, and have + this setting multiple times per *[Channel]* block. Modifying lists (ban list, + invite list, exception list) is supported, too. + + Both the *Key* and *MaxUsers* settings are now deprecated and should be + replaced by `Modes = +l ` and `Modes = +k ` respectively. + Differences to version 22.x - The *NoticeAuth* `ngircd.conf` configuration variable has been renamed to -- cgit 1.4.1