Rip out clean_channelname() and reject invalid names where appropriate.
[ircu2.10.12-pk.git] / ChangeLog
index d63a47d184018b27403435f9064821d0c800a687..f9fe982a50bb927d2983a190998b4d5ac55d1c08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-09-13  Michael Poole <mdpoole@troilus.org>
+
+       * include/channel.h (clean_channelname): Remove prototype.
+
+       * ircd/m_invite.c (m_invite): Do not clean channel name; just
+       reject invalid channel names.
+
+       * ircd/m_join.c (m_join): Likewise.
+
+       * ircd/m_mode.c (m_mode): Do not clean channel name.
+
+       * ircd/m_names.c (m_names): Likewise.
+
+       * ircd/m_opmode.c (mo_opmode): Likewise.
+
 2005-09-13  Michael Poole <mdpoole@troilus.org>
 
        * ircd/channel.c (find_ban): Revert to older style of comparison,