Module: ngircd.git Branch: master Commit: b53b12aa5fd4189035c7473ee4d91eb89fcecb60 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=b53b1...
Author: Alexander Barton alex@barton.de Date: Fri Aug 3 23:55:25 2012 +0200
Update NEWS and ChangeLog files for hashed cloaked hostnames
---
ChangeLog | 9 +++++++++ NEWS | 9 +++++++++ 2 files changed, 18 insertions(+)
diff --git a/ChangeLog b/ChangeLog index 1745ea4..9e8d594 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,15 @@ -- 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 diff --git a/NEWS b/NEWS index ab0ac19..46c8b09 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,15 @@ -- 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)