Comment updates and /stats response fixups.
[ircu2.10.12-pk.git] / ChangeLog
index 97e3e50ab4aee0c914c48e7f11a9abd94645960e..0d0d6f7a1139c35f663134115e0254180c046744 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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.