Allow ircd.conf to control the list_chan privilege.
[ircu2.10.12-pk.git] / ChangeLog
index 0d0d6f7a1139c35f663134115e0254180c046744..ab4289430419d7bca7bb14669e75a7cbf054e0a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2006-06-07  Michael Poole <mdpoole@troilus.org>
+
+       * doc/example.conf: Document the list_chan privilege.
+
+       * ircd/ircd_lexer.l: Recognize the token.
+
+       * ircd/ircd_parser.y: Treat it appropriately.
+
+2006-06-07  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (auth_ping_timeout): If the client never had an
+       auth request, kill them on ping timeout.
+
+2006-06-05  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (auth_timeout_callback): Clear AR_DNS_PENDING when
+       destroying the lookup and reporting DNS failure.
+
 2006-05-28  Michael Poole <mdpoole@troilus.org>
 
        * doc/readme.features (MAXBANS): Update default value.
@@ -6,7 +24,7 @@
 
        * 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.
+       Fix places that use cptr instead of sptr.
 
 2006-05-24  Michael Poole <mdpoole@troilus.org>