libcharybdis includes gone.
This commit is contained in:
parent
209844c664
commit
cc200171d7
|
@ -1271,5 +1271,5 @@ Configuration:
|
|||
Nickname length : $NICKLEN
|
||||
Topic length : $TOPICLEN
|
||||
|
||||
Use (g)make to compile Charybdis, then (g)make install to install it.
|
||||
Use make to compile Charybdis, then make install to install it.
|
||||
"
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#define INCLUDED_CACHE_H
|
||||
|
||||
#include "client.h"
|
||||
#include "tools.h"
|
||||
|
||||
#define HELP_MAX 100
|
||||
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
#ifndef INCLUDED_class_h
|
||||
#define INCLUDED_class_h
|
||||
|
||||
#include "tools.h"
|
||||
|
||||
struct ConfItem;
|
||||
struct Client;
|
||||
struct _patricia_tree_t;
|
||||
|
|
|
@ -35,14 +35,12 @@
|
|||
#endif
|
||||
|
||||
#include "ircd_defs.h"
|
||||
#include "linebuf.h"
|
||||
#include "channel.h"
|
||||
#include "res.h"
|
||||
#include "snomask.h"
|
||||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "ircd.h"
|
||||
#include "commio.h"
|
||||
|
||||
/* other structs */
|
||||
struct Blacklist;
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
#ifndef INCLUDED_hash_h
|
||||
#define INCLUDED_hash_h
|
||||
|
||||
#include "tools.h"
|
||||
|
||||
struct Dictionary;
|
||||
|
||||
extern rb_dlink_list *clientTable;
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_ircd_h
|
||||
|
||||
#include "config.h"
|
||||
#include "tools.h"
|
||||
#include "memory.h"
|
||||
|
||||
struct Client;
|
||||
struct rb_dlink_list;
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#endif
|
||||
|
||||
#include "msg.h"
|
||||
#include "memory.h"
|
||||
#include "hook.h"
|
||||
|
||||
struct module
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
|
||||
struct ConfEntry
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
#ifndef INCLUDED_packet_h
|
||||
#define INCLUDED_packet_h
|
||||
|
||||
#include "commio.h"
|
||||
|
||||
/*
|
||||
* this hides in here rather than a config.h because it really shouldn't
|
||||
* be tweaked unless you *REALLY REALLY* know what you're doing!
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#define INCLUDED_parse_h_h
|
||||
|
||||
#include "irc_dictionary.h"
|
||||
#include "tools.h"
|
||||
|
||||
struct Message;
|
||||
struct Client;
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "ircd_defs.h"
|
||||
#include "common.h"
|
||||
#include "commio.h"
|
||||
#include "reslib.h"
|
||||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#define INCLUDED_s_newconf_h
|
||||
|
||||
#include "setup.h"
|
||||
#include "tools.h"
|
||||
|
||||
#ifdef HAVE_LIBCRYPTO
|
||||
#include <openssl/rsa.h>
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
|
||||
#ifndef SUBSTITUTION_H
|
||||
#define SUBSTITUTION_H
|
||||
|
|
|
@ -25,12 +25,10 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
#include "ircd.h"
|
||||
#include "irc_string.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_log.h"
|
||||
#include "s_conf.h"
|
||||
#include "send.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include "numeric.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
#include "memory.h"
|
||||
#include "modules.h"
|
||||
#include "s_log.h"
|
||||
#include "s_conf.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "irc_string.h"
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include "msg.h"
|
||||
#include "packet.h"
|
||||
#include "send.h"
|
||||
#include "event.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_stats.h"
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "balloc.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "hash.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
|
|
|
@ -25,10 +25,8 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "client.h" /* client struct */
|
||||
#include "common.h" /* TRUE bleah */
|
||||
#include "event.h"
|
||||
#include "hash.h" /* add_to_client_hash */
|
||||
#include "irc_string.h"
|
||||
#include "ircd.h" /* me */
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "hash.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "class.h"
|
||||
#include "client.h"
|
||||
#include "irc_string.h"
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include <openssl/err.h>
|
||||
#endif
|
||||
|
||||
#include "memory.h"
|
||||
#include "client.h"
|
||||
#include "ircd.h"
|
||||
#include "modules.h"
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "send.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
@ -18,7 +17,6 @@
|
|||
#include "config.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "memory.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_serv.h"
|
||||
|
|
|
@ -25,11 +25,9 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "send.h"
|
||||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "ircd.h"
|
||||
#include "irc_string.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "class.h"
|
||||
#include "client.h"
|
||||
|
@ -35,7 +34,6 @@
|
|||
#include "ircd.h"
|
||||
#include "hostmask.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "send.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
@ -38,7 +37,6 @@
|
|||
#include "config.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "memory.h"
|
||||
#include "s_serv.h"
|
||||
#include "hash.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
#include "irc_string.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_serv.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "s_gline.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
@ -36,7 +35,6 @@
|
|||
#include "ircd.h"
|
||||
#include "hostmask.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "scache.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "m_info.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "common.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "class.h"
|
||||
#include "client.h"
|
||||
|
@ -35,7 +34,6 @@
|
|||
#include "ircd.h"
|
||||
#include "hostmask.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
|
@ -45,7 +43,6 @@
|
|||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
#include "event.h"
|
||||
#include "reject.h"
|
||||
|
||||
static int mo_kline(struct Client *, struct Client *, int, const char **);
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "hash.h"
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "hash.h"
|
||||
|
@ -47,7 +46,6 @@
|
|||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
#include "event.h"
|
||||
|
||||
static rb_dlink_list safelisting_clients = { NULL, NULL, 0 };
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
#include "msg.h"
|
||||
#include "parse.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
#include "client.h"
|
||||
#include "tools.h"
|
||||
#include "ircd.h"
|
||||
#include "send.h"
|
||||
#include "numeric.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
|
|
|
@ -25,13 +25,11 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
#include "irc_string.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "send.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
@ -38,7 +37,6 @@
|
|||
#include "config.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "memory.h"
|
||||
#include "s_serv.h"
|
||||
#include "hash.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include "irc_string.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_serv.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
|
||||
#include "tools.h"
|
||||
#include "send.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
@ -39,7 +38,6 @@
|
|||
#include "config.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "memory.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_serv.h"
|
||||
|
|
|
@ -28,12 +28,10 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
#include "client.h"
|
||||
#include "event.h"
|
||||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "common.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
|
||||
#include "tools.h"
|
||||
#include "send.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
@ -39,7 +38,6 @@
|
|||
#include "config.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "memory.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_serv.h"
|
||||
#include "hash.h"
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include "irc_string.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_serv.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h" /* rb_dlink_node/rb_dlink_list */
|
||||
#include "class.h" /* report_classes */
|
||||
#include "client.h" /* Client */
|
||||
#include "common.h" /* TRUE/FALSE */
|
||||
|
@ -38,14 +37,11 @@
|
|||
#include "numeric.h" /* ERR_xxx */
|
||||
#include "scache.h" /* list_scache */
|
||||
#include "send.h" /* sendto_one */
|
||||
#include "commio.h" /* highest_fd */
|
||||
#include "s_conf.h" /* ConfItem */
|
||||
#include "s_serv.h" /* hunt_server */
|
||||
#include "s_stats.h" /* tstats */
|
||||
#include "s_user.h" /* show_opers */
|
||||
#include "event.h" /* events */
|
||||
#include "blacklist.h" /* dnsbl stuff */
|
||||
#include "linebuf.h"
|
||||
#include "parse.h"
|
||||
#include "modules.h"
|
||||
#include "hook.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "send.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
* $Id: m_testline.c 3303 2007-03-28 15:22:49Z jilles $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "send.h"
|
||||
#include "client.h"
|
||||
#include "modules.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "hash.h"
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include "irc_string.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_serv.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
* $Id: m_who.c 3350 2007-04-02 22:03:08Z jilles $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "common.h"
|
||||
#include "client.h"
|
||||
#include "channel.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "common.h"
|
||||
#include "client.h"
|
||||
#include "hash.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "send.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
@ -40,7 +39,6 @@
|
|||
#include "class.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "memory.h"
|
||||
#include "s_log.h"
|
||||
#include "s_serv.h"
|
||||
#include "whowas.h"
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
#include "stdinc.h"
|
||||
#include "client.h"
|
||||
#include "res.h"
|
||||
#include "tools.h"
|
||||
#include "memory.h"
|
||||
#include "numeric.h"
|
||||
#include "reject.h"
|
||||
#include "s_conf.h"
|
||||
|
|
|
@ -36,11 +36,7 @@
|
|||
#include "ircd_defs.h"
|
||||
#include "common.h"
|
||||
#include "s_conf.h"
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
#include "memory.h"
|
||||
#include "balloc.h"
|
||||
#include "event.h"
|
||||
#include "hash.h"
|
||||
#include "cache.h"
|
||||
#include "sprintf_irc.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
|
@ -41,9 +40,6 @@
|
|||
#include "whowas.h"
|
||||
#include "s_conf.h" /* ConfigFileEntry, ConfigChannel */
|
||||
#include "s_newconf.h"
|
||||
#include "event.h"
|
||||
#include "memory.h"
|
||||
#include "balloc.h"
|
||||
#include "s_log.h"
|
||||
|
||||
extern rb_dlink_list global_channel_list;
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
|
@ -42,9 +41,6 @@
|
|||
#include "whowas.h"
|
||||
#include "s_conf.h" /* ConfigFileEntry, ConfigChannel */
|
||||
#include "s_newconf.h"
|
||||
#include "event.h"
|
||||
#include "memory.h"
|
||||
#include "balloc.h"
|
||||
#include "s_log.h"
|
||||
|
||||
/* bitmasks for error returns, so we send once per call */
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "stdinc.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "tools.h"
|
||||
#include "class.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
|
@ -37,7 +36,6 @@
|
|||
#include "s_newconf.h"
|
||||
#include "send.h"
|
||||
#include "irc_string.h"
|
||||
#include "memory.h"
|
||||
|
||||
#define BAD_CONF_CLASS -1
|
||||
#define BAD_PING -2
|
||||
|
|
|
@ -27,11 +27,9 @@
|
|||
#include "stdinc.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
#include "class.h"
|
||||
#include "common.h"
|
||||
#include "event.h"
|
||||
#include "hash.h"
|
||||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
|
@ -40,7 +38,6 @@
|
|||
#include "numeric.h"
|
||||
#include "packet.h"
|
||||
#include "s_auth.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
|
@ -49,11 +46,8 @@
|
|||
#include "send.h"
|
||||
#include "whowas.h"
|
||||
#include "s_user.h"
|
||||
#include "linebuf.h"
|
||||
#include "hash.h"
|
||||
#include "memory.h"
|
||||
#include "hostmask.h"
|
||||
#include "balloc.h"
|
||||
#include "listener.h"
|
||||
#include "hook.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
#include "ircd_defs.h"
|
||||
#include "tools.h"
|
||||
#include "s_conf.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
|
@ -36,7 +35,6 @@
|
|||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "send.h"
|
||||
#include "memory.h"
|
||||
#include "msg.h"
|
||||
#include "cache.h"
|
||||
#include "s_newconf.h"
|
||||
|
|
|
@ -37,8 +37,6 @@
|
|||
* $Id: hook.c 712 2006-02-06 04:42:14Z gxti $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "memory.h"
|
||||
#include "tools.h"
|
||||
#include "hook.h"
|
||||
#include "irc_string.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "memory.h"
|
||||
#include "ircd_defs.h"
|
||||
#include "s_conf.h"
|
||||
#include "hostmask.h"
|
||||
|
|
|
@ -24,12 +24,9 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "tools.h"
|
||||
#include "irc_string.h"
|
||||
#include "client.h"
|
||||
#include "memory.h"
|
||||
#include "setup.h"
|
||||
#include "balloc.h"
|
||||
#include "irc_dictionary.h"
|
||||
|
||||
static BlockHeap *elem_heap = NULL;
|
||||
|
|
|
@ -26,10 +26,8 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "tools.h"
|
||||
#include "irc_string.h"
|
||||
#include "client.h"
|
||||
#include "memory.h"
|
||||
#include "setup.h"
|
||||
|
||||
#ifndef INADDRSZ
|
||||
|
|
|
@ -28,13 +28,11 @@
|
|||
#include "setup.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "tools.h"
|
||||
#include "ircd.h"
|
||||
#include "channel.h"
|
||||
#include "class.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
#include "event.h"
|
||||
#include "hash.h"
|
||||
#include "irc_string.h"
|
||||
#include "ircd_signal.h"
|
||||
|
@ -47,7 +45,6 @@
|
|||
#include "res.h"
|
||||
#include "restart.h"
|
||||
#include "s_auth.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "s_serv.h" /* try_connections */
|
||||
|
@ -58,17 +55,14 @@
|
|||
#include "supported.h"
|
||||
#include "whowas.h"
|
||||
#include "modules.h"
|
||||
#include "memory.h"
|
||||
#include "hook.h"
|
||||
#include "ircd_getopt.h"
|
||||
#include "balloc.h"
|
||||
#include "newconf.h"
|
||||
#include "reject.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "cache.h"
|
||||
#include "monitor.h"
|
||||
#include "libcharybdis.h"
|
||||
#include "patchlevel.h"
|
||||
#include "serno.h"
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include "ircd.h" /* dorehash */
|
||||
#include "restart.h" /* server_reboot */
|
||||
#include "s_log.h"
|
||||
#include "memory.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "client.h"
|
||||
#include "send.h"
|
||||
|
|
|
@ -38,14 +38,11 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "client.h"
|
||||
#include "tools.h"
|
||||
#include "tools.h"
|
||||
#include "ircd.h"
|
||||
#include "channel.h"
|
||||
#include "class.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
#include "event.h"
|
||||
#include "hash.h"
|
||||
#include "irc_string.h"
|
||||
#include "ircd_signal.h"
|
||||
|
@ -58,7 +55,6 @@
|
|||
#include "res.h"
|
||||
#include "restart.h"
|
||||
#include "s_auth.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_log.h"
|
||||
#include "s_serv.h" /* try_connections */
|
||||
|
@ -68,10 +64,8 @@
|
|||
#include "send.h"
|
||||
#include "whowas.h"
|
||||
#include "modules.h"
|
||||
#include "memory.h"
|
||||
#include "hook.h"
|
||||
#include "ircd_getopt.h"
|
||||
#include "balloc.h"
|
||||
#include "newconf.h"
|
||||
#include "patricia.h"
|
||||
#include "reject.h"
|
||||
|
@ -79,7 +73,6 @@
|
|||
#include "s_newconf.h"
|
||||
#include "cache.h"
|
||||
#include "monitor.h"
|
||||
#include "libcharybdis.h"
|
||||
#include "patchlevel.h"
|
||||
#include "serno.h"
|
||||
|
||||
|
|
|
@ -25,14 +25,12 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "s_log.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "hostmask.h"
|
||||
#include "client.h"
|
||||
#include "irc_string.h"
|
||||
#include "memory.h"
|
||||
#include "hash.h"
|
||||
|
||||
/* conf_add_fields()
|
||||
|
|
|
@ -33,12 +33,10 @@
|
|||
#include "ircd.h"
|
||||
#include "ircd_defs.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_stats.h"
|
||||
#include "send.h"
|
||||
#include "memory.h"
|
||||
#include "s_auth.h"
|
||||
#include "reject.h"
|
||||
#include "s_conf.h"
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#include "parse.h"
|
||||
#include "ircd_defs.h"
|
||||
#include "irc_string.h"
|
||||
#include "memory.h"
|
||||
#include "tools.h"
|
||||
#include "sprintf_irc.h"
|
||||
|
||||
|
||||
|
|
|
@ -32,13 +32,9 @@
|
|||
* $Id: monitor.c 3520 2007-06-30 22:15:35Z jilles $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
#include "memory.h"
|
||||
#include "balloc.h"
|
||||
#include "monitor.h"
|
||||
#include "hash.h"
|
||||
#include "event.h"
|
||||
#include "numeric.h"
|
||||
|
||||
static struct monitor *monitorTable[MONITOR_HASH_SIZE];
|
||||
|
|
|
@ -9,9 +9,7 @@
|
|||
#include <openssl/rsa.h>
|
||||
#endif
|
||||
|
||||
#include "memory.h"
|
||||
#include "newconf.h"
|
||||
#include "tools.h"
|
||||
#include "ircd_defs.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "common.h"
|
||||
|
@ -25,7 +23,6 @@
|
|||
#include "listener.h"
|
||||
#include "hostmask.h"
|
||||
#include "s_serv.h"
|
||||
#include "event.h"
|
||||
#include "hash.h"
|
||||
#include "cache.h"
|
||||
#include "ircd.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include "numeric.h"
|
||||
#include "irc_string.h"
|
||||
#include "common.h" /* NULL cripes */
|
||||
#include "memory.h"
|
||||
|
||||
#include "messages.tab"
|
||||
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
* $Id: packet.c 3446 2007-05-14 22:21:16Z jilles $
|
||||
*/
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_serv.h"
|
||||
#include "client.h"
|
||||
|
@ -34,7 +32,6 @@
|
|||
#include "parse.h"
|
||||
#include "packet.h"
|
||||
#include "irc_string.h"
|
||||
#include "memory.h"
|
||||
#include "hook.h"
|
||||
#include "send.h"
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include "send.h"
|
||||
#include "msg.h"
|
||||
#include "s_conf.h"
|
||||
#include "memory.h"
|
||||
#include "s_serv.h"
|
||||
#include "packet.h"
|
||||
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#include "patricia.h"
|
||||
#include "client.h"
|
||||
#include "s_conf.h"
|
||||
#include "event.h"
|
||||
#include "tools.h"
|
||||
#include "reject.h"
|
||||
#include "s_stats.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -29,11 +29,8 @@
|
|||
#include "ircd_defs.h"
|
||||
#include "common.h"
|
||||
#include "ircd.h"
|
||||
#include "commio.h"
|
||||
#include "res.h"
|
||||
#include "reslib.h"
|
||||
#include "tools.h"
|
||||
#include "event.h"
|
||||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "numeric.h"
|
||||
|
|
|
@ -84,11 +84,8 @@
|
|||
#include "ircd_defs.h"
|
||||
#include "common.h"
|
||||
#include "ircd.h"
|
||||
#include "commio.h"
|
||||
#include "res.h"
|
||||
#include "reslib.h"
|
||||
#include "tools.h"
|
||||
#include "event.h"
|
||||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
|
||||
|
|
|
@ -25,14 +25,12 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "restart.h"
|
||||
#include "common.h"
|
||||
#include "ircd.h"
|
||||
#include "send.h"
|
||||
#include "s_log.h"
|
||||
#include "client.h" /* for FLAGS_ALL */
|
||||
#include "memory.h"
|
||||
|
||||
/* external var */
|
||||
extern char **myargv;
|
||||
|
|
|
@ -35,23 +35,19 @@
|
|||
*/
|
||||
#include "stdinc.h"
|
||||
#include "config.h"
|
||||
#include "tools.h"
|
||||
#include "s_auth.h"
|
||||
#include "s_conf.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
#include "event.h"
|
||||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "packet.h"
|
||||
#include "res.h"
|
||||
#include "commio.h"
|
||||
#include "s_log.h"
|
||||
#include "s_stats.h"
|
||||
#include "send.h"
|
||||
#include "memory.h"
|
||||
#include "hook.h"
|
||||
#include "blacklist.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
#include "ircd_defs.h"
|
||||
#include "tools.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_serv.h"
|
||||
|
@ -35,7 +34,6 @@
|
|||
#include "class.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
#include "event.h"
|
||||
#include "hash.h"
|
||||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
|
@ -44,12 +42,9 @@
|
|||
#include "hostmask.h"
|
||||
#include "modules.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_log.h"
|
||||
#include "send.h"
|
||||
#include "s_gline.h"
|
||||
#include "memory.h"
|
||||
#include "balloc.h"
|
||||
#include "patricia.h"
|
||||
#include "reject.h"
|
||||
#include "cache.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "channel.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
|
@ -34,7 +33,6 @@
|
|||
#include "ircd.h"
|
||||
#include "hostmask.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "scache.h"
|
||||
#include "send.h"
|
||||
|
@ -42,8 +40,6 @@
|
|||
#include "s_serv.h"
|
||||
#include "s_gline.h"
|
||||
#include "hash.h"
|
||||
#include "event.h"
|
||||
#include "memory.h"
|
||||
|
||||
rb_dlink_list glines;
|
||||
|
||||
|
|
|
@ -37,16 +37,12 @@
|
|||
#include "common.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
#include "memory.h"
|
||||
#include "s_serv.h"
|
||||
#include "send.h"
|
||||
#include "hostmask.h"
|
||||
#include "newconf.h"
|
||||
#include "hash.h"
|
||||
#include "balloc.h"
|
||||
#include "event.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "irc_dictionary.h"
|
||||
|
||||
|
|
|
@ -30,12 +30,10 @@
|
|||
#include <openssl/rsa.h>
|
||||
#endif
|
||||
|
||||
#include "tools.h"
|
||||
#include "s_serv.h"
|
||||
#include "class.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
#include "event.h"
|
||||
#include "hash.h"
|
||||
#include "irc_string.h"
|
||||
#include "sprintf_irc.h"
|
||||
|
@ -44,7 +42,6 @@
|
|||
#include "numeric.h"
|
||||
#include "packet.h"
|
||||
#include "res.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
|
@ -53,7 +50,6 @@
|
|||
#include "scache.h"
|
||||
#include "send.h"
|
||||
#include "client.h"
|
||||
#include "memory.h"
|
||||
#include "channel.h" /* chcap_usage_counts stuff... */
|
||||
#include "hook.h"
|
||||
#include "msg.h"
|
||||
|
|
|
@ -30,9 +30,7 @@
|
|||
#include "irc_string.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "send.h"
|
||||
#include "memory.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "whowas.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "s_user.h"
|
||||
#include "channel.h"
|
||||
#include "class.h"
|
||||
|
@ -38,7 +37,6 @@
|
|||
#include "listener.h"
|
||||
#include "msg.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "s_log.h"
|
||||
|
@ -48,7 +46,6 @@
|
|||
#include "send.h"
|
||||
#include "supported.h"
|
||||
#include "whowas.h"
|
||||
#include "memory.h"
|
||||
#include "packet.h"
|
||||
#include "reject.h"
|
||||
#include "cache.h"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "numeric.h"
|
||||
#include "send.h"
|
||||
#include "scache.h"
|
||||
#include "memory.h"
|
||||
#include "s_conf.h"
|
||||
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "send.h"
|
||||
#include "channel.h"
|
||||
#include "class.h"
|
||||
|
@ -34,14 +33,11 @@
|
|||
#include "irc_string.h"
|
||||
#include "ircd.h"
|
||||
#include "numeric.h"
|
||||
#include "commio.h"
|
||||
#include "s_serv.h"
|
||||
#include "sprintf_irc.h"
|
||||
#include "s_conf.h"
|
||||
#include "s_newconf.h"
|
||||
#include "linebuf.h"
|
||||
#include "s_log.h"
|
||||
#include "memory.h"
|
||||
#include "hook.h"
|
||||
#include "monitor.h"
|
||||
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "balloc.h"
|
||||
#include "s_user.h"
|
||||
#include "irc_string.h"
|
||||
|
||||
|
|
|
@ -81,7 +81,6 @@
|
|||
*/
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "tools.h"
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
#include "numeric.h"
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "s_user.h"
|
||||
#include "send.h"
|
||||
#include "s_conf.h"
|
||||
#include "memory.h"
|
||||
#include "scache.h"
|
||||
|
||||
/* internally defined function */
|
||||
|
|
Loading…
Reference in New Issue