Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Wed, 29 Nov 2000 21:54:23 +0000 (21:54 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Wed, 29 Nov 2000 21:54:23 +0000 (21:54 +0000)
commite1e2db063e7263532228013dbd2fa7df916586db
tree96835293e1560af8e8c7d23b07bb2593006bc479
parentbb5ac17cecf0a787743104820c9da4cfe3a0f098
Author: Kev <klmitch@mit.edu>
Log message:

Finishing up work on the logging API; lots of dead code added to ircd_log.c
which is intended to be called from appropriate places in the configuration
file parser (I'll add that later).  Started switching bits and pieces over
to the new API.

Status: mostly stable

Testing done:

Compiles and seems to work; some of the functionality can't be tested until
some more work gets done.  The eventual upshot of all this work will be the
eventual replacement of GPATH and others with configuration file options.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@317 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
include/client.h
include/ircd_log.h
ircd/ircd.c
ircd/ircd_log.c
ircd/m_kill.c
ircd/s_conf.c
ircd/s_debug.c