X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=NEWS;h=46c8b09f937028f4a8904cd0344e27c8f7378fb4;hp=08896792c31f8a36ddaef1089387c31aa6d65a08;hb=55859c1befa7cd04a130f1816cb73a9629637105;hpb=ae27571414bcf1b9e06bfb057b201fcae44fac53 diff --git a/NEWS b/NEWS index 08896792..46c8b09f 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,27 @@ -- 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) + - 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 + handlers to return more than one "class prefix" to the client. + ngIRCd Release 19.1 (2012-03-19) - Really include _all_ patches to build the Anope module into the