X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=05d0901776206352751ef4f4813ea7534e443577;hb=6ae1a85dcd5322c27a5c17a0a3a8566b5166538c;hp=e4d4aa8e491d1a9d947624a167fc4bcde46ea3a6;hpb=7fbb742f7d849cb57b23f2a76d90950174094719;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index e4d4aa8..05d0901 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +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 + of the if() to minimize the number of expensive function calls. + +2009-03-17 Michael Poole + + * patches/diffs/antispambot.diff: Forward port a patch by Dianora + to add rudimentary spam bot detection to ircu. + 2009-02-08 Michael Poole * include/client.h (ClearHub): New macro.