Commit Diff


commit - 1b349b05d5040de19921f087785310dfe24ef5df
commit + ea8a2bf1fc786874010c8a6ef84b3142c536112e
blob - eec2b37f6c9c7cfbf21963bcf9f7b2d65d3f5bf7
blob + bbff1f235df8658e73ba9200e8e2a6bee9d503fe
--- INSTALL
+++ INSTALL
@@ -12,12 +12,16 @@
 I. Upgrade Information
 ~~~~~~~~~~~~~~~~~~~~~~
 
-Differences to previous version 
+Differences to version 20.x
 
 - Starting with ngIRCd 21, the ciphers used by SSL are configurable and
   default to HIGH:!aNULL:@STRENGTH (OpenSSL) or SECURE128 (GnuTLS).
   Previous version were using the OpenSSL or GnuTLS defaults, DEFAULT
   and NORMAL respectively.
+
+- When adding GLINE's or KLINE's to ngIRCd 21 (or newer), all clients matching
+  the new mask will be KILL'ed. This was not the case with earlier versions
+  that only added the mask but didn't kill already connected users.
 
 Differences to version 19.x