Get rid of ms_names(); clean up m_names() to be more uniform.
[ircu2.10.12-pk.git] / ChangeLog
index bf5b31bc7d418b32399d52221a9ec9eb77459557..0decd5e41473b22db817a96e470d1dc88d2f750f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-08-13  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_names.c (do_names): Add NAMES_DEL to comment.  Avoid use
+       of strcat().  Get rid of ms_names(), which was basically a copy of
+       m_names(), and merge the "showingdelayed" changes into m_names().
+       Replace the recursion with iteration.
+
+       * ircd/parse.c (msgtab): Use m_names(), not ms_names().
+
 2007-08-08  Michael Poole <mdpoole@troilus.org>
 
        * ircd/s_auth.c (report_iauth_conf): Remove end-of-stats message;