Report two kinds of configuration file bugs.
[ircu2.10.12-pk.git] / ChangeLog
index 0f9a52d3852da5a15b3b87c62f458927d4cc006a..36223cff81a9b20cd1831d60636b832afd75bed9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.