Author: Carlo Wood <carlo@alinoe.com> (by way of Kev <klmitch@mit.edu>)
[ircu2.10.12-pk.git] / ChangeLog
index 1af5a05a45f0e34ba89f6d1da0c2d6fa0c32f287..6a372ee453ebad63ef3425be8e7fac52bfabfa6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+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.