Fix convert-conf for H: lines without C: lines.
[ircu2.10.12-pk.git] / ChangeLog
index 078d68a62634ac4d4947625cb65055d373f33975..9504969ac15aa56e99ff1e34aef4c7d8d872d55a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2006-10-21  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/convert-conf.c (finish_connects): Fix error display for
+       missing C: lines when an H: line is present.
+
+2006-08-02  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/ircd_parser.y (connectblock): Check for too-long password.
+       (operblock): Comment why we don't check password length.  Move
+       PRIV_PROPAGATE test earlier (so a buggy edit, rehash, /oper will
+       not crash).
+       (clientblock): Check for too-long password.
+
+2006-08-02  Michael Poole <mdpoole@troilus.org>
+
+       * include/channel.h (struct Ban): Fix typo in doxygen comment.
+
+2006-07-09  Michael Poole <mdpoole@troilus.org>
+
+       * include/patchlevel.h (PATCHLEVEL): Bump for pre09.
+
+2006-07-09  Michael Poole <mdpoole@troilus.org>
+
+       * include/patchlevel.h (PATCHLEVEL): Bump for 2.10.12.08 release.
+
 2006-07-05  Michael Poole <mdpoole@troilus.org>
 
        * ircd/s_auth.c (auth_freelist): New static variable.