Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Sat, 9 Jun 2001 01:34:17 +0000 (01:34 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Sat, 9 Jun 2001 01:34:17 +0000 (01:34 +0000)
commitc96ae51b55396171423b5477642627494c0ecd73
tree1f3fd5b6b5f1453cf0563e02146e3489d0c5cbb2
parentd7ad89d2770abe6284f02d99b6169c52a02bce92
Author: Kev <klmitch@mit.edu>
Log message:

Implement a mechanism for servers to indicate to the network that they are
hubs, servers, or both.  We take parv[7], an unspecified unsigned int in
previous versions, and turn it into a mode-like string--it's not actually a
mode in the /mode #channel sense, but it looks similar.  This works in
conjunction with two new flags, FLAGS_HUB and FLAGS_SERVICE.  There is
currently no user-visible impact of this change.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@493 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
include/client.h
ircd/m_server.c
ircd/s_bsd.c
ircd/s_serv.c