X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=e4d4aa8e491d1a9d947624a167fc4bcde46ea3a6;hb=7fbb742f7d849cb57b23f2a76d90950174094719;hp=d74896cc54bd8961848c904ca884e8df8621ed76;hpb=7013ebce8f2bc856983cc97a188376b72e7cd89c;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index d74896c..e4d4aa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +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 + no longer used, and had the same length-off-by-one bug. + + * ircd/m_join.c (m_join): Use > instead of >= with CHANNELLEN. + + * tests/ircd.conf: Set CHANNELLEN to make it easier to test this. + + * tests/bug-2328334.cmd: New file for regression testing. + 2009-02-08 Michael Poole * include/numeric.h (ERR_INVALIDKEY): Define new numeric.