s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it)
This commit is contained in:
parent
d7b7d8bbdf
commit
d3455e2c7e
|
@ -38,7 +38,7 @@
|
|||
#include "irc_string.h"
|
||||
#include "numeric.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "numeric.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "client.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "client.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "whowas.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "client.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "whowas.h"
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
#define IRC_DEPRECATED
|
||||
#endif
|
||||
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "send.h"
|
||||
|
||||
#ifdef SOFT_ASSERT
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "ircd.h"
|
||||
#include "irc_string.h"
|
||||
#include "numeric.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_conf.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "send.h"
|
||||
#include "msg.h"
|
||||
#include "modules.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_conf.h"
|
||||
|
||||
static int m_error(struct Client *, struct Client *, int, const char **);
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "s_conf.h"
|
||||
#include "send.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "s_user.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_serv.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "channel.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "numeric.h" /* ERR_xxx */
|
||||
#include "s_conf.h" /* struct ConfItem */
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h" /* log level defines */
|
||||
#include "logger.h" /* log level defines */
|
||||
#include "s_serv.h" /* server_estab, check_server */
|
||||
#include "s_stats.h" /* ServerStats */
|
||||
#include "scache.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
#include "irc_string.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_user.h"
|
||||
#include "cache.h"
|
||||
#include "s_newconf.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "numeric.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "numeric.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "send.h"
|
||||
#include "hash.h"
|
||||
#include "s_serv.h"
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "hash.h"
|
||||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "reject.h"
|
||||
|
||||
static int mo_gline(struct Client *, struct Client *, int, const char **);
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "numeric.h"
|
||||
#include "send.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
#include "hash.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "numeric.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "send.h"
|
||||
#include "hash.h"
|
||||
#include "s_serv.h"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "numeric.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_user.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "res.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "restart.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "hash.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "sprintf_irc.h"
|
||||
|
||||
static int mo_resv(struct Client *, struct Client *, int, const char **);
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "numeric.h"
|
||||
#include "send.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "irc_string.h"
|
||||
#include "numeric.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "class.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "whowas.h"
|
||||
#include "irc_string.h"
|
||||
|
|
|
@ -72,6 +72,7 @@ SRCS = \
|
|||
ircd_state.c \
|
||||
kdparse.c \
|
||||
listener.c \
|
||||
logger.c \
|
||||
match.c \
|
||||
modules.c \
|
||||
monitor.c \
|
||||
|
@ -87,7 +88,6 @@ SRCS = \
|
|||
s_conf.c \
|
||||
s_newconf.c \
|
||||
s_gline.c \
|
||||
s_log.c \
|
||||
s_serv.c \
|
||||
s_stats.c \
|
||||
s_user.c \
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "whowas.h"
|
||||
#include "s_conf.h" /* ConfigFileEntry, ConfigChannel */
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
|
||||
extern rb_dlink_list global_channel_list;
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "whowas.h"
|
||||
#include "s_conf.h" /* ConfigFileEntry, ConfigChannel */
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
|
||||
/* bitmasks for error returns, so we send once per call */
|
||||
#define SM_ERR_NOTS 0x00000001 /* No TS on channel */
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "s_auth.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "s_stats.h"
|
||||
#include "send.h"
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
#include "restart.h"
|
||||
#include "s_auth.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h" /* try_connections */
|
||||
#include "s_user.h"
|
||||
#include "s_stats.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "ircd_signal.h"
|
||||
#include "ircd.h" /* dorehash */
|
||||
#include "restart.h" /* server_reboot */
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_conf.h"
|
||||
#include "client.h"
|
||||
#include "send.h"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
#include "restart.h"
|
||||
#include "s_auth.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h" /* try_connections */
|
||||
#include "s_user.h"
|
||||
#include "s_stats.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "hostmask.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
#include "ircd_defs.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_conf.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "send.h"
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
|
||||
#include "modules.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "ircd.h"
|
||||
#include "client.h"
|
||||
#include "send.h"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "ircd_defs.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "common.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_user.h"
|
||||
#include "s_newconf.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "sprintf_irc.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_stats.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "restart.h"
|
||||
#include "ircd.h"
|
||||
#include "send.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_conf.h"
|
||||
#include "client.h"
|
||||
#include "ircd_signal.h"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include "numeric.h"
|
||||
#include "packet.h"
|
||||
#include "res.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_stats.h"
|
||||
#include "send.h"
|
||||
#include "hook.h"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include "hostmask.h"
|
||||
#include "modules.h"
|
||||
#include "numeric.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "send.h"
|
||||
#include "s_gline.h"
|
||||
#include "reject.h"
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "res.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_stats.h"
|
||||
#include "s_user.h"
|
||||
#include "scache.h"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "numeric.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "s_serv.h"
|
||||
#include "s_stats.h"
|
||||
#include "scache.h"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "sprintf_irc.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "hook.h"
|
||||
#include "monitor.h"
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "numeric.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
#include "logger.h"
|
||||
#include "send.h"
|
||||
#include "hash.h"
|
||||
#include "s_serv.h"
|
||||
|
|
Loading…
Reference in New Issue