X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=734e05f0e2e671d8576cb99f08907832ff49e023;hb=3d59398668e6f0977c147c5efeefe7582d05b25b;hp=a865be6bff5b7b296bbc42df35b065f6bd62a58f;hpb=92a11018ec6d46d6c3cda510c5a59afd29e0148c;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index a865be6..734e05f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2009-07-30 Michael Poole + + * ircd/s_user.c (register_user): Move the default-usermodes call + to set_user_mode() to before SetUser(), so that the former does + not increment the UserStats fields. Add back the explicit + adjustments to UserStats for invisible and opered clients. + +2009-07-05 Michael Poole + + * ircd/s_user.c (register_user): Use correct parc for + set_user_mode(). Do not increment UserStats fields here, because + set_user_mode() handles that. + +2009-07-05 Michael Poole + + * ircd/m_gline.c (ms_gline): Fix the sense of the test for + strtoul() when parsing G-line lifetimes -- zero indicates failure. + +2009-07-05 Michael Poole + + * ircd/channel.c (mode_parse_client): Ignore anything after a + colon when the mode is CHFL_VOICE or the mode is being removed. + 2009-07-04 Michael Poole * ircd/s_auth.c (find_conf_client): New function.