Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Mon, 4 Dec 2000 20:07:31 +0000 (20:07 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Mon, 4 Dec 2000 20:07:31 +0000 (20:07 +0000)
commit13e5ea0dd2bc6ff69a492189165a80d6a922ab05
tree7f7b27f408d156818fe53b965dd9a07daf07b678
parentf9daf14f3480647e61e59ae78691e73f0f987ceb
Author: Kev <klmitch@mit.edu>
Log message:

Switched from calling ircd_log/write_log to log_write; removed all the
compile-time cruft associated with logging and syslogging; corrected a
couple of bugs in the new ircd_log.c functions; corrected a warning, then a
bug in m_create.c, presumably introduced by Isomer

Status: stable

Testing needed: Beat on it for a while.  example.conf still references
USERLOG and OPERLOG subsystems, but they no longer exist; use USER and OPER
instead.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@321 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
28 files changed:
ChangeLog
config/config-sh.in
doc/example.conf
include/ircd_log.h
ircd/Makefile.in
ircd/channel.c
ircd/gline.c
ircd/ircd.c
ircd/ircd_alloc.c
ircd/ircd_log.c
ircd/jupe.c
ircd/m_clearmode.c
ircd/m_connect.c
ircd/m_create.c
ircd/m_kill.c
ircd/m_oper.c
ircd/m_rehash.c
ircd/m_restart.c
ircd/m_server.c
ircd/m_uping.c
ircd/m_who.c
ircd/res.c
ircd/s_auth.c
ircd/s_bsd.c
ircd/s_conf.c
ircd/s_debug.c
ircd/s_misc.c
ircd/uping.c