X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=9d8aa471cf11b351809b6fd9b01c087cfa014439;hb=9f3569b567de6a5585cffde153885d1611f6c7b6;hp=2699fe687a84835e3cfe9565d1ca11237faf410d;hpb=246a65025b51a3c5fb6900b2af4cbf22793d1416;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 2699fe6..9d8aa47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,22 @@ -2011-01-23 Michael Poole +2012-05-07 Michael Poole + + * ircd/gline.c (count_users): Use the client's real host, rather + than their masked host, for +x users. + +2012-04-29 Michael Poole + + * ircd/crule.c (crule_connected): Fix logic for ignoring + non-server Client structures. + (crule_via): Likewise. + +2012-04-29 Michael Poole + + * */.cvsignore: Rename to .gitignore. + + * ircd/.cvsignore: Likewise, and add *.o because git does not + ignore any patterns by default. + +2012-01-23 Michael Poole * ircd/ircd_res.c (proc_answer): Delete unread variable query_class. @@ -16,12 +34,12 @@ * ircd/s_stats.c (stats_configured_links): Delete unread variable pass. -2011-01-23 Michael Poole +2012-01-23 Michael Poole * ircd/gline.c (gline_modify): Notify opers using SNO_AUTO rather than SNO_GLINE if a G-line had, and still has, an AUTO prefix. -2011-01-19 Michael Poole +2012-01-19 Michael Poole * doc/readme.iauth: Document the new 'd' IAuth command. @@ -31,7 +49,7 @@ (iauth_cmd_soft_done): New IAuth command handler. (iauth_parse): Call it. -2011-01-19 Michael Poole +2012-01-19 Michael Poole * ircd/s_auth.c (start_auth): Call start_dns_query() and start_auth_query() after start_iauth_query() rather than