Comment updates and /stats response fixups.
[ircu2.10.12-pk.git] / ChangeLog
index 02ff6c2c495a4b73cf649c4e14e9b0552616a3e8..0d0d6f7a1139c35f663134115e0254180c046744 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2006-05-28  Michael Poole <mdpoole@troilus.org>
+
+       * doc/readme.features (MAXBANS): Update default value.
+       (NICKLEN): Likewise.
+       (HIS_STATS_*): Sort alphabetically.
+
+       * ircd/m_stats.c (m_stats): Describe the intention so that there
+       are not further questions about local opers and remote /stats.
+       Fix places that use cptr instead of cptr.
+
+2006-05-24  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (auth_dns_callback): Be more careful about
+       handling failed DNS lookups.  Use a more standard function to
+       disconnect clients for IP mismatches.
+       (start_auth): Use a more standard function to disconnect clients
+       for peer or local socket address lookup failures.
+
+2006-05-17  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (auth_ping_timeout): Fix off-by-one error.
+
+2006-05-17  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/Makefile.in (install-*): Install convert-conf.  Install
+       umkpasswd when ${BINDIR}/ircd is not a symlink.
+
+2006-05-15  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (check_auth_finished): Only check passwords on
+       user ports.
+
+2006-05-14  Michael Poole <mdpoole@troilus.org>
+
+       * doc/example.conf (Connect): Mention the vhost option.
+
+2006-05-08  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_pong.c (mr_pong): Move cli_lasttime update from here...
+
+       * ircd/s_auth.c (auth_set_pong): ... to here.
+
+2006-05-07  Michael Poole <mdpoole@troilus.org>
+
+       * include/s_auth.h (auth_ping_timeout): Declare new function.
+
+       * ircd/ircd.c (check_pings): Move auth timeout logic into that new
+       function.
+
+       * ircd/s_auth.c (HeaderMessages): Insert new message.
+       (auth_ping_timeout): Define new function.
+       (auth_timeout_callback): Remove "hurry" notification from here.
+
+2006-05-07  Michael Poole <mdpoole@troilus.org>
+
+       * include/s_auth.h (destroy_auth_request): Remove second argument.
+
+       * ircd/list.c (free_client): Update to match.
+
+       * ircd/s_auth.c (check_auth_finished): Remove second argument and
+       update call to destroy_auth_request().
+       (send_auth_query): Update call to destroy_auth_request().
+       (destroy_auth_request): Remove second argument.
+       (auth_timeout_callback): Send timeout failure messages here
+       instead.  Update call to check_auth_finished().
+       (auth_dns_callback): Update call to check_auth_finished().
+       (start_auth): Likewise.
+       (auth_set_pong): Likewise.
+       (auth_set_user): Likewise.
+       (auth_set_nick): Likewise.
+       (auth_cap_done): Likewise.
+       (iauth_parse): Likewise.
+
+2006-05-06  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (AuthRequestFlag): Add AR_PASSWORD_CHECKED.
+       (check_auth_finished): Move password check out of iauth-only part
+       and use AR_PASSWORD_CHECKED to make sure we only check it once.
+
 2006-04-28  Michael Poole <mdpoole@troilus.org>
 
        * ircd/s_auth.c (AuthRequest): Clarify comment on 'timeout' field.
        * doc/readme.iauth: fix a minor typo in comments for 'd' and 'N'
        server messages
 
-2006-06-18  Michael Poole <mdpoole@troilus.org>
+2006-03-18  Michael Poole <mdpoole@troilus.org>
 
        * ircd/convert-conf.c (finish_features): Do not emit a feature
        setting that has no values.
 
-2006-06-18  Michael Poole <mdpoole@troilus.org>
+2006-03-18  Michael Poole <mdpoole@troilus.org>
 
        * ircd/channel.c (mode_parse_key): Outside of burst, allow
        overwriting of keys by a service when a key is already set.
        (mode_parse_apas): Likewise for Apass, but only allow overwiting
        an existing Apass in a BURST.
 
-2006-06-18  Michael Poole <mdpoole@troilus.org>
+2006-03-18  Michael Poole <mdpoole@troilus.org>
 
        * ircd/channel.c (modebuf_flush_int): Fix typo about changing
        oplevels.  Send correct channel TS for modes to other servers.