X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=67592a96a4514fb803d5b3fc92bacfe1b6157081;hb=db5ce1caa14de28c6b333ac3e1484ed068dfd236;hp=aec8fc8725eec7365c8df6fd04d81a3e7f544f45;hpb=3e8391df9fe5246e4c57b3b088287aaad3ee2f88;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index aec8fc8..67592a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2009-07-04 Michael Poole + + * include/channel.h (RevealDelayedJoinIfNeeded): Declare. + + * ircd/channel.c (RevealDelayedJoinIfNeeded): Implement. + + * ircd/ircd_relay.c (relay_channel_message): Only reveal the user + if he passes the check_target_limit() test. + (relay_channel_notice): Likewise. + + * ircd/m_wallchops.c (m_wallchops): Likewise. + + * ircd/m_wallvoices.c (m_wallvoices): Likewise. + + * ircd/s_user.c (check_target_limit): Micro-optimize to only check + the user's channel list for invites if we are about to deny it. + +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