X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ChangeLog;h=ac1643be6f6d610c081c951378bad89ff27bc1e9;hp=ff001296c50f5d03e3768c2178eaaac84c609154;hb=384fa2237ccf0348190d655a6ea4cb8131d05354;hpb=27bbf399c2c4e7e5f3ae281a786b95cb9b1aa678 diff --git a/ChangeLog b/ChangeLog index ff00129..ac1643b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,69 @@ -2011-01-23 Michael Poole +2012-05-31 Michael Poole + + * ircd/m_server.c (check_loop_and_lh): Mention the mechanism used + to control HUB. + +2012-05-09 Michael Poole + + * ircd/s_user.c (set_user_mode): When a user deopers, revoke their + oper privileges in addition to their oper user mode. + +2012-05-09 Michael Poole + + * ircd/m_who.c (m_who): Only set WHOSELECT_EXTRA for current + opers. Because privileges are kept after -o, this would let + de-opered clients use WHOX. + +2012-05-07 Michael Poole + + * include/client.h (cli_account): New helper macro to return the + client's account name, or "0" for unstamped clients. + + * ircd/s_misc.c (exit_client): Use that when logging the client's + exit. + +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. + + * ircd/m_nick.c (m_nick): Delete unread variable client_name. + + * ircd/m_ping.c (m_ping): Delete unread variable origin. + + * ircd/m_whois.c (do_whois): Delete unread variable name. + + * ircd/parse.c (parse_client): Delete unread variable noprefix. + + * ircd/s_conf.c (killcomment): Delete unread variable tm. + + * ircd/s_stats.c (stats_configured_links): Delete unread variable + pass. + +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. @@ -13,7 +73,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