X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=37007c7241d637ae305476798dd926143008e4b4;hb=e0c92b0746b7400ceaed06b7bb9ba3f992360de6;hp=7375462c3252e0a40806a8fc632f432384491f50;hpb=6606615f1c605c9000f5f0f217a9495a2c4270c3;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 7375462..37007c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2008-03-20 Kevin L. Mitchell + + * include/client.h: IsLocOp() now checks to see if its MyUser() as + well; IsAnOper() uses IsOper() and IsLocOp() instead of directly + testing the flags + +2008-03-15 Michael Poole + + * ircd/s_bsd.c (init_connection_limits): Remove errant apostrophe. + Print text error message when unable to set max FDs. + +2008-03-15 Michael Poole + + * ircd/s_user.c (set_user_mode): Check for end of argument list + when processing 'r' modes. + +2008-01-09 Kevin L. Mitchell + + * include/patchlevel.h (PATCHLEVEL): bump patchlevel + +2008-01-02 Kevin L. Mitchell + + * ircd/m_burst.c (ms_burst): surround protocol_violation() and + break in braces to do what Jan Krueger was trying to do... + +2008-01-03 Jan Krueger + + * ircd/m_burst.c: prevent leaking the next nick into the current one's + oplevel. Add protocol_violation when an invalid nick flag appears. + 2007-12-28 Kevin L. Mitchell * ircd/channel.c: add MODE_REGISTERED, mapped to +R; arrange to