X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=ChangeLog;h=9e8d5941ef1b7fdb592f831701aca2b5e55602e4;hp=c90332f717d8065e614ee4a0c4d0f9268292115a;hb=b1b83831d199cc893606e924255a8747c97cd572;hpb=bf5610a3b9ceef67da9777c5f4a72b9733124a33 diff --git a/ChangeLog b/ChangeLog index c90332f7..9e8d5941 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,8 +9,24 @@ -- ChangeLog -- -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) + + - doc/Capabilities.txt: document "multi-prefix" capability + + 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. - Correctly handle asynchronously re-established server links: a race condition could let the daemon loose track of an already re-established incoming server link while preparing its own outgoing connection.