X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=9e2a0428bee33c1e93aa39dc8dc0b9a18ba2847b;hb=d2a1f6aa4be7e42dd76e5342b309b8331d86bab4;hp=4c825acb1de8550b6d7cdf173898009ea084661b;hpb=0a26079af2f5ee2bf5d0c67d1c701abf77d3cd56;p=ngircd-alex.git diff --git a/ChangeLog b/ChangeLog index 4c825acb..9e2a0428 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,27 @@ -- ChangeLog -- -ngIRCd +ngIRCd 20 (2012-12-17) + + - Allow user names ("INDENT") up to 20 characters when ngIRCd has not + been configured for "strict RFC mode". This is useful if you are using + external (PAM) authenticaion mechanisms that require longer user names. + Patch suggested by Brett Smith , see + . + + ngIRCd 20~rc2 (2012-12-02) + - Rework cloaked hostname handling and implement the "METADATA cloakhost" + subcommand: Now ngIRCd uses two fields internally, one to store the + "real" hostname and one to save the "cloaked" hostname. This allows + "foreign servers" (aka "IRC services") to alter the real and cloaked + hostnames of clients without problems, even when the user itself issues + additional "MODE +x" and "MODE -x" commands. + - RPL_UMODEIS: send correct target name, even on server links. + - Update platformtest.sh to follow autoconf changes and only generate + the "configure" script when it is missing. + - Fix the test suite to correctly execute test scripts even when stdout + is redirected. + - Fix some compiler warnings on NetBSD and OpenBSD. ngIRCd 20~rc1 (2012-11-11) - Update doc/Services.txt: describe the upcoming version of Anope 1.9.8,