Author: Carlo Wood <carlo@alinoe.com> (by way of Kev <klmitch@mit.edu>)
[ircu2.10.12-pk.git] / ChangeLog
index e6a6f0fe221504e349ff8755367123318620f368..6a372ee453ebad63ef3425be8e7fac52bfabfa6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,38 @@
+2002-02-25  Carlo Wood  <carlo@alinoe.com>
+
+       * ircd/m_server.c: remove unused variables
+
+2002-02-25 Joseph Bongaarts <foxxe@wtfs.net>
+
+       * ircd/m_map.c: Modified to show a useful output to non-opered
+         clients when HEAD_IN_SAND_MAP is defined. Servers are added to
+         the list when first seen (after receiving SERVER) and that list
+         is sent to clients. Servers are excluded from the list if they are
+         hubs, services, or have been missing for more than 1 week.
+       
+       * ircd/map.c: Created file for map_* functions
+
+       * include/map.h: Created file for map_* functions
+
+       * ircd/m_server.c: Added calls to map_update()
+
+       * ircd/s_misc.c: Added call to map_update()
+
+       * ircd/parse.c: Changed to use m_map() and mo_map()
+       
+2002-02-22 Reed Loden <reed@redmagnet.com>
+
+       * ircd/m_connect.c: Removed an extra : in remote connect message.
+
 2002-02-19 Joseph Bongaarts <foxxe@wtfs.net>
 
         * ircd/whocmds.c: Local opers should also be able to
         see servernames in /who
 
+       * ircd/gline.c: Fix core bug in gline_find()
+
+       * ircd/m_kill.c: Bug fix for HIS_KILLWHO
+
 2002-02-19 John Buttery <john@io.com>
 
        * ircd/ircd.c: Updated "No such file" error message.