]> arthur.barton.de Git - ngircd-alex.git/blobdiff - NEWS
Always cloak client hostname, if needed
[ngircd-alex.git] / NEWS
diff --git a/NEWS b/NEWS
index 703ae76ba1d75759d39f401496e7b134703511f3..46c8b09f937028f4a8904cd0344e27c8f7378fb4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,22 @@
                                   -- NEWS --
 
 
-ngIRCd-dev
-
+ngIRCd
+
+  - Implemented hashed cloaked hostnames for both the "CloakHost" and
+    "CloakHostModeX" configuration options: now the admin can use the new
+    '%x' placeholder to insert a hashed version of the clients hostname,
+    and the new configuration option "CloakHostSalt" defines the salt for
+    the hash function. When "CloakHostSalt" is not set (the default), a
+    random salt will be generated after each server restart.
+
+ngIRCd Release 19.2 (2012-06-19)
+
+  ngIRCd 19.2~rc1 (2012-06-13)
+  - New configuration option "CloakHostModeX" to configure the hostname
+    that gets used for IRC clients which have user mode "+x" enabled.
+    Up to now, the name of the IRC server itself has been used for this,
+    which still is the default when "CloakHostModeX" isn't set.
   - Add instructions for setting up Atheme IRC services.
   - Implement support for IRC capability handling, the new "CAP" command,
     and capablity "multi-prefix" which allows both the NAME and        WHO command