Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Thu, 30 Nov 2000 22:20:24 +0000 (22:20 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Thu, 30 Nov 2000 22:20:24 +0000 (22:20 +0000)
commit90db9ebe981002933d49e25522903359e24e6ee2
treee0e6d1ecf80b576b9a308cbdca9e54e396a5ff8b
parente1e2db063e7263532228013dbd2fa7df916586db
Author: Kev <klmitch@mit.edu>
Log message:

Finished most of the logging system (except for conversions to log_write())
by implementing the feature system, composed of F-lines, to set features
from the .conf, and the three new commands /set, /reset, and /get, to
manipulate feature settings on the fly.

Status: Stable, but expect bugs

Testing needed:

I'm too tired to try to figure out what sort of bugs might be hanging
around.  Beat on it for a while...

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@318 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
21 files changed:
ChangeLog
doc/example.conf
include/client.h
include/handlers.h
include/ircd_features.h [new file with mode: 0644]
include/ircd_log.h
include/msg.h
include/numeric.h
include/s_stats.h
ircd/Makefile.in
ircd/ircd_features.c [new file with mode: 0644]
ircd/ircd_log.c
ircd/m_get.c [new file with mode: 0644]
ircd/m_rehash.c
ircd/m_reset.c [new file with mode: 0644]
ircd/m_set.c [new file with mode: 0644]
ircd/m_stats.c
ircd/parse.c
ircd/s_conf.c
ircd/s_err.c
ircd/s_stats.c