]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Update NEWS and ChangeLog files for hashed cloaked hostnames
authorAlexander Barton <alex@barton.de>
Fri, 3 Aug 2012 21:55:25 +0000 (23:55 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 3 Aug 2012 21:55:25 +0000 (23:55 +0200)
ChangeLog
NEWS

index 1745ea46b86e738c4df0aebedec4034e68ce46c3..9e8d5941ef1b7fdb592f831701aca2b5e55602e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,15 @@
                                -- ChangeLog --
 
 
                                -- ChangeLog --
 
 
+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)
 
   - doc/Capabilities.txt: document "multi-prefix" capability
 ngIRCd Release 19.2 (2012-06-19)
 
   - doc/Capabilities.txt: document "multi-prefix" capability
diff --git a/NEWS b/NEWS
index ab0ac1955e5768ea040181f674c6b4ceae6cd57b..46c8b09f937028f4a8904cd0344e27c8f7378fb4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,15 @@
                                   -- NEWS --
 
 
                                   -- NEWS --
 
 
+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)
 ngIRCd Release 19.2 (2012-06-19)
 
   ngIRCd 19.2~rc1 (2012-06-13)