repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 42e8654d7b04197eb90ce1ccd8a055ffb6309c3d:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 42e8654d7b04197eb90ce1ccd8a055ffb6309c3d
Author: Alexander Barton 
Date:   Mon Apr 20 19:31:57 2020 +0200

    INSTALL.md: Add not about removed legacy options

diff --git a/INSTALL.md b/INSTALL.md
index 7a7712af6236d1bba13321041629c24bc4100bc5..
index ..5d521b55cdee07a1439c977eb335374b8b3279fe 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -14,6 +14,14 @@ configure ngIRCd.

 Differences to version 25

+- **Attention**:
+  All already deprecated legacy options (besides the newly deprecated *Key* and
+  *MaxUsers* settings, see below) were removed in ngIRCd 26, so make sure to
+  update your configuration before upgrading, if you haven't done so already
+  (you got a warning on daemon startup when using deprecated options): you can
+  check your configuration using `ngircd --configtest` -- which is a good idea
+  anyway ;-)
+
 - 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,

-----END OF PAGE-----