Author: Michael Poole <mdpoole@troilus.org>
[ircu2.10.12-pk.git] / ChangeLog
index d74896cc54bd8961848c904ca884e8df8621ed76..eb128f3c3dac89c13f24eebafbe946062a788b92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-02-08  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/channel.c (clean_channelname): Delete this function; it is
+       no longer used, and had the same length-off-by-one bug.
+
+       * ircd/m_join.c (m_join): Use > instead of >= with CHANNELLEN.
+
+       * tests/ircd.conf: Set CHANNELLEN to make it easier to test this.
+
+       * tests/bug-2328334.cmd: New file for regression testing.
+
 2009-02-08  Michael Poole <mdpoole@troilus.org>
 
        * include/numeric.h (ERR_INVALIDKEY): Define new numeric.