Make references to channel password lengths consistent.
[ircu2.10.12-pk.git] / ChangeLog
index 48d293efa557c08230c23f28bff8f70dc8630b10..7303bd7be5d1f4b38863854c5f12c6b0febcd198 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-30  Michael Poole <mdpoole@troilus.org>
+
+       * include/channel.h (PASSLEN): Remove; use KEYLEN instead.
+
+       * ircd/channel.c (mode_parse_upass): Likewise.
+       (mode_parse_apass): Likewise.
+       The inconsistency (in clean_key()) was reported by Reed.
+
 2005-08-30  Michael Poole <mdpoole@troilus.org>
 
        * RELEASE.NOTES: Document +D and +d channel modes.
@@ -13,6 +21,7 @@
        (mode_parse_key): Use it, and check that keys do not start with :.
        (mode_parse_upass): Likewise, and adjust for ERR_NOMANAGER.
        (mode_parse_apass): Likewise.
+       The key and password changes fix bugs reported by coekie.
 
 2005-08-27  Michael Poole <mdpoole@troilus.org>