summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
commit792b705757dc01a9b12c3bb4f0b8855c25dbde07 (patch)
treefac1641c2c03e444c1a45be356a6f69e56f1d8b7
parentc32c3c99a1e1d395c88e901de200c21b9ca1e84f (diff)
Remove some older protocol modules, mark a number of others obsolete. Some may be rescued later on.
Fix problems with anopesmtp and db-merger tool, mark epona2anope obsolete. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1203 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/protocol/Makefile.win324
-rw-r--r--src/protocol/dreamforge.c1383
-rw-r--r--src/protocol/dreamforge.h114
-rw-r--r--src/protocol/inspircd10.c1707
-rw-r--r--src/protocol/inspircd10.h136
-rw-r--r--src/protocol/obsolete/hybrid.c (renamed from src/protocol/hybrid.c)0
-rw-r--r--src/protocol/obsolete/hybrid.h (renamed from src/protocol/hybrid.h)0
-rw-r--r--src/protocol/obsolete/plexus3.c (renamed from src/protocol/plexus3.c)0
-rw-r--r--src/protocol/obsolete/plexus3.h (renamed from src/protocol/plexus3.h)0
-rw-r--r--src/protocol/obsolete/ptlink.c (renamed from src/protocol/ptlink.c)0
-rw-r--r--src/protocol/obsolete/ptlink.h (renamed from src/protocol/ptlink.h)0
-rw-r--r--src/protocol/obsolete/rageircd.c (renamed from src/protocol/rageircd.c)0
-rw-r--r--src/protocol/obsolete/rageircd.h (renamed from src/protocol/rageircd.h)0
-rw-r--r--src/protocol/obsolete/solidircd.c (renamed from src/protocol/solidircd.c)0
-rw-r--r--src/protocol/obsolete/solidircd.h (renamed from src/protocol/solidircd.h)0
-rw-r--r--src/protocol/obsolete/ultimate3.c (renamed from src/protocol/ultimate3.c)0
-rw-r--r--src/protocol/obsolete/ultimate3.h (renamed from src/protocol/ultimate3.h)0
-rw-r--r--src/protocol/obsolete/viagra.c (renamed from src/protocol/viagra.c)0
-rw-r--r--src/protocol/obsolete/viagra.h (renamed from src/protocol/viagra.h)0
-rw-r--r--src/protocol/plexus2.c1871
-rw-r--r--src/protocol/plexus2.h127
-rw-r--r--src/protocol/shadowircd.c1823
-rw-r--r--src/protocol/shadowircd.h145
-rw-r--r--src/protocol/ultimate2.c1733
-rw-r--r--src/protocol/ultimate2.h122
-rw-r--r--src/protocol/unreal31.c1591
-rw-r--r--src/protocol/unreal31.h127
-rw-r--r--src/tools/Makefile2
-rw-r--r--src/tools/Makefile.win322
-rw-r--r--src/tools/anopesmtp.c6
-rw-r--r--src/tools/db-merger.c58
-rw-r--r--src/tools/obsolete/epona2anope.c (renamed from src/tools/epona2anope.c)0
32 files changed, 36 insertions, 10915 deletions
diff --git a/src/protocol/Makefile.win32 b/src/protocol/Makefile.win32
index 32e3ae1d5..3a71ff2ff 100644
--- a/src/protocol/Makefile.win32
+++ b/src/protocol/Makefile.win32
@@ -1,7 +1,7 @@
include ../../Makefile.inc.win32
-SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd10.c inspircd11.c plexus2.c plexus3.c ptlink.c rageircd.c \
- ratbox.c shadowircd.c solidircd.c ultimate2.c ultimate3.c unreal31.c unreal32.c viagra.c
+SRCS=bahamut.c charybdis.c inspircd11.c \
+ ratbox.c shadowircd.c unreal32.c
OBJECTS= $(SRCS:.c=.dll)
CFLAGS=/LD /MD /D MODULE_COMPILE $(CFLAGS) /I"../../include"
diff --git a/src/protocol/dreamforge.c b/src/protocol/dreamforge.c
deleted file mode 100644
index 02fd2311f..000000000
--- a/src/protocol/dreamforge.c
+++ /dev/null
@@ -1,1383 +0,0 @@
-/* DreamForge IRCD functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for further details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-#include "services.h"
-#include "pseudo.h"
-#include "dreamforge.h"
-
-IRCDVar myIrcd[] = {
- {"DreamForge 4.6.7", /* ircd name */
- "+o", /* nickserv mode */
- "+o", /* chanserv mode */
- "+o", /* memoserv mode */
- "+", /* hostserv mode */
- "+io", /* operserv mode */
- "+o", /* botserv mode */
- "+h", /* helpserv mode */
- "+i", /* Dev/Null mode */
- "+io", /* Global mode */
- "+o", /* nickserv alias mode */
- "+o", /* chanserv alias mode */
- "+o", /* memoserv alias mode */
- "+", /* hostserv alias mode */
- "+io", /* operserv alias mode */
- "+o", /* botserv alias mode */
- "+h", /* helpserv alias mode */
- "+i", /* Dev/Null alias mode */
- "+io", /* Global alias mode */
- "+", /* Used by BotServ Bots */
- 2, /* Chan Max Symbols */
- "-iklmnpstR", /* Modes to Remove */
- "+o", /* Channel Umode used by Botserv bots */
- 1, /* SVSNICK */
- 0, /* Vhost */
- 0, /* Has Owner */
- NULL, /* Mode to set for an owner */
- NULL, /* Mode to unset for an owner */
- NULL, /* Mode to set for chan admin */
- NULL, /* Mode to unset for chan admin */
- "+rd", /* Mode On Reg */
- NULL, /* Mode on ID for Roots */
- NULL, /* Mode on ID for Admins */
- NULL, /* Mode on ID for Opers */
- "-r+d", /* Mode on UnReg */
- "+d", /* Mode on Nick Change */
- 0, /* Supports SGlines */
- 1, /* Supports SQlines */
- 0, /* Supports SZlines */
- 0, /* Supports Halfop +h */
- 3, /* Number of server args */
- 0, /* Join 2 Set */
- 0, /* Join 2 Message */
- 0, /* Has exceptions +e */
- 0, /* TS Topic Forward */
- 1, /* TS Topci Backward */
- 0, /* Protected Umode */
- 0, /* Has Admin */
- 0, /* Chan SQlines */
- 0, /* Quit on Kill */
- 0, /* SVSMODE unban */
- 0, /* Has Protect */
- 1, /* Reverse */
- 1, /* Chan Reg */
- CMODE_r, /* Channel Mode */
- 0, /* vidents */
- 0, /* svshold */
- 1, /* time stamp on mode */
- 0, /* NICKIP */
- 0, /* O:LINE */
- 1, /* UMODE */
- 0, /* VHOST ON NICK */
- 0, /* Change RealName */
- 0, /* No Knock */
- 0, /* Admin Only */
- DEFAULT_MLOCK, /* Default MLOCK */
- 0, /* Vhost Mode */
- 0, /* +f */
- 0, /* +L */
- 0, /* Mode */
- 0, /* Mode */
- 0,
- 1, /* No Knock requires +i */
- NULL, /* CAPAB Chan Modes */
- 0, /* We support TOKENS */
- 1, /* TOKENS are CASE inSensitive */
- 0, /* TIME STAMPS are BASE64 */
- 0, /* +I support */
- 0, /* SJOIN ban char */
- 0, /* SJOIN except char */
- 0, /* SJOIN invite char */
- 0, /* Can remove User Channel Modes with SVSMODE */
- 0, /* Sglines are not enforced until user reconnects */
- NULL, /* vhost char */
- 0, /* ts6 */
- 1, /* support helper umode */
- 0, /* p10 */
- NULL, /* character set */
- 0, /* reports sync state */
- 0, /* CIDR channelbans */
- }
- ,
- {NULL}
-};
-
-IRCDCAPAB myIrcdcap[] = {
- {
- CAPAB_NOQUIT, /* NOQUIT */
- 0, /* TSMODE */
- 0, /* UNCONNECT */
- 0, /* NICKIP */
- 0, /* SJOIN */
- 0, /* ZIP */
- 0, /* BURST */
- 0, /* TS5 */
- 0, /* TS3 */
- 0, /* DKEY */
- 0, /* PT4 */
- 0, /* SCS */
- 0, /* QS */
- 0, /* UID */
- 0, /* KNOCK */
- 0, /* CLIENT */
- 0, /* IPV6 */
- 0, /* SSJ5 */
- 0, /* SN2 */
- CAPAB_TOKEN, /* TOKEN */
- 0, /* VHOST */
- 0, /* SSJ3 */
- 0, /* NICK2 */
- 0, /* UMODE2 */
- 0, /* VL */
- 0, /* TLKEXT */
- 0, /* DODKEY */
- 0, /* DOZIP */
- 0, 0, 0}
-};
-
-void dreamforge_set_umode(User * user, int ac, const char **av)
-{
- int add = 1; /* 1 if adding modes, 0 if deleting */
- const char *modes = av[0];
-
- ac--;
-
- if (debug)
- alog("debug: Changing mode for %s to %s", user->nick, modes);
-
- while (*modes) {
-
- /* This looks better, much better than "add ? (do_add) : (do_remove)".
- * At least this is readable without paying much attention :) -GD
- */
- if (add)
- user->mode |= umodes[(int) *modes];
- else
- user->mode &= ~umodes[(int) *modes];
-
- switch (*modes++) {
- case '+':
- add = 1;
- break;
- case '-':
- add = 0;
- break;
- case 'd':
- if (ac == 0) {
- alog("user: umode +d with no parameter (?) for user %s",
- user->nick);
- break;
- }
-
- ac--;
- av++;
- user->svid = strtoul(*av, NULL, 0);
- break;
- case 'o':
- if (add) {
- opcnt++;
-
- if (WallOper)
- anope_cmd_global(s_OperServ,
- "\2%s\2 is now an IRC operator.",
- user->nick);
- display_news(user, NEWS_OPER);
-
- } else {
- opcnt--;
- }
- break;
- case 'r':
- if (add && !nick_identified(user)) {
- common_svsmode(user, "-r", NULL);
- user->mode &= ~UMODE_r;
- }
- break;
- }
- }
-}
-
-
-unsigned long umodes[128] = {
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused, Unused, Horzontal Tab */
- 0, 0, 0, /* Line Feed, Unused, Unused */
- 0, 0, 0, /* Carriage Return, Unused, Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused, Unused, Space */
- 0, 0, 0, /* ! " # */
- 0, 0, 0, /* $ % & */
- 0, 0, 0, /* ! ( ) */
- 0, 0, 0, /* * + , */
- 0, 0, 0, /* - . / */
- 0, 0, /* 0 1 */
- 0, 0, /* 2 3 */
- 0, 0, /* 4 5 */
- 0, 0, /* 6 7 */
- 0, 0, /* 8 9 */
- 0, 0, /* : ; */
- 0, 0, 0, /* < = > */
- 0, 0, /* ? @ */
- UMODE_A, 0, 0, /* A B C */
- 0, 0, 0, /* D E F */
- 0, 0, 0, /* G H I */
- 0, 0, 0, /* J K L */
- 0, 0, UMODE_O, /* M N O */
- 0, 0, 0, /* P Q R */
- 0, 0, 0, /* S T U */
- 0, 0, 0, /* V W X */
- 0, /* Y */
- 0, /* Z */
- 0, 0, 0, /* [ \ ] */
- 0, 0, 0, /* ^ _ ` */
- UMODE_a, 0, UMODE_c, /* a b c */
- 0, 0, UMODE_f, /* d e f */
- UMODE_g, UMODE_h, UMODE_i, /* g h i */
- 0, UMODE_k, 0, /* j k l */
- 0, 0, UMODE_o, /* m n o */
- 0, 0, UMODE_r, /* p q r */
- UMODE_s, 0, 0, /* s t u */
- 0, UMODE_w, 0, /* v w x */
- 0, /* y */
- 0, /* z */
- 0, 0, 0, /* { | } */
- 0, 0 /* ~ � */
-};
-
-char myCsmodes[128] = {
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0,
- 0,
- 0, 0, 0,
- 0,
- 0, 0, 0, 0,
- 0,
-
- 'v', 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 'o', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
-};
-
-
-CMMode myCmmodes[128] = {
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL},
- {NULL},
- {add_ban, del_ban},
- {NULL},
- {NULL},
- {NULL},
- {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}
-};
-
-
-CBMode myCbmodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0},
- {0}, /* A */
- {0}, /* B */
- {0}, /* C */
- {0}, /* D */
- {0}, /* E */
- {0}, /* F */
- {0}, /* G */
- {0}, /* H */
- {0}, /* I */
- {0}, /* J */
- {0}, /* K */
- {0}, /* L */
- {0}, /* M */
- {0}, /* N */
- {0}, /* O */
- {0}, /* P */
- {0}, /* Q */
- {CMODE_R, 0, NULL, NULL}, /* R */
- {0}, /* S */
- {0}, /* T */
- {0}, /* U */
- {0}, /* V */
- {0}, /* W */
- {0}, /* X */
- {0}, /* Y */
- {0}, /* Z */
- {0}, {0}, {0}, {0}, {0}, {0},
- {0}, /* a */
- {0}, /* b */
- {0}, /* c */
- {0}, /* d */
- {0}, /* e */
- {0}, /* f */
- {0}, /* g */
- {0}, /* h */
- {CMODE_i, 0, NULL, NULL},
- {0}, /* j */
- {CMODE_k, 0, chan_set_key, cs_set_key},
- {CMODE_l, CBM_MINUS_NO_ARG, set_limit, cs_set_limit},
- {CMODE_m, 0, NULL, NULL},
- {CMODE_n, 0, NULL, NULL},
- {0}, /* o */
- {CMODE_p, 0, NULL, NULL},
- {0}, /* q */
- {CMODE_r, CBM_NO_MLOCK, NULL, NULL},
- {CMODE_s, 0, NULL, NULL},
- {CMODE_t, 0, NULL, NULL},
- {0},
- {0}, /* v */
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {0}, /* z */
- {0}, {0}, {0}, {0}
-};
-
-CBModeInfo myCbmodeinfos[] = {
- {'i', CMODE_i, 0, NULL, NULL},
- {'k', CMODE_k, 0, get_key, cs_get_key},
- {'l', CMODE_l, CBM_MINUS_NO_ARG, get_limit, cs_get_limit},
- {'m', CMODE_m, 0, NULL, NULL},
- {'n', CMODE_n, 0, NULL, NULL},
- {'p', CMODE_p, 0, NULL, NULL},
- {'r', CMODE_r, 0, NULL, NULL},
- {'s', CMODE_s, 0, NULL, NULL},
- {'t', CMODE_t, 0, NULL, NULL},
- {'R', CMODE_R, 0, NULL, NULL},
- {0}
-};
-
-CUMode myCumodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0},
- {0}, /* a */
- {0}, /* b */
- {0}, /* c */
- {0}, /* d */
- {0}, /* e */
- {0}, /* f */
- {0}, /* g */
- {0}, /* h */
- {0}, /* i */
- {0}, /* j */
- {0}, /* k */
- {0}, /* l */
- {0}, /* m */
- {0}, /* n */
- {CUS_OP, CUF_PROTECT_BOTSERV, check_valid_op},
- {0}, /* p */
- {0}, /* q */
- {0}, /* r */
- {0}, /* s */
- {0}, /* t */
- {0}, /* u */
- {CUS_VOICE, 0, NULL},
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {0}, /* z */
- {0}, {0}, {0}, {0}, {0}
-};
-
-
-
-int anope_event_nick(const char *source, int ac, const char **av)
-{
- if (ac != 2) {
- do_nick(source, av[0], av[3], av[4], av[5], av[7],
- strtoul(av[2], NULL, 10), strtoul(av[6], NULL, 0), 0, NULL,
- NULL);
- } else {
- do_nick(source, av[0], NULL, NULL, NULL, NULL,
- strtoul(av[1], NULL, 10), 0, 0, NULL, NULL);
- }
- return MOD_CONT;
-}
-
-int anope_event_436(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
-
- m_nickcoll(av[0]);
- return MOD_CONT;
-}
-
-
-/* *INDENT-OFF* */
-void moduleAddIRCDMsgs(void) {
-
- Message *m;
-
- updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+","-");
-
- m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("436", anope_event_436); addCoreMessage(IRCD,m);
- m = createMessage("AWAY", anope_event_away); addCoreMessage(IRCD,m);
- m = createMessage("INVITE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("JOIN", anope_event_join); addCoreMessage(IRCD,m);
- m = createMessage("KICK", anope_event_kick); addCoreMessage(IRCD,m);
- m = createMessage("KILL", anope_event_kill); addCoreMessage(IRCD,m);
- m = createMessage("MODE", anope_event_mode); addCoreMessage(IRCD,m);
- m = createMessage("MOTD", anope_event_motd); addCoreMessage(IRCD,m);
- m = createMessage("NICK", anope_event_nick); addCoreMessage(IRCD,m);
- m = createMessage("NOTICE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("PART", anope_event_part); addCoreMessage(IRCD,m);
- m = createMessage("PASS", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("PING", anope_event_ping); addCoreMessage(IRCD,m);
- m = createMessage("PRIVMSG", anope_event_privmsg); addCoreMessage(IRCD,m);
- m = createMessage("QUIT", anope_event_quit); addCoreMessage(IRCD,m);
- m = createMessage("SERVER", anope_event_server); addCoreMessage(IRCD,m);
- m = createMessage("SQUIT", anope_event_squit); addCoreMessage(IRCD,m);
- m = createMessage("TOPIC", anope_event_topic); addCoreMessage(IRCD,m);
- m = createMessage("USER", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("WALLOPS", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("WHOIS", anope_event_whois); addCoreMessage(IRCD,m);
- m = createMessage("AKILL", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("GLOBOPS", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("GNOTICE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("GOPER", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("RAKILL", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SILENCE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SVSKILL", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SVSMODE", anope_event_mode); addCoreMessage(IRCD,m);
- m = createMessage("SVSNICK", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SVSNOOP", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SQLINE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("UNSQLINE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("PROTOCTL", anope_event_capab); addCoreMessage(IRCD,m);
- m = createMessage("REHASH", anope_event_rehash); addCoreMessage(IRCD,m);
- m = createMessage("ADMIN", anope_event_admin); addCoreMessage(IRCD,m);
- m = createMessage("CREDITS", anope_event_credits); addCoreMessage(IRCD,m);
-
-
-}
-
-/* *INDENT-ON* */
-
-/* Event: PROTOCTL */
-int anope_event_capab(const char *source, int ac, const char **av)
-{
- capab_parse(ac, av);
- return MOD_CONT;
-}
-
-void dreamforge_cmd_sqline(const char *mask, const char *reason)
-{
- send_cmd(NULL, "SQLINE %s :%s", mask, reason);
-}
-
-void DreamForgeProto::cmd_svsnoop(const char *server, int set)
-{
- send_cmd(NULL, "SVSNOOP %s %s", server, set ? "+" : "-");
-}
-
-void dreamforge_cmd_svsadmin(const char *server, int set)
-{
- ircd_proto.cmd_svsnoop(server, set);
-}
-
-void DreamForgeProto::cmd_remove_akill(const char *user, const char *host)
-{
- send_cmd(NULL, "RAKILL %s %s", host, user);
-}
-
-void dreamforge_cmd_topic(const char *whosets, const char *chan, const char *whosetit,
- const char *topic, time_t when)
-{
- send_cmd(whosets, "TOPIC %s %s %lu :%s", chan, whosetit,
- (unsigned long int) when, topic);
-}
-
-/* PART */
-void dreamforge_cmd_part(const char *nick, const char *chan, const char *buf)
-{
- if (!nick || !chan) {
- return;
- }
-
- if (buf) {
- send_cmd(nick, "PART %s :%s", chan, buf);
- } else {
- send_cmd(nick, "PART %s", chan);
- }
-}
-
-
-void dreamforge_cmd_unsqline(const char *user)
-{
- send_cmd(NULL, "UNSQLINE %s", user);
-}
-
-void dreamforge_cmd_join(const char *user, const char *channel, time_t chantime)
-{
- send_cmd(user, "JOIN %s", channel);
-}
-
-void dreamforge_cmd_akill(const char *user, const char *host, const char *who, time_t when,
- time_t expires, const char *reason)
-{
- send_cmd(NULL, "AKILL %s %s :%s", host, user, reason);
-}
-
-
-void dreamforge_cmd_svskill(const char *source, const char *user, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- if (!source || !user) {
- return;
- }
-
- send_cmd(source, "KILL %s :%s", user, buf);
-}
-
-void dreamforge_cmd_svsmode(User * u, int ac, const char **av)
-{
- send_cmd(ServerName, "SVSMODE %s %s%s%s", u->nick, av[0],
- (ac == 2 ? " " : ""), (ac == 2 ? av[1] : ""));
-}
-
-
-void dreamforge_cmd_squit(const char *servname, const char *message)
-{
- send_cmd(NULL, "SQUIT %s :%s", servname, message);
-}
-
-void anope_pong(char *servname)
-{
- send_cmd(servname, "PONG %s", servname);
-}
-
-/* PASS */
-void dreamforge_cmd_pass(const char *pass)
-{
- send_cmd(NULL, "PASS :%s", pass);
-}
-
-void dreamforge_cmd_capab()
-{
- send_cmd(NULL, "PROTOCTL NOQUIT");
-}
-
-/* SERVER name hop descript */
-void dreamforge_cmd_server(const char *servname, int hop, const char *descript)
-{
- send_cmd(NULL, "SERVER %s %d :%s", servname, hop, descript);
-}
-
-void dreamforge_cmd_connect(int servernum)
-{
- me_server =
- new_server(NULL, ServerName, ServerDesc, SERVER_ISME, NULL);
-
- dreamforge_cmd_capab();
- if (servernum == 1)
- dreamforge_cmd_pass(RemotePassword);
- if (servernum == 2)
- dreamforge_cmd_pass(RemotePassword2);
- if (servernum == 3)
- dreamforge_cmd_pass(RemotePassword3);
- dreamforge_cmd_server(ServerName, 1, ServerDesc);
-}
-
-void dreamforge_cmd_bot_chan_mode(const char *nick, const char *chan)
-{
- anope_cmd_mode(nick, chan, "%s %s %s", ircd->botchanumode, nick, nick);
-}
-
-
-
-/* GLOBOPS */
-void dreamforge_cmd_global(const char *source, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source ? source : ServerName, "GLOBOPS :%s", buf);
-}
-
-int anope_event_away(const char *source, int ac, const char **av)
-{
- if (!source) {
- return MOD_CONT;
- }
- m_away(source, (ac ? av[0] : NULL));
- return MOD_CONT;
-}
-
-int anope_event_topic(const char *source, int ac, const char **av)
-{
- if (ac != 4)
- return MOD_CONT;
- do_topic(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_squit(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- do_squit(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_quit(const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_quit(source, ac, av);
- return MOD_CONT;
-}
-
-
-int anope_event_mode(const char *source, int ac, const char **av)
-{
- if (ac < 2)
- return MOD_CONT;
-
- if (*av[0] == '#' || *av[0] == '&') {
- do_cmode(source, ac, av);
- } else {
- do_umode(source, ac, av);
- }
- return MOD_CONT;
-}
-
-
-int anope_event_kill(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
-
- m_kill(av[0], av[1]);
- return MOD_CONT;
-}
-
-int anope_event_kick(const char *source, int ac, const char **av)
-{
- if (ac != 3)
- return MOD_CONT;
- do_kick(source, ac, av);
- return MOD_CONT;
-}
-
-
-int anope_event_join(const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_join(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_motd(const char *source, int ac, const char **av)
-{
- if (!source) {
- return MOD_CONT;
- }
-
- m_motd(source);
- return MOD_CONT;
-}
-
-void dreamforge_cmd_mode(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source, "MODE %s %s", dest, buf);
-}
-
-void dreamforge_cmd_notice_ops(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "NOTICE @%s :%s", dest, buf);
-}
-
-
-void dreamforge_cmd_notice(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- if (NSDefFlags & NI_MSG) {
- dreamforge_cmd_privmsg2(source, dest, buf);
- } else {
- send_cmd(source, "NOTICE %s :%s", dest, buf);
- }
-}
-
-void dreamforge_cmd_notice2(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "NOTICE %s :%s", dest, msg);
-}
-
-void dreamforge_cmd_privmsg(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source, "PRIVMSG %s :%s", dest, buf);
-}
-
-void dreamforge_cmd_privmsg2(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "PRIVMSG %s :%s", dest, msg);
-}
-
-void dreamforge_cmd_serv_notice(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "NOTICE $%s :%s", dest, msg);
-}
-
-void dreamforge_cmd_serv_privmsg(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "PRIVMSG $%s :%s", dest, msg);
-}
-
-void dreamforge_cmd_351(const char *source)
-{
- send_cmd(ServerName, "351 %s Anope-%s %s :%s - %s (%s) -- %s",
- source, version_number, ServerName, ircd->name, version_flags,
- EncModule, version_build);
-
-}
-
-/* QUIT */
-void dreamforge_cmd_quit(const char *source, const char *buf)
-{
- if (buf) {
- send_cmd(source, "QUIT :%s", buf);
- } else {
- send_cmd(source, "QUIT");
- }
-}
-
-/* 391 */
-void dreamforge_cmd_391(const char *source, const char *timestr)
-{
- if (!timestr) {
- return;
- }
- send_cmd(NULL, "391 :%s %s :%s", source, ServerName, timestr);
-}
-
-/* 250 */
-void dreamforge_cmd_250(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "250 %s", buf);
-}
-
-/* 307 */
-void dreamforge_cmd_307(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "307 %s", buf);
-}
-
-/* 311 */
-void dreamforge_cmd_311(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "311 %s", buf);
-}
-
-/* 312 */
-void dreamforge_cmd_312(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "312 %s", buf);
-}
-
-/* 317 */
-void dreamforge_cmd_317(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "317 %s", buf);
-}
-
-/* 219 */
-void dreamforge_cmd_219(const char *source, const char *letter)
-{
- if (!source) {
- return;
- }
-
- if (letter) {
- send_cmd(NULL, "219 %s %c :End of /STATS report.", source,
- *letter);
- } else {
- send_cmd(NULL, "219 %s l :End of /STATS report.", source);
- }
-}
-
-/* 401 */
-void dreamforge_cmd_401(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
- send_cmd(ServerName, "401 %s %s :No such service.", source, who);
-}
-
-/* 318 */
-void dreamforge_cmd_318(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
-
- send_cmd(ServerName, "318 %s %s :End of /WHOIS list.", source, who);
-}
-
-/* 242 */
-void dreamforge_cmd_242(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "242 %s", buf);
-}
-
-/* 243 */
-void dreamforge_cmd_243(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "243 %s", buf);
-}
-
-/* 211 */
-void dreamforge_cmd_211(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "211 %s", buf);
-}
-
-void dreamforge_cmd_nick(const char *nick, const char *name, const char *modes)
-{
- EnforceQlinedNick(nick, NULL);
- send_cmd(NULL, "NICK %s 1 %ld %s %s %s 0 :%s", nick,
- (long int) time(NULL), ServiceUser, ServiceHost, ServerName,
- name);
- anope_cmd_mode(nick, nick, "%s", modes);
- dreamforge_cmd_sqline(nick, "Reserved for services");
-}
-
-void dreamforge_cmd_kick(const char *source, const char *chan, const char *user, const char *buf)
-{
- if (buf) {
- send_cmd(source, "KICK %s %s :%s", chan, user, buf);
- } else {
- send_cmd(source, "KICK %s %s", chan, user);
- }
-}
-
-/* EVENT: SERVER */
-int anope_event_server(const char *source, int ac, const char **av)
-{
- if (!stricmp(av[1], "1")) {
- uplink = sstrdup(av[0]);
- }
- do_server(source, av[0], av[1], av[2], NULL);
- return MOD_CONT;
-}
-
-
-int anope_event_privmsg(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- m_privmsg(source, av[0], av[1]);
- return MOD_CONT;
-}
-
-int anope_event_part(const char *source, int ac, const char **av)
-{
- if (ac < 1 || ac > 2)
- return MOD_CONT;
- do_part(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_whois(const char *source, int ac, const char **av)
-{
- if (source && ac >= 1) {
- m_whois(source, av[0]);
- }
- return MOD_CONT;
-}
-
-int anope_event_ping(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
- dreamforge_cmd_pong(ac > 1 ? av[1] : ServerName, av[0]);
- return MOD_CONT;
-}
-
-void dreamforge_cmd_372(const char *source, const char *msg)
-{
- send_cmd(ServerName, "372 %s :- %s", source, msg);
-}
-
-void dreamforge_cmd_372_error(const char *source)
-{
- send_cmd(ServerName, "422 %s :- MOTD file not found! Please "
- "contact your IRC administrator.", source);
-}
-
-void dreamforge_cmd_375(const char *source)
-{
- send_cmd(ServerName, "375 %s :- %s Message of the Day",
- source, ServerName);
-}
-
-void dreamforge_cmd_376(const char *source)
-{
- send_cmd(ServerName, "376 %s :End of /MOTD command.", source);
-}
-
-/* INVITE */
-void dreamforge_cmd_invite(const char *source, const char *chan, const char *nick)
-{
- if (!source || !chan || !nick) {
- return;
- }
-
- send_cmd(source, "INVITE %s %s", nick, chan);
-}
-
-/* PONG */
-void dreamforge_cmd_pong(const char *servname, const char *who)
-{
- send_cmd(servname, "PONG %s", who);
-}
-
-void dreamforge_cmd_bot_nick(const char *nick, const char *user, const char *host,
- const char *real, const char *modes)
-{
- EnforceQlinedNick(nick, s_BotServ);
- send_cmd(NULL, "NICK %s 1 %ld %s %s %s 0 :%s", nick,
- (long int) time(NULL), user, host, ServerName, real);
- anope_cmd_mode(nick, nick, "MODE %s", modes);
- dreamforge_cmd_sqline(nick, "Reserved for services");
-}
-
-/* SVSHOLD - set */
-void dreamforge_cmd_svshold(const char *nick)
-{
- /* Not supported by this IRCD */
-}
-
-/* SVSHOLD - release */
-void dreamforge_cmd_release_svshold(const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* UNSGLINE */
-void dreamforge_cmd_unsgline(const char *mask)
-{
- /* Not Supported by this IRCD */
-}
-
-/* UNSZLINE */
-void dreamforge_cmd_unszline(const char *mask)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SZLINE */
-void dreamforge_cmd_szline(const char *mask, const char *reason, const char *whom)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SGLINE */
-void dreamforge_cmd_sgline(const char *mask, const char *reason)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSNICK */
-void dreamforge_cmd_svsnick(const char *source, const char *guest, time_t when)
-{
- if (!source || !guest) {
- return;
- }
- send_cmd(NULL, "SVSNICK %s %s :%ld", source, guest, (long int) when);
-}
-
-void dreamforge_cmd_guest_nick(const char *nick, const char *user, const char *host,
- const char *real, const char *modes)
-{
- send_cmd(NULL, "NICK %s 1 %ld %s %s %s 0 :%s", nick,
- (long int) time(NULL), user, host, ServerName, real);
- anope_cmd_mode(nick, nick, "MODE %s", modes);
-}
-
-void dreamforge_cmd_svso(const char *source, const char *nick, const char *flag)
-{
- /* Not Supported by this IRCD */
-}
-
-void dreamforge_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost)
-{
- /* Not Supported by this IRCD */
-}
-
-void dreamforge_cmd_unban(const char *name, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE channel modes */
-
-void dreamforge_cmd_svsmode_chan(const char *name, const char *mode, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-void dreamforge_cmd_vhost_off(User * u)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE +d */
-/* sent if svid is something weird */
-void dreamforge_cmd_svid_umode(const char *nick, time_t ts)
-{
- send_cmd(ServerName, "SVSMODE %s +d 1", nick);
-}
-
-/* SVSMODE +d */
-/* nc_change was = 1, and there is no na->status */
-void dreamforge_cmd_nc_change(User * u)
-{
- common_svsmode(u, "-r+d", "1");
-}
-
-/* SVSMODE +r */
-void dreamforge_cmd_svid_umode2(User * u, const char *ts)
-{
- if (u->svid != u->timestamp) {
- common_svsmode(u, "+rd", ts);
- } else {
- common_svsmode(u, "+r", NULL);
- }
-}
-
-void dreamforge_cmd_svid_umode3(User * u, const char *ts)
-{
- /* not used */
-}
-
-/* NICK <newnick> */
-void dreamforge_cmd_chg_nick(const char *oldnick, const char *newnick)
-{
- if (!oldnick || !newnick) {
- return;
- }
-
- send_cmd(oldnick, "NICK %s", newnick);
-}
-
-void dreamforge_cmd_svsjoin(const char *source, const char *nick, const char *chan, const char *param)
-{
- /* Not Supported by this IRCD */
-}
-
-void dreamforge_cmd_svspart(const char *source, const char *nick, const char *chan)
-{
- /* Not Supported by this IRCD */
-}
-
-void dreamforge_cmd_swhois(const char *source, const char *who, const char *mask)
-{
- /* not supported */
-}
-
-int anope_event_rehash(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_credits(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_admin(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int dreamforge_flood_mode_check(const char *value)
-{
- return 0;
-}
-
-void dreamforge_cmd_eob()
-{
- /* Not supported */
-}
-
-void dreamforge_cmd_jupe(const char *jserver, const char *who, const char *reason)
-{
- char rbuf[256];
-
- snprintf(rbuf, sizeof(rbuf), "Juped by %s%s%s", who,
- reason ? ": " : "", reason ? reason : "");
-
- if (findserver(servlist, jserver))
- dreamforge_cmd_squit(jserver, rbuf);
- dreamforge_cmd_server(jserver, 2, rbuf);
- new_server(me_server, jserver, rbuf, SERVER_JUPED, NULL);
-}
-
-/* GLOBOPS - to handle old WALLOPS */
-void dreamforge_cmd_global_legacy(const char *source, const char *fmt)
-{
- send_cmd(source ? source : ServerName, "GLOBOPS :%s", fmt);
-}
-
-/*
- 1 = valid nick
- 0 = nick is in valid
-*/
-int dreamforge_valid_nick(const char *nick)
-{
- /* no hard coded invalid nicks */
- return 1;
-}
-
-/*
- 1 = valid chan
- 0 = chan is in valid
-*/
-int dreamforge_valid_chan(const char *chan)
-{
- /* no hard coded invalid chan */
- return 1;
-}
-
-
-void dreamforge_cmd_ctcp(const char *source, const char *dest, const char *buf)
-{
-
- char *s;
- if (!buf) {
- return;
- } else {
- s = normalizeBuffer(buf);
- }
-
- send_cmd(source, "NOTICE %s :\1%s \1", dest, s);
- free(s);
-}
-
-
-/**
- * Tell anope which function we want to perform each task inside of anope.
- * These prototypes must match what anope expects.
- **/
-void moduleAddAnopeCmds()
-{
- pmodule_cmd_topic(dreamforge_cmd_topic);
- pmodule_cmd_vhost_off(dreamforge_cmd_vhost_off);
- pmodule_cmd_akill(dreamforge_cmd_akill);
- pmodule_cmd_svskill(dreamforge_cmd_svskill);
- pmodule_cmd_svsmode(dreamforge_cmd_svsmode);
- pmodule_cmd_372(dreamforge_cmd_372);
- pmodule_cmd_372_error(dreamforge_cmd_372_error);
- pmodule_cmd_375(dreamforge_cmd_375);
- pmodule_cmd_376(dreamforge_cmd_376);
- pmodule_cmd_nick(dreamforge_cmd_nick);
- pmodule_cmd_guest_nick(dreamforge_cmd_guest_nick);
- pmodule_cmd_mode(dreamforge_cmd_mode);
- pmodule_cmd_bot_nick(dreamforge_cmd_bot_nick);
- pmodule_cmd_kick(dreamforge_cmd_kick);
- pmodule_cmd_notice_ops(dreamforge_cmd_notice_ops);
- pmodule_cmd_notice(dreamforge_cmd_notice);
- pmodule_cmd_notice2(dreamforge_cmd_notice2);
- pmodule_cmd_privmsg(dreamforge_cmd_privmsg);
- pmodule_cmd_privmsg2(dreamforge_cmd_privmsg2);
- pmodule_cmd_serv_notice(dreamforge_cmd_serv_notice);
- pmodule_cmd_serv_privmsg(dreamforge_cmd_serv_privmsg);
- pmodule_cmd_bot_chan_mode(dreamforge_cmd_bot_chan_mode);
- pmodule_cmd_351(dreamforge_cmd_351);
- pmodule_cmd_quit(dreamforge_cmd_quit);
- pmodule_cmd_pong(dreamforge_cmd_pong);
- pmodule_cmd_join(dreamforge_cmd_join);
- pmodule_cmd_unsqline(dreamforge_cmd_unsqline);
- pmodule_cmd_invite(dreamforge_cmd_invite);
- pmodule_cmd_part(dreamforge_cmd_part);
- pmodule_cmd_391(dreamforge_cmd_391);
- pmodule_cmd_250(dreamforge_cmd_250);
- pmodule_cmd_307(dreamforge_cmd_307);
- pmodule_cmd_311(dreamforge_cmd_311);
- pmodule_cmd_312(dreamforge_cmd_312);
- pmodule_cmd_317(dreamforge_cmd_317);
- pmodule_cmd_219(dreamforge_cmd_219);
- pmodule_cmd_401(dreamforge_cmd_401);
- pmodule_cmd_318(dreamforge_cmd_318);
- pmodule_cmd_242(dreamforge_cmd_242);
- pmodule_cmd_243(dreamforge_cmd_243);
- pmodule_cmd_211(dreamforge_cmd_211);
- pmodule_cmd_global(dreamforge_cmd_global);
- pmodule_cmd_global_legacy(dreamforge_cmd_global_legacy);
- pmodule_cmd_sqline(dreamforge_cmd_sqline);
- pmodule_cmd_squit(dreamforge_cmd_squit);
- pmodule_cmd_svso(dreamforge_cmd_svso);
- pmodule_cmd_chg_nick(dreamforge_cmd_chg_nick);
- pmodule_cmd_svsnick(dreamforge_cmd_svsnick);
- pmodule_cmd_vhost_on(dreamforge_cmd_vhost_on);
- pmodule_cmd_connect(dreamforge_cmd_connect);
- pmodule_cmd_svshold(dreamforge_cmd_svshold);
- pmodule_cmd_release_svshold(dreamforge_cmd_release_svshold);
- pmodule_cmd_unsgline(dreamforge_cmd_unsgline);
- pmodule_cmd_unszline(dreamforge_cmd_unszline);
- pmodule_cmd_szline(dreamforge_cmd_szline);
- pmodule_cmd_sgline(dreamforge_cmd_sgline);
- pmodule_cmd_unban(dreamforge_cmd_unban);
- pmodule_cmd_svsmode_chan(dreamforge_cmd_svsmode_chan);
- pmodule_cmd_svid_umode(dreamforge_cmd_svid_umode);
- pmodule_cmd_nc_change(dreamforge_cmd_nc_change);
- pmodule_cmd_svid_umode2(dreamforge_cmd_svid_umode2);
- pmodule_cmd_svid_umode3(dreamforge_cmd_svid_umode3);
- pmodule_cmd_svsjoin(dreamforge_cmd_svsjoin);
- pmodule_cmd_svspart(dreamforge_cmd_svspart);
- pmodule_cmd_swhois(dreamforge_cmd_swhois);
- pmodule_cmd_eob(dreamforge_cmd_eob);
- pmodule_flood_mode_check(dreamforge_flood_mode_check);
- pmodule_cmd_jupe(dreamforge_cmd_jupe);
- pmodule_valid_nick(dreamforge_valid_nick);
- pmodule_valid_chan(dreamforge_valid_chan);
- pmodule_cmd_ctcp(dreamforge_cmd_ctcp);
- pmodule_set_umode(dreamforge_set_umode);
-}
-
-/**
- * Now tell anope how to use us.
- **/
-int AnopeInit(int argc, char **argv)
-{
-
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
- moduleSetType(PROTOCOL);
-
- pmodule_ircd_version("DreamForge 4.6.7");
- pmodule_ircd_cap(myIrcdcap);
- pmodule_ircd_var(myIrcd);
- pmodule_ircd_cbmodeinfos(myCbmodeinfos);
- pmodule_ircd_cumodes(myCumodes);
- pmodule_ircd_flood_mode_char_set("");
- pmodule_ircd_flood_mode_char_remove("");
- pmodule_ircd_cbmodes(myCbmodes);
- pmodule_ircd_cmmodes(myCmmodes);
- pmodule_ircd_csmodes(myCsmodes);
- pmodule_ircd_useTSMode(0);
-
- /** Deal with modes anope _needs_ to know **/
- pmodule_invis_umode(UMODE_i);
- pmodule_oper_umode(UMODE_o);
- pmodule_invite_cmode(CMODE_i);
- pmodule_secret_cmode(CMODE_s);
- pmodule_private_cmode(CMODE_p);
- pmodule_key_mode(CMODE_k);
- pmodule_limit_mode(CMODE_l);
-
- moduleAddAnopeCmds();
- pmodule_ircd_proto(&ircd_proto);
- moduleAddIRCDMsgs();
-
- return MOD_CONT;
-}
diff --git a/src/protocol/dreamforge.h b/src/protocol/dreamforge.h
deleted file mode 100644
index 304b30d2f..000000000
--- a/src/protocol/dreamforge.h
+++ /dev/null
@@ -1,114 +0,0 @@
-/* DreamForge IRCD functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for furhter details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-#define UMODE_a 0x00000001 /* Services Admin */
-#define UMODE_h 0x00000002 /* Help system operator */
-#define UMODE_i 0x00000004 /* makes user invisible */
-#define UMODE_o 0x00000008 /* Operator */
-#define UMODE_r 0x00000010 /* Nick set by services as registered */
-#define UMODE_w 0x00000020 /* send wallops to them */
-#define UMODE_A 0x00000040 /* Admin */
-#define UMODE_O 0x00000080 /* Local operator */
-#define UMODE_s 0x00000100 /* server notices such as kill */
-#define UMODE_k 0x00000200 /* Show server-kills... */
-#define UMODE_c 0x00000400 /* Show client information */
-#define UMODE_f 0x00000800 /* Receive flood warnings */
-#define UMODE_g 0x80000000 /* Shows some global messages */
-
-#define CMODE_i 0x00000001
-#define CMODE_m 0x00000002
-#define CMODE_n 0x00000004
-#define CMODE_p 0x00000008
-#define CMODE_s 0x00000010
-#define CMODE_t 0x00000020
-#define CMODE_k 0x00000040 /* These two used only by ChanServ */
-#define CMODE_l 0x00000080
-#define CMODE_R 0x00000100 /* Only identified users can join */
-#define CMODE_r 0x00000200 /* Set for all registered channels */
-
-#define DEFAULT_MLOCK CMODE_n | CMODE_t | CMODE_r
-
-void dreamforge_set_umode(User * user, int ac, const char **av);
-void dreamforge_cmd_topic(const char *whosets, const char *chan, const char *whosetit, const char *topic, time_t when);
-void dreamforge_cmd_vhost_off(User * u);
-void dreamforge_cmd_akill(const char *user, const char *host, const char *who, time_t when,time_t expires, const char *reason);
-void dreamforge_cmd_svskill(const char *source, const char *user, const char *buf);
-void dreamforge_cmd_svsmode(User * u, int ac, const char **av);
-void dreamforge_cmd_372(const char *source, const char *msg);
-void dreamforge_cmd_372_error(const char *source);
-void dreamforge_cmd_375(const char *source);
-void dreamforge_cmd_376(const char *source);
-void dreamforge_cmd_nick(const char *nick, const char *name, const char *modes);
-void dreamforge_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void dreamforge_cmd_mode(const char *source, const char *dest, const char *buf);
-void dreamforge_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void dreamforge_cmd_kick(const char *source, const char *chan, const char *user, const char *buf);
-void dreamforge_cmd_notice_ops(const char *source, const char *dest, const char *buf);
-void dreamforge_cmd_notice(const char *source, const char *dest, const char *buf);
-void dreamforge_cmd_notice2(const char *source, const char *dest, const char *msg);
-void dreamforge_cmd_privmsg(const char *source, const char *dest, const char *buf);
-void dreamforge_cmd_privmsg2(const char *source, const char *dest, const char *msg);
-void dreamforge_cmd_serv_notice(const char *source, const char *dest, const char *msg);
-void dreamforge_cmd_serv_privmsg(const char *source, const char *dest, const char *msg);
-void dreamforge_cmd_bot_chan_mode(const char *nick, const char *chan);
-void dreamforge_cmd_351(const char *source);
-void dreamforge_cmd_quit(const char *source, const char *buf);
-void dreamforge_cmd_pong(const char *servname, const char *who);
-void dreamforge_cmd_join(const char *user, const char *channel, time_t chantime);
-void dreamforge_cmd_unsqline(const char *user);
-void dreamforge_cmd_invite(const char *source, const char *chan, const char *nick);
-void dreamforge_cmd_part(const char *nick, const char *chan, const char *buf);
-void dreamforge_cmd_391(const char *source, const char *timestr);
-void dreamforge_cmd_250(const char *buf);
-void dreamforge_cmd_307(const char *buf);
-void dreamforge_cmd_311(const char *buf);
-void dreamforge_cmd_312(const char *buf);
-void dreamforge_cmd_317(const char *buf);
-void dreamforge_cmd_219(const char *source, const char *letter);
-void dreamforge_cmd_401(const char *source, const char *who);
-void dreamforge_cmd_318(const char *source, const char *who);
-void dreamforge_cmd_242(const char *buf);
-void dreamforge_cmd_243(const char *buf);
-void dreamforge_cmd_211(const char *buf);
-void dreamforge_cmd_global(const char *source, const char *buf);
-void dreamforge_cmd_global_legacy(const char *source, const char *fmt);
-void dreamforge_cmd_sqline(const char *mask, const char *reason);
-void dreamforge_cmd_squit(const char *servname, const char *message);
-void dreamforge_cmd_svso(const char *source, const char *nick, const char *flag);
-void dreamforge_cmd_chg_nick(const char *oldnick, const char *newnick);
-void dreamforge_cmd_svsnick(const char *source, const char *guest, time_t when);
-void dreamforge_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost);
-void dreamforge_cmd_connect(int servernum);
-void dreamforge_cmd_svshold(const char *nick);
-void dreamforge_cmd_release_svshold(const char *nick);
-void dreamforge_cmd_unsgline(const char *mask);
-void dreamforge_cmd_unszline(const char *mask);
-void dreamforge_cmd_szline(const char *mask, const char *reason, const char *whom);
-void dreamforge_cmd_sgline(const char *mask, const char *reason);
-void dreamforge_cmd_unban(const char *name, const char *nick);
-void dreamforge_cmd_svsmode_chan(const char *name, const char *mode, const char *nick);
-void dreamforge_cmd_svid_umode(const char *nick, time_t ts);
-void dreamforge_cmd_nc_change(User * u);
-void dreamforge_cmd_svid_umode2(User * u, const char *ts);
-void dreamforge_cmd_svid_umode3(User * u, const char *ts);
-void dreamforge_cmd_eob();
-int dreamforge_flood_mode_check(const char *value);
-void dreamforge_cmd_jupe(const char *jserver, const char *who, const char *reason);
-int dreamforge_valid_nick(const char *nick);
-void dreamforge_cmd_ctcp(const char *source, const char *dest, const char *buf);
-
-class DreamForgeProto : public IRCDProtoNew {
- public:
- void cmd_svsnoop(const char *, int);
- void cmd_remove_akill(const char *, const char *);
-} ircd_proto;
diff --git a/src/protocol/inspircd10.c b/src/protocol/inspircd10.c
deleted file mode 100644
index 0f738aefd..000000000
--- a/src/protocol/inspircd10.c
+++ /dev/null
@@ -1,1707 +0,0 @@
-/* inspircd beta 6+ functions
- *
- * (C) 2005 Craig Edwards <brain@inspircd.org>
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for further details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-/*************************************************************************/
-
-#include "services.h"
-#include "pseudo.h"
-#include "inspircd10.h"
-
-#ifndef _WIN32
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#endif
-
-#ifdef _WIN32
-#include "winsock.h"
-int inet_aton (const char *name, struct in_addr *addr)
-{
- uint32 a = inet_addr (name);
- addr->s_addr = a;
- return a != (uint32)-1;
-}
-#endif
-
-IRCDVar myIrcd[] = {
- {"InspIRCd 1.0", /* ircd name */
- "+o", /* nickserv mode */
- "+o", /* chanserv mode */
- "+o", /* memoserv mode */
- "+o", /* hostserv mode */
- "+io", /* operserv mode */
- "+o", /* botserv mode */
- "+o", /* helpserv mode */
- "+i", /* Dev/Null mode */
- "+io", /* Global mode */
- "+o", /* nickserv alias mode */
- "+o", /* chanserv alias mode */
- "+o", /* memoserv alias mode */
- "+io", /* hostserv alias mode */
- "+io", /* operserv alias mode */
- "+o", /* botserv alias mode */
- "+o", /* helpserv alias mode */
- "+i", /* Dev/Null alias mode */
- "+io", /* Global alias mode */
- "+s", /* Used by BotServ Bots */
- 5, /* Chan Max Symbols */
- "-cilmnpstuzACGHKNOQRSV", /* Modes to Remove */
- "+ao", /* Channel Umode used by Botserv bots */
- 1, /* SVSNICK */
- 1, /* Vhost */
- 1, /* Has Owner */
- "+q", /* Mode to set for an owner */
- "-q", /* Mode to unset for an owner */
- "+a", /* Mode to set for channel admin */
- "-a", /* Mode to unset for channel admin */
- "+r", /* Mode On Reg */
- NULL, /* Mode on ID for Roots */
- NULL, /* Mode on ID for Admins */
- NULL, /* Mode on ID for Opers */
- "-r", /* Mode on UnReg */
- "-r", /* Mode on Nick Change */
- 1, /* Supports SGlines */
- 1, /* Supports SQlines */
- 1, /* Supports SZlines */
- 1, /* Supports Halfop +h */
- 4, /* Number of server args */
- 0, /* Join 2 Set */
- 1, /* Join 2 Message */
- 0, /* Has exceptions +e */
- 1, /* TS Topic Forward */
- 0, /* TS Topci Backward */
- 0, /* Protected Umode */
- 0, /* Has Admin */
- 0, /* Chan SQlines */
- 0, /* Quit on Kill */
- 0, /* SVSMODE unban */
- 1, /* Has Protect */
- 1, /* Reverse */
- 1, /* Chan Reg */
- CMODE_r, /* Channel Mode */
- 0, /* vidents */
- 0, /* svshold */
- 0, /* time stamp on mode */
- 0, /* NICKIP */
- 1, /* O:LINE */
- 0, /* UMODE */
- 1, /* VHOST ON NICK */
- 0, /* Change RealName */
- CMODE_K, /* No Knock */
- 0, /* Admin Only */
- DEFAULT_MLOCK, /* Default MLOCK */
- UMODE_x, /* Vhost Mode */
- 0, /* +f */
- 1, /* +L */
- CMODE_f,
- CMODE_L,
- 0,
- 1, /* No Knock requires +i */
- NULL, /* CAPAB Chan Modes */
- 0, /* We support inspircd TOKENS */
- 1, /* TOKENS are CASE inSensitive */
- 0, /* TIME STAMPS are BASE64 */
- 0, /* +I support */
- 0, /* SJOIN ban char */
- 0, /* SJOIN except char */
- 0, /* SJOIN invite char */
- 0, /* Can remove User Channel Modes with SVSMODE */
- 0, /* Sglines are not enforced until user reconnects */
- "x", /* vhost char */
- 0, /* ts6 */
- 1, /* support helper umode */
- 0, /* p10 */
- NULL, /* character set */
- 0, /* reports sync state */
- 0, /* CIDR channelbans */
- }
- ,
- {NULL}
-};
-
-
-IRCDCAPAB myIrcdcap[] = {
- {
- CAPAB_NOQUIT, /* NOQUIT */
- 0, /* TSMODE */
- 0, /* UNCONNECT */
- 0, /* NICKIP */
- 0, /* SJOIN */
- 0, /* ZIP */
- 0, /* BURST */
- 0, /* TS5 */
- 0, /* TS3 */
- 0, /* DKEY */
- 0, /* PT4 */
- 0, /* SCS */
- 0, /* QS */
- 0, /* UID */
- 0, /* KNOCK */
- 0, /* CLIENT */
- 0, /* IPV6 */
- 0, /* SSJ5 */
- 0, /* SN2 */
- 0, /* TOKEN */
- 0, /* VHOST */
- CAPAB_SSJ3, /* SSJ3 */
- CAPAB_NICK2, /* NICK2 */
- 0, /* UMODE2 */
- CAPAB_VL, /* VL */
- CAPAB_TLKEXT, /* TLKEXT */
- 0, /* DODKEY */
- 0, /* DOZIP */
- 0,
- 0, 0}
-};
-
-unsigned long umodes[128] = {
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, UMODE_A, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0,
- 0,
- 0,
- 0, 0, 0, 0, 0, 0, 0,
- 0,
- 0, 0, 0, 0, 0,
- 0, UMODE_a, 0, 0, 0, 0, 0,
- UMODE_g,
- UMODE_h, UMODE_i, 0, 0, 0, 0, 0, UMODE_o,
- 0,
- 0, UMODE_r, 0, 0, 0, 0, UMODE_w,
- UMODE_x,
- 0,
- 0,
- 0, 0, 0, 0, 0
-};
-
-
-char myCsmodes[128] = {
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0,
- 0,
- 0, 0, 0,
- 'h', /* (37) % Channel halfops */
- 0,
- 0, 0, 0,
- 'q',
-
- 'v', 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 'o', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'a', 0
-};
-
-CMMode myCmmodes[128] = {
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL},
- {NULL},
- {add_ban, del_ban},
- {NULL},
- {NULL},
- {NULL, NULL},
- {NULL},
- {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}
-};
-
-
-
-CBMode myCbmodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0},
- {CMODE_A, CBM_NO_USER_MLOCK, NULL, NULL},
- {0}, /* B */
- {CMODE_C, 0, NULL, NULL}, /* C */
- {0}, /* D */
- {0}, /* E */
- {0}, /* F */
- {CMODE_G, 0, NULL, NULL}, /* G */
- {CMODE_H, CBM_NO_USER_MLOCK, NULL, NULL},
- {0}, /* I */
- {0}, /* J */
- {CMODE_K, 0, NULL, NULL}, /* K */
- {CMODE_L, 0, set_redirect, cs_set_redirect},
- {0}, /* M */
- {CMODE_N, 0, NULL, NULL}, /* N */
- {CMODE_O, CBM_NO_USER_MLOCK, NULL, NULL},
- {0}, /* P */
- {CMODE_Q, 0, NULL, NULL}, /* Q */
- {CMODE_R, 0, NULL, NULL}, /* R */
- {CMODE_S, 0, NULL, NULL}, /* S */
- {0}, /* T */
- {0}, /* U */
- {CMODE_V, 0, NULL, NULL}, /* V */
- {0}, /* W */
- {0}, /* X */
- {0}, /* Y */
- {0}, /* Z */
- {0}, {0}, {0}, {0}, {0}, {0},
- {0}, /* a */
- {0}, /* b */
- {CMODE_c, 0, NULL, NULL},
- {0}, /* d */
- {0}, /* e */
- {CMODE_f, 0, set_flood, cs_set_flood},
- {0}, /* g */
- {0}, /* h */
- {CMODE_i, 0, NULL, NULL},
- {0}, /* j */
- {CMODE_k, 0, chan_set_key, cs_set_key},
- {CMODE_l, CBM_MINUS_NO_ARG, set_limit, cs_set_limit},
- {CMODE_m, 0, NULL, NULL},
- {CMODE_n, 0, NULL, NULL},
- {0}, /* o */
- {CMODE_p, 0, NULL, NULL},
- {0}, /* q */
- {CMODE_r, CBM_NO_MLOCK, NULL, NULL},
- {CMODE_s, 0, NULL, NULL},
- {CMODE_t, 0, NULL, NULL},
- {CMODE_u, 0, NULL, NULL},
- {0}, /* v */
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {CMODE_z, 0, NULL, NULL},
- {0}, {0}, {0}, {0}
-};
-
-CBModeInfo myCbmodeinfos[] = {
- {'c', CMODE_c, 0, NULL, NULL},
- {'f', CMODE_f, 0, get_flood, cs_get_flood},
- {'i', CMODE_i, 0, NULL, NULL},
- {'k', CMODE_k, 0, get_key, cs_get_key},
- {'l', CMODE_l, CBM_MINUS_NO_ARG, get_limit, cs_get_limit},
- {'m', CMODE_m, 0, NULL, NULL},
- {'n', CMODE_n, 0, NULL, NULL},
- {'p', CMODE_p, 0, NULL, NULL},
- {'r', CMODE_r, 0, NULL, NULL},
- {'s', CMODE_s, 0, NULL, NULL},
- {'t', CMODE_t, 0, NULL, NULL},
- {'u', CMODE_u, 0, NULL, NULL},
- {'z', CMODE_z, 0, NULL, NULL},
- {'A', CMODE_A, 0, NULL, NULL},
- {'C', CMODE_C, 0, NULL, NULL},
- {'G', CMODE_G, 0, NULL, NULL},
- {'H', CMODE_H, 0, NULL, NULL},
- {'K', CMODE_K, 0, NULL, NULL},
- {'L', CMODE_L, 0, get_redirect, cs_get_redirect},
- {'N', CMODE_N, 0, NULL, NULL},
- {'O', CMODE_O, 0, NULL, NULL},
- {'Q', CMODE_Q, 0, NULL, NULL},
- {'R', CMODE_R, 0, NULL, NULL},
- {'S', CMODE_S, 0, NULL, NULL},
- {'V', CMODE_V, 0, NULL, NULL},
- {0}
-};
-
-CUMode myCumodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0},
-
- {CUS_PROTECT, CUF_PROTECT_BOTSERV, check_valid_op},
- {0}, /* b */
- {0}, /* c */
- {0}, /* d */
- {0}, /* e */
- {0}, /* f */
- {0}, /* g */
- {CUS_HALFOP, 0, check_valid_op},
- {0}, /* i */
- {0}, /* j */
- {0}, /* k */
- {0}, /* l */
- {0}, /* m */
- {0}, /* n */
- {CUS_OP, CUF_PROTECT_BOTSERV, check_valid_op},
- {0}, /* p */
- {CUS_OWNER, 0, check_valid_op},
- {0}, /* r */
- {0}, /* s */
- {0}, /* t */
- {0}, /* u */
- {CUS_VOICE, 0, NULL},
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {0}, /* z */
- {0}, {0}, {0}, {0}, {0}
-};
-
-
-void inspircd_set_umode(User * user, int ac, const char **av)
-{
- int add = 1; /* 1 if adding modes, 0 if deleting */
- const char *modes = av[0];
-
- ac--;
-
- if (debug)
- alog("debug: Changing mode for %s to %s", user->nick, modes);
-
- while (*modes) {
-
- /* This looks better, much better than "add ? (do_add) : (do_remove)".
- * At least this is readable without paying much attention :) -GD
- */
- if (add)
- user->mode |= umodes[(int) *modes];
- else
- user->mode &= ~umodes[(int) *modes];
-
- switch (*modes++) {
- case '+':
- add = 1;
- break;
- case '-':
- add = 0;
- break;
- case 'd':
- if (ac == 0) {
- break;
- }
-
- ac--;
- av++;
- user->svid = strtoul(*av, NULL, 0);
- break;
- case 'o':
- if (add) {
- opcnt++;
- if (WallOper) {
- anope_cmd_global(s_OperServ,
- "\2%s\2 is now an IRC operator.",
- user->nick);
- }
- display_news(user, NEWS_OPER);
- } else {
- opcnt--;
- }
- break;
- case 'r':
- if (add && !nick_identified(user)) {
- common_svsmode(user, "-r", NULL);
- user->mode &= ~UMODE_r;
- }
- break;
- case 'x':
- update_host(user);
- break;
- }
- }
-}
-
-
-/* *INDENT-OFF* */
-void moduleAddIRCDMsgs(void) {
- Message *m;
-
- updateProtectDetails("PROTECT","PROTECTME","!protect","!deprotect","AUTOPROTECT","+a","-a");
-
- m = createMessage("436", anope_event_436); addCoreMessage(IRCD,m);
- m = createMessage("AWAY", anope_event_away); addCoreMessage(IRCD,m);
- m = createMessage("INVITE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("JOIN", anope_event_join); addCoreMessage(IRCD,m);
- m = createMessage("KICK", anope_event_kick); addCoreMessage(IRCD,m);
- m = createMessage("KILL", anope_event_kill); addCoreMessage(IRCD,m);
- m = createMessage("MODE", anope_event_mode); addCoreMessage(IRCD,m);
- m = createMessage("MOTD", anope_event_motd); addCoreMessage(IRCD,m);
- m = createMessage("NICK", anope_event_nick); addCoreMessage(IRCD,m);
- m = createMessage("NOTICE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("CAPAB", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("PART", anope_event_part); addCoreMessage(IRCD,m);
- m = createMessage("PING", anope_event_ping); addCoreMessage(IRCD,m);
- m = createMessage("PRIVMSG", anope_event_privmsg); addCoreMessage(IRCD,m);
- m = createMessage("QUIT", anope_event_quit); addCoreMessage(IRCD,m);
- m = createMessage("SERVER", anope_event_server); addCoreMessage(IRCD,m);
- m = createMessage("SQUIT", anope_event_squit); addCoreMessage(IRCD,m);
- m = createMessage("TOPIC", anope_event_topic); addCoreMessage(IRCD,m);
- m = createMessage("WALLOPS", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("WHOIS", anope_event_whois); addCoreMessage(IRCD,m);
- m = createMessage("GLOBOPS", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SILENCE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SAMODE", anope_event_samode); addCoreMessage(IRCD,m);
- m = createMessage("SANICK", anope_event_sanick); addCoreMessage(IRCD,m);
- m = createMessage("SAJOIN", anope_event_sajoin); addCoreMessage(IRCD,m);
- m = createMessage("SAPART", anope_event_sapart); addCoreMessage(IRCD,m);
- m = createMessage("SVSMODE", anope_event_mode) ;addCoreMessage(IRCD,m);
- m = createMessage("QLINE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("GLINE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("ELINE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("ZLINE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("ADDLINE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("FHOST", anope_event_chghost); addCoreMessage(IRCD,m);
- m = createMessage("CHGIDENT", anope_event_chgident); addCoreMessage(IRCD,m);
- m = createMessage("FNAME", anope_event_chgname); addCoreMessage(IRCD,m);
- m = createMessage("METADATA", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SETHOST", anope_event_sethost); addCoreMessage(IRCD,m);
- m = createMessage("SETIDENT", anope_event_setident); addCoreMessage(IRCD,m);
- m = createMessage("SETNAME", anope_event_setname); addCoreMessage(IRCD,m);
- m = createMessage("REHASH", anope_event_rehash); addCoreMessage(IRCD,m);
- m = createMessage("ADMIN", anope_event_admin); addCoreMessage(IRCD,m);
- m = createMessage("CREDITS", anope_event_credits); addCoreMessage(IRCD,m);
- m = createMessage("FJOIN", anope_event_fjoin); addCoreMessage(IRCD,m);
- m = createMessage("FMODE", anope_event_fmode); addCoreMessage(IRCD,m);
- m = createMessage("FTOPIC", anope_event_ftopic); addCoreMessage(IRCD,m);
- m = createMessage("VERSION", anope_event_version); addCoreMessage(IRCD,m);
- m = createMessage("OPERTYPE", anope_event_opertype); addCoreMessage(IRCD,m);
- m = createMessage("IDLE", anope_event_idle); addCoreMessage(IRCD,m);
-}
-
-/* *INDENT-ON* */
-
-void inspircd_cmd_svsadmin(const char *server, int set)
-{
- /* Not Supported by this IRCD */
-}
-
-void InspIRCdProto::cmd_remove_akill(const char *user, const char *host)
-{
- send_cmd(s_OperServ, "GLINE %s@%s", user, host);
-}
-
-void inspircd_cmd_topic(const char *whosets, const char *chan, const char *whosetit,
- const char *topic, time_t when)
-{
- send_cmd(whosets, "FTOPIC %s %lu %s :%s", chan, (unsigned long int) when, whosetit, topic);
-}
-
-void inspircd_cmd_vhost_off(User * u)
-{
- send_cmd(s_HostServ, "MODE %s -x", u->nick);
-}
-
-void inspircd_cmd_akill(const char *user, const char *host, const char *who, time_t when,
- time_t expires, const char *reason)
-{
- send_cmd(ServerName, "ADDLINE G %s@%s %s %ld %ld :%s", user, host, who, (long int) when, (long int) 86400 * 2, reason);
-}
-
-void inspircd_cmd_svskill(const char *source, const char *user, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- if (!source || !user) {
- return;
- }
-
- send_cmd(source, "KILL %s :%s", user, buf);
-}
-
-void inspircd_cmd_svsmode(User * u, int ac, const char **av)
-{
- send_cmd(s_NickServ, "MODE %s %s%s%s", u->nick, av[0], (ac == 2 ? " " : ""), (ac == 2 ? av[1] : ""));
-}
-
-
-void inspircd_cmd_372(const char *source, const char *msg)
-{
- send_cmd(ServerName, "372 %s :- %s", source, msg);
-}
-
-void inspircd_cmd_372_error(const char *source)
-{
- send_cmd(ServerName, "422 %s :- MOTD file not found! Please "
- "contact your IRC administrator.", source);
-}
-
-void inspircd_cmd_375(const char *source)
-{
- send_cmd(ServerName, "375 %s :- %s Message of the Day",
- source, ServerName);
-}
-
-void inspircd_cmd_376(const char *source)
-{
- send_cmd(ServerName, "376 %s :End of /MOTD command.", source);
-}
-
-void inspircd_cmd_nick(const char *nick, const char *name, const char *modes)
-{
- /* :test.chatspike.net NICK 1133519355 Brain synapse.brainbox.winbot.co.uk netadmin.chatspike.net ~brain +xwsioS 10.0.0.2 :Craig Edwards */
- send_cmd(ServerName, "NICK %ld %s %s %s %s +%s 0.0.0.0 :%s",(long int) time(NULL),nick,ServiceHost,ServiceHost,ServiceUser,modes,name);
- send_cmd(ServerName, "OPERTYPE Service");
-}
-
-void inspircd_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real,
- const char *modes)
-{
- send_cmd(ServerName, "NICK %ld %s %s %s %s +%s 0.0.0.0 :%s",(long int) time(NULL),nick,host,host,user,modes,real);
-}
-
-void inspircd_cmd_mode(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
- send_cmd(source ? source : s_OperServ, "MODE %s %s", dest, buf);
-}
-
-int anope_event_version(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_idle(const char *source, int ac, const char **av)
-{
- if (ac == 1)
- {
- send_cmd(av[0],"IDLE %s %ld 0",source,(long int) time(NULL));
- }
- return MOD_CONT;
-}
-
-int anope_event_ftopic(const char *source, int ac, const char **av)
-{
- /* :source FTOPIC channel ts setby :topic */
- const char* temp;
- if (ac < 4)
- return MOD_CONT;
- temp = av[1]; /* temp now holds ts */
- av[1] = av[2]; /* av[1] now holds set by */
- av[2] = temp; /* av[2] now holds ts */
- do_topic(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_opertype(const char *source, int ac, const char **av)
-{
- /* opertype is equivalent to mode +o because servers
- dont do this directly */
- User* u;
- u = finduser(source);
- if (u && !is_oper(u)) {
- const char* newav[2];
- newav[0] = source;
- newav[1] = "+o";
- return anope_event_mode(source, 2, newav);
- }
- else return MOD_CONT;
-}
-
-int anope_event_fmode(const char *source, int ac, const char **av)
-{
- /* :source FMODE #test +nt */
- if (ac != 2)
- return MOD_CONT;
- return anope_event_mode(source, ac, av);
-}
-
-int anope_event_samode(const char *source, int ac, const char **av)
-{
- /* :source SAMODE targets modes */
- if (ac < 2)
- return MOD_CONT;
- return anope_event_mode(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_sanick(const char *source, int ac, const char **av)
-{
- /* :source SANICK old new */
- if (ac != 2)
- return MOD_CONT;
- do_nick(av[0], av[1], NULL, NULL, NULL, NULL, 0, 0, 0, NULL, NULL);
- return MOD_CONT;
-}
-
-int anope_event_sajoin(const char *source, int ac, const char **av)
-{
- const char* newav[1];
- if (ac != 2)
- return MOD_CONT;
- newav[0] = av[1];
- do_join(av[0], 1, newav);
- return MOD_CONT;
-}
-
-int anope_event_sapart(const char *source, int ac, const char **av)
-{
- const char* newav[1];
- if (ac < 2)
- return MOD_CONT;
- newav[0] = av[1];
- do_part(av[0], 1, newav);
- return MOD_CONT;
-}
-
-int anope_event_fjoin(const char *source, int ac, const char **av)
-{
- const char* newav[127];
- char people[1024];
- int i = 0;
-
- if (ac < 3)
- return MOD_CONT;
-
- newav[0] = av[1];
- newav[1] = av[0];
- newav[2] = "+";
- newav[3] = people;
-
- *people = '\0';
-
- for (i = 2; i < ac; i++)
- {
- if (i > 2)
- strncat(people," ",1023);
- strncat(people,av[i],1023);
- }
- do_sjoin(source, 4, newav);
- return MOD_CONT;
-}
-
-void inspircd_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real,
- const char *modes)
-{
- send_cmd(ServerName, "NICK %ld %s %s %s %s +%s 0.0.0.0 :%s",(long int) time(NULL),nick,host,host,user,modes,real);
- send_cmd(ServerName, "OPERTYPE Bot");
-}
-
-void inspircd_cmd_kick(const char *source, const char *chan, const char *user, const char *buf)
-{
- if (buf) {
- send_cmd(source, "KICK %s %s :%s", chan, user, buf);
- } else {
- send_cmd(source, "KICK %s %s :%s", chan, user, user);
- }
-}
-
-void inspircd_cmd_notice_ops(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "NOTICE @%s :%s", dest, buf);
-}
-
-
-void inspircd_cmd_notice(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- if (NSDefFlags & NI_MSG) {
- inspircd_cmd_privmsg2(source, dest, buf);
- } else {
- send_cmd(source, "NOTICE %s :%s", dest, buf);
- }
-}
-
-void inspircd_cmd_notice2(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "NOTICE %s :%s", dest, msg);
-}
-
-void inspircd_cmd_privmsg(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source, "PRIVMSG %s :%s", dest, buf);
-}
-
-void inspircd_cmd_privmsg2(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "PRIVMSG %s :%s", dest, msg);
-}
-
-void inspircd_cmd_serv_notice(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "NOTICE $%s :%s", dest, msg);
-}
-
-void inspircd_cmd_serv_privmsg(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "PRIVMSG $%s :%s", dest, msg);
-}
-
-
-void inspircd_cmd_bot_chan_mode(const char *nick, const char *chan)
-{
- anope_cmd_mode(nick, chan, "%s %s %s", ircd->botchanumode, nick, nick);
-}
-
-void inspircd_cmd_351(const char *source)
-{
- send_cmd(ServerName, "351 %s Anope-%s %s :%s - %s (%s) -- %s",
- source, version_number, ServerName, ircd->name, version_flags,
- EncModule, version_build);
-}
-
-/* QUIT */
-void inspircd_cmd_quit(const char *source, const char *buf)
-{
- if (buf) {
- send_cmd(source, "QUIT :%s", buf);
- } else {
- send_cmd(source, "QUIT :Exiting");
- }
-}
-
-/* PROTOCTL */
-void inspircd_cmd_protoctl()
-{
-}
-
-static char currentpass[1024];
-
-/* PASS */
-void inspircd_cmd_pass(const char *pass)
-{
- strncpy(currentpass,pass,1024);
-}
-
-/* SERVER services-dev.chatspike.net password 0 :Description here */
-void inspircd_cmd_server(const char *servname, int hop, const char *descript)
-{
- send_cmd(ServerName, "SERVER %s %s %d :%s", servname, currentpass, hop, descript);
-}
-
-/* PONG */
-void inspircd_cmd_pong(const char *servname, const char *who)
-{
- send_cmd(servname, "PONG %s", who);
-}
-
-/* JOIN */
-/* Althought inspircd 3.2 does not need the timestamp others do so
- we get it in the common function call */
-void inspircd_cmd_join(const char *user, const char *channel, time_t chantime)
-{
- send_cmd(user, "JOIN %s", channel);
-}
-
-/* UNSQLINE */
-void inspircd_cmd_unsqline(const char *user)
-{
- if (!user) {
- return;
- }
- send_cmd(s_OperServ, "QLINE %s", user);
-}
-
-/* CHGHOST */
-void inspircd_cmd_chghost(const char *nick, const char *vhost)
-{
- if (!nick || !vhost) {
- return;
- }
- send_cmd(s_OperServ,"CHGHOST %s %s", nick, vhost);
-}
-
-/* CHGIDENT */
-void inspircd_cmd_chgident(const char *nick, const char *vIdent)
-{
- if (!nick || !vIdent) {
- return;
- }
- send_cmd(s_OperServ, "CHGIDENT %s %s", nick, vIdent);
-}
-
-/* INVITE */
-void inspircd_cmd_invite(const char *source, const char *chan, const char *nick)
-{
- if (!source || !chan || !nick) {
- return;
- }
-
- send_cmd(source, "INVITE %s %s", nick, chan);
-}
-
-/* PART */
-void inspircd_cmd_part(const char *nick, const char *chan, const char *buf)
-{
- if (!nick || !chan) {
- return;
- }
-
- if (buf) {
- send_cmd(nick, "PART %s :%s", chan, buf);
- } else {
- send_cmd(nick, "PART %s :Leaving", chan);
- }
-}
-
-/* 391 */
-void inspircd_cmd_391(const char *source, const char *timestr)
-{
- if (!timestr) {
- return;
- }
- send_cmd(NULL, "391 :%s %s :%s", source, ServerName, timestr);
-}
-
-/* 250 */
-void inspircd_cmd_250(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "250 %s", buf);
-}
-
-/* 307 */
-void inspircd_cmd_307(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "307 %s", buf);
-}
-
-/* 311 */
-void inspircd_cmd_311(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "311 %s", buf);
-}
-
-/* 312 */
-void inspircd_cmd_312(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "312 %s", buf);
-}
-
-/* 317 */
-void inspircd_cmd_317(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "317 %s", buf);
-}
-
-/* 219 */
-void inspircd_cmd_219(const char *source, const char *letter)
-{
- if (!source) {
- return;
- }
-
- if (letter) {
- send_cmd(NULL, "219 %s %c :End of /STATS report.", source,
- *letter);
- } else {
- send_cmd(NULL, "219 %s l :End of /STATS report.", source);
- }
-}
-
-/* 401 */
-void inspircd_cmd_401(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
- send_cmd(ServerName, "401 %s %s :No such service.", source, who);
-}
-
-/* 318 */
-void inspircd_cmd_318(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
-
- send_cmd(ServerName, "318 %s %s :End of /WHOIS list.", source, who);
-}
-
-/* 242 */
-void inspircd_cmd_242(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "242 %s", buf);
-}
-
-/* 243 */
-void inspircd_cmd_243(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "243 %s", buf);
-}
-
-/* 211 */
-void inspircd_cmd_211(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "211 %s", buf);
-}
-
-/* GLOBOPS */
-void inspircd_cmd_global(const char *source, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source ? source : ServerName, "GLOBOPS :%s", buf);
-}
-
-/* SQLINE */
-void inspircd_cmd_sqline(const char *mask, const char *reason)
-{
- if (!mask || !reason) {
- return;
- }
-
- send_cmd(ServerName, "ADDLINE Q %s %s %ld 0 :%s", mask, s_OperServ, (long int) time(NULL), reason);
-}
-
-/* SQUIT */
-void inspircd_cmd_squit(const char *servname, const char *message)
-{
- if (!servname || !message) {
- return;
- }
-
- send_cmd(ServerName, "SQUIT %s :%s", servname, message);
-}
-
-/* SVSO */
-void inspircd_cmd_svso(const char *source, const char *nick, const char *flag)
-{
-}
-
-/* NICK <newnick> */
-void inspircd_cmd_chg_nick(const char *oldnick, const char *newnick)
-{
- if (!oldnick || !newnick) {
- return;
- }
-
- send_cmd(oldnick, "NICK %s", newnick);
-}
-
-/* SVSNICK */
-void inspircd_cmd_svsnick(const char *source, const char *guest, time_t when)
-{
- if (!source || !guest) {
- return;
- }
- /* Please note that inspircd will now echo back a nickchange for this SVSNICK */
- send_cmd(ServerName, "SVSNICK %s %s :%lu", source, guest, (unsigned long)when);
-}
-
-/* Functions that use serval cmd functions */
-
-void inspircd_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost)
-{
- if (!nick) {
- return;
- }
- if (vIdent) {
- inspircd_cmd_chgident(nick, vIdent);
- }
- inspircd_cmd_chghost(nick, vhost);
-}
-
-void inspircd_cmd_connect(int servernum)
-{
- if (servernum == 1) {
- inspircd_cmd_pass(RemotePassword);
- }
- if (servernum == 2) {
- inspircd_cmd_pass(RemotePassword2);
- }
- if (servernum == 3) {
- inspircd_cmd_pass(RemotePassword3);
- }
- inspircd_cmd_server(ServerName, 0, ServerDesc);
- send_cmd(NULL,"BURST");
- send_cmd(ServerName, "VERSION :Anope-%s %s :%s - %s -- %s", version_number, ServerName, ircd->name, version_flags, version_build);
-
- me_server =
- new_server(NULL, ServerName, ServerDesc, SERVER_ISME, NULL);
-}
-
-/* Events */
-
-int anope_event_ping(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
- /* ((ac > 1) ? av[1] : ServerName) */
- inspircd_cmd_pong(ServerName, av[0]);
- return MOD_CONT;
-}
-
-int anope_event_436(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
-
- m_nickcoll(av[0]);
- return MOD_CONT;
-}
-
-int anope_event_away(const char *source, int ac, const char **av)
-{
- if (!source) {
- return MOD_CONT;
- }
- m_away(source, (ac ? av[0] : NULL));
- return MOD_CONT;
-}
-
-/* Taken from hybrid.c, topic syntax is identical */
-
-int anope_event_topic(const char *source, int ac, const char **av)
-{
- Channel *c = findchan(av[0]);
- time_t topic_time = time(NULL);
-
- if (!c) {
- if (debug) {
- alog("debug: TOPIC %s for nonexistent channel %s",
- merge_args(ac - 1, av + 1), av[0]);
- }
- return MOD_CONT;
- }
-
- if (check_topiclock(c, topic_time))
- return MOD_CONT;
-
- if (c->topic) {
- free(c->topic);
- c->topic = NULL;
- }
- if (ac > 1 && *av[1])
- c->topic = sstrdup(av[1]);
-
- strscpy(c->topic_setter, source, sizeof(c->topic_setter));
- c->topic_time = topic_time;
-
- record_topic(av[0]);
-
- if (ac > 1 && *av[1])
- send_event(EVENT_TOPIC_UPDATED, 2, av[0], av[1]);
- else
- send_event(EVENT_TOPIC_UPDATED, 2, av[0], "");
-
- return MOD_CONT;
-}
-
-int anope_event_squit(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- do_squit(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_quit(const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_quit(source, ac, av);
- return MOD_CONT;
-}
-
-
-int anope_event_mode(const char *source, int ac, const char **av)
-{
- if (ac < 2)
- return MOD_CONT;
-
- if (*av[0] == '#' || *av[0] == '&') {
- do_cmode(source, ac, av);
- } else {
- /* InspIRCd lets opers change another
- users modes, we have to kludge this
- as it slightly breaks RFC1459
- */
- if (!strcasecmp(source,av[0]))
- {
- do_umode(source, ac, av);
- }
- else
- {
- do_umode(av[0], ac, av);
- }
- }
- return MOD_CONT;
-}
-
-
-int anope_event_kill(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
-
- m_kill(av[0], av[1]);
- return MOD_CONT;
-}
-
-int anope_event_kick(const char *source, int ac, const char **av)
-{
- if (ac != 3)
- return MOD_CONT;
- do_kick(source, ac, av);
- return MOD_CONT;
-}
-
-
-int anope_event_join(const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_join(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_motd(const char *source, int ac, const char **av)
-{
- if (!source) {
- return MOD_CONT;
- }
-
- m_motd(source);
- return MOD_CONT;
-}
-
-int anope_event_setname(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: SETNAME for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetRealname(av[0]);
- return MOD_CONT;
-}
-
-int anope_event_chgname(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: FNAME for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetRealname(av[0]);
- return MOD_CONT;
-}
-
-int anope_event_setident(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: SETIDENT for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetIdent(av[0]);
- return MOD_CONT;
-}
-int anope_event_chgident(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser(av[0]);
- if (!u) {
- if (debug) {
- alog("debug: CHGIDENT for nonexistent user %s", av[0]);
- }
- return MOD_CONT;
- }
-
- u->SetIdent(av[1]);
- return MOD_CONT;
-}
-
-int anope_event_sethost(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: SETHOST for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetDisplayedHost(av[0]);
- return MOD_CONT;
-}
-
-
-int anope_event_nick(const char *source, int ac, const char **av)
-{
- User *user;
- struct in_addr addy;
- uint32* ad = (uint32*)&addy;
-
- if (ac != 1) {
- if (ac == 8) {
- inet_aton(av[6],&addy);
- user = do_nick("", av[1], /* nick */
- av[4], /* username */
- av[2], /* realhost */
- source, /* server */
- av[7], /* realname */
- strtoul(av[0], NULL, 10),
- 0,
- htonl(*ad),
- av[3],
- NULL);
- if (user)
- anope_set_umode(user, 1, &av[5]);
- }
- } else {
- do_nick(source, av[0], NULL, NULL, NULL, NULL,
- 0, 0, 0, NULL, NULL);
- }
- return MOD_CONT;
-}
-
-
-int anope_event_chghost(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: FHOST for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetDisplayedHost(av[0]);
- return MOD_CONT;
-}
-
-/* EVENT: SERVER */
-int anope_event_server(const char *source, int ac, const char **av)
-{
- if (!stricmp(av[1], "1")) {
- uplink = sstrdup(av[0]);
- }
- do_server(source, av[0], av[1], av[2], NULL);
- return MOD_CONT;
-}
-
-
-int anope_event_privmsg(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- m_privmsg(source, av[0], av[1]);
- return MOD_CONT;
-}
-
-int anope_event_part(const char *source, int ac, const char **av)
-{
- if (ac < 1 || ac > 2)
- return MOD_CONT;
- do_part(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_whois(const char *source, int ac, const char **av)
-{
- if (source && ac >= 1) {
- m_whois(source, av[0]);
- }
- return MOD_CONT;
-}
-
-/* SVSHOLD - set */
-void inspircd_cmd_svshold(const char *nick)
-{
- /* Not supported by this IRCD */
-}
-
-/* SVSHOLD - release */
-void inspircd_cmd_release_svshold(const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* UNSGLINE */
-void inspircd_cmd_unsgline(const char *mask)
-{
- /* Not Supported by this IRCD */
-}
-
-/* UNSZLINE */
-void inspircd_cmd_unszline(const char *mask)
-{
- send_cmd(s_OperServ, "ZLINE %s", mask);
-}
-
-/* SZLINE */
-void inspircd_cmd_szline(const char *mask, const char *reason, const char *whom)
-{
- send_cmd(ServerName, "ADDLINE Z %s %s %ld 0 :%s", mask, whom, (long int) time(NULL), reason);
-}
-
-/* SGLINE */
-void inspircd_cmd_sgline(const char *mask, const char *reason)
-{
- /* Not Supported by this IRCD */
-}
-
-void inspircd_cmd_unban(const char *name, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE channel modes */
-
-void inspircd_cmd_svsmode_chan(const char *name, const char *mode, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-
-/* SVSMODE +d */
-/* sent if svid is something weird */
-void inspircd_cmd_svid_umode(const char *nick, time_t ts)
-{
- if (debug)
- alog("debug: common_svsmode(0)");
-}
-
-/* SVSMODE +d */
-/* nc_change was = 1, and there is no na->status */
-void inspircd_cmd_nc_change(User * u)
-{
- if (debug)
- alog("debug: common_svsmode(1)");
- common_svsmode(u, "-r", NULL);
-}
-
-/* SVSMODE +r */
-void inspircd_cmd_svid_umode2(User * u, const char *ts)
-{
- if (debug)
- alog("debug: common_svsmode(2)");
- common_svsmode(u, "+r", NULL);
-}
-
-void inspircd_cmd_svid_umode3(User * u, const char *ts)
-{
- /* not used */
-}
-
-void inspircd_cmd_svsjoin(const char *source, const char *nick, const char *chan, const char *param)
-{
- send_cmd(source, "SAJOIN %s %s", nick, chan);
-}
-
-void inspircd_cmd_svspart(const char *source, const char *nick, const char *chan)
-{
- send_cmd(source, "SAPART %s %s", nick, chan);
-}
-
-void inspircd_cmd_swhois(const char *source, const char *who, const char *mask)
-{
-}
-
-void inspircd_cmd_eob()
-{
- send_cmd(NULL,"ENDBURST");
-}
-
-
-int anope_event_rehash(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_credits(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_admin(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int inspircd_flood_mode_check(const char *value)
-{
- char *dp, *end;
-
- if (value && *value != ':'
- && (strtoul((*value == '*' ? value + 1 : value), &dp, 10) > 0)
- && (*dp == ':') && (*(++dp) != 0) && (strtoul(dp, &end, 10) > 0)
- && (*end == 0)) {
- return 1;
- } else {
- return 0;
- }
-}
-
-void inspircd_cmd_jupe(const char *jserver, const char *who, const char *reason)
-{
- char rbuf[256];
-
- snprintf(rbuf, sizeof(rbuf), "Juped by %s%s%s", who,
- reason ? ": " : "", reason ? reason : "");
-
- if (findserver(servlist, jserver))
- inspircd_cmd_squit(jserver, rbuf);
- inspircd_cmd_server(jserver, 1, rbuf);
- new_server(me_server, jserver, rbuf, SERVER_JUPED, NULL);
-}
-
-/* GLOBOPS - to handle old WALLOPS */
-void inspircd_cmd_global_legacy(const char *source, const char *fmt)
-{
- send_cmd(source ? source : s_OperServ, "GLOBOPS :%s", fmt);
-}
-
-int inspircd_valid_nick(const char *nick)
-{
- return 1;
-}
-
-int inspircd_valid_chan(const char *chan)
-{
- return 1;
-}
-
-
-void inspircd_cmd_ctcp(const char *source, const char *dest, const char *buf)
-{
- char *s;
-
- if (!buf) {
- return;
- } else {
- s = normalizeBuffer(buf);
- }
-
- send_cmd(source, "NOTICE %s :\1%s\1", dest, s);
- free(s);
-}
-
-
-/**
- * Tell anope which function we want to perform each task inside of anope.
- * These prototypes must match what anope expects.
- **/
-void moduleAddAnopeCmds()
-{
- pmodule_cmd_topic(inspircd_cmd_topic);
- pmodule_cmd_vhost_off(inspircd_cmd_vhost_off);
- pmodule_cmd_akill(inspircd_cmd_akill);
- pmodule_cmd_svskill(inspircd_cmd_svskill);
- pmodule_cmd_svsmode(inspircd_cmd_svsmode);
- pmodule_cmd_372(inspircd_cmd_372);
- pmodule_cmd_372_error(inspircd_cmd_372_error);
- pmodule_cmd_375(inspircd_cmd_375);
- pmodule_cmd_376(inspircd_cmd_376);
- pmodule_cmd_nick(inspircd_cmd_nick);
- pmodule_cmd_guest_nick(inspircd_cmd_guest_nick);
- pmodule_cmd_mode(inspircd_cmd_mode);
- pmodule_cmd_bot_nick(inspircd_cmd_bot_nick);
- pmodule_cmd_kick(inspircd_cmd_kick);
- pmodule_cmd_notice_ops(inspircd_cmd_notice_ops);
- pmodule_cmd_notice(inspircd_cmd_notice);
- pmodule_cmd_notice2(inspircd_cmd_notice2);
- pmodule_cmd_privmsg(inspircd_cmd_privmsg);
- pmodule_cmd_privmsg2(inspircd_cmd_privmsg2);
- pmodule_cmd_serv_notice(inspircd_cmd_serv_notice);
- pmodule_cmd_serv_privmsg(inspircd_cmd_serv_privmsg);
- pmodule_cmd_bot_chan_mode(inspircd_cmd_bot_chan_mode);
- pmodule_cmd_351(inspircd_cmd_351);
- pmodule_cmd_quit(inspircd_cmd_quit);
- pmodule_cmd_pong(inspircd_cmd_pong);
- pmodule_cmd_join(inspircd_cmd_join);
- pmodule_cmd_unsqline(inspircd_cmd_unsqline);
- pmodule_cmd_invite(inspircd_cmd_invite);
- pmodule_cmd_part(inspircd_cmd_part);
- pmodule_cmd_391(inspircd_cmd_391);
- pmodule_cmd_250(inspircd_cmd_250);
- pmodule_cmd_307(inspircd_cmd_307);
- pmodule_cmd_311(inspircd_cmd_311);
- pmodule_cmd_312(inspircd_cmd_312);
- pmodule_cmd_317(inspircd_cmd_317);
- pmodule_cmd_219(inspircd_cmd_219);
- pmodule_cmd_401(inspircd_cmd_401);
- pmodule_cmd_318(inspircd_cmd_318);
- pmodule_cmd_242(inspircd_cmd_242);
- pmodule_cmd_243(inspircd_cmd_243);
- pmodule_cmd_211(inspircd_cmd_211);
- pmodule_cmd_global(inspircd_cmd_global);
- pmodule_cmd_global_legacy(inspircd_cmd_global_legacy);
- pmodule_cmd_sqline(inspircd_cmd_sqline);
- pmodule_cmd_squit(inspircd_cmd_squit);
- pmodule_cmd_svso(inspircd_cmd_svso);
- pmodule_cmd_chg_nick(inspircd_cmd_chg_nick);
- pmodule_cmd_svsnick(inspircd_cmd_svsnick);
- pmodule_cmd_vhost_on(inspircd_cmd_vhost_on);
- pmodule_cmd_connect(inspircd_cmd_connect);
- pmodule_cmd_svshold(inspircd_cmd_svshold);
- pmodule_cmd_release_svshold(inspircd_cmd_release_svshold);
- pmodule_cmd_unsgline(inspircd_cmd_unsqline);
- pmodule_cmd_unszline(inspircd_cmd_unszline);
- pmodule_cmd_szline(inspircd_cmd_szline);
- pmodule_cmd_sgline(inspircd_cmd_sgline);
- pmodule_cmd_unban(inspircd_cmd_unban);
- pmodule_cmd_svsmode_chan(inspircd_cmd_svsmode_chan);
- pmodule_cmd_svid_umode(inspircd_cmd_svid_umode);
- pmodule_cmd_nc_change(inspircd_cmd_nc_change);
- pmodule_cmd_svid_umode2(inspircd_cmd_svid_umode2);
- pmodule_cmd_svid_umode3(inspircd_cmd_svid_umode3);
- pmodule_cmd_svsjoin(inspircd_cmd_svsjoin);
- pmodule_cmd_svspart(inspircd_cmd_svspart);
- pmodule_cmd_swhois(inspircd_cmd_swhois);
- pmodule_cmd_eob(inspircd_cmd_eob);
- pmodule_flood_mode_check(inspircd_flood_mode_check);
- pmodule_cmd_jupe(inspircd_cmd_jupe);
- pmodule_valid_nick(inspircd_valid_nick);
- pmodule_valid_chan(inspircd_valid_chan);
- pmodule_cmd_ctcp(inspircd_cmd_ctcp);
- pmodule_set_umode(inspircd_set_umode);
-}
-
-/**
- * Now tell anope how to use us.
- **/
-int AnopeInit(int argc, char **argv)
-{
-
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
- moduleSetType(PROTOCOL);
-
- pmodule_ircd_version("inspircdIRCd 1.0");
- pmodule_ircd_cap(myIrcdcap);
- pmodule_ircd_var(myIrcd);
- pmodule_ircd_cbmodeinfos(myCbmodeinfos);
- pmodule_ircd_cumodes(myCumodes);
- pmodule_ircd_flood_mode_char_set("+f");
- pmodule_ircd_flood_mode_char_remove("-f");
- pmodule_ircd_cbmodes(myCbmodes);
- pmodule_ircd_cmmodes(myCmmodes);
- pmodule_ircd_csmodes(myCsmodes);
- pmodule_ircd_useTSMode(0);
-
- /** Deal with modes anope _needs_ to know **/
- pmodule_invis_umode(UMODE_i);
- pmodule_oper_umode(UMODE_o);
- pmodule_invite_cmode(CMODE_i);
- pmodule_secret_cmode(CMODE_s);
- pmodule_private_cmode(CMODE_p);
- pmodule_key_mode(CMODE_k);
- pmodule_limit_mode(CMODE_l);
-
- moduleAddAnopeCmds();
- pmodule_ircd_proto(&ircd_proto);
- moduleAddIRCDMsgs();
-
- return MOD_CONT;
-}
diff --git a/src/protocol/inspircd10.h b/src/protocol/inspircd10.h
deleted file mode 100644
index 301ebd2d2..000000000
--- a/src/protocol/inspircd10.h
+++ /dev/null
@@ -1,136 +0,0 @@
-/* inspircd beta 6 functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for furhter details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-/*************************************************************************/
-
-#define UMODE_a 0x00000001
-#define UMODE_h 0x00000002
-#define UMODE_i 0x00000004
-#define UMODE_o 0x00000008
-#define UMODE_r 0x00000010
-#define UMODE_w 0x00000020
-#define UMODE_A 0x00000040
-#define UMODE_g 0x80000000
-#define UMODE_x 0x40000000
-
-#define CMODE_i 0x00000001
-#define CMODE_m 0x00000002
-#define CMODE_n 0x00000004
-#define CMODE_p 0x00000008
-#define CMODE_s 0x00000010
-#define CMODE_t 0x00000020
-#define CMODE_k 0x00000040 /* These two used only by ChanServ */
-#define CMODE_l 0x00000080
-#define CMODE_c 0x00000400
-#define CMODE_A 0x00000800
-#define CMODE_H 0x00001000
-#define CMODE_K 0x00002000
-#define CMODE_L 0x00004000
-#define CMODE_O 0x00008000
-#define CMODE_Q 0x00010000
-#define CMODE_S 0x00020000
-#define CMODE_V 0x00040000
-#define CMODE_f 0x00080000
-#define CMODE_G 0x00100000
-#define CMODE_C 0x00200000
-#define CMODE_u 0x00400000
-#define CMODE_z 0x00800000
-#define CMODE_N 0x01000000
-#define CMODE_R 0x00000100 /* Only identified users can join */
-#define CMODE_r 0x00000200 /* Set for all registered channels */
-
-#define DEFAULT_MLOCK CMODE_n | CMODE_t | CMODE_r
-
-void inspircd_set_umode(User * user, int ac, const char **av);
-void inspircd_cmd_topic(const char *whosets, const char *chan, const char *whosetit, const char *topic, time_t when);
-void inspircd_cmd_vhost_off(User * u);
-void inspircd_cmd_akill(const char *user, const char *host, const char *who, time_t when,time_t expires, const char *reason);
-void inspircd_cmd_svskill(const char *source, const char *user, const char *buf);
-void inspircd_cmd_svsmode(User * u, int ac, const char **av);
-void inspircd_cmd_372(const char *source, const char *msg);
-void inspircd_cmd_372_error(const char *source);
-void inspircd_cmd_375(const char *source);
-void inspircd_cmd_376(const char *source);
-void inspircd_cmd_nick(const char *nick, const char *name, const char *modes);
-void inspircd_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void inspircd_cmd_mode(const char *source, const char *dest, const char *buf);
-void inspircd_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void inspircd_cmd_kick(const char *source, const char *chan, const char *user, const char *buf);
-void inspircd_cmd_notice_ops(const char *source, const char *dest, const char *buf);
-void inspircd_cmd_notice(const char *source, const char *dest, const char *buf);
-void inspircd_cmd_notice2(const char *source, const char *dest, const char *msg);
-void inspircd_cmd_privmsg(const char *source, const char *dest, const char *buf);
-void inspircd_cmd_privmsg2(const char *source, const char *dest, const char *msg);
-void inspircd_cmd_serv_notice(const char *source, const char *dest, const char *msg);
-void inspircd_cmd_serv_privmsg(const char *source, const char *dest, const char *msg);
-void inspircd_cmd_bot_chan_mode(const char *nick, const char *chan);
-void inspircd_cmd_351(const char *source);
-void inspircd_cmd_quit(const char *source, const char *buf);
-void inspircd_cmd_pong(const char *servname, const char *who);
-void inspircd_cmd_join(const char *user, const char *channel, time_t chantime);
-void inspircd_cmd_unsqline(const char *user);
-void inspircd_cmd_invite(const char *source, const char *chan, const char *nick);
-void inspircd_cmd_part(const char *nick, const char *chan, const char *buf);
-void inspircd_cmd_391(const char *source, const char *timestr);
-void inspircd_cmd_250(const char *buf);
-void inspircd_cmd_307(const char *buf);
-void inspircd_cmd_311(const char *buf);
-void inspircd_cmd_312(const char *buf);
-void inspircd_cmd_317(const char *buf);
-void inspircd_cmd_219(const char *source, const char *letter);
-void inspircd_cmd_401(const char *source, const char *who);
-void inspircd_cmd_318(const char *source, const char *who);
-void inspircd_cmd_242(const char *buf);
-void inspircd_cmd_243(const char *buf);
-void inspircd_cmd_211(const char *buf);
-void inspircd_cmd_global(const char *source, const char *buf);
-void inspircd_cmd_global_legacy(const char *source, const char *fmt);
-void inspircd_cmd_sqline(const char *mask, const char *reason);
-void inspircd_cmd_squit(const char *servname, const char *message);
-void inspircd_cmd_svso(const char *source, const char *nick, const char *flag);
-void inspircd_cmd_chg_nick(const char *oldnick, const char *newnick);
-void inspircd_cmd_svsnick(const char *source, const char *guest, time_t when);
-void inspircd_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost);
-void inspircd_cmd_connect(int servernum);
-void inspircd_cmd_svshold(const char *nick);
-void inspircd_cmd_release_svshold(const char *nick);
-void inspircd_cmd_unsgline(const char *mask);
-void inspircd_cmd_unszline(const char *mask);
-void inspircd_cmd_szline(const char *mask, const char *reason, const char *whom);
-void inspircd_cmd_sgline(const char *mask, const char *reason);
-void inspircd_cmd_unban(const char *name, const char *nick);
-void inspircd_cmd_svsmode_chan(const char *name, const char *mode, const char *nick);
-void inspircd_cmd_svid_umode(const char *nick, time_t ts);
-void inspircd_cmd_nc_change(User * u);
-void inspircd_cmd_svid_umode2(User * u, const char *ts);
-void inspircd_cmd_svid_umode3(User * u, const char *ts);
-void inspircd_cmd_eob();
-int inspircd_flood_mode_check(const char *value);
-void inspircd_cmd_jupe(const char *jserver, const char *who, const char *reason);
-int inspircd_valid_nick(const char *nick);
-void inspircd_cmd_ctcp(const char *source, const char *dest, const char *buf);
-int anope_event_fjoin(const char *source, int ac, const char **av);
-int anope_event_fmode(const char *source, int ac, const char **av);
-int anope_event_ftopic(const char *source, int ac, const char **av);
-int anope_event_sanick(const char *source, int ac, const char **av);
-int anope_event_samode(const char *source, int ac, const char **av);
-int anope_event_sajoin(const char *source, int ac, const char **av);
-int anope_event_sapart(const char *source, int ac, const char **av);
-int anope_event_version(const char *source, int ac, const char **av);
-int anope_event_opertype(const char *source, int ac, const char **av);
-int anope_event_idle(const char *source, int ac, const char **av);
-
-class InspIRCdProto : public IRCDProtoNew {
- public:
- void cmd_remove_akill(const char *, const char *);
-} ircd_proto;
diff --git a/src/protocol/hybrid.c b/src/protocol/obsolete/hybrid.c
index e04a6c54a..e04a6c54a 100644
--- a/src/protocol/hybrid.c
+++ b/src/protocol/obsolete/hybrid.c
diff --git a/src/protocol/hybrid.h b/src/protocol/obsolete/hybrid.h
index 42a4fabaf..42a4fabaf 100644
--- a/src/protocol/hybrid.h
+++ b/src/protocol/obsolete/hybrid.h
diff --git a/src/protocol/plexus3.c b/src/protocol/obsolete/plexus3.c
index a376e11c7..a376e11c7 100644
--- a/src/protocol/plexus3.c
+++ b/src/protocol/obsolete/plexus3.c
diff --git a/src/protocol/plexus3.h b/src/protocol/obsolete/plexus3.h
index 9c8cba453..9c8cba453 100644
--- a/src/protocol/plexus3.h
+++ b/src/protocol/obsolete/plexus3.h
diff --git a/src/protocol/ptlink.c b/src/protocol/obsolete/ptlink.c
index 78c200c2d..78c200c2d 100644
--- a/src/protocol/ptlink.c
+++ b/src/protocol/obsolete/ptlink.c
diff --git a/src/protocol/ptlink.h b/src/protocol/obsolete/ptlink.h
index 65b3aeb4c..65b3aeb4c 100644
--- a/src/protocol/ptlink.h
+++ b/src/protocol/obsolete/ptlink.h
diff --git a/src/protocol/rageircd.c b/src/protocol/obsolete/rageircd.c
index cb5ef0af4..cb5ef0af4 100644
--- a/src/protocol/rageircd.c
+++ b/src/protocol/obsolete/rageircd.c
diff --git a/src/protocol/rageircd.h b/src/protocol/obsolete/rageircd.h
index 620ab53ec..620ab53ec 100644
--- a/src/protocol/rageircd.h
+++ b/src/protocol/obsolete/rageircd.h
diff --git a/src/protocol/solidircd.c b/src/protocol/obsolete/solidircd.c
index f9909072d..f9909072d 100644
--- a/src/protocol/solidircd.c
+++ b/src/protocol/obsolete/solidircd.c
diff --git a/src/protocol/solidircd.h b/src/protocol/obsolete/solidircd.h
index 03686afd4..03686afd4 100644
--- a/src/protocol/solidircd.h
+++ b/src/protocol/obsolete/solidircd.h
diff --git a/src/protocol/ultimate3.c b/src/protocol/obsolete/ultimate3.c
index e3a516ed3..e3a516ed3 100644
--- a/src/protocol/ultimate3.c
+++ b/src/protocol/obsolete/ultimate3.c
diff --git a/src/protocol/ultimate3.h b/src/protocol/obsolete/ultimate3.h
index b14133765..b14133765 100644
--- a/src/protocol/ultimate3.h
+++ b/src/protocol/obsolete/ultimate3.h
diff --git a/src/protocol/viagra.c b/src/protocol/obsolete/viagra.c
index 69baf00c4..69baf00c4 100644
--- a/src/protocol/viagra.c
+++ b/src/protocol/obsolete/viagra.c
diff --git a/src/protocol/viagra.h b/src/protocol/obsolete/viagra.h
index 3bdfec1e1..3bdfec1e1 100644
--- a/src/protocol/viagra.h
+++ b/src/protocol/obsolete/viagra.h
diff --git a/src/protocol/plexus2.c b/src/protocol/plexus2.c
deleted file mode 100644
index 596288916..000000000
--- a/src/protocol/plexus2.c
+++ /dev/null
@@ -1,1871 +0,0 @@
-/* PlexusIRCD IRCD functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for furhter details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- */
-
-#include "services.h"
-#include "pseudo.h"
-#include "plexus2.h"
-
-IRCDVar myIrcd[] = {
- {"PleXusIRCd 2.0+", /* ircd name */
- "+oiSR", /* nickserv mode */
- "+oiSR", /* chanserv mode */
- "+oiSR", /* memoserv mode */
- "+oiSR", /* hostserv mode */
- "+oaiSR", /* operserv mode */
- "+oiSR", /* botserv mode */
- "+oiSR", /* helpserv mode */
- "+oiSR", /* Dev/Null mode */
- "+oiSR", /* Global mode */
- "+oiSR", /* nickserv alias mode */
- "+oiSR", /* chanserv alias mode */
- "+oiSR", /* memoserv alias mode */
- "+oiSR", /* hostserv alias mode */
- "+oaiSR", /* operserv alias mode */
- "+oiSR", /* botserv alias mode */
- "+oiSR", /* helpserv alias mode */
- "+oiSR", /* Dev/Null alias mode */
- "+oiSR", /* Global alias mode */
- "+iSR", /* Used by BotServ Bots */
- 3, /* Chan Max Symbols */
- "-acilmnpstMNORZ", /* Modes to Remove */
- "+o", /* Channel Umode used by Botserv bots */
- 1, /* SVSNICK */
- 1, /* Vhost */
- 0, /* Has Owner */
- NULL, /* Mode to set for an owner */
- NULL, /* Mode to unset for an owner */
- NULL, /* Mode to set for chan admin */
- NULL, /* Mode to unset for chan admin */
- "+R", /* Mode On Reg */
- NULL, /* Mode on ID for Roots */
- NULL, /* Mode on ID for Admins */
- NULL, /* Mode on ID for Opers */
- "-R", /* Mode on UnReg */
- "-R", /* Mode on Nick Change */
- 1, /* Supports SGlines */
- 1, /* Supports SQlines */
- 0, /* Supports SZlines */
- 1, /* Supports Halfop +h */
- 3, /* Number of server args */
- 0, /* Join 2 Set */
- 0, /* Join 2 Message */
- 1, /* Has exceptions +e */
- 0, /* TS Topic Forward */
- 0, /* TS Topci Backward */
- 0, /* Protected Umode */
- 0, /* Has Admin */
- 1, /* Chan SQlines */
- 0, /* Quit on Kill */
- 0, /* SVSMODE unban */
- 0, /* Has Protect */
- 0, /* Reverse */
- 0, /* Chan Reg */
- 0, /* Channel Mode */
- 0, /* vidents */
- 0, /* svshold */
- 1, /* time stamp on mode */
- 0, /* NICKIP */
- 0, /* O:LINE */
- 1, /* UMODE */
- 1, /* VHOST ON NICK */
- 0, /* Change RealName */
- CMODE_p, /* No Knock */
- 0, /* Admin Only */
- DEFAULT_MLOCK, /* Default MLOCK */
- UMODE_h, /* Vhost Mode */
- 0, /* +f */
- 0, /* +L */
- 0, /* +f Mode */
- 0, /* +L Mode */
- 0, /* On nick change check if they could be identified */
- 0, /* No Knock requires +i */
- NULL, /* CAPAB Chan Modes */
- 0, /* We support TOKENS */
- 1, /* TOKENS are CASE inSensitive */
- 0, /* TIME STAMPS are BASE64 */
- 1, /* +I support */
- 0, /* SJOIN ban char */
- 0, /* SJOIN except char */
- 0, /* SJOIN invite char */
- 0, /* Can remove User Channel Modes with SVSMODE */
- 0, /* Sglines are not enforced until user reconnects */
- "h", /* vhost char */
- 0, /* ts6 */
- 0, /* support helper umode */
- 0, /* p10 */
- NULL, /* character set */
- 1, /* reports sync state */
- 0, /* CIDR channelbans */
- }
- ,
- {NULL}
-};
-
-IRCDCAPAB myIrcdcap[] = {
- {
- 0, /* NOQUIT */
- 0, /* TSMODE */
- 0, /* UNCONNECT */
- 0, /* NICKIP */
- 0, /* SJOIN */
- CAPAB_ZIP, /* ZIP */
- 0, /* BURST */
- CAPAB_TS5, /* TS5 */
- 0, /* TS3 */
- 0, /* DKEY */
- 0, /* PT4 */
- 0, /* SCS */
- CAPAB_QS, /* QS */
- CAPAB_UID, /* UID */
- CAPAB_KNOCK, /* KNOCK */
- 0, /* CLIENT */
- 0, /* IPV6 */
- 0, /* SSJ5 */
- 0, /* SN2 */
- 0, /* TOKEN */
- 0, /* VHOST */
- 0, /* SSJ3 */
- 0, /* NICK2 */
- 0, /* UMODE2 */
- 0, /* VL */
- 0, /* TLKEXT */
- 0, /* DODKEY */
- 0, /* DOZIP */
- 0, 0, 0}
-};
-
-
-
-void
-plexus_set_umode (User * user, int ac, const char **av)
-{
- int add = 1; /* 1 if adding modes, 0 if deleting */
- const char *modes = av[0];
-
- ac--;
-
- if (debug)
- alog ("debug: Changing mode for %s to %s", user->nick, modes);
-
- while (*modes)
- {
-
- /* This looks better, much better than "add ? (do_add) : (do_remove)".
- * At least this is readable without paying much attention :) -GD
- */
- if (add)
- user->mode |= umodes[(int) *modes];
- else
- user->mode &= ~umodes[(int) *modes];
-
- switch (*modes++)
- {
- case '+':
- add = 1;
- break;
- case '-':
- add = 0;
- break;
- case 'h':
- update_host (user);
- break;
- case 'o':
- if (add)
- {
- opcnt++;
-
- if (WallOper)
- anope_cmd_global (s_OperServ,
- "\2%s\2 is now an IRC operator.",
- user->nick);
- display_news (user, NEWS_OPER);
-
- }
- else
- {
- opcnt--;
- }
- break;
- case 'R':
- if (add && !nick_identified (user))
- {
- common_svsmode (user, "-R", NULL);
- user->mode &= ~UMODE_R;
- }
- break;
-
- }
- }
-}
-
-/*
- * Local valid_op, and valid_halfop overrides.
- * These are nessecary due to the way hybrid-based ircds handle halfops.
- * hybrid-based ircds treat a -o as a -h as well. So if a user is set -o,
- * the ircd will also set them -h if they have that mode. This breaks
- * is_valid_op, as it always sends a -o. Breaking up the routines corrects this problem. - ThaPrince
- */
-
-int
-plexus_check_valid_halfop (User * user, Channel * chan, int servermode)
-{
- if (!chan || !chan->ci)
- return 1;
-
- /* They will be kicked; no need to deop, no need to update our internal struct too */
- if (chan->ci->flags & CI_VERBOTEN)
- return 0;
-
- if (servermode && !check_access (user, chan->ci, CA_AUTOHALFOP))
- {
- notice_lang (s_ChanServ, user, CHAN_IS_REGISTERED, s_ChanServ);
- anope_cmd_mode (whosends (chan->ci), chan->name, "-h %s", user->nick);
- return 0;
- }
-
- if (check_access (user, chan->ci, CA_AUTODEOP))
- {
- anope_cmd_mode (whosends (chan->ci), chan->name, "-h %s", user->nick);
- return 0;
- }
-
- return 1;
-}
-
-int
-plexus_check_valid_op (User * user, Channel * chan, int servermode)
-{
- if (!chan || !chan->ci)
- return 1;
-
- /* They will be kicked; no need to deop, no need to update our internal struct too */
- if (chan->ci->flags & CI_VERBOTEN)
- return 0;
-
- if (servermode && !check_access (user, chan->ci, CA_AUTOOP))
- {
- notice_lang (s_ChanServ, user, CHAN_IS_REGISTERED, s_ChanServ);
- if (check_access (user, chan->ci, CA_AUTOHALFOP))
- {
- anope_cmd_mode (whosends (chan->ci), chan->name,
- "-o+h %s %s", user->nick, user->nick);
- }
- else
- {
- anope_cmd_mode (whosends (chan->ci), chan->name, "-o %s",
- user->nick);
- }
- return 0;
- }
-
- if (check_access (user, chan->ci, CA_AUTODEOP))
- {
- anope_cmd_mode (whosends (chan->ci), chan->name, "-o %s", user->nick);
- return 0;
- }
-
- return 1;
-}
-
-unsigned long umodes[128] = {
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused, Unused, Horzontal Tab */
- 0, 0, 0, /* Line Feed, Unused, Unused */
- 0, 0, 0, /* Carriage Return, Unused, Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused, Unused, Space */
- 0, 0, 0, /* ! " # */
- 0, 0, 0, /* $ % & */
- 0, 0, 0, /* ! ( ) */
- 0, 0, 0, /* * + , */
- 0, 0, 0, /* - . / */
- 0, 0, /* 0 1 */
- 0, 0, /* 2 3 */
- 0, 0, /* 4 5 */
- 0, 0, /* 6 7 */
- 0, 0, /* 8 9 */
- 0, 0, /* : ; */
- 0, 0, 0, /* < = > */
- 0, 0, /* ? @ */
- 0, 0, 0, /* A B C */
- 0, 0, 0, /* D E F */
- 0, 0, 0, /* G H I */
- 0, 0, 0, /* J K L */
- 0, 0, 0, /* M N O */
- 0, 0, UMODE_R, /* P Q R */
- UMODE_S, 0, 0, /* S T U */
- 0, 0, 0, /* V W X */
- 0, /* Y */
- 0, /* Z */
- 0, 0, 0, /* [ \ ] */
- 0, 0, 0, /* ^ _ ` */
- UMODE_a, UMODE_b, 0, /* a b c */
- UMODE_d, 0, 0, /* d e f */
- 0, UMODE_h, UMODE_i, /* g h i */
- 0, 0, UMODE_l, /* j k l */
- UMODE_g, UMODE_n, UMODE_o, /* m n o */
- 0, 0, 0, /* p q r */
- 0, 0, UMODE_u, /* s t u */
- 0, UMODE_w, UMODE_x, /* v w x */
- 0, /* y */
- 0, /* z */
- 0, 0, 0, /* { | } */
- 0, 0 /* ~ � */
-};
-
-
-char myCsmodes[128] = {
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0,
- 0,
- 0, 0, 0,
- 'h',
- 0, 0, 0, 0,
- 0,
-
- 'v', 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 'o', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
-};
-
-CMMode myCmmodes[128] = {
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, /* BCD */
- {NULL}, {NULL}, {NULL}, /* EFG */
- {NULL}, /* H */
- {add_invite, del_invite},
- {NULL}, /* J */
- {NULL}, {NULL}, {NULL}, /* KLM */
- {NULL}, {NULL}, {NULL}, /* NOP */
- {NULL}, {NULL}, {NULL}, /* QRS */
- {NULL}, {NULL}, {NULL}, /* TUV */
- {NULL}, {NULL}, {NULL}, /* WXY */
- {NULL}, /* Z */
- {NULL}, {NULL}, /* (char 91 - 92) */
- {NULL}, {NULL}, {NULL}, /* (char 93 - 95) */
- {NULL}, /* ` (char 96) */
- {NULL}, /* a (char 97) */
- {add_ban, del_ban},
- {NULL},
- {NULL},
- {add_exception, del_exception},
- {NULL},
- {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}
-};
-
-
-CBMode myCbmodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0},
- {0}, /* A */
- {0}, /* B */
- {0}, /* C */
- {0}, /* D */
- {0}, /* E */
- {0}, /* F */
- {0}, /* G */
- {0}, /* H */
- {0}, /* I */
- {0}, /* J */
- {0}, /* K */
- {0}, /* L */
- {CMODE_M, 0, NULL, NULL}, /* M */
- {CMODE_N, 0, NULL, NULL}, /* N */
- {CMODE_O, CBM_NO_USER_MLOCK, NULL, NULL}, /* O */
- {0}, /* P */
- {0}, /* Q */
- {CMODE_R, 0, NULL, NULL}, /* R */
- {0}, /* S */
- {0}, /* T */
- {0}, /* U */
- {0}, /* V */
- {0}, /* W */
- {0}, /* X */
- {0}, /* Y */
- {CMODE_Z, 0, NULL, NULL}, /* Z */
- {0}, {0}, {0}, {0}, {0}, {0},
- {CMODE_a, 0, NULL, NULL},
- {0}, /* b */
- {CMODE_c, 0, NULL, NULL}, /* c */
- {0}, /* d */
- {0}, /* e */
- {0}, /* f */
- {0}, /* g */
- {0}, /* h */
- {CMODE_i, 0, NULL, NULL},
- {0}, /* j */
- {CMODE_k, 0, chan_set_key, cs_set_key},
- {CMODE_l, CBM_MINUS_NO_ARG, set_limit, cs_set_limit},
- {CMODE_m, 0, NULL, NULL},
- {CMODE_n, 0, NULL, NULL},
- {0}, /* o */
- {CMODE_p, 0, NULL, NULL},
- {0}, /* q */
- {0},
- {CMODE_s, 0, NULL, NULL},
- {CMODE_t, 0, NULL, NULL},
- {0},
- {0}, /* v */
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {0}, /* z */
- {0}, {0}, {0}, {0}
-};
-
-CBModeInfo myCbmodeinfos[] = {
- {'a', CMODE_a, 0, NULL, NULL},
- {'i', CMODE_i, 0, NULL, NULL},
- {'k', CMODE_k, 0, get_key, cs_get_key},
- {'l', CMODE_l, CBM_MINUS_NO_ARG, get_limit, cs_get_limit},
- {'m', CMODE_m, 0, NULL, NULL},
- {'n', CMODE_n, 0, NULL, NULL},
- {'p', CMODE_p, 0, NULL, NULL},
- {'s', CMODE_s, 0, NULL, NULL},
- {'t', CMODE_t, 0, NULL, NULL},
- {'M', CMODE_M, 0, NULL, NULL},
- {'N', CMODE_N, 0, NULL, NULL},
- {'O', CMODE_O, 0, NULL, NULL},
- {'R', CMODE_R, 0, NULL, NULL},
- {'Z', CMODE_Z, 0, NULL, NULL},
- {0}
-};
-
-
-CUMode myCumodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0},
-
- {0}, /* a */
- {0}, /* b */
- {0}, /* c */
- {0}, /* d */
- {0}, /* e */
- {0}, /* f */
- {0}, /* g */
- {CUS_HALFOP, 0, plexus_check_valid_halfop},
- {0}, /* i */
- {0}, /* j */
- {0}, /* k */
- {0}, /* l */
- {0}, /* m */
- {0}, /* n */
- {CUS_OP, CUF_PROTECT_BOTSERV, plexus_check_valid_op},
- {0}, /* p */
- {0}, /* q */
- {0}, /* r */
- {0}, /* s */
- {0}, /* t */
- {0}, /* u */
- {CUS_VOICE, 0, NULL},
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {0}, /* z */
- {0}, {0}, {0}, {0}, {0}
-};
-
-
-
-void
-plexus_cmd_notice (const char *source, const char *dest, const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- if (NSDefFlags & NI_MSG)
- {
- plexus_cmd_privmsg2 (source, dest, buf);
- }
- else
- {
- send_cmd (source, "NOTICE %s :%s", dest, buf);
- }
-}
-
-void
-plexus_cmd_notice2 (const char *source, const char *dest, const char *msg)
-{
- send_cmd (source, "NOTICE %s :%s", dest, msg);
-}
-
-void
-plexus_cmd_privmsg (const char *source, const char *dest, const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (source, "PRIVMSG %s :%s", dest, buf);
-}
-
-void
-plexus_cmd_privmsg2 (const char *source, const char *dest, const char *msg)
-{
- send_cmd (source, "PRIVMSG %s :%s", dest, msg);
-}
-
-void
-plexus_cmd_serv_notice (const char *source, const char *dest, const char *msg)
-{
- send_cmd (source, "NOTICE $$%s :%s", dest, msg);
-}
-
-void
-plexus_cmd_serv_privmsg (const char *source, const char *dest, const char *msg)
-{
- send_cmd (source, "PRIVMSG $$%s :%s", dest, msg);
-}
-
-
-void
-plexus_cmd_global (const char *source, const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (source ? source : ServerName, "OPERWALL :%s", buf);
-}
-
-/* GLOBOPS - to handle old WALLOPS */
-void
-plexus_cmd_global_legacy (const char *source, const char *fmt)
-{
- send_cmd (source ? source : ServerName, "OPERWALL :%s", fmt);
-}
-
-int
-anope_event_sjoin (const char *source, int ac, const char **av)
-{
- do_sjoin (source, ac, av);
- return MOD_CONT;
-}
-
-int
-anope_event_nick (const char *source, int ac, const char **av)
-{
- if (ac != 2)
- {
- User *user = do_nick (source, av[0], av[4], av[5], av[7], av[9],
- strtoul (av[2], NULL, 10),
- strtoul (av[8], NULL, 0), 0, av[6], NULL);
- if (user)
- anope_set_umode (user, 1, &av[3]);
- }
- else
- {
- do_nick (source, av[0], NULL, NULL, NULL, NULL,
- strtoul (av[1], NULL, 10), 0, 0, NULL, NULL);
- }
- return MOD_CONT;
-}
-
-int
-anope_event_topic (const char *source, int ac, const char **av)
-{
- if (ac == 4)
- {
- do_topic (source, ac, av);
- }
- else
- {
- Channel *c = findchan (av[0]);
- time_t topic_time = time (NULL);
-
- if (!c)
- {
- if (debug)
- {
- alog ("debug: TOPIC %s for nonexistent channel %s",
- merge_args (ac - 1, av + 1), av[0]);
- }
- return MOD_CONT;
- }
-
- if (check_topiclock (c, topic_time))
- return MOD_CONT;
-
- if (c->topic)
- {
- free (c->topic);
- c->topic = NULL;
- }
- if (ac > 1 && *av[1])
- c->topic = sstrdup (av[1]);
-
- strscpy (c->topic_setter, source, sizeof (c->topic_setter));
- c->topic_time = topic_time;
-
- record_topic (av[0]);
-
- if (ac > 1 && *av[1])
- send_event(EVENT_TOPIC_UPDATED, 2, av[0], av[1]);
- else
- send_event(EVENT_TOPIC_UPDATED, 2, av[0], "");
-
- }
- return MOD_CONT;
-}
-
-int
-anope_event_tburst (const char *source, int ac, const char **av)
-{
- if (ac != 5)
- return MOD_CONT;
-
- av[0] = av[1];
- av[1] = av[3];
- av[3] = av[4];
- do_topic (source, 4, av);
- return MOD_CONT;
-}
-
-int
-anope_event_436 (const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
-
- m_nickcoll (av[0]);
- return MOD_CONT;
-}
-
-
-void
-moduleAddIRCDMsgs (void)
-{
- Message *m;
-
- updateProtectDetails ("PROTECT", "PROTECTME", "protect", "deprotect",
- "AUTOPROTECT", "+", "-");
-
- m = createMessage ("401", anope_event_null);
- addCoreMessage (IRCD, m);
- m = createMessage ("402", anope_event_null);
- addCoreMessage (IRCD, m);
- m = createMessage ("436", anope_event_436);
- addCoreMessage (IRCD, m);
- m = createMessage ("AWAY", anope_event_away);
- addCoreMessage (IRCD, m);
- m = createMessage ("INVITE", anope_event_invite);
- addCoreMessage (IRCD, m);
- m = createMessage ("JOIN", anope_event_join);
- addCoreMessage (IRCD, m);
- m = createMessage ("KICK", anope_event_kick);
- addCoreMessage (IRCD, m);
- m = createMessage ("KILL", anope_event_kill);
- addCoreMessage (IRCD, m);
- m = createMessage ("MODE", anope_event_mode);
- addCoreMessage (IRCD, m);
- m = createMessage ("MOTD", anope_event_motd);
- addCoreMessage (IRCD, m);
- m = createMessage ("NICK", anope_event_nick);
- addCoreMessage (IRCD, m);
- m = createMessage ("NOTICE", anope_event_notice);
- addCoreMessage (IRCD, m);
- m = createMessage ("PART", anope_event_part);
- addCoreMessage (IRCD, m);
- m = createMessage ("PASS", anope_event_pass);
- addCoreMessage (IRCD, m);
- m = createMessage ("PING", anope_event_ping);
- addCoreMessage (IRCD, m);
- m = createMessage ("PRIVMSG", anope_event_privmsg);
- addCoreMessage (IRCD, m);
- m = createMessage ("QUIT", anope_event_quit);
- addCoreMessage (IRCD, m);
- m = createMessage ("SERVER", anope_event_server);
- addCoreMessage (IRCD, m);
- m = createMessage ("SQUIT", anope_event_squit);
- addCoreMessage (IRCD, m);
- m = createMessage ("TOPIC", anope_event_topic);
- addCoreMessage (IRCD, m);
- m = createMessage ("TBURST", anope_event_tburst);
- addCoreMessage (IRCD, m);
- m = createMessage ("USER", anope_event_null);
- addCoreMessage (IRCD, m);
- m = createMessage ("WALLOPS", anope_event_null);
- addCoreMessage (IRCD, m);
- m = createMessage ("WHOIS", anope_event_whois);
- addCoreMessage (IRCD, m);
- m = createMessage ("SVSMODE", anope_event_mode);
- addCoreMessage (IRCD, m);
- m = createMessage ("SVSNICK", anope_event_null);
- addCoreMessage (IRCD, m);
- m = createMessage ("CAPAB", anope_event_capab);
- addCoreMessage (IRCD, m);
- m = createMessage ("SJOIN", anope_event_sjoin);
- addCoreMessage (IRCD, m);
- m = createMessage ("SVINFO", anope_event_svinfo);
- addCoreMessage (IRCD, m);
- m = createMessage ("EOB", anope_event_eob);
- addCoreMessage (IRCD, m);
- m = createMessage ("ADMIN", anope_event_admin);
- addCoreMessage (IRCD, m);
- m = createMessage ("ERROR", anope_event_error);
- addCoreMessage (IRCD, m);
- m = createMessage ("SETHOST", anope_event_sethost);
- addCoreMessage (IRCD, m);
-}
-
-void
-plexus_cmd_sqline (const char *mask, const char *reason)
-{
- send_cmd (s_OperServ, "RESV * %s :%s", mask, reason);
-}
-
-void
-plexus_cmd_unsgline (const char *mask)
-{
- send_cmd (s_OperServ, "UNXLINE * %s", mask);
-}
-
-void
-plexus_cmd_unszline (const char *mask)
-{
- /* Does not support */
-}
-
-void
-plexus_cmd_szline (const char *mask, const char *reason, const char *whom)
-{
- /* Does not support */
-}
-
-void
-plexus_cmd_svsadmin (const char *server, int set)
-{
-}
-
-void
-plexus_cmd_sgline (const char *mask, const char *reason)
-{
- send_cmd (s_OperServ, "XLINE * %s :%s", mask, reason);
-}
-
-void PleXusIRCdProto::cmd_remove_akill(const char *user, const char *host)
-{
- send_cmd(s_OperServ, "UNKLINE * %s %s", user, host);
-}
-
-void
-plexus_cmd_topic (const char *whosets, const char *chan, const char *whosetit,
- const char *topic, time_t when)
-{
- send_cmd (whosets, "SVSTOPIC %s %s %lu :%s", chan, whosetit,
- (unsigned long int) when, topic);
-}
-
-void
-plexus_cmd_vhost_off (User * u)
-{
- send_cmd (ServerName, "SVSMODE %s -h", u->nick);
-}
-
-void
-plexus_cmd_vhost_on (const char *nick, const char *vIdent, const char *vhost)
-{
- User *u;
-
- if (!nick)
- {
- return;
- }
-
- u = finduser (nick);
-
- if (u)
- {
- send_cmd (ServerName, "SVSHOST %s %s", nick, vhost);
- u->mode |= UMODE_h;
- }
-}
-
-void
-plexus_cmd_unsqline (const char *user)
-{
- send_cmd (s_OperServ, "UNRESV * %s", user);
-}
-
-void
-plexus_cmd_join (const char *user, const char *channel, time_t chantime)
-{
- send_cmd (ServerName, "SJOIN %ld %s + :%s", (long int) chantime, channel,
- user);
-}
-
-/*
-oper: the nick of the oper performing the kline
-target.server: the server(s) this kline is destined for
-duration: the duration if a tkline, 0 if permanent.
-user: the 'user' portion of the kline
-host: the 'host' portion of the kline
-reason: the reason for the kline.
-*/
-
-void
-plexus_cmd_akill (const char *user, const char *host, const char *who, time_t when,
- time_t expires, const char *reason)
-{
- send_cmd (s_OperServ, "KLINE * %ld %s %s :%s",
- (long int) (expires - (long) time (NULL)), user, host, reason);
-}
-
-void
-plexus_cmd_svskill (const char *source, const char *user, const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- if (!source || !user)
- {
- return;
- }
-
- send_cmd (source, "KILL %s :%s", user, buf);
-}
-
-void
-plexus_cmd_svsmode (User * u, int ac, const char **av)
-{
- send_cmd (ServerName, "SVSMODE %s %s", u->nick, av[0]);
-
- if ((ac == 2) && isdigit (*av[1]))
- send_cmd (ServerName, "SVSID %s %s", u->nick, av[1]);
-}
-
-/*
- * SVINFO
- * parv[0] = sender prefix
- * parv[1] = TS_CURRENT for the server
- * parv[2] = TS_MIN for the server
- * parv[3] = server is standalone or connected to non-TS only
- * parv[4] = server's idea of UTC time
- */
-void
-plexus_cmd_svinfo ()
-{
- send_cmd (NULL, "SVINFO 5 5 0 :%ld", (long int) time (NULL));
-}
-
-/* CAPAB */
-/*
- QS - Can handle quit storm removal
- EX - Can do channel +e exemptions
- CHW - Can do channel wall @#
- LL - Can do lazy links
- IE - Can do invite exceptions
- EOB - Can do EOB message
- KLN - Can do KLINE message
- GLN - Can do GLINE message
- HOPS - can do half ops (+h)
- HUB - This server is a HUB
- AOPS - Can do anon ops (+a)
- UID - Can do UIDs
- ZIP - Can do ZIPlinks
- ENC - Can do ENCrypted links
- KNOCK - supports KNOCK
- TBURST - supports TBURST
- PARA - supports invite broadcasting for +p
- ENCAP - ?
-*/
-void
-plexus_cmd_capab ()
-{
- send_cmd (NULL,
- "CAPAB :QS EX CHW IE EOB KLN GLN HOPS HUB KNOCK TBURST PARA");
-}
-
-/* PASS */
-void
-plexus_cmd_pass (const char *pass)
-{
- send_cmd (NULL, "PASS %s :TS", pass);
-}
-
-/* SERVER name hop descript */
-void
-plexus_cmd_server (const char *servname, int hop, const char *descript)
-{
- send_cmd (NULL, "SERVER %s %d :%s", servname, hop, descript);
-}
-
-void
-plexus_cmd_connect (int servernum)
-{
- me_server = new_server (NULL, ServerName, ServerDesc, SERVER_ISME, NULL);
-
- if (servernum == 1)
- plexus_cmd_pass (RemotePassword);
- else if (servernum == 2)
- plexus_cmd_pass (RemotePassword2);
- else if (servernum == 3)
- plexus_cmd_pass (RemotePassword3);
-
- plexus_cmd_capab ();
- plexus_cmd_server (ServerName, 1, ServerDesc);
- plexus_cmd_svinfo ();
-}
-
-void
-plexus_cmd_svsinfo ()
-{
- /* not used */
-}
-
-
-
-void
-plexus_cmd_bot_nick (const char *nick, const char *user, const char *host, const char *real,
- const char *modes)
-{
- EnforceQlinedNick (nick, NULL);
- send_cmd (ServerName, "NICK %s 1 %ld %s %s %s %s %s 0 :%s", nick,
- (long int) time (NULL), modes, user, host, "*", ServerName, real);
- plexus_cmd_sqline (nick, "Reserved for services");
-
-}
-
-void
-plexus_cmd_part (const char *nick, const char *chan, const char *buf)
-{
- if (buf)
- {
- send_cmd (nick, "PART %s :%s", chan, buf);
- }
- else
- {
- send_cmd (nick, "PART %s", chan);
- }
-}
-
-int
-anope_event_sethost (const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser (av[0]);
- if (!u)
- {
- if (debug)
- {
- alog ("debug: SETHOST for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetDisplayedHost(av[1]);
- return MOD_CONT;
-}
-
-int
-anope_event_ping (const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
- plexus_cmd_pong (ac > 1 ? av[1] : ServerName, av[0]);
- return MOD_CONT;
-}
-
-int
-anope_event_away (const char *source, int ac, const char **av)
-{
- if (!source)
- {
- return MOD_CONT;
- }
- m_away (source, (ac ? av[0] : NULL));
- return MOD_CONT;
-}
-
-int
-anope_event_kill (const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
-
- m_kill (av[0], av[1]);
- return MOD_CONT;
-}
-
-int
-anope_event_kick (const char *source, int ac, const char **av)
-{
- if (ac != 3)
- return MOD_CONT;
- do_kick (source, ac, av);
- return MOD_CONT;
-}
-
-int
-anope_event_eob (const char *source, int ac, const char **av)
-{
- Server *s;
- s = findserver (servlist, source);
- /* If we found a server with the given source, that one just
- * finished bursting. If there was no source, then our uplink
- * server finished bursting. -GD
- */
- if (!s && serv_uplink)
- s = serv_uplink;
- finish_sync (s, 1);
-
- return MOD_CONT;
-}
-
-void
-plexus_cmd_eob ()
-{
- send_cmd (ServerName, "EOB");
-}
-
-
-int
-anope_event_join (const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_join (source, ac, av);
- return MOD_CONT;
-}
-
-int
-anope_event_motd (const char *source, int ac, const char **av)
-{
- if (!source)
- {
- return MOD_CONT;
- }
-
- m_motd (source);
- return MOD_CONT;
-}
-
-int
-anope_event_privmsg (const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- m_privmsg (source, av[0], av[1]);
- return MOD_CONT;
-}
-
-int
-anope_event_part (const char *source, int ac, const char **av)
-{
- if (ac < 1 || ac > 2)
- return MOD_CONT;
- do_part (source, ac, av);
- return MOD_CONT;
-}
-
-int
-anope_event_whois (const char *source, int ac, const char **av)
-{
- if (source && ac >= 1)
- {
- m_whois (source, av[0]);
- }
- return MOD_CONT;
-}
-
-/* EVENT: SERVER */
-int
-anope_event_server (const char *source, int ac, const char **av)
-{
- if (!stricmp (av[1], "1"))
- {
- uplink = sstrdup (av[0]);
- }
- do_server (source, av[0], av[1], av[2], NULL);
- return MOD_CONT;
-}
-
-int
-anope_event_squit (const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- do_squit (source, ac, av);
- return MOD_CONT;
-}
-
-int
-anope_event_quit (const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_quit (source, ac, av);
- return MOD_CONT;
-}
-
-void
-plexus_cmd_372 (const char *source, const char *msg)
-{
- send_cmd (ServerName, "372 %s :- %s", source, msg);
-}
-
-void
-plexus_cmd_372_error (const char *source)
-{
- send_cmd (ServerName, "422 %s :- MOTD file not found! Please "
- "contact your IRC administrator.", source);
-}
-
-void
-plexus_cmd_375 (const char *source)
-{
- send_cmd (ServerName, "375 %s :- %s Message of the Day",
- source, ServerName);
-}
-
-void
-plexus_cmd_376 (const char *source)
-{
- send_cmd (ServerName, "376 %s :End of /MOTD command.", source);
-}
-
-/* 391 */
-void
-plexus_cmd_391 (const char *source, const char *timestr)
-{
- if (!timestr)
- {
- return;
- }
- send_cmd (ServerName, "391 :%s %s :%s", source, ServerName, timestr);
-}
-
-/* 250 */
-void
-plexus_cmd_250 (const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (ServerName, "250 %s", buf);
-}
-
-/* 307 */
-void
-plexus_cmd_307 (const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (ServerName, "307 %s", buf);
-}
-
-/* 311 */
-void
-plexus_cmd_311 (const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (ServerName, "311 %s", buf);
-}
-
-/* 312 */
-void
-plexus_cmd_312 (const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (ServerName, "312 %s", buf);
-}
-
-/* 317 */
-void
-plexus_cmd_317 (const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (ServerName, "317 %s", buf);
-}
-
-/* 219 */
-void
-plexus_cmd_219 (const char *source, const char *letter)
-{
- if (!source)
- {
- return;
- }
-
- if (letter)
- {
- send_cmd (ServerName, "219 %s %c :End of /STATS report.", source, *letter);
- }
- else
- {
- send_cmd (ServerName, "219 %s l :End of /STATS report.", source);
- }
-}
-
-/* 401 */
-void
-plexus_cmd_401 (const char *source, const char *who)
-{
- if (!source || !who)
- {
- return;
- }
- send_cmd (ServerName, "401 %s %s :No such service.", source, who);
-}
-
-/* 318 */
-void
-plexus_cmd_318 (const char *source, const char *who)
-{
- if (!source || !who)
- {
- return;
- }
-
- send_cmd (ServerName, "318 %s %s :End of /WHOIS list.", source, who);
-}
-
-/* 242 */
-void
-plexus_cmd_242 (const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (ServerName, "242 %s", buf);
-}
-
-/* 243 */
-void
-plexus_cmd_243 (const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (ServerName, "243 %s", buf);
-}
-
-/* 211 */
-void
-plexus_cmd_211 (const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (ServerName, "211 %s", buf);
-}
-
-void
-plexus_cmd_mode (const char *source, const char *dest, const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (source, "MODE %s %s", dest, buf);
-}
-
-void
-plexus_cmd_nick (const char *nick, const char *name, const char *mode)
-{
- EnforceQlinedNick (nick, NULL);
- send_cmd (ServerName, "NICK %s 1 %ld %s %s %s %s %s 0 :%s", nick,
- (long int) time (NULL), mode, ServiceUser, ServiceHost,
- "*", ServerName, (name));
- send_cmd (nick, "RESV * %s :%s", nick, "Reserved for services");
-}
-
-void
-plexus_cmd_kick (const char *source, const char *chan, const char *user, const char *buf)
-{
- if (buf)
- {
- send_cmd (source, "KICK %s %s :%s", chan, user, buf);
- }
- else
- {
- send_cmd (source, "KICK %s %s", chan, user);
- }
-}
-
-void
-plexus_cmd_notice_ops (const char *source, const char *dest, const char *buf)
-{
- if (!buf)
- {
- return;
- }
-
- send_cmd (ServerName, "NOTICE @%s :%s", dest, buf);
-}
-
-void
-plexus_cmd_bot_chan_mode (const char *nick, const char *chan)
-{
- anope_cmd_mode (nick, chan, "%s %s", ircd->botchanumode, nick);
-}
-
-/* QUIT */
-void
-plexus_cmd_quit (const char *source, const char *buf)
-{
- if (buf)
- {
- send_cmd (source, "QUIT :%s", buf);
- }
- else
- {
- send_cmd (source, "QUIT");
- }
-}
-
-/* PONG */
-void
-plexus_cmd_pong (const char *servname, const char *who)
-{
- send_cmd (servname, "PONG %s", who);
-}
-
-/* INVITE */
-void
-plexus_cmd_invite (const char *source, const char *chan, const char *nick)
-{
- if (!source || !chan || !nick)
- {
- return;
- }
-
- send_cmd (source, "INVITE %s %s", nick, chan);
-}
-
-/* SQUIT */
-void
-plexus_cmd_squit (const char *servname, const char *message)
-{
- if (!servname || !message)
- {
- return;
- }
-
- send_cmd (ServerName, "SQUIT %s :%s", servname, message);
-}
-
-int
-anope_event_mode (const char *source, int ac, const char **av)
-{
- if (ac < 2)
- return MOD_CONT;
-
- if (*av[0] == '#' || *av[0] == '&')
- {
- do_cmode (source, ac, av);
- }
- else
- {
- Server *s;
- s = findserver (servlist, source);
-
- if (s && *av[0])
- {
- do_umode (av[0], ac, av);
- }
- else
- {
- do_umode (source, ac, av);
- }
- }
- return MOD_CONT;
-}
-
-void
-plexus_cmd_351 (const char *source)
-{
- send_cmd (ServerName, "351 %s Anope-%s %s :%s - %s (%s) -- %s",
- source, version_number, ServerName, ircd->name, version_flags,
- EncModule, version_build);
-}
-
-/* Event: PROTOCTL */
-int
-anope_event_capab (const char *source, int ac, const char **av)
-{
- int argvsize = 8;
- int argc;
- const char **argv;
- char *str;
-
- if (ac < 1)
- return MOD_CONT;
-
- /* We get the params as one arg, we should split it for capab_parse */
- argv = (const char **)scalloc(argvsize, sizeof(const char *));
- argc = 0;
- while ((str = myStrGetToken(av[0], ' ', argc))) {
- if (argc == argvsize) {
- argvsize += 8;
- argv = (const char **)srealloc(argv, argvsize * sizeof(const char *));
- }
- argv[argc] = str;
- argc++;
- }
-
- capab_parse(argc, argv);
-
- /* Free our built ac/av */
- for (argvsize = 0; argvsize < argc; argvsize++) {
- free((char *)argv[argvsize]);
- }
- free((char **)argv);
-
- return MOD_CONT;
-}
-
-/* SVSHOLD - set */
-void
-plexus_cmd_svshold (const char *nick)
-{
- /* Not supported by this IRCD */
-}
-
-/* SVSHOLD - release */
-void
-plexus_cmd_release_svshold (const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSNICK */
-void
-plexus_cmd_svsnick (const char *nick, const char *newnick, time_t when)
-{
- if (!nick || !newnick)
- {
- return;
- }
- send_cmd (ServerName, "SVSNICK %s %s", nick, newnick);
-}
-
-void
-plexus_cmd_guest_nick (const char *nick, const char *user, const char *host, const char *real,
- const char *modes)
-{
- send_cmd (ServerName, "NICK %s 1 %ld %s %s %s %s %s 0 :%s", nick,
- (long int) time (NULL), modes, user, host, "*", ServerName, real);
-}
-
-void
-plexus_cmd_svso (const char *source, const char *nick, const char *flag)
-{
- /* Not Supported by this IRCD */
-}
-
-void
-plexus_cmd_unban (const char *name, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE channel modes */
-
-void
-plexus_cmd_svsmode_chan (const char *name, const char *mode, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE +d */
-/* sent if svid is something weird */
-void
-plexus_cmd_svid_umode (const char *nick, time_t ts)
-{
- send_cmd (ServerName, "SVSID %s 1", nick);
-}
-
-/* SVSMODE +d */
-/* nc_change was = 1, and there is no na->status */
-void
-plexus_cmd_nc_change (User * u)
-{
- common_svsmode (u, "-R", "1");
-}
-
-/* SVSMODE +d */
-void
-plexus_cmd_svid_umode2 (User * u, const char *ts)
-{
- if (u->svid != u->timestamp)
- {
- common_svsmode (u, "+R", ts);
- }
- else
- {
- common_svsmode (u, "+R", NULL);
- }
-}
-
-void
-plexus_cmd_svid_umode3 (User * u, const char *ts)
-{
- /* not used */
-}
-
-/* NICK <newnick> */
-void
-plexus_cmd_chg_nick (const char *oldnick, const char *newnick)
-{
- if (!oldnick || !newnick)
- {
- return;
- }
-
- send_cmd (oldnick, "NICK %s", newnick);
-}
-
-/*
- * SVINFO
- * parv[0] = sender prefix
- * parv[1] = TS_CURRENT for the server
- * parv[2] = TS_MIN for the server
- * parv[3] = server is standalone or connected to non-TS only
- * parv[4] = server's idea of UTC time
- */
-int
-anope_event_svinfo (const char *source, int ac, const char **av)
-{
- /* currently not used but removes the message : unknown message from server */
- return MOD_CONT;
-}
-
-int
-anope_event_pass (const char *source, int ac, const char **av)
-{
- /* currently not used but removes the message : unknown message from server */
- return MOD_CONT;
-}
-
-void
-plexus_cmd_svsjoin (const char *source, const char *nick, const char *chan, const char *param)
-{
- /* Not Supported by this IRCD */
-}
-
-void
-plexus_cmd_svspart (const char *source, const char *nick, const char *chan)
-{
- /* Not Supported by this IRCD */
-}
-
-void
-plexus_cmd_swhois (const char *source, const char *who, const char *mask)
-{
- /* not supported */
-}
-
-int
-anope_event_notice (const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int
-anope_event_admin (const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int
-anope_event_invite (const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int
-plexus_flood_mode_check (const char *value)
-{
- return 0;
-}
-
-int
-anope_event_error (const char *source, int ac, const char **av)
-{
- if (ac >= 1)
- {
- if (debug)
- {
- alog ("debug: %s", av[0]);
- }
- }
- return MOD_CONT;
-}
-
-void
-plexus_cmd_jupe (const char *jserver, const char *who, const char *reason)
-{
- char rbuf[256];
-
- snprintf (rbuf, sizeof (rbuf), "Juped by %s%s%s", who,
- reason ? ": " : "", reason ? reason : "");
-
- if (findserver(servlist, jserver))
- plexus_cmd_squit (jserver, rbuf);
- plexus_cmd_server (jserver, 2, rbuf);
- new_server (me_server, jserver, rbuf, SERVER_JUPED, NULL);
-}
-
-/*
- 1 = valid nick
- 0 = nick is in valid
-*/
-int
-plexus_valid_nick (const char *nick)
-{
- /* no hard coded invalid nicks */
- return 1;
-}
-
-/*
- 1 = valid chan
- 0 = chan is in valid
-*/
-int
-plexus_valid_chan (const char *chan)
-{
- /* no hard coded invalid chan */
- return 1;
-}
-
-
-void
-plexus_cmd_ctcp (const char *source, const char *dest, const char *buf)
-{
- char *s;
-
- if (!buf)
- {
- return;
- }
- else
- {
- s = normalizeBuffer (buf);
- }
-
- send_cmd (source, "NOTICE %s :\1%s \1", dest, s);
- free (s);
-}
-
-
-/**
- * Tell anope which function we want to perform each task inside of anope.
- * These prototypes must match what anope expects.
- **/
-void
-moduleAddAnopeCmds ()
-{
- pmodule_cmd_topic (plexus_cmd_topic);
- pmodule_cmd_vhost_off (plexus_cmd_vhost_off);
- pmodule_cmd_akill (plexus_cmd_akill);
- pmodule_cmd_svskill (plexus_cmd_svskill);
- pmodule_cmd_svsmode (plexus_cmd_svsmode);
- pmodule_cmd_372 (plexus_cmd_372);
- pmodule_cmd_372_error (plexus_cmd_372_error);
- pmodule_cmd_375 (plexus_cmd_375);
- pmodule_cmd_376 (plexus_cmd_376);
- pmodule_cmd_nick (plexus_cmd_nick);
- pmodule_cmd_guest_nick (plexus_cmd_guest_nick);
- pmodule_cmd_mode (plexus_cmd_mode);
- pmodule_cmd_bot_nick (plexus_cmd_bot_nick);
- pmodule_cmd_kick (plexus_cmd_kick);
- pmodule_cmd_notice_ops (plexus_cmd_notice_ops);
- pmodule_cmd_notice (plexus_cmd_notice);
- pmodule_cmd_notice2 (plexus_cmd_notice2);
- pmodule_cmd_privmsg (plexus_cmd_privmsg);
- pmodule_cmd_privmsg2 (plexus_cmd_privmsg2);
- pmodule_cmd_serv_notice (plexus_cmd_serv_notice);
- pmodule_cmd_serv_privmsg (plexus_cmd_serv_privmsg);
- pmodule_cmd_bot_chan_mode (plexus_cmd_bot_chan_mode);
- pmodule_cmd_351 (plexus_cmd_351);
- pmodule_cmd_quit (plexus_cmd_quit);
- pmodule_cmd_pong (plexus_cmd_pong);
- pmodule_cmd_join (plexus_cmd_join);
- pmodule_cmd_unsqline (plexus_cmd_unsqline);
- pmodule_cmd_invite (plexus_cmd_invite);
- pmodule_cmd_part (plexus_cmd_part);
- pmodule_cmd_391 (plexus_cmd_391);
- pmodule_cmd_250 (plexus_cmd_250);
- pmodule_cmd_307 (plexus_cmd_307);
- pmodule_cmd_311 (plexus_cmd_311);
- pmodule_cmd_312 (plexus_cmd_312);
- pmodule_cmd_317 (plexus_cmd_317);
- pmodule_cmd_219 (plexus_cmd_219);
- pmodule_cmd_401 (plexus_cmd_401);
- pmodule_cmd_318 (plexus_cmd_318);
- pmodule_cmd_242 (plexus_cmd_242);
- pmodule_cmd_243 (plexus_cmd_243);
- pmodule_cmd_211 (plexus_cmd_211);
- pmodule_cmd_global (plexus_cmd_global);
- pmodule_cmd_global_legacy (plexus_cmd_global_legacy);
- pmodule_cmd_sqline (plexus_cmd_sqline);
- pmodule_cmd_squit (plexus_cmd_squit);
- pmodule_cmd_svso (plexus_cmd_svso);
- pmodule_cmd_chg_nick (plexus_cmd_chg_nick);
- pmodule_cmd_svsnick (plexus_cmd_svsnick);
- pmodule_cmd_vhost_on (plexus_cmd_vhost_on);
- pmodule_cmd_connect (plexus_cmd_connect);
- pmodule_cmd_svshold (plexus_cmd_svshold);
- pmodule_cmd_release_svshold (plexus_cmd_release_svshold);
- pmodule_cmd_unsgline (plexus_cmd_unsgline);
- pmodule_cmd_unszline (plexus_cmd_unszline);
- pmodule_cmd_szline (plexus_cmd_szline);
- pmodule_cmd_sgline (plexus_cmd_sgline);
- pmodule_cmd_unban (plexus_cmd_unban);
- pmodule_cmd_svsmode_chan (plexus_cmd_svsmode_chan);
- pmodule_cmd_svid_umode (plexus_cmd_svid_umode);
- pmodule_cmd_nc_change (plexus_cmd_nc_change);
- pmodule_cmd_svid_umode2 (plexus_cmd_svid_umode2);
- pmodule_cmd_svid_umode3 (plexus_cmd_svid_umode3);
- pmodule_cmd_svsjoin (plexus_cmd_svsjoin);
- pmodule_cmd_svspart (plexus_cmd_svspart);
- pmodule_cmd_swhois (plexus_cmd_swhois);
- pmodule_cmd_eob (plexus_cmd_eob);
- pmodule_flood_mode_check (plexus_flood_mode_check);
- pmodule_cmd_jupe (plexus_cmd_jupe);
- pmodule_valid_nick (plexus_valid_nick);
- pmodule_valid_chan (plexus_valid_chan);
- pmodule_cmd_ctcp (plexus_cmd_ctcp);
- pmodule_set_umode (plexus_set_umode);
-}
-
-/**
- * Now tell anope how to use us.
- **/
-int
-AnopeInit (int argc, char **argv)
-{
-
- moduleAddAuthor ("Anope");
- moduleAddVersion ("$Id$");
- moduleSetType (PROTOCOL);
-
- pmodule_ircd_version ("PleXusIRCd 2.0+");
- pmodule_ircd_cap (myIrcdcap);
- pmodule_ircd_var (myIrcd);
- pmodule_ircd_cbmodeinfos (myCbmodeinfos);
- pmodule_ircd_cumodes (myCumodes);
- pmodule_ircd_flood_mode_char_set ("");
- pmodule_ircd_flood_mode_char_remove ("");
- pmodule_ircd_cbmodes (myCbmodes);
- pmodule_ircd_cmmodes (myCmmodes);
- pmodule_ircd_csmodes (myCsmodes);
- pmodule_ircd_useTSMode (0);
-
- /** Deal with modes anope _needs_ to know **/
- pmodule_invis_umode (UMODE_i);
- pmodule_oper_umode (UMODE_o);
- pmodule_invite_cmode (CMODE_i);
- pmodule_secret_cmode (CMODE_s);
- pmodule_private_cmode (CMODE_p);
- pmodule_key_mode (CMODE_k);
- pmodule_limit_mode (CMODE_l);
-
- moduleAddAnopeCmds ();
- pmodule_ircd_proto(&ircd_proto);
- moduleAddIRCDMsgs ();
-
- return MOD_CONT;
-}
-
-/* EOF */
diff --git a/src/protocol/plexus2.h b/src/protocol/plexus2.h
deleted file mode 100644
index 867fca9a7..000000000
--- a/src/protocol/plexus2.h
+++ /dev/null
@@ -1,127 +0,0 @@
-/* PlexusIRCD IRCD functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for furhter details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-#define UMODE_a 0x00000001
-#define UMODE_h 0x00000002
-#define UMODE_i 0x00000004
-#define UMODE_o 0x00000008
-#define UMODE_R 0x00000010
-#define UMODE_w 0x00000020
-#define UMODE_s 0x00000040
-#define UMODE_c 0x00000080
-#define UMODE_r 0x00000100
-#define UMODE_k 0x00000200
-#define UMODE_f 0x00000400
-#define UMODE_y 0x00000800
-#define UMODE_d 0x00001000
-#define UMODE_n 0x00002000
-#define UMODE_x 0x00004000
-#define UMODE_u 0x00008000
-#define UMODE_b 0x00010000
-#define UMODE_l 0x00020000
-#define UMODE_g 0x00040000
-#define UMODE_S 0x00080000
-
-
-#define CMODE_i 0x00000001
-#define CMODE_m 0x00000002
-#define CMODE_n 0x00000004
-#define CMODE_p 0x00000008
-#define CMODE_s 0x00000010
-#define CMODE_t 0x00000020
-#define CMODE_k 0x00000040 /* These two used only by ChanServ */
-#define CMODE_l 0x00000080
-#define CMODE_a 0x00000400
-#define CMODE_Z 0x00000800
-#define CMODE_M 0x00001000
-#define CMODE_c 0x00002000
-#define CMODE_O 0x00004000
-#define CMODE_R 0x00008000
-#define CMODE_N 0x00010000
-
-
-#define DEFAULT_MLOCK CMODE_n | CMODE_t
-
-void plexus_set_umode(User * user, int ac, const char **av);
-void plexus_cmd_topic(const char *whosets, const char *chan, const char *whosetit, const char *topic, time_t when);
-void plexus_cmd_vhost_off(User * u);
-void plexus_cmd_akill(const char *user, const char *host, const char *who, time_t when,time_t expires, const char *reason);
-void plexus_cmd_svskill(const char *source, const char *user, const char *buf);
-void plexus_cmd_svsmode(User * u, int ac, const char **av);
-void plexus_cmd_372(const char *source, const char *msg);
-void plexus_cmd_372_error(const char *source);
-void plexus_cmd_375(const char *source);
-void plexus_cmd_376(const char *source);
-void plexus_cmd_nick(const char *nick, const char *name, const char *modes);
-void plexus_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void plexus_cmd_mode(const char *source, const char *dest, const char *buf);
-void plexus_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void plexus_cmd_kick(const char *source, const char *chan, const char *user, const char *buf);
-void plexus_cmd_notice_ops(const char *source, const char *dest, const char *buf);
-void plexus_cmd_notice(const char *source, const char *dest, const char *buf);
-void plexus_cmd_notice2(const char *source, const char *dest, const char *msg);
-void plexus_cmd_privmsg(const char *source, const char *dest, const char *buf);
-void plexus_cmd_privmsg2(const char *source, const char *dest, const char *msg);
-void plexus_cmd_serv_notice(const char *source, const char *dest, const char *msg);
-void plexus_cmd_serv_privmsg(const char *source, const char *dest, const char *msg);
-void plexus_cmd_bot_chan_mode(const char *nick, const char *chan);
-void plexus_cmd_351(const char *source);
-void plexus_cmd_quit(const char *source, const char *buf);
-void plexus_cmd_pong(const char *servname, const char *who);
-void plexus_cmd_join(const char *user, const char *channel, time_t chantime);
-void plexus_cmd_unsqline(const char *user);
-void plexus_cmd_invite(const char *source, const char *chan, const char *nick);
-void plexus_cmd_part(const char *nick, const char *chan, const char *buf);
-void plexus_cmd_391(const char *source, const char *timestr);
-void plexus_cmd_250(const char *buf);
-void plexus_cmd_307(const char *buf);
-void plexus_cmd_311(const char *buf);
-void plexus_cmd_312(const char *buf);
-void plexus_cmd_317(const char *buf);
-void plexus_cmd_219(const char *source, const char *letter);
-void plexus_cmd_401(const char *source, const char *who);
-void plexus_cmd_318(const char *source, const char *who);
-void plexus_cmd_242(const char *buf);
-void plexus_cmd_243(const char *buf);
-void plexus_cmd_211(const char *buf);
-void plexus_cmd_global(const char *source, const char *buf);
-void plexus_cmd_global_legacy(const char *source, const char *fmt);
-void plexus_cmd_sqline(const char *mask, const char *reason);
-void plexus_cmd_squit(const char *servname, const char *message);
-void plexus_cmd_svso(const char *source, const char *nick, const char *flag);
-void plexus_cmd_chg_nick(const char *oldnick, const char *newnick);
-void plexus_cmd_svsnick(const char *source, const char *guest, time_t when);
-void plexus_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost);
-void plexus_cmd_connect(int servernum);
-void plexus_cmd_svshold(const char *nick);
-void plexus_cmd_release_svshold(const char *nick);
-void plexus_cmd_unsgline(const char *mask);
-void plexus_cmd_unszline(const char *mask);
-void plexus_cmd_szline(const char *mask, const char *reason, const char *whom);
-void plexus_cmd_sgline(const char *mask, const char *reason);
-void plexus_cmd_unban(const char *name, const char *nick);
-void plexus_cmd_svsmode_chan(const char *name, const char *mode, const char *nick);
-void plexus_cmd_svid_umode(const char *nick, time_t ts);
-void plexus_cmd_nc_change(User * u);
-void plexus_cmd_svid_umode2(User * u, const char *ts);
-void plexus_cmd_svid_umode3(User * u, const char *ts);
-void plexus_cmd_eob();
-int plexus_flood_mode_check(const char *value);
-void plexus_cmd_jupe(const char *jserver, const char *who, const char *reason);
-int plexus_valid_nick(const char *nick);
-void plexus_cmd_ctcp(const char *source, const char *dest, const char *buf);
-
-class PleXusIRCdProto : public IRCDProtoNew {
- public:
- void cmd_remove_akill(const char *, const char *);
-} ircd_proto;
diff --git a/src/protocol/shadowircd.c b/src/protocol/shadowircd.c
deleted file mode 100644
index d315cd618..000000000
--- a/src/protocol/shadowircd.c
+++ /dev/null
@@ -1,1823 +0,0 @@
-/* ShadowIRCd functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for furhter details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- * Provided by the ShadowIRCd development group. See
- * http://www.shadowircd.net for details.
- */
-
-#include "services.h"
-#include "pseudo.h"
-#include "shadowircd.h"
-
-IRCDVar myIrcd[] = {
- {"ShadowIRCd 4.0+", /* ircd name */
- "+oiqSK", /* nickserv mode */
- "+oiqSK", /* chanserv mode */
- "+oiqSK", /* memoserv mode */
- "+oiqSK", /* hostserv mode */
- "+oiqSK", /* operserv mode */
- "+oiqSK", /* botserv mode */
- "+oiqSK", /* helpserv mode */
- "+oiqSK", /* Dev/Null mode */
- "+oiqSK", /* Global mode */
- "+oiqSK", /* nickserv alias mode */
- "+oiqSK", /* chanserv alias mode */
- "+oiqSK", /* memoserv alias mode */
- "+oiqSK", /* hostserv alias mode */
- "+oiqSK", /* operserv alias mode */
- "+oiqSK", /* botserv alias mode */
- "+oiqSK", /* helpserv alias mode */
- "+oiqSK", /* Dev/Null alias mode */
- "+oiqSK", /* Global alias mode */
- "+oiqSK", /* Used by BotServ Bots */
- 4, /* Chan Max Symbols */
- "-cimnprstvzAEFGKLNOPRSTV", /* Modes to Remove */
- "+o", /* Channel Umode used by Botserv bots */
- 1, /* SVSNICK */
- 1, /* Vhost */
- 0, /* Has Owner */
- NULL, /* Mode to set for an owner */
- NULL, /* Mode to unset for an owner */
- "+a", /* Mode to set for channel admin */
- "-a", /* Mode to unset for channel admin */
- "+e", /* Mode On Reg */
- NULL, /* Mode on ID for Roots */
- NULL, /* Mode on ID for Admins */
- NULL, /* Mode on ID for Opers */
- "-e", /* Mode on UnReg */
- "-e", /* Mode on Nick Change */
- 0, /* Supports SGlines */
- 1, /* Supports SQlines */
- 0, /* Supports SZlines */
- 1, /* Supports Halfop +h */
- 4, /* Number of server args */
- 0, /* Join 2 Set */
- 0, /* Join 2 Message */
- 1, /* Has exceptions +e */
- 0, /* TS Topic Forward */
- 0, /* TS Topci Backward */
- 0, /* Protected Umode */
- 1, /* Has Admin */
- 1, /* Chan SQlines */
- 1, /* Quit on Kill */
- 0, /* SVSMODE unban */
- 0, /* Has Protect */
- 0, /* Reverse */
- 1, /* Chan Reg */
- 1, /* Channel Mode */
- 1, /* vidents */
- 0, /* svshold */
- 0, /* time stamp on mode */
- 0, /* NICKIP */
- 1, /* UMODE */
- 0, /* O:LINE */
- 1, /* VHOST ON NICK */
- 1, /* Change RealName */
- CMODE_K, /* No Knock */
- CMODE_A, /* Admin Only */
- DEFAULT_MLOCK, /* Default MLOCK */
- UMODE_v, /* Vhost Mode */
- 0, /* +f */
- 0, /* +L */
- 0, /* +f Mode */
- 0, /* +L Mode */
- 1, /* On nick change check if they could be identified */
- 0, /* No Knock requires +i */
- NULL, /* CAPAB Chan Modes */
- 0, /* We support TOKENS */
- 1, /* TOKENS are CASE inSensitive */
- 0, /* TIME STAMPS are BASE64 */
- 1, /* +I support */
- 0, /* SJOIN ban char */
- 0, /* SJOIN except char */
- 0, /* SJOIN invite char */
- 0, /* Can remove User Channel Modes with SVSMODE */
- 0, /* Sglines are not enforced until user reconnects */
- "v", /* vhost char */
- 1, /* ts6 */
- 0, /* support helper umode */
- 0, /* p10 */
- NULL, /* character set */
- 1, /* reports sync state */
- 0, /* CIDR channelbans */
- }
- ,
- {NULL}
-};
-
-/* ShadowIRCd does not use CAPAB */
-IRCDCAPAB myIrcdcap[] = {
- {
- 0, /* NOQUIT */
- 0, /* TSMODE */
- 0, /* UNCONNECT */
- 0, /* NICKIP */
- 0, /* SJOIN */
- 0, /* ZIP */
- 0, /* BURST */
- 0, /* TS5 */
- 0, /* TS3 */
- 0, /* DKEY */
- 0, /* PT4 */
- 0, /* SCS */
- 0, /* QS */
- 0, /* UID */
- 0, /* KNOCK */
- 0, /* CLIENT */
- 0, /* IPV6 */
- 0, /* SSJ5 */
- 0, /* SN2 */
- 0, /* TOKEN */
- 0, /* VHOST */
- 0, /* SSJ3 */
- 0, /* NICK2 */
- 0, /* UMODE2 */
- 0, /* VL */
- 0, /* TLKEXT */
- 0, /* DODKEY */
- 0, /* DOZIP */
- 0, 0, 0}
-};
-
-void shadowircd_set_umode(User * user, int ac, const char **av)
-{
- int add = 1; /* 1 if adding modes, 0 if deleting */
- const char *modes = av[0];
-
- ac--;
-
- if (debug)
- alog("debug: Changing mode for %s to %s", user->nick, modes);
-
- while (*modes) {
-
- /* This looks better, much better than "add ? (do_add) : (do_remove)".
- * At least this is readable without paying much attention :) -GD
- */
- if (add)
- user->mode |= umodes[(int) *modes];
- else
- user->mode &= ~umodes[(int) *modes];
-
- switch (*modes++) {
- case '+':
- add = 1;
- break;
- case '-':
- add = 0;
- break;
- case 'o':
- if (add) {
- opcnt++;
-
- if (WallOper)
- anope_cmd_global(s_OperServ,
- "\2%s\2 is now an IRC operator.",
- user->nick);
- display_news(user, NEWS_OPER);
-
- } else {
- opcnt--;
- }
- break;
- }
- }
-}
-
-unsigned long umodes[128] = {
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused, Unused, Horzontal Tab */
- 0, 0, 0, /* Line Feed, Unused, Unused */
- 0, 0, 0, /* Carriage Return, Unused, Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused */
- 0, 0, 0, /* Unused, Unused, Space */
- 0, 0, 0, /* ! " # */
- 0, 0, 0, /* $ % & */
- 0, 0, 0, /* ! ( ) */
- 0, 0, 0, /* * + , */
- 0, 0, 0, /* - . / */
- 0, 0, /* 0 1 */
- 0, 0, /* 2 3 */
- 0, 0, /* 4 5 */
- 0, 0, /* 6 7 */
- 0, 0, /* 8 9 */
- 0, 0, /* : ; */
- 0, 0, 0, /* < = > */
- 0, 0, /* ? @ */
- UMODE_A, 0, 0, /* A B C */
- 0, UMODE_E, 0, /* D E F */
- UMODE_G, 0, 0, /* G H I */
- 0, 0, 0, /* J K L */
- 0, 0, UMODE_O, /* M N O */
- 0, 0, UMODE_R, /* P Q R */
- 0, 0, 0, /* S T U */
- 0, 0, 0, /* V W X */
- 0, /* Y */
- 0, /* Z */
- 0, 0, 0, /* [ \ ] */
- 0, 0, 0, /* ^ _ ` */
- UMODE_a, UMODE_b, 0, /* a b c */
- UMODE_d, UMODE_e, 0, /* d e f */
- UMODE_g, 0, UMODE_i, /* g h i */
- 0, 0, UMODE_l, /* j k l */
- 0, UMODE_n, UMODE_o, /* m n o */
- 0, 0, 0, /* p q r */
- 0, 0, UMODE_u, /* s t u */
- UMODE_v, UMODE_w, UMODE_x, /* v w x */
- 0, /* y */
- 0, /* z */
- 0, 0, 0, /* { | } */
- 0, 0 /* ~ � */
-};
-
-
-char myCsmodes[128] = {
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0,
- 'a',
- 0, 0, 0,
- 'h',
- 0, 0, 0, 0,
- 0,
-
- 'v', 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 'o', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
-};
-
-CMMode myCmmodes[128] = {
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, /* BCD */
- {NULL}, {NULL}, {NULL}, /* EFG */
- {NULL}, /* H */
- {add_invite, del_invite},
- {NULL}, /* J */
- {NULL}, {NULL}, {NULL}, /* KLM */
- {NULL}, {NULL}, {NULL}, /* NOP */
- {NULL}, {NULL}, {NULL}, /* QRS */
- {NULL}, {NULL}, {NULL}, /* TUV */
- {NULL}, {NULL}, {NULL}, /* WXY */
- {NULL}, /* Z */
- {NULL}, {NULL}, /* (char 91 - 92) */
- {NULL}, {NULL}, {NULL}, /* (char 93 - 95) */
- {NULL}, /* ` (char 96) */
- {NULL}, /* a (char 97) */
- {add_ban, del_ban},
- {NULL},
- {NULL},
- {add_exception, del_exception},
- {NULL},
- {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}
-};
-
-
-CBMode myCbmodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0},
- {CMODE_A, 0, NULL, NULL}, /* A */
- {0}, /* B */
- {0}, /* C */
- {0}, /* D */
- {CMODE_E, 0, NULL, NULL}, /* E */
- {CMODE_F, 0, NULL, NULL}, /* F */
- {CMODE_G, 0, NULL, NULL}, /* G */
- {0}, /* H */
- {0}, /* I */
- {0}, /* J */
- {CMODE_K, 0, NULL, NULL}, /* K */
- {CMODE_L, 0, NULL, NULL}, /* L */
- {0}, /* M */
- {CMODE_N, 0, NULL, NULL}, /* N */
- {CMODE_O, 0, NULL, NULL}, /* O */
- {CMODE_P, 0, NULL, NULL}, /* P */
- {0}, /* Q */
- {CMODE_R, 0, NULL, NULL}, /* R */
- {CMODE_S, 0, NULL, NULL}, /* S */
- {CMODE_T, 0, NULL, NULL}, /* T */
- {0}, /* U */
- {CMODE_V, 0, NULL, NULL}, /* V */
- {0}, /* W */
- {0}, /* X */
- {0}, /* Y */
- {0}, /* Z */
- {0}, {0}, {0}, {0}, {0}, {0},
- {0},
- {0}, /* b */
- {CMODE_c, 0, NULL, NULL},
- {0}, /* d */
- {0}, /* e */
- {0}, /* f */
- {0}, /* g */
- {0}, /* h */
- {CMODE_i, 0, NULL, NULL},
- {0}, /* j */
- {CMODE_k, 0, chan_set_key, cs_set_key},
- {CMODE_l, CBM_MINUS_NO_ARG, set_limit, cs_set_limit},
- {CMODE_m, 0, NULL, NULL},
- {CMODE_n, 0, NULL, NULL},
- {0}, /* o */
- {CMODE_p, 0, NULL, NULL},
- {0}, /* q */
- {CMODE_r, 0, NULL, NULL},
- {CMODE_s, 0, NULL, NULL},
- {CMODE_t, 0, NULL, NULL},
- {0},
- {0}, /* v */
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {CMODE_z, 0, NULL, NULL}, /* z */
- {0}, {0}, {0}, {0}
-};
-
-CBModeInfo myCbmodeinfos[] = {
- {'c', CMODE_c, 0, NULL, NULL},
- {'i', CMODE_i, 0, NULL, NULL},
- {'k', CMODE_k, 0, get_key, cs_get_key},
- {'l', CMODE_l, CBM_MINUS_NO_ARG, get_limit, cs_get_limit},
- {'m', CMODE_m, 0, NULL, NULL},
- {'n', CMODE_n, 0, NULL, NULL},
- {'p', CMODE_p, 0, NULL, NULL},
- {'r', CMODE_r, 0, NULL, NULL},
- {'s', CMODE_s, 0, NULL, NULL},
- {'t', CMODE_t, 0, NULL, NULL},
- {'z', CMODE_z, 0, NULL, NULL},
- {'A', CMODE_A, 0, NULL, NULL},
- {'E', CMODE_E, 0, NULL, NULL},
- {'F', CMODE_F, 0, NULL, NULL},
- {'G', CMODE_G, 0, NULL, NULL},
- {'K', CMODE_K, 0, NULL, NULL},
- {'L', CMODE_L, 0, NULL, NULL},
- {'N', CMODE_N, 0, NULL, NULL},
- {'O', CMODE_O, 0, NULL, NULL},
- {'P', CMODE_P, 0, NULL, NULL},
- {'S', CMODE_S, 0, NULL, NULL},
- {'T', CMODE_T, 0, NULL, NULL},
- {'V', CMODE_V, 0, NULL, NULL},
- {0}
-};
-
-
-CUMode myCumodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0},
-
- {CUS_PROTECT, CUF_PROTECT_BOTSERV, check_valid_admin}, /* a */
- {0}, /* b */
- {0}, /* c */
- {0}, /* d */
- {0}, /* e */
- {0}, /* f */
- {0}, /* g */
- {CUS_HALFOP, 0, check_valid_op},
- {0}, /* i */
- {0}, /* j */
- {0}, /* k */
- {0}, /* l */
- {0}, /* m */
- {0}, /* n */
- {CUS_OP, CUF_PROTECT_BOTSERV, check_valid_op},
- {0}, /* p */
- {0}, /* q */
- {0}, /* r */
- {0}, /* s */
- {0}, /* t */
- {0}, /* u */
- {CUS_VOICE, 0, NULL},
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {0}, /* z */
- {0}, {0}, {0}, {0}, {0}
-};
-
-
-
-void shadowircd_cmd_notice(const char *source, const char *dest, const char *buf)
-{
- Uid *ud;
- User *u;
-
- if (!buf) {
- return;
- }
-
- if (NSDefFlags & NI_MSG) {
- shadowircd_cmd_privmsg2(source, dest, buf);
- } else {
- ud = find_uid(source);
- u = finduser(dest);
- send_cmd((ud ? ud->uid : source), "NOTICE %s :%s",
- (u ? u->uid : dest), buf);
- }
-}
-
-void shadowircd_cmd_notice2(const char *source, const char *dest, const char *msg)
-{
- Uid *ud;
- User *u;
-
- ud = find_uid(source);
- u = finduser(dest);
- send_cmd((ud ? ud->uid : source), "NOTICE %s :%s", (u ? u->uid : dest),
- msg);
-}
-
-void shadowircd_cmd_privmsg(const char *source, const char *dest, const char *buf)
-{
- Uid *ud, *ud2;
-
- if (!buf) {
- return;
- }
- ud = find_uid(source);
- ud2 = find_uid(dest);
-
- send_cmd((ud ? ud->uid : source), "PRIVMSG %s :%s",
- (ud2 ? ud2->uid : dest), buf);
-}
-
-void shadowircd_cmd_privmsg2(const char *source, const char *dest, const char *msg)
-{
- Uid *ud, *ud2;
-
- ud = find_uid(source);
- ud2 = find_uid(dest);
-
- send_cmd((ud ? ud->uid : source), "PRIVMSG %s :%s",
- (ud2 ? ud2->uid : dest), msg);
-}
-
-void shadowircd_cmd_serv_notice(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "NOTICE $$%s :%s", dest, msg);
-}
-
-void shadowircd_cmd_serv_privmsg(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "PRIVMSG $$%s :%s", dest, msg);
-}
-
-
-void shadowircd_cmd_global(const char *source, const char *buf)
-{
- Uid *u;
-
- if (!buf) {
- return;
- }
-
- if (source) {
- u = find_uid(source);
- if (u) {
- send_cmd((u ? u->uid : source), "OPERWALL :%s", buf);
- } else {
- send_cmd(TS6SID, "OPERWALL :%s", buf);
- }
- } else {
- send_cmd(TS6SID, "OPERWALL :%s", buf);
- }
-}
-
-/* GLOBOPS - to handle old WALLOPS */
-void shadowircd_cmd_global_legacy(const char *source, const char *fmt)
-{
- Uid *u;
-
- if (source) {
- u = find_uid(source);
- if (u) {
- send_cmd((u ? u->uid : source), "OPERWALL :%s", fmt);
- } else {
- send_cmd(TS6SID, "OPERWALL :%s", fmt);
- }
- } else {
- send_cmd(TS6SID, "OPERWALL :%s", fmt);
- }
-
- send_cmd(source ? source : ServerName, "OPERWALL :%s", fmt);
-}
-
-int anope_event_sjoin(const char *source, int ac, const char **av)
-{
- do_sjoin(source, ac, av);
- return MOD_CONT;
-}
-
-/*
- Non TS6
-
- av[0] = nick
- av[1] = hop
- av[2] = ts
- av[3] = modes
- av[4] = user
- av[5] = host
- av[6] = server
- av[7] = info
-
- TS6
- av[0] = nick
- av[1] = hop
- av[2] = ts
- av[3] = modes
- av[4] = user
- av[5] = host
- av[6] = IP
- av[7] = UID
- av[8] = vhost
- av[9] = info
-
-*/
-int anope_event_nick(const char *source, int ac, const char **av)
-{
- Server *s = NULL;
- User *user, *u2;
-
- if (ac == 10) {
- s = findserver_uid(servlist, source);
- /* Source is always the server */
- user = do_nick("", av[0], av[4], av[5], s->name, av[9],
- strtoul(av[2], NULL, 10), 0, 0, av[8], av[7]);
- if (user) {
- anope_set_umode(user, 1, &av[3]);
- }
- } else if (ac == 8) {
- /* Changed use of s->name to av[6], as s will be NULL
- * if i can believe the above comments, this should be fine
- * if anyone from shadowircd see's this, and its wrong, let
- * me know? :)
- */
- user = do_nick(source, av[0], av[4], av[5], av[6], av[7],
- strtoul(av[2], NULL, 10), 0, 0, NULL, NULL);
- if (user) {
- anope_set_umode(user, 1, &av[3]);
- }
- } else {
- u2 = find_byuid(source);
- do_nick((u2 ? u2->nick : source), av[0], NULL, NULL, NULL, NULL,
- strtoul(av[1], NULL, 10), 0, 0, NULL, NULL);
- }
- return MOD_CONT;
-}
-
-
-int anope_event_chghost(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = find_byuid(av[0]);
- if (!u) {
- if (debug) {
- alog("debug: CHGHOST for nonexistent user %s", av[0]);
- }
- return MOD_CONT;
- }
-
- u->SetDisplayedHost(av[1]);
- return MOD_CONT;
-}
-
-int anope_event_topic(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac == 4) {
- do_topic(source, ac, av);
- } else {
- Channel *c = findchan(av[0]);
- time_t topic_time = time(NULL);
-
- if (!c) {
- if (debug) {
- alog("debug: TOPIC %s for nonexistent channel %s",
- merge_args(ac - 1, av + 1), av[0]);
- }
- return MOD_CONT;
- }
-
- if (check_topiclock(c, topic_time))
- return MOD_CONT;
-
- if (c->topic) {
- free(c->topic);
- c->topic = NULL;
- }
- if (ac > 1 && *av[1])
- c->topic = sstrdup(av[1]);
-
- u = find_byuid(source);
- if (u) {
- strscpy(c->topic_setter, u->nick, sizeof(c->topic_setter));
- } else {
- strscpy(c->topic_setter, source, sizeof(c->topic_setter));
- }
- c->topic_time = topic_time;
-
- record_topic(av[0]);
-
- if (ac > 1 && *av[1])
- send_event(EVENT_TOPIC_UPDATED, 2, av[0], av[1]);
- else
- send_event(EVENT_TOPIC_UPDATED, 2, av[0], "");
- }
- return MOD_CONT;
-}
-
-int anope_event_tburst(const char *source, int ac, const char **av)
-{
- char *setter;
- Channel *c;
- time_t topic_time;
-
- if (ac != 4) {
- return MOD_CONT;
- }
-
- setter = myStrGetToken(av[2], '!', 0);
-
- c = findchan(av[0]);
- topic_time = strtol(av[1], NULL, 10);
-
- if (!c) {
- if (debug) {
- alog("debug: TOPIC %s for nonexistent channel %s",
- merge_args(ac - 1, av + 1), av[0]);
- }
- if (setter)
- free(setter);
- return MOD_CONT;
- }
-
- if (check_topiclock(c, topic_time)) {
- if (setter)
- free(setter);
- return MOD_CONT;
- }
-
- if (c->topic) {
- free(c->topic);
- c->topic = NULL;
- }
- if (ac > 1 && *av[3])
- c->topic = sstrdup(av[3]);
-
- strscpy(c->topic_setter, setter, sizeof(c->topic_setter));
- c->topic_time = topic_time;
-
- record_topic(av[0]);
-
- if (ac > 1 && *av[3])
- send_event(EVENT_TOPIC_UPDATED, 2, av[0], av[3]);
- else
- send_event(EVENT_TOPIC_UPDATED, 2, av[0], "");
-
- if (setter)
- free(setter);
-
- return MOD_CONT;
-}
-
-int anope_event_436(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
-
- m_nickcoll(av[0]);
- return MOD_CONT;
-}
-
-
-/* *INDENT-OFF* */
-void moduleAddIRCDMsgs(void)
-{
- Message *m;
-
- updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+a","-a");
-
- TS6SID = sstrdup(Numeric);
- UseTS6 = 1;
-
- m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("436", anope_event_436); addCoreMessage(IRCD,m);
- m = createMessage("AWAY", anope_event_away); addCoreMessage(IRCD,m);
- m = createMessage("INVITE", anope_event_invite); addCoreMessage(IRCD,m);
- m = createMessage("JOIN", anope_event_join); addCoreMessage(IRCD,m);
- m = createMessage("KICK", anope_event_kick); addCoreMessage(IRCD,m);
- m = createMessage("KILL", anope_event_kill); addCoreMessage(IRCD,m);
- m = createMessage("SVSKILL", anope_event_kill); addCoreMessage(IRCD,m);
- m = createMessage("MODE", anope_event_mode); addCoreMessage(IRCD,m);
- m = createMessage("TMODE", anope_event_tmode); addCoreMessage(IRCD,m);
- m = createMessage("MOTD", anope_event_motd); addCoreMessage(IRCD,m);
- m = createMessage("NICK", anope_event_nick); addCoreMessage(IRCD,m);
- m = createMessage("BMASK", anope_event_bmask); addCoreMessage(IRCD,m);
- m = createMessage("UID", anope_event_nick); addCoreMessage(IRCD,m);
- m = createMessage("NOTICE", anope_event_notice); addCoreMessage(IRCD,m);
- m = createMessage("PART", anope_event_part); addCoreMessage(IRCD,m);
- m = createMessage("PASS", anope_event_pass); addCoreMessage(IRCD,m);
- m = createMessage("PING", anope_event_ping); addCoreMessage(IRCD,m);
- m = createMessage("PRIVMSG", anope_event_privmsg); addCoreMessage(IRCD,m);
- m = createMessage("QUIT", anope_event_quit); addCoreMessage(IRCD,m);
- m = createMessage("SERVER", anope_event_server); addCoreMessage(IRCD,m);
- m = createMessage("SQUIT", anope_event_squit); addCoreMessage(IRCD,m);
- m = createMessage("TOPIC", anope_event_topic); addCoreMessage(IRCD,m);
- m = createMessage("TBURST", anope_event_tburst); addCoreMessage(IRCD,m);
- m = createMessage("USER", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("WALLOPS", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("WHOIS", anope_event_whois); addCoreMessage(IRCD,m);
- m = createMessage("SVSMODE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SVSNICK", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("CAPAB", anope_event_capab); addCoreMessage(IRCD,m);
- m = createMessage("SJOIN", anope_event_sjoin); addCoreMessage(IRCD,m);
- m = createMessage("SVINFO", anope_event_svinfo); addCoreMessage(IRCD,m);
- m = createMessage("ADMIN", anope_event_admin); addCoreMessage(IRCD,m);
- m = createMessage("ERROR", anope_event_error); addCoreMessage(IRCD,m);
- m = createMessage("421", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("ENCAP", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SID", anope_event_sid); addCoreMessage(IRCD,m);
- m = createMessage("EOB", anope_event_eos); addCoreMessage(IRCD,m);
- m = createMessage("TSSYNC", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SVSCLOAK", anope_event_chghost); addCoreMessage(IRCD,m);
-
-}
-
-/* *INDENT-ON* */
-
-
-void shadowircd_cmd_sqline(const char *mask, const char *reason)
-{
- send_cmd(NULL, "RESV * %s :%s", mask, reason);
-}
-
-void shadowircd_cmd_unsgline(const char *mask)
-{
- /* Does not support */
-}
-
-void shadowircd_cmd_unszline(const char *mask)
-{
- /* Does not support */
-}
-
-void shadowircd_cmd_szline(const char *mask, const char *reason, const char *whom)
-{
- /* Does not support */
-}
-
-void shadowircd_cmd_svsadmin(const char *server, int set)
-{
-}
-
-void shadowircd_cmd_sgline(const char *mask, const char *reason)
-{
- /* does not support */
-}
-
-void ShadowIRCdProto::cmd_remove_akill(const char *user, const char *host)
-{
- Uid *ud = find_uid(s_OperServ);
- send_cmd(ud ? ud->uid : s_OperServ, "UNKLINE * %s %s", user, host);
-}
-
-void shadowircd_cmd_topic(const char *whosets, const char *chan, const char *whosetit,
- const char *topic, time_t when)
-{
- Uid *ud;
-
- ud = find_uid(whosets);
- send_cmd((ud ? ud->uid : whosets), "TOPIC %s %s %ld :%s", chan,
- whosetit, (long int) when, topic);
-}
-
-void shadowircd_cmd_vhost_off(User * u)
-{
- send_cmd(NULL, "MODE %s -v", (u->uid ? u->uid : u->nick));
-}
-
-void shadowircd_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost)
-{
- send_cmd(NULL, "SVSCLOAK %s %s", nick, vhost);
-
- if (vIdent)
- send_cmd(NULL, "SVSIDENT %s %s", nick, vIdent);
-}
-
-void shadowircd_cmd_unsqline(const char *user)
-{
- send_cmd(NULL, "UNRESV * %s", user);
-}
-
-void shadowircd_cmd_join(const char *user, const char *channel, time_t chantime)
-{
- Uid *ud;
-
- ud = find_uid(user);
- send_cmd(NULL, "SJOIN %ld %s + :%s", (long int) chantime,
- channel, (ud ? ud->uid : user));
-}
-
-/*
-oper: the nick of the oper performing the kline
-target.server: the server(s) this kline is destined for
-duration: the duration if a tkline, 0 if permanent.
-user: the 'user' portion of the kline
-host: the 'host' portion of the kline
-reason: the reason for the kline.
-*/
-
-void shadowircd_cmd_akill(const char *user, const char *host, const char *who, time_t when,
- time_t expires, const char *reason)
-{
- Uid *ud;
-
- ud = find_uid(s_OperServ);
-
- send_cmd((ud ? ud->uid : s_OperServ), "KLINE * %ld %s %s :%s",
- (long int) (expires - (long) time(NULL)), user, host, reason);
-}
-
-void shadowircd_cmd_svskill(const char *source, const char *user, const char *buf)
-{
- Uid *ud;
-
- if (!buf) {
- return;
- }
-
- if (!source || !user) {
- return;
- }
-
- ud = find_uid(user);
- send_cmd(NULL, "SVSKILL %s :%s", (ud ? ud->uid : user), buf);
-}
-
-void shadowircd_cmd_svsmode(User * u, int ac, const char **av)
-{
- send_cmd(TS6SID, "MODE %s %s", u->uid, av[0]);
-}
-
-void shadowircd_cmd_svsinfo()
-{
- /* not used */
-}
-
-/*
- * SVINFO
- * parv[0] = sender prefix
- * parv[1] = TS_CURRENT for the server
- * parv[2] = TS_MIN for the server
- * parv[3] = server is standalone or connected to non-TS only
- * parv[4] = server's idea of UTC time
- */
-void shadowircd_cmd_svinfo()
-{
- send_cmd(NULL, "SVINFO 6 3 0 :%ld", (long int) time(NULL));
-}
-
-void shadowircd_cmd_capab()
-{
- /* ShadowIRCd does not use CAPAB */
-}
-
-/* PASS */
-void shadowircd_cmd_pass(const char *pass)
-{
- send_cmd(NULL, "PASS %s TS 6 %s", pass, TS6SID);
-}
-
-/* SERVER name protocol hop descript */
-void shadowircd_cmd_server(const char *servname, int hop, const char *descript)
-{
- send_cmd(NULL, "SERVER %s %d %d :%s", servname, hop, PROTOCOL_REVISION,
- descript);
-}
-
-
-void shadowircd_cmd_connect(int servernum)
-{
- me_server =
- new_server(NULL, ServerName, ServerDesc, SERVER_ISME, TS6SID);
- if (servernum == 1)
- shadowircd_cmd_pass(RemotePassword);
- else if (servernum == 2)
- shadowircd_cmd_pass(RemotePassword2);
- else if (servernum == 3)
- shadowircd_cmd_pass(RemotePassword3);
-
- shadowircd_cmd_capab();
- shadowircd_cmd_server(ServerName, 1, ServerDesc);
- shadowircd_cmd_svinfo();
-}
-
-void shadowircd_cmd_bot_nick(const char *nick, const char *user, const char *host,
- const char *real, const char *modes)
-{
- char *uidbuf = ts6_uid_retrieve();
-
- EnforceQlinedNick(nick, NULL);
- send_cmd(TS6SID, "UID %s 1 %ld %s %s %s 0.0.0.0 %s %s :%s", nick,
- (long int) time(NULL), modes, user, host, uidbuf, host,
- real);
- new_uid(nick, uidbuf);
- shadowircd_cmd_sqline(nick, "Reserved for services");
-}
-
-void shadowircd_cmd_part(const char *nick, const char *chan, const char *buf)
-{
- Uid *ud;
-
- ud = find_uid(nick);
-
- if (buf) {
- send_cmd((ud ? ud->uid : nick), "PART %s :%s", chan, buf);
- } else {
- send_cmd((ud ? ud->uid : nick), "PART %s", chan);
- }
-}
-
-int anope_event_ping(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
- shadowircd_cmd_pong(ac > 1 ? av[1] : ServerName, av[0]);
- return MOD_CONT;
-}
-
-int anope_event_away(const char *source, int ac, const char **av)
-{
- User *u = NULL;
-
- u = find_byuid(source);
-
- m_away(u->nick, (ac ? av[0] : NULL));
- return MOD_CONT;
-}
-
-int anope_event_kill(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
-
- m_kill(av[0], av[1]);
- return MOD_CONT;
-}
-
-int anope_event_kick(const char *source, int ac, const char **av)
-{
- if (ac != 3)
- return MOD_CONT;
- do_kick(source, ac, av);
- return MOD_CONT;
-}
-
-void shadowircd_cmd_eob()
-{
- send_cmd(TS6SID, "EOB");
-}
-
-int anope_event_join(const char *source, int ac, const char **av)
-{
- if (ac != 1) {
- do_sjoin(source, ac, av);
- return MOD_CONT;
- } else {
- do_join(source, ac, av);
- }
- return MOD_CONT;
-}
-
-int anope_event_motd(const char *source, int ac, const char **av)
-{
- if (!source) {
- return MOD_CONT;
- }
-
- m_motd(source);
- return MOD_CONT;
-}
-
-int anope_event_privmsg(const char *source, int ac, const char **av)
-{
- User *u;
- Uid *ud;
-
- if (ac != 2) {
- return MOD_CONT;
- }
-
- u = find_byuid(source);
- ud = find_nickuid(av[0]);
-
- m_privmsg((u ? u->nick : source), (ud ? ud->nick : av[0]), av[1]);
- return MOD_CONT;
-}
-
-int anope_event_part(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac < 1 || ac > 2) {
- return MOD_CONT;
- }
-
- u = find_byuid(source);
- do_part(u->nick, ac, av);
-
- return MOD_CONT;
-}
-
-int anope_event_whois(const char *source, int ac, const char **av)
-{
- Uid *ud;
-
- if (source && ac >= 1) {
- ud = find_nickuid(av[0]);
- m_whois(source, (ud ? ud->nick : source));
- }
- return MOD_CONT;
-}
-
-/* EVENT: SERVER */
-int anope_event_server(const char *source, int ac, const char **av)
-{
- if (!stricmp(av[1], "1")) {
- uplink = sstrdup(av[0]);
- if (TS6UPLINK) {
- do_server(source, av[0], av[1], av[2], TS6UPLINK);
- } else {
- do_server(source, av[0], av[1], av[2], NULL);
- }
- } else {
- do_server(source, av[0], av[1], av[2], NULL);
- }
- return MOD_CONT;
-}
-
-int anope_event_sid(const char *source, int ac, const char **av)
-{
- Server *s;
-
- /* :42X SID trystan.nomadirc.net 2 43X :ircd-ratbox test server */
-
- s = findserver_uid(servlist, source);
- do_server(s->name, av[0], av[1], av[3], av[2]);
- return MOD_CONT;
-}
-
-int anope_event_eos(const char *source, int ac, const char **av)
-{
- Server *s;
- s = findserver_uid(servlist, source);
- /* If we found a server with the given source, that one just
- * finished bursting. If there was no source, then our uplink
- * server finished bursting. -GD
- */
- if (!s && serv_uplink)
- s = serv_uplink;
- finish_sync(s, 1);
-
- return MOD_CONT;
-}
-
-int anope_event_squit(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- do_squit(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_quit(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1) {
- return MOD_CONT;
- }
-
- u = find_byuid(source);
-
- do_quit(u->nick, ac, av);
- return MOD_CONT;
-}
-
-void shadowircd_cmd_372(const char *source, const char *msg)
-{
- send_cmd(TS6SID, "372 %s :- %s", source, msg);
-}
-
-void shadowircd_cmd_372_error(const char *source)
-{
- send_cmd(TS6SID,
- "422 %s :- MOTD file not found! Please "
- "contact your IRC administrator.", source);
-}
-
-void shadowircd_cmd_375(const char *source)
-{
- send_cmd(TS6SID,
- "375 %s :- %s Message of the Day", source, ServerName);
-}
-
-void shadowircd_cmd_376(const char *source)
-{
- send_cmd(TS6SID, "376 %s :End of /MOTD command.", source);
-}
-
-/* 391 */
-void shadowircd_cmd_391(const char *source, const char *timestr)
-{
- if (!timestr) {
- return;
- }
- send_cmd(NULL, "391 :%s %s :%s", source, ServerName, timestr);
-}
-
-/* 250 */
-void shadowircd_cmd_250(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "250 %s", buf);
-}
-
-/* 307 */
-void shadowircd_cmd_307(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(TS6SID, "307 %s", buf);
-}
-
-/* 311 */
-void shadowircd_cmd_311(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(TS6SID, "311 %s", buf);
-}
-
-/* 312 */
-void shadowircd_cmd_312(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(TS6SID, "312 %s", buf);
-}
-
-/* 317 */
-void shadowircd_cmd_317(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(TS6SID, "317 %s", buf);
-}
-
-/* 219 */
-void shadowircd_cmd_219(const char *source, const char *letter)
-{
- if (!source) {
- return;
- }
-
- if (letter) {
- send_cmd(NULL, "219 %s %c :End of /STATS report.", source,
- *letter);
- } else {
- send_cmd(NULL, "219 %s l :End of /STATS report.", source);
- }
-}
-
-/* 401 */
-void shadowircd_cmd_401(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
- send_cmd(TS6SID, "401 %s %s :No such service.", source, who);
-}
-
-/* 318 */
-void shadowircd_cmd_318(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
-
- send_cmd(TS6SID, "318 %s %s :End of /WHOIS list.", source, who);
-}
-
-/* 242 */
-void shadowircd_cmd_242(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "242 %s", buf);
-}
-
-/* 243 */
-void shadowircd_cmd_243(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "243 %s", buf);
-}
-
-/* 211 */
-void shadowircd_cmd_211(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "211 %s", buf);
-}
-
-void shadowircd_cmd_mode(const char *source, const char *dest, const char *buf)
-{
- Uid *ud;
- if (!buf) {
- return;
- }
-
- if (source) {
- ud = find_uid(source);
- send_cmd((ud ? ud->uid : source), "MODE %s %s", dest, buf);
- } else {
- send_cmd(source, "MODE %s %s", dest, buf);
- }
-}
-
-void shadowircd_cmd_tmode(const char *source, const char *dest, const char *buf)
-{
-
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "MODE %s %s", dest, buf);
-}
-
-void shadowircd_cmd_nick(const char *nick, const char *name, const char *mode)
-{
- char *uidbuf = ts6_uid_retrieve();
-
- EnforceQlinedNick(nick, NULL);
- send_cmd(TS6SID, "UID %s 1 %ld %s %s %s 0.0.0.0 %s %s :%s", nick,
- (long int) time(NULL), mode, ServiceUser, ServiceHost,
- uidbuf, ServiceHost, name);
- new_uid(nick, uidbuf);
- shadowircd_cmd_sqline(nick, "Reserved for services");
-}
-
-void shadowircd_cmd_kick(const char *source, const char *chan, const char *user, const char *buf)
-{
- Uid *ud;
- User *u;
-
- ud = find_uid(source);
- u = finduser(user);
-
- if (buf) {
- send_cmd((ud ? ud->uid : source), "KICK %s %s :%s", chan,
- (u ? u->uid : user), buf);
- } else {
- send_cmd((ud ? ud->uid : source), "KICK %s %s", chan,
- (u ? u->uid : user));
- }
-}
-
-void shadowircd_cmd_notice_ops(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "NOTICE @%s :%s", dest, buf);
-}
-
-void shadowircd_cmd_bot_chan_mode(const char *nick, const char *chan)
-{
- Uid *u;
-
- u = find_uid(nick);
- anope_cmd_mode(nick, chan, "%s %s", ircd->botchanumode,
- (u ? u->uid : nick));
-}
-
-/* QUIT */
-void shadowircd_cmd_quit(const char *source, const char *buf)
-{
- Uid *ud;
-
- ud = find_uid(source);
-
- if (buf) {
- send_cmd((ud ? ud->uid : source), "QUIT :%s", buf);
- } else {
- send_cmd((ud ? ud->uid : source), "QUIT");
- }
-}
-
-/* PONG */
-void shadowircd_cmd_pong(const char *servname, const char *who)
-{
- send_cmd(TS6SID, "PONG %s", who);
-}
-
-/* INVITE */
-void shadowircd_cmd_invite(const char *source, const char *chan, const char *nick)
-{
- Uid *ud;
- User *u;
-
- if (!source || !chan || !nick) {
- return;
- }
-
- ud = find_uid(source);
- u = finduser(nick);
-
- send_cmd((ud ? ud->uid : source), "INVITE %s %s",
- (u ? u->uid : nick), chan);
-}
-
-/* SQUIT */
-void shadowircd_cmd_squit(const char *servname, const char *message)
-{
- if (!servname || !message) {
- return;
- }
-
- send_cmd(NULL, "SQUIT %s :%s", servname, message);
-}
-
-int anope_event_mode(const char *source, int ac, const char **av)
-{
- User *u, *u2;
-
- if (ac < 2 || *av[0] == '&') {
- return MOD_CONT;
- }
-
- if (*av[0] == '#') {
- do_cmode(source, ac, av);
- } else {
- u = find_byuid(source);
- u2 = find_byuid(av[0]);
- av[0] = u2->nick;
- do_umode2((u ? u->nick : source), ac, av);
- }
- return MOD_CONT;
-}
-
-int anope_event_tmode(const char *source, int ac, const char **av)
-{
- if (*av[1] == '#' || *av[1] == '&') {
- do_cmode(source, ac, av);
- }
- return MOD_CONT;
-}
-
-void shadowircd_cmd_351(const char *source)
-{
- send_cmd(TS6SID,
- "351 %s Anope-%s %s :%s (ShadowProtocol %d) - %s (%s) -- %s",
- source, version_number, ServerName, ircd->name,
- PROTOCOL_REVISION, version_flags, EncModule, version_build);
-}
-
-/* Event: PROTOCTL */
-int anope_event_capab(const char *source, int ac, const char **av)
-{
- /* Not supported by ShadowIRCd. */
- return MOD_CONT;
-}
-
-/* SVSHOLD - set */
-void shadowircd_cmd_svshold(const char *nick)
-{
- /* Not supported by this IRCD */
-}
-
-/* SVSHOLD - release */
-void shadowircd_cmd_release_svshold(const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSNICK */
-void shadowircd_cmd_svsnick(const char *nick, const char *newnick, time_t when)
-{
- if (!nick || !newnick) {
- return;
- }
- send_cmd(NULL, "SVSNICK %s %s %ld", nick, newnick, (long int) when);
-}
-
-void shadowircd_cmd_guest_nick(const char *nick, const char *user, const char *host,
- const char *real, const char *modes)
-{
- /* not supported */
-}
-
-void shadowircd_cmd_svso(const char *source, const char *nick, const char *flag)
-{
- /* Not Supported by this IRCD */
-}
-
-void shadowircd_cmd_unban(const char *name, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE channel modes */
-
-void shadowircd_cmd_svsmode_chan(const char *name, const char *mode, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE +d */
-/* sent if svid is something weird */
-void shadowircd_cmd_svid_umode(const char *nick, time_t ts)
-{
- /* not supported */
-}
-
-/* SVSMODE +d */
-/* nc_change was = 1, and there is no na->status */
-void shadowircd_cmd_nc_change(User * u)
-{
- /* not supported */
-}
-
-/* SVSMODE +d */
-void shadowircd_cmd_svid_umode2(User * u, const char *ts)
-{
- /* not supported */
-}
-
-void shadowircd_cmd_svid_umode3(User * u, const char *ts)
-{
- /* not used */
-}
-
-/* NICK <newnick> */
-void shadowircd_cmd_chg_nick(const char *oldnick, const char *newnick)
-{
- if (!oldnick || !newnick) {
- return;
- }
-
- send_cmd(oldnick, "NICK %s", newnick);
-}
-
-/*
- * SVINFO
- * parv[0] = sender prefix
- * parv[1] = TS_CURRENT for the server
- * parv[2] = TS_MIN for the server
- * parv[3] = server is standalone or connected to non-TS only
- * parv[4] = server's idea of UTC time
- */
-int anope_event_svinfo(const char *source, int ac, const char **av)
-{
- /* currently not used but removes the message : unknown message from server */
- return MOD_CONT;
-}
-
-int anope_event_pass(const char *source, int ac, const char **av)
-{
- TS6UPLINK = sstrdup(av[3]);
- return MOD_CONT;
-}
-
-void shadowircd_cmd_svsjoin(const char *source, const char *nick, const char *chan, const char *param)
-{
- /* Not Supported by this IRCD */
-}
-
-void shadowircd_cmd_svspart(const char *source, const char *nick, const char *chan)
-{
- /* Not Supported by this IRCD */
-}
-
-void shadowircd_cmd_swhois(const char *source, const char *who, const char *mask)
-{
- /* not supported */
-}
-
-int anope_event_notice(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_admin(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_invite(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_bmask(const char *source, int ac, const char **av)
-{
- Channel *c;
- char *bans;
- char *b;
- int count, i;
-
- /* :42X BMASK 1106409026 #ircops b :*!*@*.aol.com */
- /* 0 1 2 3 */
- c = findchan(av[1]);
-
- if (c) {
- bans = sstrdup(av[3]);
- count = myNumToken(bans, ' ');
- for (i = 0; i <= count - 1; i++) {
- b = myStrGetToken(bans, ' ', i);
- if (!stricmp(av[2], "b")) {
- add_ban(c, b);
- }
- if (!stricmp(av[2], "e")) {
- add_exception(c, b);
- }
- if (!stricmp(av[2], "I")) {
- add_invite(c, b);
- }
- if (b)
- free(b);
- }
- free(bans);
- }
- return MOD_CONT;
-}
-
-int shadowircd_flood_mode_check(const char *value)
-{
- return 0;
-}
-
-int anope_event_error(const char *source, int ac, const char **av)
-{
- if (ac >= 1) {
- if (debug) {
- alog("debug: %s", av[0]);
- }
- }
- return MOD_CONT;
-}
-
-void shadowircd_cmd_jupe(const char *jserver, const char *who, const char *reason)
-{
- char rbuf[256];
-
- snprintf(rbuf, sizeof(rbuf), "Juped by %s%s%s", who,
- reason ? ": " : "", reason ? reason : "");
-
- if (findserver(servlist, jserver))
- shadowircd_cmd_squit(jserver, rbuf);
- shadowircd_cmd_server(jserver, 2, rbuf);
- new_server(me_server, jserver, rbuf, SERVER_JUPED, NULL);
-}
-
-/*
- 1 = valid nick
- 0 = nick is in valid
-*/
-int shadowircd_valid_nick(const char *nick)
-{
- /* TS6 Save extension -Certus */
- if (isdigit(*nick))
- return 0;
- return 1;
-}
-
-/*
- 1 = valid chan
- 0 = chan is in valid
-*/
-int shadowircd_valid_chan(const char *chan)
-{
- /* no hard coded invalid chan */
- return 1;
-}
-
-
-void shadowircd_cmd_ctcp(const char *source, const char *dest, const char *buf)
-{
- char *s;
-
- if (!buf) {
- return;
- } else {
- s = normalizeBuffer(buf);
- }
-
- send_cmd(source, "NOTICE %s :\1%s \1", dest, s);
- free(s);
-}
-
-/**
- * Tell anope which function we want to perform each task inside of anope.
- * These prototypes must match what anope expects.
- **/
-void moduleAddAnopeCmds()
-{
- pmodule_cmd_topic(shadowircd_cmd_topic);
- pmodule_cmd_vhost_off(shadowircd_cmd_vhost_off);
- pmodule_cmd_akill(shadowircd_cmd_akill);
- pmodule_cmd_svskill(shadowircd_cmd_svskill);
- pmodule_cmd_svsmode(shadowircd_cmd_svsmode);
- pmodule_cmd_372(shadowircd_cmd_372);
- pmodule_cmd_372_error(shadowircd_cmd_372_error);
- pmodule_cmd_375(shadowircd_cmd_375);
- pmodule_cmd_376(shadowircd_cmd_376);
- pmodule_cmd_nick(shadowircd_cmd_nick);
- pmodule_cmd_guest_nick(shadowircd_cmd_guest_nick);
- pmodule_cmd_mode(shadowircd_cmd_mode);
- pmodule_cmd_bot_nick(shadowircd_cmd_bot_nick);
- pmodule_cmd_kick(shadowircd_cmd_kick);
- pmodule_cmd_notice_ops(shadowircd_cmd_notice_ops);
- pmodule_cmd_notice(shadowircd_cmd_notice);
- pmodule_cmd_notice2(shadowircd_cmd_notice2);
- pmodule_cmd_privmsg(shadowircd_cmd_privmsg);
- pmodule_cmd_privmsg2(shadowircd_cmd_privmsg2);
- pmodule_cmd_serv_notice(shadowircd_cmd_serv_notice);
- pmodule_cmd_serv_privmsg(shadowircd_cmd_serv_privmsg);
- pmodule_cmd_bot_chan_mode(shadowircd_cmd_bot_chan_mode);
- pmodule_cmd_351(shadowircd_cmd_351);
- pmodule_cmd_quit(shadowircd_cmd_quit);
- pmodule_cmd_pong(shadowircd_cmd_pong);
- pmodule_cmd_join(shadowircd_cmd_join);
- pmodule_cmd_unsqline(shadowircd_cmd_unsqline);
- pmodule_cmd_invite(shadowircd_cmd_invite);
- pmodule_cmd_part(shadowircd_cmd_part);
- pmodule_cmd_391(shadowircd_cmd_391);
- pmodule_cmd_250(shadowircd_cmd_250);
- pmodule_cmd_307(shadowircd_cmd_307);
- pmodule_cmd_311(shadowircd_cmd_311);
- pmodule_cmd_312(shadowircd_cmd_312);
- pmodule_cmd_317(shadowircd_cmd_317);
- pmodule_cmd_219(shadowircd_cmd_219);
- pmodule_cmd_401(shadowircd_cmd_401);
- pmodule_cmd_318(shadowircd_cmd_318);
- pmodule_cmd_242(shadowircd_cmd_242);
- pmodule_cmd_243(shadowircd_cmd_243);
- pmodule_cmd_211(shadowircd_cmd_211);
- pmodule_cmd_global(shadowircd_cmd_global);
- pmodule_cmd_global_legacy(shadowircd_cmd_global_legacy);
- pmodule_cmd_sqline(shadowircd_cmd_sqline);
- pmodule_cmd_squit(shadowircd_cmd_squit);
- pmodule_cmd_svso(shadowircd_cmd_svso);
- pmodule_cmd_chg_nick(shadowircd_cmd_chg_nick);
- pmodule_cmd_svsnick(shadowircd_cmd_svsnick);
- pmodule_cmd_vhost_on(shadowircd_cmd_vhost_on);
- pmodule_cmd_connect(shadowircd_cmd_connect);
- pmodule_cmd_svshold(shadowircd_cmd_svshold);
- pmodule_cmd_release_svshold(shadowircd_cmd_release_svshold);
- pmodule_cmd_unsgline(shadowircd_cmd_unsgline);
- pmodule_cmd_unszline(shadowircd_cmd_unszline);
- pmodule_cmd_szline(shadowircd_cmd_szline);
- pmodule_cmd_sgline(shadowircd_cmd_sgline);
- pmodule_cmd_unban(shadowircd_cmd_unban);
- pmodule_cmd_svsmode_chan(shadowircd_cmd_svsmode_chan);
- pmodule_cmd_svid_umode(shadowircd_cmd_svid_umode);
- pmodule_cmd_nc_change(shadowircd_cmd_nc_change);
- pmodule_cmd_svid_umode2(shadowircd_cmd_svid_umode2);
- pmodule_cmd_svid_umode3(shadowircd_cmd_svid_umode3);
- pmodule_cmd_svsjoin(shadowircd_cmd_svsjoin);
- pmodule_cmd_svspart(shadowircd_cmd_svspart);
- pmodule_cmd_swhois(shadowircd_cmd_swhois);
- pmodule_cmd_eob(shadowircd_cmd_eob);
- pmodule_flood_mode_check(shadowircd_flood_mode_check);
- pmodule_cmd_jupe(shadowircd_cmd_jupe);
- pmodule_valid_nick(shadowircd_valid_nick);
- pmodule_valid_chan(shadowircd_valid_chan);
- pmodule_cmd_ctcp(shadowircd_cmd_ctcp);
- pmodule_set_umode(shadowircd_set_umode);
-}
-
-/**
- * Now tell anope how to use us.
- **/
-int AnopeInit(int argc, char **argv)
-{
-
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
- moduleSetType(PROTOCOL);
-
- pmodule_ircd_version("ShadowIRCd 4.0+");
- pmodule_ircd_cap(myIrcdcap);
- pmodule_ircd_var(myIrcd);
- pmodule_ircd_cbmodeinfos(myCbmodeinfos);
- pmodule_ircd_cumodes(myCumodes);
- pmodule_ircd_flood_mode_char_set("");
- pmodule_ircd_flood_mode_char_remove("");
- pmodule_ircd_cbmodes(myCbmodes);
- pmodule_ircd_cmmodes(myCmmodes);
- pmodule_ircd_csmodes(myCsmodes);
- pmodule_ircd_useTSMode(1);
-
- /** Deal with modes anope _needs_ to know **/
- pmodule_invis_umode(UMODE_i);
- pmodule_oper_umode(UMODE_o);
- pmodule_invite_cmode(CMODE_i);
- pmodule_secret_cmode(CMODE_s);
- pmodule_private_cmode(CMODE_p);
- pmodule_key_mode(CMODE_k);
- pmodule_limit_mode(CMODE_l);
-
- moduleAddAnopeCmds();
- pmodule_ircd_proto(&ircd_proto);
- moduleAddIRCDMsgs();
-
- return MOD_CONT;
-}
diff --git a/src/protocol/shadowircd.h b/src/protocol/shadowircd.h
deleted file mode 100644
index c3044026b..000000000
--- a/src/protocol/shadowircd.h
+++ /dev/null
@@ -1,145 +0,0 @@
-/* ShadowIRCD functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for furhter details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-/* The protocol revision. */
-#define PROTOCOL_REVISION 3402
-
-
-#define UMODE_a 0x00000001
-#define UMODE_C 0x00000002
-#define UMODE_i 0x00000004
-#define UMODE_o 0x00000008
-#define UMODE_z 0x00000010
-#define UMODE_w 0x00000020
-#define UMODE_s 0x00000040
-#define UMODE_c 0x00000080
-#define UMODE_r 0x00000100
-#define UMODE_k 0x00000200
-#define UMODE_f 0x00000400
-#define UMODE_y 0x00000800
-#define UMODE_d 0x00001000
-#define UMODE_n 0x00002000
-#define UMODE_x 0x00004000
-#define UMODE_u 0x00008000
-#define UMODE_b 0x00010000
-#define UMODE_l 0x00020000
-#define UMODE_g 0x00040000
-#define UMODE_v 0x00080000
-#define UMODE_A 0x00100000
-#define UMODE_E 0x00200000
-#define UMODE_G 0x00400000
-#define UMODE_R 0x00800000
-#define UMODE_e 0x01000000
-#define UMODE_O 0x02000000
-#define UMODE_H 0x04000000
-
-#define CMODE_i 0x00000001
-#define CMODE_m 0x00000002
-#define CMODE_n 0x00000004
-#define CMODE_p 0x00000008
-#define CMODE_s 0x00000010
-#define CMODE_t 0x00000020
-#define CMODE_k 0x00000040
-#define CMODE_l 0x00000080
-#define CMODE_K 0x00000100
-#define CMODE_A 0x00000200
-#define CMODE_r 0x00000400
-#define CMODE_z 0x00000800
-#define CMODE_S 0x00001000
-#define CMODE_c 0x00002000
-#define CMODE_E 0x00004000
-#define CMODE_F 0x00008000
-#define CMODE_G 0x00010000
-#define CMODE_L 0x00020000
-#define CMODE_N 0x00040000
-#define CMODE_O 0x00080000
-#define CMODE_P 0x00100000
-#define CMODE_R 0x00200000
-#define CMODE_T 0x00400000
-#define CMODE_V 0x00800000
-
-#define DEFAULT_MLOCK CMODE_n | CMODE_t | CMODE_r
-
-void shadowircd_set_umode(User * user, int ac, const char **av);
-void shadowircd_cmd_topic(const char *whosets, const char *chan, const char *whosetit, const char *topic, time_t when);
-void shadowircd_cmd_vhost_off(User * u);
-void shadowircd_cmd_akill(const char *user, const char *host, const char *who, time_t when,time_t expires, const char *reason);
-void shadowircd_cmd_svskill(const char *source, const char *user, const char *buf);
-void shadowircd_cmd_svsmode(User * u, int ac, const char **av);
-void shadowircd_cmd_372(const char *source, const char *msg);
-void shadowircd_cmd_372_error(const char *source);
-void shadowircd_cmd_375(const char *source);
-void shadowircd_cmd_376(const char *source);
-void shadowircd_cmd_nick(const char *nick, const char *name, const char *modes);
-void shadowircd_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void shadowircd_cmd_mode(const char *source, const char *dest, const char *buf);
-void shadowircd_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void shadowircd_cmd_kick(const char *source, const char *chan, const char *user, const char *buf);
-void shadowircd_cmd_notice_ops(const char *source, const char *dest, const char *buf);
-void shadowircd_cmd_notice(const char *source, const char *dest, const char *buf);
-void shadowircd_cmd_notice2(const char *source, const char *dest, const char *msg);
-void shadowircd_cmd_privmsg(const char *source, const char *dest, const char *buf);
-void shadowircd_cmd_privmsg2(const char *source, const char *dest, const char *msg);
-void shadowircd_cmd_serv_notice(const char *source, const char *dest, const char *msg);
-void shadowircd_cmd_serv_privmsg(const char *source, const char *dest, const char *msg);
-void shadowircd_cmd_bot_chan_mode(const char *nick, const char *chan);
-void shadowircd_cmd_351(const char *source);
-void shadowircd_cmd_quit(const char *source, const char *buf);
-void shadowircd_cmd_pong(const char *servname, const char *who);
-void shadowircd_cmd_join(const char *user, const char *channel, time_t chantime);
-void shadowircd_cmd_unsqline(const char *user);
-void shadowircd_cmd_invite(const char *source, const char *chan, const char *nick);
-void shadowircd_cmd_part(const char *nick, const char *chan, const char *buf);
-void shadowircd_cmd_391(const char *source, const char *timestr);
-void shadowircd_cmd_250(const char *buf);
-void shadowircd_cmd_307(const char *buf);
-void shadowircd_cmd_311(const char *buf);
-void shadowircd_cmd_312(const char *buf);
-void shadowircd_cmd_317(const char *buf);
-void shadowircd_cmd_219(const char *source, const char *letter);
-void shadowircd_cmd_401(const char *source, const char *who);
-void shadowircd_cmd_318(const char *source, const char *who);
-void shadowircd_cmd_242(const char *buf);
-void shadowircd_cmd_243(const char *buf);
-void shadowircd_cmd_211(const char *buf);
-void shadowircd_cmd_global(const char *source, const char *buf);
-void shadowircd_cmd_global_legacy(const char *source, const char *fmt);
-void shadowircd_cmd_sqline(const char *mask, const char *reason);
-void shadowircd_cmd_squit(const char *servname, const char *message);
-void shadowircd_cmd_svso(const char *source, const char *nick, const char *flag);
-void shadowircd_cmd_chg_nick(const char *oldnick, const char *newnick);
-void shadowircd_cmd_svsnick(const char *source, const char *guest, time_t when);
-void shadowircd_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost);
-void shadowircd_cmd_connect(int servernum);
-void shadowircd_cmd_svshold(const char *nick);
-void shadowircd_cmd_release_svshold(const char *nick);
-void shadowircd_cmd_unsgline(const char *mask);
-void shadowircd_cmd_unszline(const char *mask);
-void shadowircd_cmd_szline(const char *mask, const char *reason, const char *whom);
-void shadowircd_cmd_sgline(const char *mask, const char *reason);
-void shadowircd_cmd_unban(const char *name, const char *nick);
-void shadowircd_cmd_svsmode_chan(const char *name, const char *mode, const char *nick);
-void shadowircd_cmd_svid_umode(const char *nick, time_t ts);
-void shadowircd_cmd_nc_change(User * u);
-void shadowircd_cmd_svid_umode2(User * u, const char *ts);
-void shadowircd_cmd_svid_umode3(User * u, const char *ts);
-void shadowircd_cmd_eob();
-int shadowircd_flood_mode_check(const char *value);
-void shadowircd_cmd_jupe(const char *jserver, const char *who, const char *reason);
-int shadowircd_valid_nick(const char *nick);
-void shadowircd_cmd_ctcp(const char *source, const char *dest, const char *buf);
-
-class ShadowIRCdProto : public IRCDProtoNew {
- public:
- void cmd_remove_akill(const char *, const char *);
-} ircd_proto;
diff --git a/src/protocol/ultimate2.c b/src/protocol/ultimate2.c
deleted file mode 100644
index b235e545e..000000000
--- a/src/protocol/ultimate2.c
+++ /dev/null
@@ -1,1733 +0,0 @@
-/* Ultimate IRCD 2 functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for further details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-#include "services.h"
-#include "pseudo.h"
-#include "ultimate2.h"
-
-IRCDVar myIrcd[] = {
- {"UltimateIRCd 2.8.*", /* ircd name */
- "+S", /* nickserv mode */
- "+S", /* chanserv mode */
- "+S", /* memoserv mode */
- "+oS", /* hostserv mode */
- "+iS", /* operserv mode */
- "+S", /* botserv mode */
- "+Sh", /* helpserv mode */
- "+iS", /* Dev/Null mode */
- "+iS", /* Global mode */
- "+oS", /* nickserv alias mode */
- "+oS", /* chanserv alias mode */
- "+oS", /* memoserv alias mode */
- "+ioS", /* hostserv alias mode */
- "+ioS", /* operserv alias mode */
- "+oS", /* botserv alias mode */
- "+oS", /* helpserv alias mode */
- "+iS", /* Dev/Null alias mode */
- "+ioS", /* Global alias mode */
- "+pS", /* Used by BotServ Bots */
- 3, /* Chan Max Symbols */
- "-ilmnpstxAIKORS", /* Modes to Remove */
- "+ao", /* Channel Umode used by Botserv bots */
- 1, /* SVSNICK */
- 1, /* Vhost */
- 0, /* Has Owner */
- NULL, /* Mode to set for an owner */
- NULL, /* Mode to unset for an owner */
- NULL, /* Mode to set for chan admin */
- NULL, /* Mode to remove for chan admin */
- "+rd", /* Mode On Reg */
- NULL, /* Mode on ID for Roots */
- NULL, /* Mode on ID for Admins */
- NULL, /* Mode on ID for Opers */
- "-r+d", /* Mode on UnReg */
- "-r+d", /* Mode on Nick Change */
- 0, /* Supports SGlines */
- 1, /* Supports SQlines */
- 0, /* Supports SZlines */
- 1, /* Supports Halfop +h */
- 3, /* Number of server args */
- 0, /* Join 2 Set */
- 0, /* Join 2 Message */
- 1, /* Has exceptions +e */
- 0, /* TS Topic Forward */
- 0, /* TS Topci Backward */
- UMODE_p, /* Protected Umode */
- 0, /* Has Admin */
- 0, /* Chan SQlines */
- 0, /* Quit on Kill */
- 0, /* SVSMODE unban */
- 0, /* Has Protect */
- 1, /* Reverse */
- 1, /* Chan Reg */
- CMODE_r, /* Channel Mode */
- 1, /* vidents */
- 0, /* svshold */
- 1, /* time stamp on mode */
- 0, /* NICKIP */
- 0, /* O:LINE */
- 1, /* UMODE */
- 0, /* VHOST ON NICK */
- 1, /* Change RealName */
- CMODE_K, /* No Knock */
- CMODE_A, /* Admin Only */
- DEFAULT_MLOCK, /* Default MLOCK */
- UMODE_x, /* Vhost Mode */
- 1, /* +f */
- 1, /* +L */
- CMODE_f,
- CMODE_L,
- 0,
- 1, /* No Knock requires +i */
- NULL, /* CAPAB Chan Modes */
- 1, /* We support TOKENS */
- 0, /* TOKENS are CASE inSensitive */
- 0, /* TIME STAMPS are BASE64 */
- 0, /* +I support */
- 0, /* SJOIN ban char */
- 0, /* SJOIN except char */
- 0, /* SJOIN invite char */
- 0, /* Can remove User Channel Modes with SVSMODE */
- 0, /* Sglines are not enforced until user reconnects */
- "x", /* vhost char */
- 0, /* ts6 */
- 1, /* support helper umode */
- 0, /* p10 */
- NULL, /* character set */
- 0, /* reports sync state */
- 0, /* CIDR channelbans */
- }
- ,
- {NULL}
-};
-
-
-IRCDCAPAB myIrcdcap[] = {
- {
- CAPAB_NOQUIT, /* NOQUIT */
- 0, /* TSMODE */
- 0, /* UNCONNECT */
- 0, /* NICKIP */
- 0, /* SJOIN */
- 0, /* ZIP */
- 0, /* BURST */
- 0, /* TS5 */
- 0, /* TS3 */
- 0, /* DKEY */
- 0, /* PT4 */
- 0, /* SCS */
- 0, /* QS */
- 0, /* UID */
- CAPAB_KNOCK, /* KNOCK */
- 0, /* CLIENT */
- 0, /* IPV6 */
- 0, /* SSJ5 */
- 0, /* SN2 */
- CAPAB_TOKEN, /* TOKEN */
- 0, /* VHOST */
- 0, /* SSJ3 */
- 0, /* NICK2 */
- 0, /* UMODE2 */
- 0, /* VL */
- 0, /* TLKEXT */
- 0, /* DODKEY */
- 0, /* DOZIP */
- CAPAB_CHANMODE, /* CHANMODE */
- 0, 0}
-};
-
-void ultiamte2_set_umode(User * user, int ac, const char **av)
-{
- int add = 1; /* 1 if adding modes, 0 if deleting */
- const char *modes = av[0];
-
- ac--;
-
- if (debug)
- alog("debug: Changing mode for %s to %s", user->nick, modes);
-
- while (*modes) {
-
- /* This looks better, much better than "add ? (do_add) : (do_remove)".
- * At least this is readable without paying much attention :) -GD
- */
- if (add)
- user->mode |= umodes[(int) *modes];
- else
- user->mode &= ~umodes[(int) *modes];
-
- switch (*modes++) {
- case '+':
- add = 1;
- break;
- case '-':
- add = 0;
- break;
- case 'a':
- if (add && !is_services_oper(user)) {
- common_svsmode(user, "-a", NULL);
- user->mode &= ~UMODE_a;
- }
- break;
- case 'P':
- if (add && !is_services_admin(user)) {
- common_svsmode(user, "-P", NULL);
- user->mode &= ~UMODE_P;
- }
- break;
- case 'R':
- if (add && !is_services_root(user)) {
- common_svsmode(user, "-R", NULL);
- user->mode &= ~UMODE_R;
- }
- break;
- case 'd':
- if (ac == 0) {
- break;
- }
-
- ac--;
- av++;
- user->svid = strtoul(*av, NULL, 0);
- break;
- case 'o':
- if (add) {
- opcnt++;
- if (WallOper) {
- anope_cmd_global(s_OperServ,
- "\2%s\2 is now an IRC operator.",
- user->nick);
- }
- display_news(user, NEWS_OPER);
- if (is_services_oper(user)) {
- common_svsmode(user, "+a", NULL);
- user->mode |= UMODE_a;
- }
- if (is_services_admin(user)) {
- common_svsmode(user, "+P", NULL);
- user->mode |= UMODE_P;
- }
- if (is_services_root(user)) {
- common_svsmode(user, "+R", NULL);
- user->mode |= UMODE_R;
- }
- } else {
- opcnt--;
- }
- break;
- case 'r':
- if (add && !nick_identified(user)) {
- common_svsmode(user, "-r", NULL);
- user->mode &= ~UMODE_r;
- }
- break;
- case 'x':
- update_host(user);
- break;
- }
- }
-}
-
-unsigned long umodes[128] = {
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, UMODE_A, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- UMODE_P,
- 0,
- UMODE_R,
- 0, 0, 0, 0, 0, 0, 0,
- 0,
- 0, 0, 0, 0, 0,
- 0, UMODE_a, 0, 0, 0, 0, 0,
- UMODE_g,
- UMODE_h, UMODE_i, 0, 0, 0, 0, 0, UMODE_o,
- UMODE_p,
- 0, UMODE_r, 0, 0, 0, 0, UMODE_w,
- UMODE_x,
- 0,
- 0,
- 0, 0, 0, 0, 0
-};
-
-char myCsmodes[128] = {
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0,
- 0,
- 0, 0, 0,
- 0,
- 0, 0, 0, 0,
- 0,
-
- 'v', 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 'o', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
-};
-
-CMMode myCmmodes[128] = {
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL},
- {NULL},
- {add_ban, del_ban},
- {NULL},
- {NULL},
- {add_exception, del_exception},
- {NULL},
- {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}
-};
-
-
-CBMode myCbmodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0},
- {CMODE_A, CBM_NO_USER_MLOCK, NULL, NULL},
- {0}, /* B */
- {0}, /* C */
- {0}, /* D */
- {0}, /* E */
- {0}, /* F */
- {0}, /* G */
- {0}, /* H */
- {CMODE_I, 0, NULL, NULL}, /* I */
- {0}, /* J */
- {CMODE_K, 0, NULL, NULL}, /* K */
- {CMODE_L, 0, set_redirect, cs_set_redirect},
- {0}, /* M */
- {0}, /* N */
- {CMODE_O, CBM_NO_USER_MLOCK, NULL, NULL},
- {0}, /* P */
- {0}, /* Q */
- {CMODE_R, 0, NULL, NULL}, /* R */
- {CMODE_S, 0, NULL, NULL}, /* S */
- {0}, /* T */
- {0}, /* U */
- {0}, /* V */
- {0}, /* W */
- {0}, /* X */
- {0}, /* Y */
- {0}, /* Z */
- {0}, {0}, {0}, {0}, {0}, {0},
- {0}, /* a */
- {0}, /* b */
- {0}, /* c */
- {0}, /* d */
- {0}, /* e */
- {CMODE_f, 0, set_flood, cs_set_flood},
- {0}, /* g */
- {0}, /* h */
- {CMODE_i, 0, NULL, NULL}, /* i */
- {0}, /* j */
- {CMODE_k, 0, chan_set_key, cs_set_key},
- {CMODE_l, CBM_MINUS_NO_ARG, set_limit, cs_set_limit},
- {CMODE_m, 0, NULL, NULL}, /* m */
- {CMODE_n, 0, NULL, NULL}, /* n */
- {0}, /* o */
- {CMODE_p, 0, NULL, NULL}, /* p */
- {0}, /* q */
- {CMODE_r, CBM_NO_MLOCK, NULL, NULL},
- {CMODE_s, 0, NULL, NULL}, /* s */
- {CMODE_t, 0, NULL, NULL}, /* t */
- {0}, /* u */
- {0}, /* v */
- {0}, /* w */
- {CMODE_x, 0, NULL, NULL}, /* x */
- {0}, /* y */
- {0}, /* z */
- {0}, {0}, {0}, {0}
-};
-
-CBModeInfo myCbmodeinfos[] = {
- {'f', CMODE_f, 0, get_flood, cs_get_flood},
- {'i', CMODE_i, 0, NULL, NULL},
- {'k', CMODE_k, 0, get_key, cs_get_key},
- {'l', CMODE_l, CBM_MINUS_NO_ARG, get_limit, cs_get_limit},
- {'m', CMODE_m, 0, NULL, NULL},
- {'n', CMODE_n, 0, NULL, NULL},
- {'p', CMODE_p, 0, NULL, NULL},
- {'r', CMODE_r, 0, NULL, NULL},
- {'s', CMODE_s, 0, NULL, NULL},
- {'t', CMODE_t, 0, NULL, NULL},
- {'x', CMODE_x, 0, NULL, NULL},
- {'A', CMODE_A, 0, NULL, NULL},
- {'I', CMODE_I, 0, NULL, NULL},
- {'K', CMODE_K, 0, NULL, NULL},
- {'L', CMODE_L, 0, get_redirect, cs_get_redirect},
- {'O', CMODE_O, 0, NULL, NULL},
- {'R', CMODE_R, 0, NULL, NULL},
- {'S', CMODE_S, 0, NULL, NULL},
- {0}
-};
-
-CUMode myCumodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0},
-
- {0}, /* a */
- {0}, /* b */
- {0}, /* c */
- {0}, /* d */
- {0}, /* e */
- {0}, /* f */
- {0}, /* g */
- {CUS_HALFOP, 0, check_valid_op},
- {0}, /* i */
- {0}, /* j */
- {0}, /* k */
- {0}, /* l */
- {0}, /* m */
- {0}, /* n */
- {CUS_OP, CUF_PROTECT_BOTSERV, check_valid_op},
- {0}, /* p */
- {0}, /* q */
- {0}, /* r */
- {0}, /* s */
- {0}, /* t */
- {0}, /* u */
- {CUS_VOICE, 0, NULL},
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {0}, /* z */
- {0}, {0}, {0}, {0}, {0}
-};
-
-
-int anope_event_setname(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: SETNAME for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetRealname(av[0]);
- return MOD_CONT;
-}
-
-int anope_event_chgname(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser(av[0]);
- if (!u) {
- if (debug) {
- alog("debug: CHGNAME for nonexistent user %s", av[0]);
- }
- return MOD_CONT;
- }
-
- u->SetRealname(av[1]);
- return MOD_CONT;
-}
-
-int anope_event_setident(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: SETIDENT for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetIdent(av[0]);
- return MOD_CONT;
-}
-
-int anope_event_chgident(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser(av[0]);
- if (!u) {
- if (debug) {
- alog("debug: CHGIDENT for nonexistent user %s", av[0]);
- }
- return MOD_CONT;
- }
-
- u->SetIdent(av[1]);
- return MOD_CONT;
-}
-
-int anope_event_sethost(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: SETHOST for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetDisplayedHost(av[0]);
- return MOD_CONT;
-}
-
-int anope_event_nick(const char *source, int ac, const char **av)
-{
- if (ac != 2) {
- if (ac == 7) {
- do_nick(source, av[0], av[3], av[4], av[5], av[6],
- strtoul(av[2], NULL, 10), 0, 0, NULL, NULL);
- } else {
- do_nick(source, av[0], av[3], av[4], av[5], av[7],
- strtoul(av[2], NULL, 10), strtoul(av[6], NULL, 0), 0,
- NULL, NULL);
- }
- } else {
- do_nick(source, av[0], NULL, NULL, NULL, NULL,
- strtoul(av[1], NULL, 10), 0, 0, NULL, NULL);
- }
- return MOD_CONT;
-}
-
-int anope_event_chghost(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser(av[0]);
- if (!u) {
- if (debug) {
- alog("debug: CHGHOST for nonexistent user %s", av[0]);
- }
- return MOD_CONT;
- }
-
- u->SetDisplayedHost(av[1]);
- return MOD_CONT;
-}
-
-int anope_event_436(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
-
- m_nickcoll(av[0]);
- return MOD_CONT;
-}
-
-
-/* *INDENT-OFF* */
-void moduleAddIRCDMsgs(void) {
- Message *m;
-
- updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+a","-a");
-
- m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("436", anope_event_436); addCoreMessage(IRCD,m);
- m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("AWAY", anope_event_away); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("6", anope_event_away); addCoreMessage(IRCD,m);
- }
- m = createMessage("INVITE", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("*", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("JOIN", anope_event_join); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("C", anope_event_join); addCoreMessage(IRCD,m);
- }
- m = createMessage("KICK", anope_event_kick); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("H", anope_event_kick); addCoreMessage(IRCD,m);
- }
- m = createMessage("KILL", anope_event_kill); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage(".", anope_event_kill); addCoreMessage(IRCD,m);
- }
- m = createMessage("MODE", anope_event_mode); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("G", anope_event_mode); addCoreMessage(IRCD,m);
- }
- m = createMessage("MOTD", anope_event_motd); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("F", anope_event_motd); addCoreMessage(IRCD,m);
- }
- m = createMessage("NICK", anope_event_nick); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("&", anope_event_nick); addCoreMessage(IRCD,m);
- }
- m = createMessage("NOTICE", anope_event_notice); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("B", anope_event_notice); addCoreMessage(IRCD,m);
- }
- m = createMessage("PART", anope_event_part); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("D", anope_event_part); addCoreMessage(IRCD,m);
- }
- m = createMessage("PASS", anope_event_pass); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("<", anope_event_pass); addCoreMessage(IRCD,m);
- }
- m = createMessage("PING", anope_event_ping); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("9", anope_event_ping); addCoreMessage(IRCD,m);
- }
- m = createMessage("PRIVMSG", anope_event_privmsg); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("!", anope_event_privmsg); addCoreMessage(IRCD,m);
- }
- m = createMessage("QUIT", anope_event_quit); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage(",", anope_event_quit); addCoreMessage(IRCD,m);
- }
- m = createMessage("SERVER", anope_event_server); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("'", anope_event_server); addCoreMessage(IRCD,m);
- }
- m = createMessage("SQUIT", anope_event_squit); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("-", anope_event_squit); addCoreMessage(IRCD,m);
- }
- m = createMessage("TOPIC", anope_event_topic); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage(")", anope_event_topic); addCoreMessage(IRCD,m);
- }
- m = createMessage("USER", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("%", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("WALLOPS", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("=", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("WHOIS", anope_event_whois); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("#", anope_event_whois); addCoreMessage(IRCD,m);
- }
- m = createMessage("AKILL", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("V", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("GLOBOPS", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("]", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("GNOTICE", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("Z", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("GOPER", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("[", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("RAKILL", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("Y", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("SILENCE", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("U", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("SVSKILL", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("h", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("SVSMODE", anope_event_mode); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("n", anope_event_mode); addCoreMessage(IRCD,m);
- }
- m = createMessage("SVSNICK", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("e", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("SVSNOOP", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("f", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("SQLINE", anope_event_sqline); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("c", anope_event_sqline); addCoreMessage(IRCD,m);
- }
- m = createMessage("UNSQLINE", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("d", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("PROTOCTL", anope_event_capab); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("_", anope_event_capab); addCoreMessage(IRCD,m);
- }
- m = createMessage("CHGHOST", anope_event_chghost); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("!<", anope_event_chghost); addCoreMessage(IRCD,m);
- }
- m = createMessage("CHGIDENT", anope_event_chgident); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("!=", anope_event_chgident); addCoreMessage(IRCD,m);
- }
- m = createMessage("NETINFO", anope_event_netinfo); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("u", anope_event_netinfo); addCoreMessage(IRCD,m);
- }
- m = createMessage("SNETINFO", anope_event_snetinfo); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("!1", anope_event_snetinfo); addCoreMessage(IRCD,m);
- }
- m = createMessage("SETHOST", anope_event_sethost); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("!8", anope_event_sethost); addCoreMessage(IRCD,m);
- }
- m = createMessage("SETIDENT", anope_event_setident); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("!9", anope_event_setident); addCoreMessage(IRCD,m);
- }
- m = createMessage("SETNAME", anope_event_setname); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("!;", anope_event_setname); addCoreMessage(IRCD,m);
- }
- m = createMessage("VCTRL", anope_event_vctrl); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("!I", anope_event_vctrl); addCoreMessage(IRCD,m);
- }
- m = createMessage("REHASH", anope_event_rehash); addCoreMessage(IRCD,m);
- m = createMessage("ADMIN", anope_event_admin); addCoreMessage(IRCD,m);
- m = createMessage("CREDITS", anope_event_credits); addCoreMessage(IRCD,m);
- m = createMessage("ERROR", anope_event_error); addCoreMessage(IRCD,m);
-
-
-}
-
-/* *INDENT-ON* */
-
-/* Event: PROTOCTL */
-int anope_event_capab(const char *source, int ac, const char **av)
-{
- capab_parse(ac, av);
- return MOD_CONT;
-}
-
-void ultimate2_cmd_sqline(const char *mask, const char *reason)
-{
- send_cmd(NULL, "SQLINE %s :%s", mask, reason);
-}
-
-void UltimateIRCdProto::cmd_svsnoop(const char *server, int set)
-{
- send_cmd(NULL, "SVSNOOP %s %s", server, set ? "+" : "-");
-}
-
-void ultimate2_cmd_svsadmin(const char *server, int set)
-{
- ircd_proto.cmd_svsnoop(server, set);
-}
-
-void UltimateIRCdProto::cmd_remove_akill(const char *user, const char *host)
-{
- send_cmd(NULL, "RAKILL %s %s", host, user);
-}
-
-
-void ultimate2_cmd_topic(const char *whosets, const char *chan, const char *whosetit,
- const char *topic, time_t when)
-{
- send_cmd(whosets, "TOPIC %s %s %lu :%s", chan, whosetit,
- (unsigned long int) when, topic);
-}
-
-void ultimate2_cmd_vhost_off(User * u)
-{
- /* does not support removing vhosting */
-}
-
-void ultimate2_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost)
-{
- if (vIdent) {
- send_cmd(ServerName, "CHGIDENT %s %s", nick, vIdent);
- }
- send_cmd(s_HostServ, "SVSMODE %s +x", nick);
- send_cmd(ServerName, "CHGHOST %s %s", nick, vhost);
-}
-
-void ultimate2_cmd_unsqline(const char *user)
-{
- send_cmd(NULL, "UNSQLINE %s", user);
-}
-
-void ultimate2_cmd_join(const char *user, const char *channel, time_t chantime)
-{
- send_cmd(user, "JOIN %s", channel);
-}
-
-void ultimate2_cmd_akill(const char *user, const char *host, const char *who, time_t when,
- time_t expires, const char *reason)
-{
- send_cmd(NULL, "AKILL %s %s :%s", host, user, reason);
-}
-
-void ultimate2_cmd_svskill(const char *source, const char *user, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source, "KILL %s :%s", user, buf);
-}
-
-void ultimate2_cmd_svsmode(User * u, int ac, const char **av)
-{
- send_cmd(ServerName, "SVSMODE %s %s%s%s", u->nick, av[0],
- (ac == 2 ? " " : ""), (ac == 2 ? av[1] : ""));
-}
-
-void ultimate2_cmd_capab()
-{
- if (UseTokens) {
- send_cmd(NULL, "PROTOCTL NOQUIT TOKEN SILENCE KNOCK");
- } else {
- send_cmd(NULL, "PROTOCTL NOQUIT SILENCE KNOCK");
- }
-}
-
-
-/* PASS */
-void ultimate2_cmd_pass(const char *pass)
-{
- send_cmd(NULL, "PASS :%s", pass);
-}
-
-/* SERVER name hop descript */
-void ultimate2_cmd_server(const char *servname, int hop, const char *descript)
-{
- send_cmd(NULL, "SERVER %s %d :%s", servname, hop, descript);
-}
-
-/* PONG */
-void ultimate2_cmd_pong(const char *servname, const char *who)
-{
- send_cmd(servname, "PONG %s", who);
-}
-
-void ultimate2_cmd_connect(int servernum)
-{
- me_server =
- new_server(NULL, ServerName, ServerDesc, SERVER_ISME, NULL);
-
- ultimate2_cmd_capab();
- if (servernum == 1)
- ultimate2_cmd_pass(RemotePassword);
- if (servernum == 2)
- ultimate2_cmd_pass(RemotePassword2);
- if (servernum == 3)
- ultimate2_cmd_pass(RemotePassword3);
- ultimate2_cmd_server(ServerName, 1, ServerDesc);
-}
-
-/* CHGHOST */
-void ultimate2_cmd_chghost(const char *nick, const char *vhost)
-{
- if (!nick || !vhost) {
- return;
- }
- send_cmd(ServerName, "CHGHOST %s %s", nick, vhost);
-}
-
-/* CHGIDENT */
-void ultimate2_cmd_chgident(const char *nick, const char *vIdent)
-{
- if (!nick || !vIdent) {
- return;
- }
- send_cmd(ServerName, "CHGIDENT %s %s", nick, vIdent);
-}
-
-/* INVITE */
-void ultimate2_cmd_invite(const char *source, const char *chan, const char *nick)
-{
- if (!source || !chan || !nick) {
- return;
- }
-
- send_cmd(source, "INVITE %s %s", nick, chan);
-}
-
-/* PART */
-void ultimate2_cmd_part(const char *nick, const char *chan, const char *buf)
-{
- if (!nick || !chan) {
- return;
- }
-
- if (buf) {
- send_cmd(nick, "PART %s :%s", chan, buf);
- } else {
- send_cmd(nick, "PART %s", chan);
- }
-}
-
-/* 391 */
-void ultimate2_cmd_391(const char *source, const char *timestr)
-{
- if (!timestr) {
- return;
- }
- send_cmd(NULL, "391 :%s %s :%s", source, ServerName, timestr);
-}
-
-/* 250 */
-void ultimate2_cmd_250(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "250 %s", buf);
-}
-
-/* 307 */
-void ultimate2_cmd_307(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "307 %s", buf);
-}
-
-/* 311 */
-void ultimate2_cmd_311(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "311 %s", buf);
-}
-
-/* 312 */
-void ultimate2_cmd_312(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "312 %s", buf);
-}
-
-/* 317 */
-void ultimate2_cmd_317(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "317 %s", buf);
-}
-
-/* 219 */
-void ultimate2_cmd_219(const char *source, const char *letter)
-{
- if (!source) {
- return;
- }
-
- if (letter) {
- send_cmd(NULL, "219 %s %c :End of /STATS report.", source,
- *letter);
- } else {
- send_cmd(NULL, "219 %s l :End of /STATS report.", source);
- }
-}
-
-/* 401 */
-void ultimate2_cmd_401(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
- send_cmd(ServerName, "401 %s %s :No such service.", source, who);
-}
-
-/* 318 */
-void ultimate2_cmd_318(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
-
- send_cmd(ServerName, "318 %s %s :End of /WHOIS list.", source, who);
-}
-
-/* 242 */
-void ultimate2_cmd_242(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "242 %s", buf);
-}
-
-/* 243 */
-void ultimate2_cmd_243(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "243 %s", buf);
-}
-
-/* 211 */
-void ultimate2_cmd_211(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "211 %s", buf);
-}
-
-/* GLOBOPS */
-void ultimate2_cmd_global(const char *source, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source ? source : ServerName, "GLOBOPS :%s", buf);
-}
-
-/* SQUIT */
-void ultimate2_cmd_squit(const char *servname, const char *message)
-{
- if (!servname || !message) {
- return;
- }
-
- send_cmd(NULL, "SQUIT %s :%s", servname, message);
-}
-
-/* SVSO */
-void ultimate2_cmd_svso(const char *source, const char *nick, const char *flag)
-{
- if (!source || !nick || !flag) {
- return;
- }
-
- send_cmd(source, "SVSO %s %s", nick, flag);
-}
-
-/* NICK <newnick> */
-void ultimate2_cmd_chg_nick(const char *oldnick, const char *newnick)
-{
- if (!oldnick || !newnick) {
- return;
- }
-
- send_cmd(oldnick, "NICK %s", newnick);
-}
-
-/* SVSNICK */
-void ultimate2_cmd_svsnick(const char *source, const char *guest, time_t when)
-{
- if (!source || !guest) {
- return;
- }
- send_cmd(NULL, "SVSNICK %s %s :%ld", source, guest, (long int) when);
-}
-
-/* Events */
-
-int anope_event_ping(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
- ultimate2_cmd_pong(ac > 1 ? av[1] : ServerName, av[0]);
- return MOD_CONT;
-}
-
-int anope_event_away(const char *source, int ac, const char **av)
-{
- if (!source) {
- return MOD_CONT;
- }
- m_away(source, (ac ? av[0] : NULL));
- return MOD_CONT;
-}
-
-int anope_event_topic(const char *source, int ac, const char **av)
-{
- if (ac != 4)
- return MOD_CONT;
- do_topic(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_squit(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- do_squit(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_quit(const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_quit(source, ac, av);
- return MOD_CONT;
-}
-
-
-int anope_event_mode(const char *source, int ac, const char **av)
-{
- if (ac < 2)
- return MOD_CONT;
-
- if (*av[0] == '#' || *av[0] == '&') {
- do_cmode(source, ac, av);
- } else {
- do_umode(source, ac, av);
- }
- return MOD_CONT;
-}
-
-
-int anope_event_kill(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
-
- m_kill(av[0], av[1]);
- return MOD_CONT;
-}
-
-int anope_event_kick(const char *source, int ac, const char **av)
-{
- if (ac != 3)
- return MOD_CONT;
- do_kick(source, ac, av);
- return MOD_CONT;
-}
-
-
-int anope_event_join(const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_join(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_motd(const char *source, int ac, const char **av)
-{
- if (!source) {
- return MOD_CONT;
- }
-
- m_motd(source);
- return MOD_CONT;
-}
-
-/* EVENT: SERVER */
-int anope_event_server(const char *source, int ac, const char **av)
-{
- if (!stricmp(av[1], "1")) {
- uplink = sstrdup(av[0]);
- }
- do_server(source, av[0], av[1], av[2], NULL);
- return MOD_CONT;
-}
-
-
-int anope_event_privmsg(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- m_privmsg(source, av[0], av[1]);
- return MOD_CONT;
-}
-
-int anope_event_part(const char *source, int ac, const char **av)
-{
- if (ac < 1 || ac > 2)
- return MOD_CONT;
- do_part(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_whois(const char *source, int ac, const char **av)
-{
- if (source && ac >= 1) {
- m_whois(source, av[0]);
- }
- return MOD_CONT;
-}
-
-void ultimate2_cmd_kick(const char *source, const char *chan, const char *user, const char *buf)
-{
- if (buf) {
- send_cmd(source, "KICK %s %s :%s", chan, user, buf);
- } else {
- send_cmd(source, "KICK %s %s", chan, user);
- }
-}
-
-void ultimate2_cmd_notice_ops(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "NOTICE @%s :%s", dest, buf);
-}
-
-
-void ultimate2_cmd_notice(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- if (NSDefFlags & NI_MSG) {
- ultimate2_cmd_privmsg2(source, dest, buf);
- } else {
- send_cmd(source, "NOTICE %s :%s", dest, buf);
- }
-}
-
-void ultimate2_cmd_notice2(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "NOTICE %s :%s", dest, msg);
-}
-
-void ultimate2_cmd_privmsg(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source, "PRIVMSG %s :%s", dest, buf);
-}
-
-void ultimate2_cmd_privmsg2(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "PRIVMSG %s :%s", dest, msg);
-}
-
-void ultimate2_cmd_serv_notice(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "NOTICE $%s :%s", dest, msg);
-}
-
-void ultimate2_cmd_serv_privmsg(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "PRIVMSG $%s :%s", dest, msg);
-}
-
-void ultimate2_cmd_nick(const char *nick, const char *name, const char *mode)
-{
- EnforceQlinedNick(nick, NULL);
- send_cmd(NULL, "NICK %s 1 %ld %s %s %s 0 :%s", nick,
- (long int) time(NULL), ServiceUser, ServiceHost, ServerName,
- name);
- anope_cmd_mode(nick, nick, "%s", mode);
- ultimate2_cmd_sqline(nick, "Reserved for services");
-}
-
-void ultimate2_cmd_351(const char *source)
-{
- send_cmd(ServerName, "351 %s Anope-%s %s :%s - %s (%s) -- %s",
- source, version_number, ServerName, ircd->name, version_flags,
- EncModule, version_build);
-}
-
-/* QUIT */
-void ultimate2_cmd_quit(const char *source, const char *buf)
-{
- if (buf) {
- send_cmd(source, "QUIT :%s", buf);
- } else {
- send_cmd(source, "QUIT");
- }
-}
-
-void ultimate2_cmd_mode(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source, "MODE %s %s", dest, buf);
-}
-
-void ultimate2_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real,
- const char *modes)
-{
- EnforceQlinedNick(nick, s_BotServ);
- send_cmd(NULL, "NICK %s 1 %ld %s %s %s 0 :%s", nick,
- (long int) time(NULL), user, host, ServerName, real);
- anope_cmd_mode(nick, nick, "%s", modes);
- ultimate2_cmd_sqline(nick, "Reserved for services");
-}
-
-void ultimate2_cmd_372(const char *source, const char *msg)
-{
- send_cmd(ServerName, "372 %s :- %s", source, msg);
-}
-
-void ultimate2_cmd_372_error(const char *source)
-{
- send_cmd(ServerName, "422 %s :- MOTD file not found! Please "
- "contact your IRC administrator.", source);
-}
-
-void ultimate2_cmd_375(const char *source)
-{
- send_cmd(ServerName, "375 %s :- %s Message of the Day",
- source, ServerName);
-}
-
-void ultimate2_cmd_376(const char *source)
-{
- send_cmd(ServerName, "376 %s :End of /MOTD command.", source);
-}
-
-void ultimate2_cmd_bot_chan_mode(const char *nick, const char *chan)
-{
- anope_cmd_mode(nick, chan, "%s %s %s", ircd->botchanumode, nick, nick);
-}
-
-/* SVSHOLD - set */
-void ultimate2_cmd_svshold(const char *nick)
-{
- /* Not supported by this IRCD */
-}
-
-/* SVSHOLD - release */
-void ultimate2_cmd_release_svshold(const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* UNSGLINE */
-void ultimate2_cmd_unsgline(const char *mask)
-{
- /* Not Supported by this IRCD */
-}
-
-/* UNSZLINE */
-void ultimate2_cmd_unszline(const char *mask)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SZLINE */
-void ultimate2_cmd_szline(const char *mask, const char *reason, const char *whom)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SGLINE */
-void ultimate2_cmd_sgline(const char *mask, const char *reason)
-{
- /* Not Supported by this IRCD */
-}
-
-void ultimate2_cmd_guest_nick(const char *nick, const char *user, const char *host,
- char *real, char *modes)
-{
- send_cmd(NULL, "NICK %s 1 %ld %s %s %s 0 :%s", nick,
- (long int) time(NULL), user, host, ServerName, real);
- anope_cmd_mode(nick, nick, "MODE %s %s", modes);
-}
-
-
-void ultimate2_cmd_unban(const char *name, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE channel modes */
-
-void ultimate2_cmd_svsmode_chan(const char *name, const char *mode, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE +d */
-/* sent if svid is something weird */
-void ultimate2_cmd_svid_umode(const char *nick, time_t ts)
-{
- send_cmd(ServerName, "SVSMODE %s +d 1", nick);
-}
-
-/* SVSMODE +d */
-/* nc_change was = 1, and there is no na->status */
-void ultimate2_cmd_nc_change(User * u)
-{
- common_svsmode(u, "-r+d", "1");
-}
-
-/* SVSMODE +r */
-void ultimate2_cmd_svid_umode2(User * u, const char *ts)
-{
- if (u->svid != u->timestamp) {
- common_svsmode(u, "+rd", ts);
- } else {
- common_svsmode(u, "+r", NULL);
- }
-}
-
-void ultimate2_cmd_svid_umode3(User * u, const char *ts)
-{
- /* not used */
-}
-
-int anope_event_notice(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_pass(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_vctrl(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_netinfo(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_snetinfo(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_sqline(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-/*
-** svsjoin
-**
-** parv[0] - sender
-** parv[1] - nick to make join
-** parv[2] - channel(s) to join
-*/
-void ultimate2_cmd_svsjoin(const char *source, const char *nick, const char *chan, const char *param)
-{
- send_cmd(source, "SVSJOIN %s %s", nick, chan);
-}
-
-/*
-** svspart
-**
-** parv[0] - sender
-** parv[1] - nick to make part
-** parv[2] - channel(s) to part
-*/
-void ultimate2_cmd_svspart(const char *source, const char *nick, const char *chan)
-{
- send_cmd(source, "SVSPART %s %s", nick, chan);
-}
-
-void ultimate2_cmd_swhois(const char *source, const char *who, const char *mask)
-{
- /* not supported */
-}
-
-void ultimate2_cmd_eob()
-{
- /* not supported */
-}
-
-int anope_event_rehash(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_credits(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_admin(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int ultiamte2_flood_mode_check(const char *value)
-{
- char *dp, *end;
-
- if (value && *value != ':'
- && (strtoul((*value == '*' ? value + 1 : value), &dp, 10) > 0)
- && (*dp == ':') && (*(++dp) != 0) && (strtoul(dp, &end, 10) > 0)
- && (*end == 0)) {
- return 1;
- } else {
- return 0;
- }
-}
-
-int anope_event_error(const char *source, int ac, const char **av)
-{
- if (av[0]) {
- if (debug) {
- alog("debug: %s", av[0]);
- }
- }
- return MOD_CONT;
-}
-
-void ultimate2_cmd_jupe(const char *jserver, const char *who, const char *reason)
-{
- char rbuf[256];
-
- snprintf(rbuf, sizeof(rbuf), "Juped by %s%s%s", who,
- reason ? ": " : "", reason ? reason : "");
-
- if (findserver(servlist, jserver))
- ultimate2_cmd_squit(jserver, rbuf);
- ultimate2_cmd_server(jserver, 2, rbuf);
- new_server(me_server, jserver, rbuf, SERVER_JUPED, NULL);
-}
-
-/* GLOBOPS - to handle old WALLOPS */
-void ultimate2_cmd_global_legacy(const char *source, const char *fmt)
-{
- send_cmd(source ? source : ServerName, "GLOBOPS :%s", fmt);
-}
-
-/*
- 1 = valid nick
- 0 = nick is in valid
-*/
-int ultiamte2_valid_nick(const char *nick)
-{
- /* no hard coded invalid nicks */
- return 1;
-}
-
-/*
- 1 = valid chan
- 0 = chan is in valid
-*/
-int ultiamte2_valid_chan(const char *chan)
-{
- /* no hard coded invalid chans */
- return 1;
-}
-
-
-void ultimate2_cmd_ctcp(const char *source, const char *dest, const char *buf)
-{
- char *s;
-
- if (!buf) {
- return;
- } else {
- s = normalizeBuffer(buf);
- }
-
- send_cmd(source, "NOTICE %s :\1%s \1", dest, s);
- free(s);
-}
-
-
-/**
- * Tell anope which function we want to perform each task inside of anope.
- * These prototypes must match what anope expects.
- **/
-void moduleAddAnopeCmds()
-{
- pmodule_cmd_topic(ultimate2_cmd_topic);
- pmodule_cmd_vhost_off(ultimate2_cmd_vhost_off);
- pmodule_cmd_akill(ultimate2_cmd_akill);
- pmodule_cmd_svskill(ultimate2_cmd_svskill);
- pmodule_cmd_svsmode(ultimate2_cmd_svsmode);
- pmodule_cmd_372(ultimate2_cmd_372);
- pmodule_cmd_372_error(ultimate2_cmd_372_error);
- pmodule_cmd_375(ultimate2_cmd_375);
- pmodule_cmd_376(ultimate2_cmd_376);
- pmodule_cmd_nick(ultimate2_cmd_nick);
- pmodule_cmd_guest_nick(ultimate2_cmd_guest_nick);
- pmodule_cmd_mode(ultimate2_cmd_mode);
- pmodule_cmd_bot_nick(ultimate2_cmd_bot_nick);
- pmodule_cmd_kick(ultimate2_cmd_kick);
- pmodule_cmd_notice_ops(ultimate2_cmd_notice_ops);
- pmodule_cmd_notice(ultimate2_cmd_notice);
- pmodule_cmd_notice2(ultimate2_cmd_notice2);
- pmodule_cmd_privmsg(ultimate2_cmd_privmsg);
- pmodule_cmd_privmsg2(ultimate2_cmd_privmsg2);
- pmodule_cmd_serv_notice(ultimate2_cmd_serv_notice);
- pmodule_cmd_serv_privmsg(ultimate2_cmd_serv_privmsg);
- pmodule_cmd_bot_chan_mode(ultimate2_cmd_bot_chan_mode);
- pmodule_cmd_351(ultimate2_cmd_351);
- pmodule_cmd_quit(ultimate2_cmd_quit);
- pmodule_cmd_pong(ultimate2_cmd_pong);
- pmodule_cmd_join(ultimate2_cmd_join);
- pmodule_cmd_unsqline(ultimate2_cmd_unsqline);
- pmodule_cmd_invite(ultimate2_cmd_invite);
- pmodule_cmd_part(ultimate2_cmd_part);
- pmodule_cmd_391(ultimate2_cmd_391);
- pmodule_cmd_250(ultimate2_cmd_250);
- pmodule_cmd_307(ultimate2_cmd_307);
- pmodule_cmd_311(ultimate2_cmd_311);
- pmodule_cmd_312(ultimate2_cmd_312);
- pmodule_cmd_317(ultimate2_cmd_317);
- pmodule_cmd_219(ultimate2_cmd_219);
- pmodule_cmd_401(ultimate2_cmd_401);
- pmodule_cmd_318(ultimate2_cmd_318);
- pmodule_cmd_242(ultimate2_cmd_242);
- pmodule_cmd_243(ultimate2_cmd_243);
- pmodule_cmd_211(ultimate2_cmd_211);
- pmodule_cmd_global(ultimate2_cmd_global);
- pmodule_cmd_global_legacy(ultimate2_cmd_global_legacy);
- pmodule_cmd_sqline(ultimate2_cmd_sqline);
- pmodule_cmd_squit(ultimate2_cmd_squit);
- pmodule_cmd_svso(ultimate2_cmd_svso);
- pmodule_cmd_chg_nick(ultimate2_cmd_chg_nick);
- pmodule_cmd_svsnick(ultimate2_cmd_svsnick);
- pmodule_cmd_vhost_on(ultimate2_cmd_vhost_on);
- pmodule_cmd_connect(ultimate2_cmd_connect);
- pmodule_cmd_svshold(ultimate2_cmd_svshold);
- pmodule_cmd_release_svshold(ultimate2_cmd_release_svshold);
- pmodule_cmd_unsgline(ultimate2_cmd_unsgline);
- pmodule_cmd_unszline(ultimate2_cmd_unszline);
- pmodule_cmd_szline(ultimate2_cmd_szline);
- pmodule_cmd_sgline(ultimate2_cmd_sgline);
- pmodule_cmd_unban(ultimate2_cmd_unban);
- pmodule_cmd_svsmode_chan(ultimate2_cmd_svsmode_chan);
- pmodule_cmd_svid_umode(ultimate2_cmd_svid_umode);
- pmodule_cmd_nc_change(ultimate2_cmd_nc_change);
- pmodule_cmd_svid_umode2(ultimate2_cmd_svid_umode2);
- pmodule_cmd_svid_umode3(ultimate2_cmd_svid_umode3);
- pmodule_cmd_svsjoin(ultimate2_cmd_svsjoin);
- pmodule_cmd_svspart(ultimate2_cmd_svspart);
- pmodule_cmd_swhois(ultimate2_cmd_swhois);
- pmodule_cmd_eob(ultimate2_cmd_eob);
- pmodule_flood_mode_check(ultiamte2_flood_mode_check);
- pmodule_cmd_jupe(ultimate2_cmd_jupe);
- pmodule_valid_nick(ultiamte2_valid_nick);
- pmodule_valid_chan(ultiamte2_valid_chan);
- pmodule_cmd_ctcp(ultimate2_cmd_ctcp);
- pmodule_set_umode(ultiamte2_set_umode);
-}
-
-/**
- * Now tell anope how to use us.
- **/
-int AnopeInit(int argc, char **argv)
-{
-
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
- moduleSetType(PROTOCOL);
-
- pmodule_ircd_version("UltimateIRCd 2.8.2+");
- pmodule_ircd_cap(myIrcdcap);
- pmodule_ircd_var(myIrcd);
- pmodule_ircd_cbmodeinfos(myCbmodeinfos);
- pmodule_ircd_cumodes(myCumodes);
- pmodule_ircd_flood_mode_char_set("+f");
- pmodule_ircd_flood_mode_char_remove("-f");
- pmodule_ircd_cbmodes(myCbmodes);
- pmodule_ircd_cmmodes(myCmmodes);
- pmodule_ircd_csmodes(myCsmodes);
- pmodule_ircd_useTSMode(0);
-
- /** Deal with modes anope _needs_ to know **/
- pmodule_invis_umode(UMODE_i);
- pmodule_oper_umode(UMODE_o);
- pmodule_invite_cmode(CMODE_i);
- pmodule_secret_cmode(CMODE_s);
- pmodule_private_cmode(CMODE_p);
- pmodule_key_mode(CMODE_k);
- pmodule_limit_mode(CMODE_l);
-
- moduleAddAnopeCmds();
- pmodule_ircd_proto(&ircd_proto);
- moduleAddIRCDMsgs();
-
- return MOD_CONT;
-}
diff --git a/src/protocol/ultimate2.h b/src/protocol/ultimate2.h
deleted file mode 100644
index ea43a8576..000000000
--- a/src/protocol/ultimate2.h
+++ /dev/null
@@ -1,122 +0,0 @@
-/* Ultimate IRCD 2 functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for furhter details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-#define UMODE_a 0x00000001
-#define UMODE_h 0x00000002
-#define UMODE_i 0x00000004
-#define UMODE_o 0x00000008
-#define UMODE_r 0x00000010
-#define UMODE_w 0x00000020
-#define UMODE_A 0x00000040
-#define UMODE_p 0x04000000
-#define UMODE_R 0x08000000
-#define UMODE_P 0x20000000
-#define UMODE_g 0x80000000
-#define UMODE_x 0x40000000
-
-
-#define CMODE_i 0x00000001
-#define CMODE_m 0x00000002
-#define CMODE_n 0x00000004
-#define CMODE_p 0x00000008
-#define CMODE_s 0x00000010
-#define CMODE_t 0x00000020
-#define CMODE_k 0x00000040 /* These two used only by ChanServ */
-#define CMODE_l 0x00000080
-#define CMODE_f 0x00000400
-#define CMODE_x 0x00000800
-#define CMODE_A 0x00001000
-#define CMODE_I 0x00002000
-#define CMODE_K 0x00004000
-#define CMODE_L 0x00008000
-#define CMODE_O 0x00010000
-#define CMODE_S 0x00020000
-#define CMODE_R 0x00000100 /* Only identified users can join */
-#define CMODE_r 0x00000200 /* Set for all registered channels */
-
-#define DEFAULT_MLOCK CMODE_n | CMODE_t | CMODE_r
-
-void ultimate2_set_umode(User * user, int ac, const char **av);
-void ultimate2_cmd_topic(const char *whosets, const char *chan, const char *whosetit, const char *topic, time_t when);
-void ultimate2_cmd_vhost_off(User * u);
-void ultimate2_cmd_akill(const char *user, const char *host, const char *who, time_t when,time_t expires, const char *reason);
-void ultimate2_cmd_svskill(const char *source, const char *user, const char *buf);
-void ultimate2_cmd_svsmode(User * u, int ac, const char **av);
-void ultimate2_cmd_372(const char *source, const char *msg);
-void ultimate2_cmd_372_error(const char *source);
-void ultimate2_cmd_375(const char *source);
-void ultimate2_cmd_376(const char *source);
-void ultimate2_cmd_nick(const char *nick, const char *name, const char *modes);
-void ultimate2_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void ultimate2_cmd_mode(const char *source, const char *dest, const char *buf);
-void ultimate2_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void ultimate2_cmd_kick(const char *source, const char *chan, const char *user, const char *buf);
-void ultimate2_cmd_notice_ops(const char *source, const char *dest, const char *buf);
-void ultimate2_cmd_notice(const char *source, const char *dest, const char *buf);
-void ultimate2_cmd_notice2(const char *source, const char *dest, const char *msg);
-void ultimate2_cmd_privmsg(const char *source, const char *dest, const char *buf);
-void ultimate2_cmd_privmsg2(const char *source, const char *dest, const char *msg);
-void ultimate2_cmd_serv_notice(const char *source, const char *dest, const char *msg);
-void ultimate2_cmd_serv_privmsg(const char *source, const char *dest, const char *msg);
-void ultimate2_cmd_bot_chan_mode(const char *nick, const char *chan);
-void ultimate2_cmd_351(const char *source);
-void ultimate2_cmd_quit(const char *source, const char *buf);
-void ultimate2_cmd_pong(const char *servname, const char *who);
-void ultimate2_cmd_join(const char *user, const char *channel, time_t chantime);
-void ultimate2_cmd_unsqline(const char *user);
-void ultimate2_cmd_invite(const char *source, const char *chan, const char *nick);
-void ultimate2_cmd_part(const char *nick, const char *chan, const char *buf);
-void ultimate2_cmd_391(const char *source, const char *timestr);
-void ultimate2_cmd_250(const char *buf);
-void ultimate2_cmd_307(const char *buf);
-void ultimate2_cmd_311(const char *buf);
-void ultimate2_cmd_312(const char *buf);
-void ultimate2_cmd_317(const char *buf);
-void ultimate2_cmd_219(const char *source, const char *letter);
-void ultimate2_cmd_401(const char *source, const char *who);
-void ultimate2_cmd_318(const char *source, const char *who);
-void ultimate2_cmd_242(const char *buf);
-void ultimate2_cmd_243(const char *buf);
-void ultimate2_cmd_211(const char *buf);
-void ultimate2_cmd_global(const char *source, const char *buf);
-void ultimate2_cmd_global_legacy(const char *source, const char *fmt);
-void ultimate2_cmd_sqline(const char *mask, const char *reason);
-void ultimate2_cmd_squit(const char *servname, const char *message);
-void ultimate2_cmd_svso(const char *source, const char *nick, const char *flag);
-void ultimate2_cmd_chg_nick(const char *oldnick, const char *newnick);
-void ultimate2_cmd_svsnick(const char *source, const char *guest, time_t when);
-void ultimate2_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost);
-void ultimate2_cmd_connect(int servernum);
-void ultimate2_cmd_svshold(const char *nick);
-void ultimate2_cmd_release_svshold(const char *nick);
-void ultimate2_cmd_unsgline(const char *mask);
-void ultimate2_cmd_unszline(const char *mask);
-void ultimate2_cmd_szline(const char *mask, const char *reason, const char *whom);
-void ultimate2_cmd_sgline(const char *mask, const char *reason);
-void ultimate2_cmd_unban(const char *name, const char *nick);
-void ultimate2_cmd_svsmode_chan(const char *name, const char *mode, const char *nick);
-void ultimate2_cmd_svid_umode(const char *nick, time_t ts);
-void ultimate2_cmd_nc_change(User * u);
-void ultimate2_cmd_svid_umode2(User * u, const char *ts);
-void ultimate2_cmd_svid_umode3(User * u, const char *ts);
-void ultimate2_cmd_eob();
-int ultimate2_flood_mode_check(const char *value);
-void ultimate2_cmd_jupe(const char *jserver, const char *who, const char *reason);
-int ultimate2_valid_nick(const char *nick);
-void ultimate2_cmd_ctcp(const char *source, const char *dest, const char *buf);
-
-class UltimateIRCdProto : public IRCDProtoNew {
- public:
- void cmd_svsnoop(const char *, int);
- void cmd_remove_akill(const char *, const char *);
-} ircd_proto;
diff --git a/src/protocol/unreal31.c b/src/protocol/unreal31.c
deleted file mode 100644
index 3b3feb39c..000000000
--- a/src/protocol/unreal31.c
+++ /dev/null
@@ -1,1591 +0,0 @@
-/* Unreal IRCD 3.1.x functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for further details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-/*************************************************************************/
-
-#include "services.h"
-#include "pseudo.h"
-#include "unreal31.h"
-
-IRCDVar myIrcd[] = {
- {"UnrealIRCd 3.1.x", /* ircd name */
- "+oS", /* nickserv mode */
- "+oS", /* chanserv mode */
- "+oS", /* memoserv mode */
- "+oS", /* hostserv mode */
- "+ioS", /* operserv mode */
- "+oS", /* botserv mode */
- "+oS", /* helpserv mode */
- "+iS", /* Dev/Null mode */
- "+ioS", /* Global mode */
- "+oS", /* nickserv alias mode */
- "+oS", /* chanserv alias mode */
- "+oS", /* memoserv alias mode */
- "+ioS", /* hostserv alias mode */
- "+ioS", /* operserv alias mode */
- "+oS", /* botserv alias mode */
- "+oS", /* helpserv alias mode */
- "+iS", /* Dev/Null alias mode */
- "+ioS", /* Global alias mode */
- "+qS", /* Used by BotServ Bots */
- 5, /* Chan Max Symbols */
- "-cilmnpstuzACGHKNOQRSV", /* Modes to Remove */
- "+ao", /* Channel Umode used by Botserv bots */
- 1, /* SVSNICK */
- 1, /* Vhost */
- 1, /* Has Owner */
- "+q", /* Mode to set for an owner */
- "-q", /* Mode to unset for an owner */
- "+a", /* Mode to set for channel admin */
- "-a", /* Mode to unset for channel admin */
- "+rd", /* Mode On Reg */
- NULL, /* Mode on ID for Roots */
- NULL, /* Mode on ID for Admins */
- NULL, /* Mode on ID for Opers */
- "-r+d", /* Mode on UnReg */
- "-r+d", /* Mode on Nick Change */
- 0, /* Supports SGlines */
- 1, /* Supports SQlines */
- 1, /* Supports SZlines */
- 1, /* Supports Halfop +h */
- 3, /* Number of server args */
- 0, /* Join 2 Set */
- 0, /* Join 2 Message */
- 1, /* Has exceptions +e */
- 1, /* TS Topic Forward */
- 0, /* TS Topci Backward */
- 0, /* Protected Umode */
- 0, /* Has Admin */
- 0, /* Chan SQlines */
- 0, /* Quit on Kill */
- 0, /* SVSMODE unban */
- 1, /* Has Protect */
- 1, /* Reverse */
- 1, /* Chan Reg */
- CMODE_r, /* Channel Mode */
- 1, /* vidents */
- 1, /* svshold */
- 1, /* time stamp on mode */
- 0, /* NICKIP */
- 1, /* O:LINE */
- 1, /* UMODE */
- 1, /* VHOST ON NICK */
- 1, /* Change RealName */
- CMODE_K, /* No Knock */
- CMODE_A, /* Admin Only */
- DEFAULT_MLOCK, /* Default MLOCK */
- UMODE_x, /* Vhost Mode */
- 1, /* +f */
- 1, /* +L */
- CMODE_f,
- CMODE_L,
- 0,
- 1, /* No Knock requires +i */
- NULL, /* CAPAB Chan Modes */
- 0, /* We support Unreal TOKENS */
- 1, /* TOKENS are CASE inSensitive */
- 0, /* TIME STAMPS are BASE64 */
- 0, /* +I support */
- 0, /* SJOIN ban char */
- 0, /* SJOIN except char */
- 0, /* SJOIN invite char */
- 0, /* Can remove User Channel Modes with SVSMODE */
- 0, /* Sglines are not enforced until user reconnects */
- "x", /* vhost char */
- 0, /* ts6 */
- 1, /* support helper umode */
- 0, /* p10 */
- NULL, /* character set */
- 0, /* reports sync state */
- 0, /* CIDR channelbans */
- }
- ,
- {NULL}
-};
-
-
-IRCDCAPAB myIrcdcap[] = {
- {
- CAPAB_NOQUIT, /* NOQUIT */
- 0, /* TSMODE */
- 0, /* UNCONNECT */
- 0, /* NICKIP */
- 0, /* SJOIN */
- CAPAB_ZIP, /* ZIP */
- 0, /* BURST */
- 0, /* TS5 */
- 0, /* TS3 */
- 0, /* DKEY */
- 0, /* PT4 */
- 0, /* SCS */
- 0, /* QS */
- 0, /* UID */
- 0, /* KNOCK */
- 0, /* CLIENT */
- 0, /* IPV6 */
- 0, /* SSJ5 */
- 0, /* SN2 */
- CAPAB_TOKEN, /* TOKEN */
- 0, /* VHOST */
- CAPAB_SSJ3, /* SSJ3 */
- CAPAB_NICK2, /* NICK2 */
- CAPAB_UMODE2, /* UMODE2 */
- CAPAB_VL, /* VL */
- CAPAB_TLKEXT, /* TLKEXT */
- 0, /* DODKEY */
- 0, /* DOZIP */
- 0,
- 0, 0}
-};
-
-unsigned long umodes[128] = {
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, UMODE_A, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0,
- 0,
- 0,
- 0, 0, 0, 0, 0, 0, 0,
- 0,
- 0, 0, 0, 0, 0,
- 0, UMODE_a, 0, 0, 0, 0, 0,
- UMODE_g,
- UMODE_h, UMODE_i, 0, 0, 0, 0, 0, UMODE_o,
- 0,
- 0, UMODE_r, 0, 0, 0, 0, UMODE_w,
- UMODE_x,
- 0,
- 0,
- 0, 0, 0, 0, 0
-};
-
-
-char myCsmodes[128] = {
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0,
- 0,
- 0, 0, 0,
- 'h', /* (37) % Channel halfops */
- 0,
- 0, 0, 0,
- 'q',
-
- 'v', 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 'o', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'a', 0
-};
-
-CMMode myCmmodes[128] = {
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL},
- {NULL},
- {add_ban, del_ban},
- {NULL},
- {NULL},
- {add_exception, del_exception},
- {NULL},
- {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL},
- {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}, {NULL}
-};
-
-
-
-CBMode myCbmodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0},
- {CMODE_A, CBM_NO_USER_MLOCK, NULL, NULL},
- {0}, /* B */
- {CMODE_C, 0, NULL, NULL}, /* C */
- {0}, /* D */
- {0}, /* E */
- {0}, /* F */
- {CMODE_G, 0, NULL, NULL}, /* G */
- {CMODE_H, CBM_NO_USER_MLOCK, NULL, NULL},
- {0}, /* I */
- {0}, /* J */
- {CMODE_K, 0, NULL, NULL}, /* K */
- {CMODE_L, 0, set_redirect, cs_set_redirect},
- {0}, /* M */
- {CMODE_N, 0, NULL, NULL}, /* N */
- {CMODE_O, CBM_NO_USER_MLOCK, NULL, NULL},
- {0}, /* P */
- {CMODE_Q, 0, NULL, NULL}, /* Q */
- {CMODE_R, 0, NULL, NULL}, /* R */
- {CMODE_S, 0, NULL, NULL}, /* S */
- {0}, /* T */
- {0}, /* U */
- {CMODE_V, 0, NULL, NULL}, /* V */
- {0}, /* W */
- {0}, /* X */
- {0}, /* Y */
- {0}, /* Z */
- {0}, {0}, {0}, {0}, {0}, {0},
- {0}, /* a */
- {0}, /* b */
- {CMODE_c, 0, NULL, NULL},
- {0}, /* d */
- {0}, /* e */
- {CMODE_f, 0, set_flood, cs_set_flood},
- {0}, /* g */
- {0}, /* h */
- {CMODE_i, 0, NULL, NULL},
- {0}, /* j */
- {CMODE_k, 0, chan_set_key, cs_set_key},
- {CMODE_l, CBM_MINUS_NO_ARG, set_limit, cs_set_limit},
- {CMODE_m, 0, NULL, NULL},
- {CMODE_n, 0, NULL, NULL},
- {0}, /* o */
- {CMODE_p, 0, NULL, NULL},
- {0}, /* q */
- {CMODE_r, CBM_NO_MLOCK, NULL, NULL},
- {CMODE_s, 0, NULL, NULL},
- {CMODE_t, 0, NULL, NULL},
- {CMODE_u, 0, NULL, NULL},
- {0}, /* v */
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {CMODE_z, 0, NULL, NULL},
- {0}, {0}, {0}, {0}
-};
-
-CBModeInfo myCbmodeinfos[] = {
- {'c', CMODE_c, 0, NULL, NULL},
- {'f', CMODE_f, 0, get_flood, cs_get_flood},
- {'i', CMODE_i, 0, NULL, NULL},
- {'k', CMODE_k, 0, get_key, cs_get_key},
- {'l', CMODE_l, CBM_MINUS_NO_ARG, get_limit, cs_get_limit},
- {'m', CMODE_m, 0, NULL, NULL},
- {'n', CMODE_n, 0, NULL, NULL},
- {'p', CMODE_p, 0, NULL, NULL},
- {'r', CMODE_r, 0, NULL, NULL},
- {'s', CMODE_s, 0, NULL, NULL},
- {'t', CMODE_t, 0, NULL, NULL},
- {'u', CMODE_u, 0, NULL, NULL},
- {'z', CMODE_z, 0, NULL, NULL},
- {'A', CMODE_A, 0, NULL, NULL},
- {'C', CMODE_C, 0, NULL, NULL},
- {'G', CMODE_G, 0, NULL, NULL},
- {'H', CMODE_H, 0, NULL, NULL},
- {'K', CMODE_K, 0, NULL, NULL},
- {'L', CMODE_L, 0, get_redirect, cs_get_redirect},
- {'N', CMODE_N, 0, NULL, NULL},
- {'O', CMODE_O, 0, NULL, NULL},
- {'Q', CMODE_Q, 0, NULL, NULL},
- {'R', CMODE_R, 0, NULL, NULL},
- {'S', CMODE_S, 0, NULL, NULL},
- {'V', CMODE_V, 0, NULL, NULL},
- {0}
-};
-
-CUMode myCumodes[128] = {
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
- {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
-
- {0},
-
- {CUS_PROTECT, CUF_PROTECT_BOTSERV, check_valid_op},
- {0}, /* b */
- {0}, /* c */
- {0}, /* d */
- {0}, /* e */
- {0}, /* f */
- {0}, /* g */
- {CUS_HALFOP, 0, check_valid_op},
- {0}, /* i */
- {0}, /* j */
- {0}, /* k */
- {0}, /* l */
- {0}, /* m */
- {0}, /* n */
- {CUS_OP, CUF_PROTECT_BOTSERV, check_valid_op},
- {0}, /* p */
- {CUS_OWNER, 0, check_valid_op},
- {0}, /* r */
- {0}, /* s */
- {0}, /* t */
- {0}, /* u */
- {CUS_VOICE, 0, NULL},
- {0}, /* w */
- {0}, /* x */
- {0}, /* y */
- {0}, /* z */
- {0}, {0}, {0}, {0}, {0}
-};
-
-
-void unreal_set_umode(User * user, int ac, const char **av)
-{
- int add = 1; /* 1 if adding modes, 0 if deleting */
- const char *modes = av[0];
-
- ac--;
-
- if (debug)
- alog("debug: Changing mode for %s to %s", user->nick, modes);
-
- while (*modes) {
-
- /* This looks better, much better than "add ? (do_add) : (do_remove)".
- * At least this is readable without paying much attention :) -GD
- */
- if (add)
- user->mode |= umodes[(int) *modes];
- else
- user->mode &= ~umodes[(int) *modes];
-
- switch (*modes++) {
- case '+':
- add = 1;
- break;
- case '-':
- add = 0;
- break;
- case 'd':
- if (ac == 0) {
- break;
- }
-
- ac--;
- av++;
- user->svid = strtoul(*av, NULL, 0);
- break;
- case 'o':
- if (add) {
- opcnt++;
- if (WallOper) {
- anope_cmd_global(s_OperServ,
- "\2%s\2 is now an IRC operator.",
- user->nick);
- }
- display_news(user, NEWS_OPER);
- } else {
- opcnt--;
- }
- break;
- case 'r':
- if (add && !nick_identified(user)) {
- common_svsmode(user, "-r", NULL);
- user->mode &= ~UMODE_r;
- }
- break;
- case 'x':
- update_host(user);
- break;
- }
- }
-}
-
-
-/* *INDENT-OFF* */
-void moduleAddIRCDMsgs(void) {
- Message *m;
-
- updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+a","-a");
-
- m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("436", anope_event_436); addCoreMessage(IRCD,m);
- m = createMessage("AWAY", anope_event_away); addCoreMessage(IRCD,m);
- m = createMessage("INVITE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("JOIN", anope_event_join); addCoreMessage(IRCD,m);
- m = createMessage("KICK", anope_event_kick); addCoreMessage(IRCD,m);
- m = createMessage("KILL", anope_event_kill); addCoreMessage(IRCD,m);
- m = createMessage("MODE", anope_event_mode); addCoreMessage(IRCD,m);
- m = createMessage("MOTD", anope_event_motd); addCoreMessage(IRCD,m);
- m = createMessage("NICK", anope_event_nick); addCoreMessage(IRCD,m);
- m = createMessage("NOTICE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("PART", anope_event_part); addCoreMessage(IRCD,m);
- m = createMessage("PASS", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("PING", anope_event_ping); addCoreMessage(IRCD,m);
- m = createMessage("PRIVMSG", anope_event_privmsg); addCoreMessage(IRCD,m);
- m = createMessage("QUIT", anope_event_quit); addCoreMessage(IRCD,m);
- m = createMessage("SERVER", anope_event_server); addCoreMessage(IRCD,m);
- m = createMessage("SQUIT", anope_event_squit); addCoreMessage(IRCD,m);
- m = createMessage("TOPIC", anope_event_topic); addCoreMessage(IRCD,m);
- m = createMessage("USER", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("WALLOPS", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("WHOIS", anope_event_whois); addCoreMessage(IRCD,m);
- m = createMessage("AKILL", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("GLOBOPS", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("GNOTICE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("GOPER", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("RAKILL", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SILENCE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SVSKILL", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SVSMODE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SVSNICK", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SVSNOOP", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SQLINE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("UNSQLINE", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("PROTOCTL", anope_event_capab); addCoreMessage(IRCD,m);
- m = createMessage("CHGHOST", anope_event_chghost); addCoreMessage(IRCD,m);
- m = createMessage("CHGIDENT", anope_event_chgident); addCoreMessage(IRCD,m);
- m = createMessage("CHGNAME", anope_event_chgname); addCoreMessage(IRCD,m);
- m = createMessage("NETINFO", anope_event_null); addCoreMessage(IRCD,m);
- m = createMessage("SETHOST", anope_event_sethost); addCoreMessage(IRCD,m);
- m = createMessage("SETIDENT", anope_event_setident); addCoreMessage(IRCD,m);
- m = createMessage("SETNAME", anope_event_setname); addCoreMessage(IRCD,m);
- m = createMessage("REHASH", anope_event_rehash); addCoreMessage(IRCD,m);
- m = createMessage("ADMIN", anope_event_admin); addCoreMessage(IRCD,m);
- m = createMessage("CREDITS", anope_event_credits); addCoreMessage(IRCD,m);
-}
-
-/* *INDENT-ON* */
-
-/* Event: PROTOCTL */
-int anope_event_capab(const char *source, int ac, const char **av)
-{
- capab_parse(ac, av);
- return MOD_CONT;
-}
-
-void UnrealIRCdProto::cmd_svsnoop(const char *server, int set)
-{
- send_cmd(NULL, "SVSNOOP %s %s", server, set ? "+" : "-");
-}
-
-void unreal_cmd_svsadmin(const char *server, int set)
-{
- ircd_proto.cmd_svsnoop(server, set);
-}
-
-void UnrealIRCdProto::cmd_remove_akill(const char *user, const char *host)
-{
- send_cmd(NULL, "TKL - G %s %s %s", user, host, s_OperServ);
-}
-
-void unreal_cmd_topic(const char *whosets, const char *chan, const char *whosetit,
- const char *topic, time_t when)
-{
- send_cmd(whosets, "TOPIC %s %s %lu :%s", chan, whosetit,
- (unsigned long int) when, topic);
-}
-
-void unreal_cmd_vhost_off(User * u)
-{
- send_cmd(s_HostServ, "SVSMODE %s -xt", u->nick);
- notice_lang(s_HostServ, u, HOST_OFF_UNREAL, u->nick, ircd->vhostchar);
-}
-
-void unreal_cmd_akill(const char *user, const char *host, const char *who, time_t when,
- time_t expires, const char *reason)
-{
- send_cmd(NULL, "TKL + G %s %s %s %ld %ld :%s", user, host, who,
- (long int) time(NULL) + 86400 * 2, (long int) when, reason);
-}
-
-void unreal_cmd_svskill(const char *source, const char *user, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- if (!source || !user) {
- return;
- }
-
- send_cmd(source, "SVSKILL %s :%s", user, buf);
-}
-
-void unreal_cmd_svsmode(User * u, int ac, const char **av)
-{
- send_cmd(ServerName, "SVSMODE %s %s%s%s", u->nick, av[0],
- (ac == 2 ? " " : ""), (ac == 2 ? av[1] : ""));
-}
-
-
-void unreal_cmd_372(const char *source, const char *msg)
-{
- send_cmd(ServerName, "372 %s :- %s", source, msg);
-}
-
-void unreal_cmd_372_error(const char *source)
-{
- send_cmd(ServerName, "422 %s :- MOTD file not found! Please "
- "contact your IRC administrator.", source);
-}
-
-void unreal_cmd_375(const char *source)
-{
- send_cmd(ServerName, "375 %s :- %s Message of the Day",
- source, ServerName);
-}
-
-void unreal_cmd_376(const char *source)
-{
- send_cmd(ServerName, "376 %s :End of /MOTD command.", source);
-}
-
-void unreal_cmd_nick(const char *nick, const char *name, const char *modes)
-{
- EnforceQlinedNick(nick, NULL);
- send_cmd(NULL, "NICK %s 1 %ld %s %s %s 0 %s * :%s", nick,
- (long int) time(NULL), ServiceUser, ServiceHost, ServerName,
- modes, name);
- unreal_cmd_sqline(nick, "Reserved for services");
-}
-
-void unreal_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real,
- const char *modes)
-{
- send_cmd(NULL, "NICK %s 1 %ld %s %s %s 0 %s * :%s", nick,
- (long int) time(NULL), user, host, ServerName, modes, real);
-}
-
-void unreal_cmd_mode(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source, "MODE %s %s", dest, buf);
-}
-
-void unreal_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real,
- const char *modes)
-{
- EnforceQlinedNick(nick, s_BotServ);
- send_cmd(NULL, "NICK %s 1 %ld %s %s %s 0 %s * :%s", nick,
- (long int) time(NULL), user, host, ServerName, modes, real);
- unreal_cmd_sqline(nick, "Reserved for services");
-}
-
-void unreal_cmd_kick(const char *source, const char *chan, const char *user, const char *buf)
-{
- if (buf) {
- send_cmd(source, "KICK %s %s :%s", chan, user, buf);
- } else {
- send_cmd(source, "KICK %s %s", chan, user);
- }
-}
-
-void unreal_cmd_notice_ops(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "NOTICE @%s :%s", dest, buf);
-}
-
-
-void unreal_cmd_notice(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- if (NSDefFlags & NI_MSG) {
- unreal_cmd_privmsg2(source, dest, buf);
- } else {
- send_cmd(source, "NOTICE %s :%s", dest, buf);
- }
-}
-
-void unreal_cmd_notice2(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "NOTICE %s :%s", dest, msg);
-}
-
-void unreal_cmd_privmsg(const char *source, const char *dest, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source, "PRIVMSG %s :%s", dest, buf);
-}
-
-void unreal_cmd_privmsg2(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "PRIVMSG %s :%s", dest, msg);
-}
-
-void unreal_cmd_serv_notice(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "NOTICE $%s :%s", dest, msg);
-}
-
-void unreal_cmd_serv_privmsg(const char *source, const char *dest, const char *msg)
-{
- send_cmd(source, "PRIVMSG $%s :%s", dest, msg);
-}
-
-
-void unreal_cmd_bot_chan_mode(const char *nick, const char *chan)
-{
- anope_cmd_mode(nick, chan, "%s %s %s", ircd->botchanumode, nick, nick);
-}
-
-void unreal_cmd_351(const char *source)
-{
- send_cmd(ServerName, "351 %s Anope-%s %s :%s - %s (%s) -- %s",
- source, version_number, ServerName, ircd->name, version_flags,
- EncModule, version_build);
-}
-
-/* QUIT */
-void unreal_cmd_quit(const char *source, const char *buf)
-{
- if (buf) {
- send_cmd(source, "QUIT :%s", buf);
- } else {
- send_cmd(source, "QUIT");
- }
-}
-
-/* PROTOCTL */
-void unreal_cmd_protoctl()
-{
- /*
- See Unreal's protoctl.txt for reference
- VHP - Send hostnames in NICKv2 even if not sethosted
- */
- send_cmd(NULL, "PROTOCTL NICKv2 VHP");
-}
-
-/* PASS */
-void unreal_cmd_pass(const char *pass)
-{
- send_cmd(NULL, "PASS :%s", pass);
-}
-
-/* SERVER name hop descript */
-/* Unreal 3.2 actually sends some info about itself in the descript area */
-void unreal_cmd_server(const char *servname, int hop, const char *descript)
-{
- send_cmd(NULL, "SERVER %s %d :%s", servname, hop, descript);
-}
-
-/* PONG */
-void unreal_cmd_pong(const char *servname, const char *who)
-{
- send_cmd(servname, "PONG %s", who);
-}
-
-/* JOIN */
-/* Althought Unreal 3.2 does not need the timestamp others do so
- we get it in the common function call */
-void unreal_cmd_join(const char *user, const char *channel, time_t chantime)
-{
- send_cmd(user, "JOIN %s", channel);
-}
-
-/* UNSQLINE */
-void unreal_cmd_unsqline(const char *user)
-{
- if (!user) {
- return;
- }
- send_cmd(NULL, "UNSQLINE %s", user);
-}
-
-/* CHGHOST */
-void unreal_cmd_chghost(const char *nick, const char *vhost)
-{
- if (!nick || !vhost) {
- return;
- }
- send_cmd(ServerName, "CHGHOST %s %s", nick, vhost);
-}
-
-/* CHGIDENT */
-void unreal_cmd_chgident(const char *nick, const char *vIdent)
-{
- if (!nick || !vIdent) {
- return;
- }
- send_cmd(ServerName, "CHGIDENT %s %s", nick, vIdent);
-}
-
-/* INVITE */
-void unreal_cmd_invite(const char *source, const char *chan, const char *nick)
-{
- if (!source || !chan || !nick) {
- return;
- }
-
- send_cmd(source, "INVITE %s %s", nick, chan);
-}
-
-/* PART */
-void unreal_cmd_part(const char *nick, const char *chan, const char *buf)
-{
- if (!nick || !chan) {
- return;
- }
-
- if (buf) {
- send_cmd(nick, "PART %s :%s", chan, buf);
- } else {
- send_cmd(nick, "PART %s", chan);
- }
-}
-
-/* 391 */
-void unreal_cmd_391(const char *source, const char *timestr)
-{
- if (!timestr) {
- return;
- }
- send_cmd(NULL, "391 :%s %s :%s", source, ServerName, timestr);
-}
-
-/* 250 */
-void unreal_cmd_250(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "250 %s", buf);
-}
-
-/* 307 */
-void unreal_cmd_307(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "307 %s", buf);
-}
-
-/* 311 */
-void unreal_cmd_311(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "311 %s", buf);
-}
-
-/* 312 */
-void unreal_cmd_312(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "312 %s", buf);
-}
-
-/* 317 */
-void unreal_cmd_317(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(ServerName, "317 %s", buf);
-}
-
-/* 219 */
-void unreal_cmd_219(const char *source, const char *letter)
-{
- if (!source) {
- return;
- }
-
- if (letter) {
- send_cmd(NULL, "219 %s %c :End of /STATS report.", source,
- *letter);
- } else {
- send_cmd(NULL, "219 %s l :End of /STATS report.", source);
- }
-}
-
-/* 401 */
-void unreal_cmd_401(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
- send_cmd(ServerName, "401 %s %s :No such service.", source, who);
-}
-
-/* 318 */
-void unreal_cmd_318(const char *source, const char *who)
-{
- if (!source || !who) {
- return;
- }
-
- send_cmd(ServerName, "318 %s %s :End of /WHOIS list.", source, who);
-}
-
-/* 242 */
-void unreal_cmd_242(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "242 %s", buf);
-}
-
-/* 243 */
-void unreal_cmd_243(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "243 %s", buf);
-}
-
-/* 211 */
-void unreal_cmd_211(const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(NULL, "211 %s", buf);
-}
-
-/* GLOBOPS */
-void unreal_cmd_global(const char *source, const char *buf)
-{
- if (!buf) {
- return;
- }
-
- send_cmd(source ? source : ServerName, "GLOBOPS :%s", buf);
-}
-
-/* SQLINE */
-void unreal_cmd_sqline(const char *mask, const char *reason)
-{
- if (!mask || !reason) {
- return;
- }
-
- send_cmd(NULL, "SQLINE %s :%s", mask, reason);
-}
-
-/* SQUIT */
-void unreal_cmd_squit(const char *servname, const char *message)
-{
- if (!servname || !message) {
- return;
- }
-
- send_cmd(NULL, "SQUIT %s :%s", servname, message);
-}
-
-/* SVSO */
-void unreal_cmd_svso(const char *source, const char *nick, const char *flag)
-{
- if (!source || !nick || !flag) {
- return;
- }
-
- send_cmd(source, "SVSO %s %s", nick, flag);
-}
-
-/* NICK <newnick> */
-void unreal_cmd_chg_nick(const char *oldnick, const char *newnick)
-{
- if (!oldnick || !newnick) {
- return;
- }
-
- send_cmd(oldnick, "NICK %s", newnick);
-}
-
-/* SVSNICK */
-void unreal_cmd_svsnick(const char *source, const char *guest, time_t when)
-{
- if (!source || !guest) {
- return;
- }
- send_cmd(NULL, "SVSNICK %s %s :%ld", source, guest, (long int) when);
-}
-
-/* Functions that use serval cmd functions */
-
-void unreal_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost)
-{
- if (!nick) {
- return;
- }
- if (vIdent) {
- unreal_cmd_chgident(nick, vIdent);
- }
- unreal_cmd_chghost(nick, vhost);
-}
-
-void unreal_cmd_connect(int servernum)
-{
- me_server =
- new_server(NULL, ServerName, ServerDesc, SERVER_ISME, NULL);
-
- unreal_cmd_protoctl();
- if (servernum == 1) {
- unreal_cmd_pass(RemotePassword);
- }
- if (servernum == 2) {
- unreal_cmd_pass(RemotePassword2);
- }
- if (servernum == 3) {
- unreal_cmd_pass(RemotePassword3);
- }
- unreal_cmd_server(ServerName, 1, ServerDesc);
-}
-
-/* Events */
-
-int anope_event_ping(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
- unreal_cmd_pong(ac > 1 ? av[1] : ServerName, av[0]);
- return MOD_CONT;
-}
-
-int anope_event_436(const char *source, int ac, const char **av)
-{
- if (ac < 1)
- return MOD_CONT;
-
- m_nickcoll(av[0]);
- return MOD_CONT;
-}
-
-int anope_event_away(const char *source, int ac, const char **av)
-{
- if (!source) {
- return MOD_CONT;
- }
- m_away(source, (ac ? av[0] : NULL));
- return MOD_CONT;
-}
-
-int anope_event_topic(const char *source, int ac, const char **av)
-{
- if (ac != 4)
- return MOD_CONT;
- do_topic(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_squit(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- do_squit(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_quit(const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_quit(source, ac, av);
- return MOD_CONT;
-}
-
-
-int anope_event_mode(const char *source, int ac, const char **av)
-{
- if (ac < 2)
- return MOD_CONT;
-
- if (*av[0] == '#' || *av[0] == '&') {
- do_cmode(source, ac, av);
- } else {
- do_umode(source, ac, av);
- }
- return MOD_CONT;
-}
-
-
-int anope_event_kill(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
-
- m_kill(av[0], av[1]);
- return MOD_CONT;
-}
-
-int anope_event_kick(const char *source, int ac, const char **av)
-{
- if (ac != 3)
- return MOD_CONT;
- do_kick(source, ac, av);
- return MOD_CONT;
-}
-
-
-int anope_event_join(const char *source, int ac, const char **av)
-{
- if (ac != 1)
- return MOD_CONT;
- do_join(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_motd(const char *source, int ac, const char **av)
-{
- if (!source) {
- return MOD_CONT;
- }
-
- m_motd(source);
- return MOD_CONT;
-}
-
-int anope_event_setname(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: SETNAME for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetRealname(av[0]);
- return MOD_CONT;
-}
-
-int anope_event_chgname(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser(av[0]);
- if (!u) {
- if (debug) {
- alog("debug: CHGNAME for nonexistent user %s", av[0]);
- }
- return MOD_CONT;
- }
-
- u->SetRealname(av[1]);
- return MOD_CONT;
-}
-
-int anope_event_setident(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: SETIDENT for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetIdent(av[0]);
- return MOD_CONT;
-}
-int anope_event_chgident(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser(av[0]);
- if (!u) {
- if (debug) {
- alog("debug: CHGIDENT for nonexistent user %s", av[0]);
- }
- return MOD_CONT;
- }
-
- u->SetIdent(av[1]);
- return MOD_CONT;
-}
-
-int anope_event_sethost(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 1)
- return MOD_CONT;
-
- u = finduser(source);
- if (!u) {
- if (debug) {
- alog("debug: SETHOST for nonexistent user %s", source);
- }
- return MOD_CONT;
- }
-
- u->SetDisplayedHost(av[0]);
- return MOD_CONT;
-}
-
-
-int anope_event_nick(const char *source, int ac, const char **av)
-{
- User *user;
-
- if (ac != 2) {
- if (ac == 7) {
- /*
- <codemastr> that was a bug that is now fixed in 3.2.1
- <codemastr> in some instances it would use the non-nickv2 format
- <codemastr> it's sent when a nick collision occurs
- - so we have to leave it around for now -TSL
- */
- do_nick(source, av[0], av[3], av[4], av[5], av[6],
- strtoul(av[2], NULL, 10), 0, 0, "*", NULL);
- } else {
- user = do_nick(source, av[0], av[3], av[4], av[5], av[9],
- strtoul(av[2], NULL, 10), strtoul(av[6], NULL,
- 0), 0, av[8],
- NULL);
- if (user)
- anope_set_umode(user, 1, &av[7]);
- }
- } else {
- do_nick(source, av[0], NULL, NULL, NULL, NULL,
- strtoul(av[1], NULL, 10), 0, 0, NULL, NULL);
- }
- return MOD_CONT;
-}
-
-
-int anope_event_chghost(const char *source, int ac, const char **av)
-{
- User *u;
-
- if (ac != 2)
- return MOD_CONT;
-
- u = finduser(av[0]);
- if (!u) {
- if (debug) {
- alog("debug: CHGHOST for nonexistent user %s", av[0]);
- }
- return MOD_CONT;
- }
-
- u->SetDisplayedHost(av[1]);
- return MOD_CONT;
-}
-
-/* EVENT: SERVER */
-int anope_event_server(const char *source, int ac, const char **av)
-{
- if (!stricmp(av[1], "1")) {
- uplink = sstrdup(av[0]);
- }
- do_server(source, av[0], av[1], av[2], NULL);
- return MOD_CONT;
-}
-
-
-int anope_event_privmsg(const char *source, int ac, const char **av)
-{
- if (ac != 2)
- return MOD_CONT;
- m_privmsg(source, av[0], av[1]);
- return MOD_CONT;
-}
-
-int anope_event_part(const char *source, int ac, const char **av)
-{
- if (ac < 1 || ac > 2)
- return MOD_CONT;
- do_part(source, ac, av);
- return MOD_CONT;
-}
-
-int anope_event_whois(const char *source, int ac, const char **av)
-{
- if (source && ac >= 1) {
- m_whois(source, av[0]);
- }
- return MOD_CONT;
-}
-
-/* SVSHOLD - set */
-void unreal_cmd_svshold(const char *nick)
-{
- /* Not supported by this IRCD */
-}
-
-/* SVSHOLD - release */
-void unreal_cmd_release_svshold(const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* UNSGLINE */
-void unreal_cmd_unsgline(const char *mask)
-{
- /* Not Supported by this IRCD */
-}
-
-/* UNSZLINE */
-void unreal_cmd_unszline(const char *mask)
-{
- send_cmd(NULL, "%s - Z * %s %s", send_token("TKL", "BD"), mask,
- s_OperServ);
-}
-
-/* SZLINE */
-void unreal_cmd_szline(const char *mask, const char *reason, const char *whom)
-{
- send_cmd(NULL, "%s + Z * %s %s %ld %ld :%s", send_token("TKL", "BD"),
- mask, whom, (long int) time(NULL) + 86400 * 2,
- (long int) time(NULL), reason);
-}
-
-/* SGLINE */
-void unreal_cmd_sgline(const char *mask, const char *reason)
-{
- /* Not Supported by this IRCD */
-}
-
-void unreal_cmd_unban(const char *name, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-/* SVSMODE channel modes */
-
-void unreal_cmd_svsmode_chan(const char *name, const char *mode, const char *nick)
-{
- /* Not Supported by this IRCD */
-}
-
-
-/* SVSMODE +d */
-/* sent if svid is something weird */
-void unreal_cmd_svid_umode(const char *nick, time_t ts)
-{
- send_cmd(ServerName, "SVSMODE %s +d 1", nick);
-}
-
-/* SVSMODE +d */
-/* nc_change was = 1, and there is no na->status */
-void unreal_cmd_nc_change(User * u)
-{
- common_svsmode(u, "-r+d", "1");
-}
-
-/* SVSMODE +r */
-void unreal_cmd_svid_umode2(User * u, const char *ts)
-{
- if (u->svid != u->timestamp) {
- common_svsmode(u, "+rd", ts);
- } else {
- common_svsmode(u, "+r", NULL);
- }
-}
-
-void unreal_cmd_svid_umode3(User * u, const char *ts)
-{
- /* not used */
-}
-
-/* svsjoin
- parv[0] - sender
- parv[1] - nick to make join
- parv[2] - channel(s) to join
- parv[3] - (optional) channel key(s)
-*/
-void unreal_cmd_svsjoin(const char *source, const char *nick, const char *chan, const char *param)
-{
- if (param) {
- send_cmd(source, "SVSJOIN %s %s :%s", nick, chan, param);
- } else {
- send_cmd(source, "SVSJOIN %s :%s", nick, chan);
- }
-}
-
-/* svspart
- parv[0] - sender
- parv[1] - nick to make part
- parv[2] - channel(s) to part
-*/
-void unreal_cmd_svspart(const char *source, const char *nick, const char *chan)
-{
- send_cmd(source, "SVSPART %s :%s", nick, chan);
-}
-
-void unreal_cmd_swhois(const char *source, const char *who, const char *mask)
-{
- /* Can anyone tell me if 3.1 has this? */
-}
-
-void unreal_cmd_eob()
-{
- /* Can anyone tell me if 3.1 has this? */
-}
-
-
-int anope_event_rehash(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_credits(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int anope_event_admin(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
-int unreal_flood_mode_check(const char *value)
-{
- char *dp, *end;
-
- if (value && *value != ':'
- && (strtoul((*value == '*' ? value + 1 : value), &dp, 10) > 0)
- && (*dp == ':') && (*(++dp) != 0) && (strtoul(dp, &end, 10) > 0)
- && (*end == 0)) {
- return 1;
- } else {
- return 0;
- }
-}
-
-void unreal_cmd_jupe(const char *jserver, const char *who, const char *reason)
-{
- char rbuf[256];
-
- snprintf(rbuf, sizeof(rbuf), "Juped by %s%s%s", who,
- reason ? ": " : "", reason ? reason : "");
-
- if (findserver(servlist, jserver))
- unreal_cmd_squit(jserver, rbuf);
- unreal_cmd_server(jserver, 2, rbuf);
- new_server(me_server, jserver, rbuf, SERVER_JUPED, NULL);
-}
-
-/* GLOBOPS - to handle old WALLOPS */
-void unreal_cmd_global_legacy(const char *source, const char *fmt)
-{
- send_cmd(source ? source : ServerName, "%s :%s",
- send_token("GLOBOPS", "]"), fmt);
-}
-
-/*
- 1 = valid nick
- 0 = nick is in valid
-*/
-int unreal_valid_nick(const char *nick)
-{
- if (!stricmp("ircd", nick)) {
- return 0;
- }
- if (!stricmp("irc", nick)) {
- return 0;
- }
- return 1;
-}
-
-int unreal_valid_chan(const char *chan) {
- if (strchr(chan, ':')) {
- return 0;
- }
- return 1;
-}
-
-void unreal_cmd_ctcp(const char *source, const char *dest, const char *buf)
-{
- char *s;
-
- if (!buf) {
- return;
- } else {
- s = normalizeBuffer(buf);
- }
-
- send_cmd(source, "NOTICE %s :\1%s \1", dest, s);
- free(s);
-}
-
-
-/**
- * Tell anope which function we want to perform each task inside of anope.
- * These prototypes must match what anope expects.
- **/
-void moduleAddAnopeCmds()
-{
- pmodule_cmd_topic(unreal_cmd_topic);
- pmodule_cmd_vhost_off(unreal_cmd_vhost_off);
- pmodule_cmd_akill(unreal_cmd_akill);
- pmodule_cmd_svskill(unreal_cmd_svskill);
- pmodule_cmd_svsmode(unreal_cmd_svsmode);
- pmodule_cmd_372(unreal_cmd_372);
- pmodule_cmd_372_error(unreal_cmd_372_error);
- pmodule_cmd_375(unreal_cmd_375);
- pmodule_cmd_376(unreal_cmd_376);
- pmodule_cmd_nick(unreal_cmd_nick);
- pmodule_cmd_guest_nick(unreal_cmd_guest_nick);
- pmodule_cmd_mode(unreal_cmd_mode);
- pmodule_cmd_bot_nick(unreal_cmd_bot_nick);
- pmodule_cmd_kick(unreal_cmd_kick);
- pmodule_cmd_notice_ops(unreal_cmd_notice_ops);
- pmodule_cmd_notice(unreal_cmd_notice);
- pmodule_cmd_notice2(unreal_cmd_notice2);
- pmodule_cmd_privmsg(unreal_cmd_privmsg);
- pmodule_cmd_privmsg2(unreal_cmd_privmsg2);
- pmodule_cmd_serv_notice(unreal_cmd_serv_notice);
- pmodule_cmd_serv_privmsg(unreal_cmd_serv_privmsg);
- pmodule_cmd_bot_chan_mode(unreal_cmd_bot_chan_mode);
- pmodule_cmd_351(unreal_cmd_351);
- pmodule_cmd_quit(unreal_cmd_quit);
- pmodule_cmd_pong(unreal_cmd_pong);
- pmodule_cmd_join(unreal_cmd_join);
- pmodule_cmd_unsqline(unreal_cmd_unsqline);
- pmodule_cmd_invite(unreal_cmd_invite);
- pmodule_cmd_part(unreal_cmd_part);
- pmodule_cmd_391(unreal_cmd_391);
- pmodule_cmd_250(unreal_cmd_250);
- pmodule_cmd_307(unreal_cmd_307);
- pmodule_cmd_311(unreal_cmd_311);
- pmodule_cmd_312(unreal_cmd_312);
- pmodule_cmd_317(unreal_cmd_317);
- pmodule_cmd_219(unreal_cmd_219);
- pmodule_cmd_401(unreal_cmd_401);
- pmodule_cmd_318(unreal_cmd_318);
- pmodule_cmd_242(unreal_cmd_242);
- pmodule_cmd_243(unreal_cmd_243);
- pmodule_cmd_211(unreal_cmd_211);
- pmodule_cmd_global(unreal_cmd_global);
- pmodule_cmd_global_legacy(unreal_cmd_global_legacy);
- pmodule_cmd_sqline(unreal_cmd_sqline);
- pmodule_cmd_squit(unreal_cmd_squit);
- pmodule_cmd_svso(unreal_cmd_svso);
- pmodule_cmd_chg_nick(unreal_cmd_chg_nick);
- pmodule_cmd_svsnick(unreal_cmd_svsnick);
- pmodule_cmd_vhost_on(unreal_cmd_vhost_on);
- pmodule_cmd_connect(unreal_cmd_connect);
- pmodule_cmd_svshold(unreal_cmd_svshold);
- pmodule_cmd_release_svshold(unreal_cmd_release_svshold);
- pmodule_cmd_unsgline(unreal_cmd_unsgline);
- pmodule_cmd_unszline(unreal_cmd_unszline);
- pmodule_cmd_szline(unreal_cmd_szline);
- pmodule_cmd_sgline(unreal_cmd_sgline);
- pmodule_cmd_unban(unreal_cmd_unban);
- pmodule_cmd_svsmode_chan(unreal_cmd_svsmode_chan);
- pmodule_cmd_svid_umode(unreal_cmd_svid_umode);
- pmodule_cmd_nc_change(unreal_cmd_nc_change);
- pmodule_cmd_svid_umode2(unreal_cmd_svid_umode2);
- pmodule_cmd_svid_umode3(unreal_cmd_svid_umode3);
- pmodule_cmd_svsjoin(unreal_cmd_svsjoin);
- pmodule_cmd_svspart(unreal_cmd_svspart);
- pmodule_cmd_swhois(unreal_cmd_swhois);
- pmodule_cmd_eob(unreal_cmd_eob);
- pmodule_flood_mode_check(unreal_flood_mode_check);
- pmodule_cmd_jupe(unreal_cmd_jupe);
- pmodule_valid_nick(unreal_valid_nick);
- pmodule_valid_chan(unreal_valid_chan);
- pmodule_cmd_ctcp(unreal_cmd_ctcp);
- pmodule_set_umode(unreal_set_umode);
-}
-
-/**
- * Now tell anope how to use us.
- **/
-int AnopeInit(int argc, char **argv)
-{
-
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
- moduleSetType(PROTOCOL);
-
- pmodule_ircd_version("UnrealIRCd 3.1.1+");
- pmodule_ircd_cap(myIrcdcap);
- pmodule_ircd_var(myIrcd);
- pmodule_ircd_cbmodeinfos(myCbmodeinfos);
- pmodule_ircd_cumodes(myCumodes);
- pmodule_ircd_flood_mode_char_set("+f");
- pmodule_ircd_flood_mode_char_remove("-f");
- pmodule_ircd_cbmodes(myCbmodes);
- pmodule_ircd_cmmodes(myCmmodes);
- pmodule_ircd_csmodes(myCsmodes);
- pmodule_ircd_useTSMode(0);
-
- /** Deal with modes anope _needs_ to know **/
- pmodule_invis_umode(UMODE_i);
- pmodule_oper_umode(UMODE_o);
- pmodule_invite_cmode(CMODE_i);
- pmodule_secret_cmode(CMODE_s);
- pmodule_private_cmode(CMODE_p);
- pmodule_key_mode(CMODE_k);
- pmodule_limit_mode(CMODE_l);
-
- moduleAddAnopeCmds();
- pmodule_ircd_proto(&ircd_proto);
- moduleAddIRCDMsgs();
-
- return MOD_CONT;
-}
diff --git a/src/protocol/unreal31.h b/src/protocol/unreal31.h
deleted file mode 100644
index 46c5f4b73..000000000
--- a/src/protocol/unreal31.h
+++ /dev/null
@@ -1,127 +0,0 @@
-/* Unreal IRCD 3.1.x functions
- *
- * (C) 2003-2008 Anope Team
- * Contact us at info@anope.org
- *
- * Please read COPYING and README for furhter details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
- *
- */
-
-/*************************************************************************/
-
-#define UMODE_a 0x00000001
-#define UMODE_h 0x00000002
-#define UMODE_i 0x00000004
-#define UMODE_o 0x00000008
-#define UMODE_r 0x00000010
-#define UMODE_w 0x00000020
-#define UMODE_A 0x00000040
-#define UMODE_g 0x80000000
-#define UMODE_x 0x40000000
-
-#define CMODE_i 0x00000001
-#define CMODE_m 0x00000002
-#define CMODE_n 0x00000004
-#define CMODE_p 0x00000008
-#define CMODE_s 0x00000010
-#define CMODE_t 0x00000020
-#define CMODE_k 0x00000040 /* These two used only by ChanServ */
-#define CMODE_l 0x00000080
-#define CMODE_c 0x00000400
-#define CMODE_A 0x00000800
-#define CMODE_H 0x00001000
-#define CMODE_K 0x00002000
-#define CMODE_L 0x00004000
-#define CMODE_O 0x00008000
-#define CMODE_Q 0x00010000
-#define CMODE_S 0x00020000
-#define CMODE_V 0x00040000
-#define CMODE_f 0x00080000
-#define CMODE_G 0x00100000
-#define CMODE_C 0x00200000
-#define CMODE_u 0x00400000
-#define CMODE_z 0x00800000
-#define CMODE_N 0x01000000
-#define CMODE_R 0x00000100 /* Only identified users can join */
-#define CMODE_r 0x00000200 /* Set for all registered channels */
-
-#define DEFAULT_MLOCK CMODE_n | CMODE_t | CMODE_r
-
-void unreal_set_umode(User * user, int ac, const char **av);
-void unreal_cmd_topic(const char *whosets, const char *chan, const char *whosetit, const char *topic, time_t when);
-void unreal_cmd_vhost_off(User * u);
-void unreal_cmd_akill(const char *user, const char *host, const char *who, time_t when,time_t expires, const char *reason);
-void unreal_cmd_svskill(const char *source, const char *user, const char *buf);
-void unreal_cmd_svsmode(User * u, int ac, const char **av);
-void unreal_cmd_372(const char *source, const char *msg);
-void unreal_cmd_372_error(const char *source);
-void unreal_cmd_375(const char *source);
-void unreal_cmd_376(const char *source);
-void unreal_cmd_nick(const char *nick, const char *name, const char *modes);
-void unreal_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void unreal_cmd_mode(const char *source, const char *dest, const char *buf);
-void unreal_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
-void unreal_cmd_kick(const char *source, const char *chan, const char *user, const char *buf);
-void unreal_cmd_notice_ops(const char *source, const char *dest, const char *buf);
-void unreal_cmd_notice(const char *source, const char *dest, const char *buf);
-void unreal_cmd_notice2(const char *source, const char *dest, const char *msg);
-void unreal_cmd_privmsg(const char *source, const char *dest, const char *buf);
-void unreal_cmd_privmsg2(const char *source, const char *dest, const char *msg);
-void unreal_cmd_serv_notice(const char *source, const char *dest, const char *msg);
-void unreal_cmd_serv_privmsg(const char *source, const char *dest, const char *msg);
-void unreal_cmd_bot_chan_mode(const char *nick, const char *chan);
-void unreal_cmd_351(const char *source);
-void unreal_cmd_quit(const char *source, const char *buf);
-void unreal_cmd_pong(const char *servname, const char *who);
-void unreal_cmd_join(const char *user, const char *channel, time_t chantime);
-void unreal_cmd_unsqline(const char *user);
-void unreal_cmd_invite(const char *source, const char *chan, const char *nick);
-void unreal_cmd_part(const char *nick, const char *chan, const char *buf);
-void unreal_cmd_391(const char *source, const char *timestr);
-void unreal_cmd_250(const char *buf);
-void unreal_cmd_307(const char *buf);
-void unreal_cmd_311(const char *buf);
-void unreal_cmd_312(const char *buf);
-void unreal_cmd_317(const char *buf);
-void unreal_cmd_219(const char *source, const char *letter);
-void unreal_cmd_401(const char *source, const char *who);
-void unreal_cmd_318(const char *source, const char *who);
-void unreal_cmd_242(const char *buf);
-void unreal_cmd_243(const char *buf);
-void unreal_cmd_211(const char *buf);
-void unreal_cmd_global(const char *source, const char *buf);
-void unreal_cmd_global_legacy(const char *source, const char *fmt);
-void unreal_cmd_sqline(const char *mask, const char *reason);
-void unreal_cmd_squit(const char *servname, const char *message);
-void unreal_cmd_svso(const char *source, const char *nick, const char *flag);
-void unreal_cmd_chg_nick(const char *oldnick, const char *newnick);
-void unreal_cmd_svsnick(const char *source, const char *guest, time_t when);
-void unreal_cmd_vhost_on(const char *nick, const char *vIdent, const char *vhost);
-void unreal_cmd_connect(int servernum);
-void unreal_cmd_svshold(const char *nick);
-void unreal_cmd_release_svshold(const char *nick);
-void unreal_cmd_unsgline(const char *mask);
-void unreal_cmd_unszline(const char *mask);
-void unreal_cmd_szline(const char *mask, const char *reason, const char *whom);
-void unreal_cmd_sgline(const char *mask, const char *reason);
-void unreal_cmd_unban(const char *name, const char *nick);
-void unreal_cmd_svsmode_chan(const char *name, const char *mode, const char *nick);
-void unreal_cmd_svid_umode(const char *nick, time_t ts);
-void unreal_cmd_nc_change(User * u);
-void unreal_cmd_svid_umode2(User * u, const char *ts);
-void unreal_cmd_svid_umode3(User * u, const char *ts);
-void unreal_cmd_eob();
-int unreal_flood_mode_check(const char *value);
-void unreal_cmd_jupe(const char *jserver, const char *who, const char *reason);
-int unreal_valid_nick(const char *nick);
-void unreal_cmd_ctcp(const char *source, const char *dest, const char *buf);
-
-class UnrealIRCdProto : public IRCDProtoNew {
- public:
- void cmd_svsnoop(const char *, int);
- void cmd_remove_akill(const char *, const char *);
-} ircd_proto;
diff --git a/src/tools/Makefile b/src/tools/Makefile
index c0aa9fb85..da9c86827 100644
--- a/src/tools/Makefile
+++ b/src/tools/Makefile
@@ -1,4 +1,4 @@
-SRCS = anopesmtp.c db-merger.c epona2anope.c
+SRCS = anopesmtp.c db-merger.c
OBJS = $(SRCS:.c=.o)
INCLUDES = ../../include/services.h
diff --git a/src/tools/Makefile.win32 b/src/tools/Makefile.win32
index 77e7f2c91..54fe47f0c 100644
--- a/src/tools/Makefile.win32
+++ b/src/tools/Makefile.win32
@@ -1,6 +1,6 @@
include ../../Makefile.inc.win32
-SRCS=anopesmtp.c epona2anope.c db-merger.c
+SRCS=anopesmtp.c db-merger.c
OBJECTS= $(SRCS:.c=.exe)
CFLAGS=$(CFLAGS) /I"../../include"
LFLAGS=/link wsock32.lib $(LIBS) $(LFLAGS)
diff --git a/src/tools/anopesmtp.c b/src/tools/anopesmtp.c
index 4ff0c6fcf..f5981a851 100644
--- a/src/tools/anopesmtp.c
+++ b/src/tools/anopesmtp.c
@@ -181,7 +181,7 @@ char *strip(char *buf)
*/
char *lftocrlf(char *buf)
{
- char *result = malloc(strlen(buf) + 2);
+ char *result = (char *)malloc(strlen(buf) + 2);
strip(buf);
strcpy(result, buf);
strcat(result, "\r\n");
@@ -193,7 +193,7 @@ char *lftocrlf(char *buf)
/* Add a header to the list */
void smtp_add_header(char *header)
{
- struct smtp_header *head = malloc(sizeof(struct smtp_header));
+ struct smtp_header *head = (struct smtp_header *)malloc(sizeof(struct smtp_header));
head->header = lftocrlf(header);
head->next = NULL;
@@ -276,7 +276,7 @@ void smtp_add_body_line(char *line)
{
struct smtp_body_line *body;
- body = malloc(sizeof(struct smtp_body_line));
+ body = (struct smtp_body_line *)malloc(sizeof(struct smtp_body_line));
body->line = lftocrlf(line);
body->next = NULL;
diff --git a/src/tools/db-merger.c b/src/tools/db-merger.c
index 7ecbbbff6..fbcbf966c 100644
--- a/src/tools/db-merger.c
+++ b/src/tools/db-merger.c
@@ -362,7 +362,7 @@ int main(int argc, char *argv[])
exit(0);
}
- nc = calloc(1, sizeof(NickCore));
+ nc = (NickCore *)calloc(1, sizeof(NickCore));
nc->aliascount = 0;
nc->unused = 0;
@@ -382,7 +382,7 @@ int main(int argc, char *argv[])
READ(read_uint16(&nc->accesscount, f));
if (nc->accesscount) {
char **access;
- access = calloc(sizeof(char *) * nc->accesscount, 1);
+ access = (char **)calloc(sizeof(char *) * nc->accesscount, 1);
nc->access = access;
for (j = 0; j < nc->accesscount; j++, access++)
READ(read_string(access, f));
@@ -391,7 +391,7 @@ int main(int argc, char *argv[])
READ(read_int16(&nc->memos.memomax, f));
if (nc->memos.memocount) {
Memo *memos;
- memos = calloc(sizeof(Memo) * nc->memos.memocount, 1);
+ memos = (Memo *)calloc(sizeof(Memo) * nc->memos.memocount, 1);
nc->memos.memos = memos;
for (j = 0; j < nc->memos.memocount; j++, memos++) {
READ(read_uint32(&memos->number, f));
@@ -421,7 +421,7 @@ int main(int argc, char *argv[])
exit(0);
}
- na = calloc(1, sizeof(NickAlias));
+ na = (NickAlias *)calloc(1, sizeof(NickAlias));
READ(read_string(&na->nick, f));
READ(read_string(&na->last_usermask, f));
@@ -468,7 +468,7 @@ int main(int argc, char *argv[])
exit(0);
}
- nc = calloc(1, sizeof(NickCore));
+ nc = (NickCore *)calloc(1, sizeof(NickCore));
READ(read_string(&nc->display, f));
READ(read_string(&nc->pass, f));
READ(read_string(&nc->email, f));
@@ -496,7 +496,7 @@ int main(int argc, char *argv[])
READ(read_uint16(&nc->accesscount, f));
if (nc->accesscount) {
char **access;
- access = calloc(sizeof(char *) * nc->accesscount, 1);
+ access = (char **)calloc(sizeof(char *) * nc->accesscount, 1);
nc->access = access;
for (j = 0; j < nc->accesscount; j++, access++)
READ(read_string(access, f));
@@ -505,7 +505,7 @@ int main(int argc, char *argv[])
READ(read_int16(&nc->memos.memomax, f));
if (nc->memos.memocount) {
Memo *memos;
- memos = calloc(sizeof(Memo) * nc->memos.memocount, 1);
+ memos = (Memo *)calloc(sizeof(Memo) * nc->memos.memocount, 1);
nc->memos.memos = memos;
for (j = 0; j < nc->memos.memocount; j++, memos++) {
READ(read_uint32(&memos->number, f));
@@ -532,7 +532,7 @@ int main(int argc, char *argv[])
exit(0);
}
- na = calloc(1, sizeof(NickAlias));
+ na = (NickAlias *)calloc(1, sizeof(NickAlias));
READ(read_string(&na->nick, f));
READ(read_string(&na->last_usermask, f));
@@ -730,7 +730,7 @@ int main(int argc, char *argv[])
exit(0);
}
- ci = calloc(sizeof(ChannelInfo), 1);
+ ci = (ChannelInfo *)calloc(sizeof(ChannelInfo), 1);
*last = ci;
last = &ci->next;
ci->prev = prev;
@@ -761,7 +761,7 @@ int main(int argc, char *argv[])
ci->bantype = tmp16;
READ(read_int16(&tmp16, f));
n_levels = tmp16;
- ci->levels = calloc(36 * sizeof(*ci->levels), 1);
+ ci->levels = (int16 *)calloc(36 * sizeof(*ci->levels), 1);
for (j = 0; j < n_levels; j++) {
if (j < 36)
READ(read_int16(&ci->levels[j], f));
@@ -770,7 +770,7 @@ int main(int argc, char *argv[])
}
READ(read_uint16(&ci->accesscount, f));
if (ci->accesscount) {
- ci->access = calloc(ci->accesscount, sizeof(ChanAccess));
+ ci->access = (ChanAccess *)calloc(ci->accesscount, sizeof(ChanAccess));
for (j = 0; j < ci->accesscount; j++) {
READ(read_uint16(&ci->access[j].in_use, f));
if (ci->access[j].in_use) {
@@ -791,7 +791,7 @@ int main(int argc, char *argv[])
}
READ(read_uint16(&ci->akickcount, f));
if (ci->akickcount) {
- ci->akick = calloc(ci->akickcount, sizeof(AutoKick));
+ ci->akick = (AutoKick *)calloc(ci->akickcount, sizeof(AutoKick));
for (j = 0; j < ci->akickcount; j++) {
SAFE(read_uint16(&ci->akick[j].flags, f));
if (ci->akick[j].flags & 0x0001) {
@@ -833,7 +833,7 @@ int main(int argc, char *argv[])
READ(read_int16(&ci->memos.memomax, f));
if (ci->memos.memocount) {
Memo *memos;
- memos = calloc(sizeof(Memo) * ci->memos.memocount, 1);
+ memos = (Memo *)calloc(sizeof(Memo) * ci->memos.memocount, 1);
ci->memos.memos = memos;
for (j = 0; j < ci->memos.memocount; j++, memos++) {
READ(read_uint32(&memos->number, f));
@@ -852,7 +852,7 @@ int main(int argc, char *argv[])
ci->botflags = tmp32;
READ(read_int16(&tmp16, f));
n_ttb = tmp16;
- ci->ttb = calloc(2 * 8, 1);
+ ci->ttb = (int16 *)calloc(2 * 8, 1);
for (j = 0; j < n_ttb; j++) {
if (j < 8)
READ(read_int16(&ci->ttb[j], f));
@@ -874,7 +874,7 @@ int main(int argc, char *argv[])
READ(read_uint16(&ci->bwcount, f));
if (ci->bwcount) {
- ci->badwords = calloc(ci->bwcount, sizeof(BadWord));
+ ci->badwords = (BadWord *)calloc(ci->bwcount, sizeof(BadWord));
for (j = 0; j < ci->bwcount; j++) {
SAFE(read_uint16(&ci->badwords[j].in_use, f));
if (ci->badwords[j].in_use) {
@@ -918,7 +918,7 @@ int main(int argc, char *argv[])
exit(0);
}
- ci = calloc(sizeof(ChannelInfo), 1);
+ ci = (ChannelInfo *)calloc(sizeof(ChannelInfo), 1);
READ(read_buffer(ci->name, f));
READ(read_string(&ci->founder, f));
READ(read_string(&ci->successor, f));
@@ -945,7 +945,7 @@ int main(int argc, char *argv[])
ci->bantype = tmp16;
READ(read_int16(&tmp16, f));
n_levels = tmp16;
- ci->levels = calloc(36 * sizeof(*ci->levels), 1);
+ ci->levels = (int16 *)calloc(36 * sizeof(*ci->levels), 1);
for (j = 0; j < n_levels; j++) {
if (j < 36)
READ(read_int16(&ci->levels[j], f));
@@ -954,7 +954,7 @@ int main(int argc, char *argv[])
}
READ(read_uint16(&ci->accesscount, f));
if (ci->accesscount) {
- ci->access = calloc(ci->accesscount, sizeof(ChanAccess));
+ ci->access = (ChanAccess *)calloc(ci->accesscount, sizeof(ChanAccess));
for (j = 0; j < ci->accesscount; j++) {
READ(read_uint16(&ci->access[j].in_use, f));
if (ci->access[j].in_use) {
@@ -975,7 +975,7 @@ int main(int argc, char *argv[])
}
READ(read_uint16(&ci->akickcount, f));
if (ci->akickcount) {
- ci->akick = calloc(ci->akickcount, sizeof(AutoKick));
+ ci->akick = (AutoKick *)calloc(ci->akickcount, sizeof(AutoKick));
for (j = 0; j < ci->akickcount; j++) {
SAFE(read_uint16(&ci->akick[j].flags, f));
if (ci->akick[j].flags & 0x0001) {
@@ -1017,7 +1017,7 @@ int main(int argc, char *argv[])
READ(read_int16(&ci->memos.memomax, f));
if (ci->memos.memocount) {
Memo *memos;
- memos = calloc(sizeof(Memo) * ci->memos.memocount, 1);
+ memos = (Memo *)calloc(sizeof(Memo) * ci->memos.memocount, 1);
ci->memos.memos = memos;
for (j = 0; j < ci->memos.memocount; j++, memos++) {
READ(read_uint32(&memos->number, f));
@@ -1036,7 +1036,7 @@ int main(int argc, char *argv[])
ci->botflags = tmp32;
READ(read_int16(&tmp16, f));
n_ttb = tmp16;
- ci->ttb = calloc(32, 1);
+ ci->ttb = (int16 *)calloc(32, 1);
for (j = 0; j < n_ttb; j++) {
if (j < 8)
READ(read_int16(&ci->ttb[j], f));
@@ -1058,7 +1058,7 @@ int main(int argc, char *argv[])
READ(read_uint16(&ci->bwcount, f));
if (ci->bwcount) {
- ci->badwords = calloc(ci->bwcount, sizeof(BadWord));
+ ci->badwords = (BadWord *)calloc(ci->bwcount, sizeof(BadWord));
for (j = 0; j < ci->bwcount; j++) {
SAFE(read_uint16(&ci->badwords[j].in_use, f));
if (ci->badwords[j].in_use) {
@@ -1384,7 +1384,7 @@ int main(int argc, char *argv[])
exit(0);
}
- bi = calloc(sizeof(BotInfo), 1);
+ bi = (BotInfo *)calloc(sizeof(BotInfo), 1);
READ(read_string(&bi->nick, f));
READ(read_string(&bi->user, f));
READ(read_string(&bi->host, f));
@@ -1415,7 +1415,7 @@ int main(int argc, char *argv[])
exit(0);
}
- bi = calloc(sizeof(BotInfo), 1);
+ bi = (BotInfo *)calloc(sizeof(BotInfo), 1);
READ(read_string(&bi->nick, f));
READ(read_string(&bi->user, f));
READ(read_string(&bi->host, f));
@@ -1517,7 +1517,7 @@ int main(int argc, char *argv[])
printf("Invalid format in %s.\n", HOST_DB_1);
exit(0);
}
- hc = calloc(1, sizeof(HostCore));
+ hc = (HostCore *)calloc(1, sizeof(HostCore));
READ(read_string(&hc->nick, f));
READ(read_string(&hc->vIdent, f));
READ(read_string(&hc->vHost, f));
@@ -1548,7 +1548,7 @@ int main(int argc, char *argv[])
exit(0);
}
collision = 0;
- hc = calloc(1, sizeof(HostCore));
+ hc = (HostCore *)calloc(1, sizeof(HostCore));
READ(read_string(&hc->nick, f));
READ(read_string(&hc->vIdent, f));
READ(read_string(&hc->vHost, f));
@@ -1651,7 +1651,7 @@ dbFILE *open_db_read(const char *service, const char *filename, int version)
FILE *fp;
int myversion;
- f = calloc(sizeof(*f), 1);
+ f = (dbFILE *)calloc(sizeof(*f), 1);
if (!f) {
printf("Can't allocate memory for %s database %s.\n", service, filename);
exit(0);
@@ -1682,7 +1682,7 @@ dbFILE *open_db_write(const char *service, const char *filename, int version)
dbFILE *f;
int fd;
- f = calloc(sizeof(*f), 1);
+ f = (dbFILE *)calloc(sizeof(*f), 1);
if (!f) {
printf("Can't allocate memory for %s database %s.\n", service, filename);
exit(0);
@@ -1829,7 +1829,7 @@ int read_string(char **ret, dbFILE * f)
*ret = NULL;
return 0;
}
- s = calloc(len, 1);
+ s = (char *)calloc(len, 1);
if (len != fread(s, 1, len, f->fp)) {
free(s);
return -1;
diff --git a/src/tools/epona2anope.c b/src/tools/obsolete/epona2anope.c
index d89be6d12..d89be6d12 100644
--- a/src/tools/epona2anope.c
+++ b/src/tools/obsolete/epona2anope.c