X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=aec8fc8725eec7365c8df6fd04d81a3e7f544f45;hb=3e8391df9fe5246e4c57b3b088287aaad3ee2f88;hp=eb128f3c3dac89c13f24eebafbe946062a788b92;hpb=53db8a34fb699436ab64a51fe5ac88e88e8c1bec;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index eb128f3..aec8fc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +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. + + * ircd/ircd.c (main): Set IPv6 flag on &me if appropriate. + + * ircd/ircd_features.c (feature_notify_hub): New function. + (features[]): Register it for FEAT_HUB. + + * ircd/ircd_parser.y (connectblock): Do not default maxlinks to + 65535 unless "hub" is specified. + (clientblock): Reset maxlinks on cleanup. + 2009-02-08 Michael Poole * ircd/channel.c (clean_channelname): Delete this function; it is