Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Tue, 19 Dec 2000 21:37:58 +0000 (21:37 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Tue, 19 Dec 2000 21:37:58 +0000 (21:37 +0000)
commit3bad42600acc8707336aa73cd3e7bcb9a89fbe74
treec2b84173e8671455893463f44360f42c9102a9cf
parent95e583bfb71d54d5ff9b8cff24b5b2ca33073901
Author: Kev <klmitch@mit.edu>
Log message:

Removed last vestiges of GODMODE; made a whole bunch of formerly compile-
time options into run-time options through the features subsystem; bashed
a couple of bugs in ircd_log.c and m_ison.c; added a new "read-only" flag
to ircd_features.c.

Testing:

Compiles and runs; m_ison.c compiles.  Again, needs extensive testing; turn
the features on and off and see what happens.

NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE

Make sure you add "F:HUB:TRUE" to your ircd.conf if you normally turn HUB
on.  I may make HUB go away completely in the future, but not until
m_server gets rewritten from scratch.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@350 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
25 files changed:
ChangeLog
config/config-sh.in
include/ircd_features.h
include/querycmds.h
include/sys.h
ircd/Makefile.in
ircd/dbuf.c
ircd/ircd.c
ircd/ircd_features.c
ircd/ircd_log.c
ircd/m_connect.c
ircd/m_ison.c
ircd/m_oper.c
ircd/m_privmsg.c
ircd/m_server.c
ircd/m_settime.c
ircd/motd.c
ircd/numnicks.c
ircd/parse.c
ircd/s_auth.c
ircd/s_bsd.c
ircd/s_conf.c
ircd/s_debug.c
ircd/s_err.c
ircd/s_user.c