Author: Ghostwolf <foxxe@wtfs.net>
authorJoseph Bongaarts <foxxe@wtfs.net>
Mon, 25 Feb 2002 06:32:02 +0000 (06:32 +0000)
committerJoseph Bongaarts <foxxe@wtfs.net>
Mon, 25 Feb 2002 06:32:02 +0000 (06:32 +0000)
commit84ba698af2f5d420a276ffe44d2ab010f0af6e54
treee7e3b97424f2d675386b00df25cd10400ef7a93e
parent4442ab4f41c1fe161f61b7561dbb55cc5135d7b3
Author: Ghostwolf <foxxe@wtfs.net>
Log message:

  * 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()

Status: Completely untested. It may compile and work.
More commits are on the way.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@655 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
include/map.h [new file with mode: 0644]
ircd/m_map.c
ircd/m_server.c
ircd/map.c [new file with mode: 0644]
ircd/parse.c
ircd/s_misc.c