X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=ffb41e170f8d43e2a5d95abfaa114e1019e920a7;hb=3c91fc4a46bc963b0e71e28a1383874a1593941c;hp=dafc314c96da8c12f3f2f6742a829cebda58b7aa;hpb=5cb589f0d191e85b9bb5d8ec275b6a0db81096ed;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index dafc314..ffb41e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2009-03-25 Michael Poole + + * ircd/ircd.c (main): Unconditionally set +6 flag on self. + +2009-03-25 Michael Poole + + * ircd/s_auth.c (iauth_cmd_hostname): Properly assign the spoofed + hostname (yea, even as the "real" host) in the hurry state. + + * tools/iauth-test: Add reminder about perl's RTMIN signal and a + new handler to exercise the N command in the hurry state. + +2009-03-25 Michael Poole + + * ircd/channel.c (mode_parse): Add Doxygen comment. When bouncing + a mode from a desynced U-lined server, do not set the modes or + send the change as a HACK(4) message. + 2009-03-17 Michael Poole * ircd/send.c (sendcmdto_match_butone): Move match_it() to the end