Properly check for fake idents when checking for user matches.
[srvx.git] / src / proto-p10.c
1 /* proto-p10.c - IRC protocol output
2  * Copyright 2000-2008 srvx Development Team
3  *
4  * This file is part of srvx.
5  *
6  * srvx is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with srvx; if not, write to the Free Software Foundation,
18  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
19  */
20
21 #include "proto-common.c"
22
23 /* Full commands. */
24 #define CMD_ACCOUNT             "ACCOUNT"
25 #define CMD_ADMIN               "ADMIN"
26 #define CMD_ASLL                "ASLL"
27 #define CMD_AWAY                "AWAY"
28 #define CMD_BURST               "BURST"
29 #define CMD_CLEARMODE           "CLEARMODE"
30 #define CMD_CLOSE               "CLOSE"
31 #define CMD_CNOTICE             "CNOTICE"
32 #define CMD_CONNECT             "CONNECT"
33 #define CMD_CPRIVMSG            "CPRIVMSG"
34 #define CMD_CREATE              "CREATE"
35 #define CMD_DESTRUCT            "DESTRUCT"
36 #define CMD_DESYNCH             "DESYNCH"
37 #define CMD_DIE                 "DIE"
38 #define CMD_DNS                 "DNS"
39 #define CMD_EOB                 "END_OF_BURST"
40 #define CMD_EOB_ACK             "EOB_ACK"
41 #define CMD_ERROR               "ERROR"
42 #define CMD_FAKEHOST            "FAKE"
43 #define CMD_GET                 "GET"
44 #define CMD_GLINE               "GLINE"
45 #define CMD_HASH                "HASH"
46 #define CMD_HELP                "HELP"
47 #define CMD_INFO                "INFO"
48 #define CMD_INVITE              "INVITE"
49 #define CMD_ISON                "ISON"
50 #define CMD_JOIN                "JOIN"
51 #define CMD_JUPE                "JUPE"
52 #define CMD_KICK                "KICK"
53 #define CMD_KILL                "KILL"
54 #define CMD_LINKS               "LINKS"
55 #define CMD_LIST                "LIST"
56 #define CMD_LUSERS              "LUSERS"
57 #define CMD_MAP                 "MAP"
58 #define CMD_MODE                "MODE"
59 #define CMD_MOTD                "MOTD"
60 #define CMD_NAMES               "NAMES"
61 #define CMD_NICK                "NICK"
62 #define CMD_NOTICE              "NOTICE"
63 #define CMD_OPER                "OPER"
64 #define CMD_OPMODE              "OPMODE"
65 #define CMD_PART                "PART"
66 #define CMD_PASS                "PASS"
67 #define CMD_PING                "PING"
68 #define CMD_PONG                "PONG"
69 #define CMD_POST                "POST"
70 #define CMD_PRIVMSG             "PRIVMSG"
71 #define CMD_PRIVS               "PRIVS"
72 #define CMD_PROTO               "PROTO"
73 #define CMD_QUIT                "QUIT"
74 #define CMD_REHASH              "REHASH"
75 #define CMD_RESET               "RESET"
76 #define CMD_RESTART             "RESTART"
77 #define CMD_RPING               "RPING"
78 #define CMD_RPONG               "RPONG"
79 #define CMD_SERVER              "SERVER"
80 #define CMD_SERVLIST            "SERVLIST"
81 #define CMD_SERVSET             "SERVSET"
82 #define CMD_SET                 "SET"
83 #define CMD_SETTIME             "SETTIME"
84 #define CMD_SILENCE             "SILENCE"
85 #define CMD_SQUERY              "SQUERY"
86 #define CMD_SQUIT               "SQUIT"
87 #define CMD_STATS               "STATS"
88 #define CMD_SVSNICK             "SVSNICK"
89 #define CMD_TIME                "TIME"
90 #define CMD_TOPIC               "TOPIC"
91 #define CMD_TRACE               "TRACE"
92 #define CMD_UPING               "UPING"
93 #define CMD_USER                "USER"
94 #define CMD_USERHOST            "USERHOST"
95 #define CMD_USERIP              "USERIP"
96 #define CMD_VERSION             "VERSION"
97 #define CMD_WALLCHOPS           "WALLCHOPS"
98 #define CMD_WALLOPS             "WALLOPS"
99 #define CMD_WALLUSERS           "WALLUSERS"
100 #define CMD_WALLVOICES          "WALLVOICES"
101 #define CMD_WHO                 "WHO"
102 #define CMD_WHOIS               "WHOIS"
103 #define CMD_WHOWAS              "WHOWAS"
104
105 /* Tokenized commands. */
106 #define TOK_ACCOUNT             "AC"
107 #define TOK_ADMIN               "AD"
108 #define TOK_ASLL                "LL"
109 #define TOK_AWAY                "A"
110 #define TOK_BURST               "B"
111 #define TOK_CLEARMODE           "CM"
112 #define TOK_CLOSE               "CLOSE"
113 #define TOK_CNOTICE             "CN"
114 #define TOK_CONNECT             "CO"
115 #define TOK_CPRIVMSG            "CP"
116 #define TOK_CREATE              "C"
117 #define TOK_DESTRUCT            "DE"
118 #define TOK_DESYNCH             "DS"
119 #define TOK_DIE                 "DIE"
120 #define TOK_DNS                 "DNS"
121 #define TOK_EOB                 "EB"
122 #define TOK_EOB_ACK             "EA"
123 #define TOK_ERROR               "Y"
124 #define TOK_FAKEHOST            "FA"
125 #define TOK_GET                 "GET"
126 #define TOK_GLINE               "GL"
127 #define TOK_HASH                "HASH"
128 #define TOK_HELP                "HELP"
129 #define TOK_INFO                "F"
130 #define TOK_INVITE              "I"
131 #define TOK_ISON                "ISON"
132 #define TOK_JOIN                "J"
133 #define TOK_JUPE                "JU"
134 #define TOK_KICK                "K"
135 #define TOK_KILL                "D"
136 #define TOK_LINKS               "LI"
137 #define TOK_LIST                "LIST"
138 #define TOK_LUSERS              "LU"
139 #define TOK_MAP                 "MAP"
140 #define TOK_MODE                "M"
141 #define TOK_MOTD                "MO"
142 #define TOK_NAMES               "E"
143 #define TOK_NICK                "N"
144 #define TOK_NOTICE              "O"
145 #define TOK_OPER                "OPER"
146 #define TOK_OPMODE              "OM"
147 #define TOK_PART                "L"
148 #define TOK_PASS                "PA"
149 #define TOK_PING                "G"
150 #define TOK_PONG                "Z"
151 #define TOK_POST                "POST"
152 #define TOK_PRIVMSG             "P"
153 #define TOK_PRIVS               "PRIVS"
154 #define TOK_PROTO               "PROTO"
155 #define TOK_QUIT                "Q"
156 #define TOK_REHASH              "REHASH"
157 #define TOK_RESET               "RESET"
158 #define TOK_RESTART             "RESTART"
159 #define TOK_RPING               "RI"
160 #define TOK_RPONG               "RO"
161 #define TOK_SERVER              "S"
162 #define TOK_SERVLIST            "SERVSET"
163 #define TOK_SERVSET             "SERVSET"
164 #define TOK_SET                 "SET"
165 #define TOK_SETTIME             "SE"
166 #define TOK_SILENCE             "U"
167 #define TOK_SQUERY              "SQUERY"
168 #define TOK_SQUIT               "SQ"
169 #define TOK_STATS               "R"
170 #define TOK_SVSNICK             "SN"
171 #define TOK_TIME                "TI"
172 #define TOK_TOPIC               "T"
173 #define TOK_TRACE               "TR"
174 #define TOK_UPING               "UP"
175 #define TOK_USER                "USER"
176 #define TOK_USERHOST            "USERHOST"
177 #define TOK_USERIP              "USERIP"
178 #define TOK_VERSION             "V"
179 #define TOK_WALLCHOPS           "WC"
180 #define TOK_WALLOPS             "WA"
181 #define TOK_WALLUSERS           "WU"
182 #define TOK_WALLVOICES          "WV"
183 #define TOK_WHO                 "H"
184 #define TOK_WHOIS               "W"
185 #define TOK_WHOWAS              "X"
186
187 /* Protocol messages; aliased to full commands or tokens depending
188    on compile-time configuration. ircu prefers tokens WITH THE
189    EXCEPTION OF THE SERVER AND PASS COMMANDS, which cannot be
190    tokenized, because clients' (ie. a linking server) commands are
191    only checked against the full command list.
192 */
193 #if defined(ENABLE_TOKENS)
194 #define TYPE(NAME)              TOK_ ## NAME
195 #else /* !ENABLE_TOKENS */
196 #define TYPE(NAME)              CMD_ ## NAME
197 #endif /* ENABLE_TOKENS */
198
199 #define P10_ACCOUNT             TYPE(ACCOUNT)
200 #define P10_ADMIN               TYPE(ADMIN)
201 #define P10_ASLL                TYPE(ASLL)
202 #define P10_AWAY                TYPE(AWAY)
203 #define P10_BURST               TYPE(BURST)
204 #define P10_CLEARMODE           TYPE(CLEARMODE)
205 #define P10_CLOSE               TYPE(CLOSE)
206 #define P10_CNOTICE             TYPE(CNOTICE)
207 #define P10_CONNECT             TYPE(CONNECT)
208 #define P10_CPRIVMSG            TYPE(CPRIVMSG)
209 #define P10_CREATE              TYPE(CREATE)
210 #define P10_DESTRUCT            TYPE(DESTRUCT)
211 #define P10_DESYNCH             TYPE(DESYNCH)
212 #define P10_DIE                 TYPE(DIE)
213 #define P10_DNS                 TYPE(DNS)
214 #define P10_EOB                 TYPE(EOB)
215 #define P10_EOB_ACK             TYPE(EOB_ACK)
216 #define P10_ERROR               TYPE(ERROR)
217 #define P10_FAKEHOST            TYPE(FAKEHOST)
218 #define P10_GET                 TYPE(GET)
219 #define P10_GLINE               TYPE(GLINE)
220 #define P10_HASH                TYPE(HASH)
221 #define P10_HELP                TYPE(HELP)
222 #define P10_INFO                TYPE(INFO)
223 #define P10_INVITE              TYPE(INVITE)
224 #define P10_ISON                TYPE(ISON)
225 #define P10_JOIN                TYPE(JOIN)
226 #define P10_JUPE                TYPE(JUPE)
227 #define P10_KICK                TYPE(KICK)
228 #define P10_KILL                TYPE(KILL)
229 #define P10_LINKS               TYPE(LINKS)
230 #define P10_LIST                TYPE(LIST)
231 #define P10_LUSERS              TYPE(LUSERS)
232 #define P10_MAP                 TYPE(MAP)
233 #define P10_MODE                TYPE(MODE)
234 #define P10_MOTD                TYPE(MOTD)
235 #define P10_NAMES               TYPE(NAMES)
236 #define P10_NICK                TYPE(NICK)
237 #define P10_NOTICE              TYPE(NOTICE)
238 #define P10_OPER                TYPE(OPER)
239 #define P10_OPMODE              TYPE(OPMODE)
240 #define P10_PART                TYPE(PART)
241 #define P10_PASS                CMD_PASS
242 #define P10_PING                TYPE(PING)
243 #define P10_PONG                TYPE(PONG)
244 #define P10_POST                TYPE(POST)
245 #define P10_PRIVMSG             TYPE(PRIVMSG)
246 #define P10_PRIVS               TYPE(PRIVS)
247 #define P10_PROTO               TYPE(PROTO)
248 #define P10_QUIT                TYPE(QUIT)
249 #define P10_REHASH              TYPE(REHASH)
250 #define P10_RESET               TYPE(RESET)
251 #define P10_RESTART             TYPE(RESTART)
252 #define P10_RPING               TYPE(RPING)
253 #define P10_RPONG               TYPE(RPONG)
254 #define P10_SERVER              CMD_SERVER
255 #define P10_SERVLIST            TYPE(SERVLIST)
256 #define P10_SERVSET             TYPE(SERVSET)
257 #define P10_SET                 TYPE(SET)
258 #define P10_SETTIME             TYPE(SETTIME)
259 #define P10_SILENCE             TYPE(SILENCE)
260 #define P10_SQUERY              TYPE(SQUERY)
261 #define P10_SQUIT               TYPE(SQUIT)
262 #define P10_STATS               TYPE(STATS)
263 #define P10_SVSNICK             TYPE(SVSNICK)
264 #define P10_TIME                TYPE(TIME)
265 #define P10_TOPIC               TYPE(TOPIC)
266 #define P10_TRACE               TYPE(TRACE)
267 #define P10_UPING               TYPE(UPING)
268 #define P10_USER                TYPE(USER)
269 #define P10_USERHOST            TYPE(USERHOST)
270 #define P10_USERIP              TYPE(USERIP)
271 #define P10_VERSION             TYPE(VERSION)
272 #define P10_WALLCHOPS           TYPE(WALLCHOPS)
273 #define P10_WALLOPS             TYPE(WALLOPS)
274 #define P10_WALLUSERS           TYPE(WALLUSERS)
275 #define P10_WALLVOICES          TYPE(WALLVOICES)
276 #define P10_WHO                 TYPE(WHO)
277 #define P10_WHOIS               TYPE(WHOIS)
278 #define P10_WHOWAS              TYPE(WHOWAS)
279
280 /* Servers claiming to have a boot or link time before PREHISTORY
281  * trigger errors to the log.  We hope no server has been running
282  * constantly since September 1994.  :)
283  */
284 #define PREHISTORY 780000000
285
286 static struct server *servers_num[64*64];
287 static privmsg_func_t *privmsg_funcs;
288 static unsigned int num_privmsg_funcs;
289 static privmsg_func_t *notice_funcs;
290 static unsigned int num_notice_funcs;
291 static struct dict *unbursted_channels;
292 static const char *his_servername;
293 static const char *his_servercomment;
294
295 /* These correspond to 1 << X:      012345678901234567 */
296 const char irc_user_mode_chars[] = "o iw dkgn        I";
297
298 static struct userNode *AddUser(struct server* uplink, const char *nick, const char *ident, const char *hostname, const char *modes, const char *numeric, const char *userinfo, unsigned long timestamp, const char *realip);
299
300 extern int off_channel;
301
302 /*
303  * Oplevel parsing
304  */
305 static int
306 parse_oplevel(char *str)
307 {
308     int oplevel = 0;
309     while (isdigit(*str))
310         oplevel = oplevel * 10 + *str++ - '0';
311     return oplevel;
312 }
313
314 /* Numerics can be XYY, XYYY, or XXYYY; with X's identifying the
315  * server and Y's indentifying the client on that server. */
316 struct server*
317 GetServerN(const char *numeric)
318 {
319     switch (strlen(numeric)) {
320     default:
321         return servers_num[base64toint(numeric, 2)];
322     case 4:
323     case 3:
324     case 1:
325         return servers_num[base64toint(numeric, 1)];
326     case 0:
327         return NULL;
328     }
329 }
330
331 struct userNode*
332 GetUserN(const char *numeric) /* using numeric */
333 {
334     struct userNode *un;
335     struct server *s;
336     int n, slen, ulen;
337
338     switch (strlen(numeric)) {
339     default:
340         log_module(MAIN_LOG, LOG_WARNING, "GetUserN(%s): numeric too long!", numeric);
341         return NULL;
342     case 5: slen = 2; ulen = 3; break;
343     case 4: slen = 1; ulen = 3; break;
344     case 3: slen = 1; ulen = 2; break;
345     case 2: case 1: case 0:
346         log_module(MAIN_LOG, LOG_WARNING, "GetUserN(%s): numeric too short!", numeric);
347         return NULL;
348     }
349     if (!(s = servers_num[base64toint(numeric, slen)])) {
350         log_module(MAIN_LOG, LOG_WARNING, "GetUserN(%s): couldn't find server (len=%d)!", numeric, slen);
351         return NULL;
352     }
353     n = base64toint(numeric+slen, ulen) & s->num_mask;
354     if (!(un = s->users[n])) {
355         log_module(MAIN_LOG, LOG_WARNING, "GetUserN(%s) couldn't find user!", numeric);
356     }
357     return un;
358 }
359
360 static void
361 privmsg_user_helper(struct userNode *un, void *data)
362 {
363     struct privmsg_desc *pd = data;
364     unsigned int num = un->num_local;
365     if (!pd->is_notice) {
366         if ((num < num_privmsg_funcs) && privmsg_funcs[num]) {
367             privmsg_funcs[num](pd->user, un, pd->text, pd->is_qualified);
368         }
369     } else {
370         if ((num < num_notice_funcs) && notice_funcs[num]) {
371             notice_funcs[num](pd->user, un, pd->text, pd->is_qualified);
372         }
373     }
374 }
375
376 void
377 irc_server(struct server *srv)
378 {
379     char extranum[COMBO_NUMERIC_LEN+1];
380
381     inttobase64(extranum, srv->num_mask, (srv->numeric[1] || (srv->num_mask >= 64*64)) ? 3 : 2);
382     if (srv == self) {
383         /* The +s, ignored by Run's ircu, means "service" to Undernet's ircu */
384         putsock(P10_SERVER " %s %d %lu %lu J10 %s%s +s6 :%s",
385                 srv->name, srv->hops+1, srv->boot, srv->link_time, srv->numeric, extranum, srv->description);
386     } else {
387         putsock("%s " P10_SERVER " %s %d %lu %lu %c10 %s%s +s6 :%s",
388                 self->numeric, srv->name, srv->hops+1, srv->boot, srv->link_time, (srv->self_burst ? 'J' : 'P'), srv->numeric, extranum, srv->description);
389     }
390 }
391
392 static void
393 irc_p10_pton(irc_in_addr_t *ip, const char *input)
394 {
395     if (strlen(input) == 6) {
396         unsigned int value;
397         memset(ip, 0, 6 * sizeof(ip->in6[0]));
398         value = base64toint(input, 6);
399         if (value)
400             ip->in6[5] = htons(65535);
401         ip->in6[6] = htons(value >> 16);
402         ip->in6[7] = htons(value & 65535);
403     } else {
404         unsigned int pos = 0;
405         do {
406             if (*input == '_') {
407                 unsigned int left;
408                 for (left = (25 - strlen(input)) / 3 - pos; left; left--)
409                     ip->in6[pos++] = 0;
410                 input++;
411             } else {
412                 ip->in6[pos++] = ntohs(base64toint(input, 3));
413                 input += 3;
414             }
415         } while (pos < 8);
416     }
417 }
418
419 static void
420 irc_p10_ntop(char *output, const irc_in_addr_t *ip)
421 {
422     if (!irc_in_addr_is_valid(*ip)) {
423         strcpy(output, "AAAAAA");
424     } else if (irc_in_addr_is_ipv4(*ip)) {
425         unsigned int in4;
426         in4 = (ntohs(ip->in6[6]) << 16) | ntohs(ip->in6[7]);
427         inttobase64(output, in4, 6);
428         output[6] = '\0';
429     } else if (irc_in_addr_is_ipv6(*ip)) {
430         unsigned int max_start, max_zeros, curr_zeros, zero, ii;
431         /* Can start by printing out the leading non-zero parts. */
432         for (ii = 0; (ip->in6[ii]) && (ii < 8); ++ii) {
433             inttobase64(output, ntohs(ip->in6[ii]), 3);
434             output += 3;
435         }
436         /* Find the longest run of zeros. */
437         for (max_start = zero = ii, max_zeros = curr_zeros = 0; ii < 8; ++ii) {
438             if (!ip->in6[ii])
439                 curr_zeros++;
440             else if (curr_zeros > max_zeros) {
441                 max_start = ii - curr_zeros;
442                 max_zeros = curr_zeros;
443                 curr_zeros = 0;
444             }
445         }
446         if (curr_zeros > max_zeros) {
447             max_start = ii - curr_zeros;
448             max_zeros = curr_zeros;
449             curr_zeros = 0;
450         }
451         /* Print the rest of the address */
452         for (ii = zero; ii < 8; ) {
453             if ((ii == max_start) && max_zeros) {
454                 *output++ = '_';
455                 ii += max_zeros;
456             } else {
457                 inttobase64(output, ntohs(ip->in6[ii]), 3);
458                 output += 3;
459                 ii += 1;
460             }
461         }
462         *output = '\0';
463     } else {
464         strcpy(output, "???");
465     }
466 }
467
468 void
469 irc_user(struct userNode *user)
470 {
471     char b64ip[25];
472     if (!user || IsDummy(user))
473         return;
474     irc_p10_ntop(b64ip, &user->ip);
475     if (user->modes) {
476         char modes[32];
477         irc_user_modes(user, modes, sizeof(modes));
478         putsock("%s " P10_NICK " %s %d %lu %s %s +%s %s %s :%s",
479                 user->uplink->numeric, user->nick, user->uplink->hops+1, (unsigned long)user->timestamp, user->ident, user->hostname, modes, b64ip, user->numeric, user->info);
480     } else {
481         putsock("%s " P10_NICK " %s %d %lu %s %s %s %s :%s",
482                 user->uplink->numeric, user->nick, user->uplink->hops+1, (unsigned long)user->timestamp, user->ident, user->hostname, b64ip, user->numeric, user->info);
483     }
484 }
485
486 void
487 irc_account(struct userNode *user, const char *stamp, unsigned long timestamp, unsigned long serial)
488 {
489     putsock("%s " P10_ACCOUNT " %s %s %lu %lu", self->numeric, user->numeric, stamp, timestamp, serial);
490 }
491
492 void
493 irc_fakehost(struct userNode *user, const char *host, const char *ident, int force)
494 {
495     putsock("%s " P10_FAKEHOST " %s %s %s%s", self->numeric, user->numeric, ident, host, force ? " FORCE" : "");
496 }
497
498 void
499 irc_regnick(UNUSED_ARG(struct userNode *user))
500 {
501     /* no operation here */
502 }
503
504 void
505 irc_nick(struct userNode *user, UNUSED_ARG(const char *old_nick))
506 {
507     putsock("%s " P10_NICK " %s %lu", user->numeric, user->nick, (unsigned long)now);
508 }
509
510 void
511 irc_fetchtopic(struct userNode *from, const char *to)
512 {
513     if (!from || !to)
514         return;
515     putsock("%s " P10_TOPIC " %s", from->numeric, to);
516 }
517
518 void
519 irc_squit(struct server *srv, const char *message, const char *service_message)
520 {
521     if (!service_message)
522         service_message = message;
523
524     /* Are we leaving the network? */
525     if (srv == self && cManager.uplink->state == CONNECTED) {
526         unsigned int i;
527
528         /* Quit all clients linked to me. */
529         for (i = 0; i <= self->num_mask; i++) {
530             if (!self->users[i])
531                 continue;
532             irc_quit(self->users[i], service_message);
533         }
534     }
535
536     putsock("%s " P10_SQUIT " %s %d :%s", self->numeric, srv->name, 0, message);
537
538     if (srv == self) {
539         /* Force a reconnect to the currently selected server. */
540         cManager.uplink->tries = 0;
541         log_module(MAIN_LOG, LOG_INFO, "Squitting from uplink: %s", message);
542         close_socket();
543     }
544 }
545
546 void
547 irc_wallchops(struct userNode *from, const char *to, const char *message)
548 {
549     putsock("%s " P10_WALLCHOPS " %s :%s", from->numeric, to, message);
550 }
551
552 static int
553 deliver_to_dummy(struct userNode *source, struct userNode *dest, const char *message, int type)
554 {
555     unsigned int num;
556
557     if (!dest || !IsDummy(dest) || !IsLocal(dest))
558         return 0;
559     num = dest->num_local;
560     switch (type) {
561     default:
562         if ((num < num_notice_funcs) && notice_funcs[num])
563             notice_funcs[num](source, dest, message, 0);
564         break;
565     case 1:
566         if ((num < num_privmsg_funcs) && privmsg_funcs[num])
567             privmsg_funcs[num](source, dest, message, 0);
568         break;
569     }
570     return 1;
571 }
572
573 void
574 irc_notice(struct userNode *from, const char *to, const char *message)
575 {
576     if (to[0] == '#' || to[0] == '$'
577         || !deliver_to_dummy(from, GetUserN(to), message, 0))
578         putsock("%s " P10_NOTICE " %s :%s", from->numeric, to, message);
579 }
580
581 void
582 irc_notice_user(struct userNode *from, struct userNode *to, const char *message)
583 {
584     if (!deliver_to_dummy(from, to, message, 0))
585         putsock("%s " P10_NOTICE " %s :%s", from->numeric, to->numeric, message);
586 }
587
588 void
589 irc_privmsg(struct userNode *from, const char *to, const char *message)
590 {
591     if (to[0] == '#' || to[0] == '$'
592         || !deliver_to_dummy(from, GetUserN(to), message, 1))
593         putsock("%s " P10_PRIVMSG " %s :%s", from->numeric, to, message);
594 }
595
596 void
597 irc_eob(void)
598 {
599     putsock("%s " P10_EOB, self->numeric);
600 }
601
602 void
603 irc_eob_ack(void)
604 {
605     putsock("%s " P10_EOB_ACK, self->numeric);
606 }
607
608 void
609 irc_ping(const char *payload)
610 {
611     putsock("%s " P10_PING " :%s", self->numeric, payload);
612 }
613
614 void
615 irc_pong(const char *who, const char *data)
616 {
617     putsock("%s " P10_PONG " %s :%s", self->numeric, who, data);
618 }
619
620 void
621 irc_pong_asll(const char *who, const char *orig_ts)
622 {
623     char *delim;
624     struct timeval orig;
625     struct timeval sys_now;
626     int diff;
627
628     orig.tv_sec = strtoul(orig_ts, &delim, 10);
629     orig.tv_usec = (*delim == '.') ? strtoul(delim + 1, NULL, 10) : 0;
630     gettimeofday(&sys_now, NULL);
631     diff = (sys_now.tv_sec - orig.tv_sec) * 1000 + (sys_now.tv_usec - orig.tv_usec) / 1000;
632     putsock("%s " P10_PONG " %s %s %d %lu.%06lu", self->numeric, who, orig_ts, diff, (unsigned long)sys_now.tv_sec, (unsigned long)sys_now.tv_usec);
633 }
634
635 void
636 irc_pass(const char *passwd)
637 {
638     putsock(P10_PASS " :%s", passwd);
639 }
640
641 void
642 irc_introduce(const char *passwd)
643 {
644     void timed_send_ping(void *data);
645
646     self->self_burst = self->burst = 1;
647     irc_pass(passwd);
648     irc_server(self);
649     burst_length = 0;
650     timeq_add(now + ping_freq, timed_send_ping, 0);
651 }
652
653 void
654 irc_gline(struct server *srv, struct gline *gline)
655 {
656     if (gline->lastmod)
657         putsock("%s " P10_GLINE " %s +%s %lu %lu :%s",
658                 self->numeric, (srv ? srv->numeric : "*"), gline->target, (unsigned long)(gline->expires-now), (unsigned long)gline->lastmod, gline->reason);
659     else
660         putsock("%s " P10_GLINE " %s +%s %lu :%s",
661                 self->numeric, (srv ? srv->numeric : "*"), gline->target, (unsigned long)(gline->expires-now), gline->reason);
662 }
663
664 void
665 irc_settime(const char *srv_name_mask, unsigned long new_time)
666 {
667     ioset_set_time(new_time);
668     if (!strcmp(srv_name_mask, "*"))
669         srv_name_mask = "";
670     putsock("%s " P10_SETTIME " %lu %s", self->numeric, new_time, srv_name_mask);
671 }
672
673 void
674 irc_ungline(const char *mask)
675 {
676     putsock("%s " P10_GLINE " * -%s", self->numeric, mask);
677 }
678
679 /* Return negative if *(struct modeNode**)pa is "less than" pb,
680  * positive if pa is "larger than" pb.  Comparison is based on sorting
681  * so that non-voiced/non-opped users are first, voiced-only users are
682  * next, and the "strongest" oplevels are before "weaker" oplevels.
683  * Within those sets, ordering is arbitrary.
684  */
685 static int
686 modeNode_sort(const void *pa, const void *pb)
687 {
688         struct modeNode *a = *(struct modeNode**)pa;
689         struct modeNode *b = *(struct modeNode**)pb;
690
691         if (a->modes & MODE_CHANOP) {
692             if (!(b->modes & MODE_CHANOP))
693                 return 1;
694             else if ((a->modes & MODE_VOICE) != (b->modes & MODE_VOICE))
695                 return (a->modes & MODE_VOICE) - (b->modes & MODE_VOICE);
696             else if (a->oplevel != b->oplevel)
697                 return a->oplevel - b->oplevel;
698         } else if (b->modes & MODE_CHANOP)
699             return -1;
700         else if ((a->modes & MODE_VOICE) != (b->modes & MODE_VOICE))
701             return (a->modes & MODE_VOICE) - (b->modes & MODE_VOICE);
702         return (a < b) ? -1 : 1;
703 }
704
705 static void
706 irc_burst(struct chanNode *chan)
707 {
708     char burst_line[512];
709     int pos, base_len, len;
710     struct modeNode *mn;
711     struct banNode *bn;
712     int last_oplevel = 0;
713     int last_mode = 0;
714     int new_modes;
715     unsigned int first_ban;
716     unsigned int n;
717
718     base_len = sprintf(burst_line, "%s " P10_BURST " %s %lu ",
719                        self->numeric, chan->name,
720                        (unsigned long)chan->timestamp);
721     len = irc_make_chanmode(chan, burst_line+base_len);
722     pos = base_len + len;
723     if (len > 0 && chan->members.used > 0)
724         burst_line[pos++] = ' ';
725
726     /* sort the users for oplevel-sending purposes */
727     qsort(chan->members.list, chan->members.used, sizeof(chan->members.list[0]), modeNode_sort);
728
729     /* dump the users */
730     for (n=0; n<chan->members.used; n++) {
731         mn = chan->members.list[n];
732         if (pos > 500) {
733             burst_line[pos-1] = 0; /* -1 to back up over the space or comma */
734             putsock("%s", burst_line);
735             pos = base_len;
736             last_mode = 0;
737             last_oplevel = 0;
738         }
739         memcpy(burst_line+pos, mn->user->numeric, strlen(mn->user->numeric));
740         pos += strlen(mn->user->numeric);
741         new_modes = mn->modes & (MODE_CHANOP | MODE_VOICE);
742         if (new_modes != last_mode) {
743             last_mode = new_modes;
744             burst_line[pos++] = ':';
745             if (new_modes & MODE_VOICE)
746                 burst_line[pos++] = 'v';
747             /* Note: :vNNN (oplevel NNN with voice) resets the
748              * implicit oplevel back to zero, so we always use the raw
749              * oplevel value here.  Read ircu's m_burst.c for more
750              * examples.
751              */
752             if (new_modes & MODE_CHANOP) {
753                 last_oplevel = mn->oplevel;
754                 if (mn->oplevel < MAXOPLEVEL)
755                     pos += sprintf(burst_line + pos, "%u", mn->oplevel);
756                 else
757                     burst_line[pos++] = 'o';
758             }
759         } else if ((last_mode & MODE_CHANOP) && (mn->oplevel != last_oplevel)) {
760             pos += sprintf(burst_line + pos, ":%u", mn->oplevel - last_oplevel);
761             last_oplevel = mn->oplevel;
762         }
763         if ((n+1)<chan->members.used)
764             burst_line[pos++] = ',';
765     }
766
767     /* dump the bans */
768     if (chan->banlist.used) {
769         first_ban = 1;
770
771         if (chan->members.used > 0)
772             burst_line[pos++] = ' ';
773
774         for (n=0; n<chan->banlist.used; ) {
775             if (first_ban && (pos < 500)) {
776                 burst_line[pos++] = ':';
777                 burst_line[pos++] = '%';
778             }
779             bn = chan->banlist.list[n];
780             len = strlen(bn->ban);
781             if (pos + 2 + len < 505) {
782                 memcpy(burst_line + pos, bn->ban, len);
783                 pos += len;
784                 burst_line[pos++] = ' ';
785                 first_ban = 0;
786                 n++;
787             } else {
788                 burst_line[pos-1] = 0;
789                 putsock("%s", burst_line);
790                 pos = base_len;
791                 first_ban = 1;
792             }
793         }
794     }
795
796     /* print the last line */
797     burst_line[pos] = 0;
798     putsock("%s", burst_line);
799 }
800
801 void
802 irc_quit(struct userNode *user, const char *message)
803 {
804     putsock("%s " P10_QUIT " :%s", user->numeric, message);
805 }
806
807 void
808 irc_error(const char *to, const char *message)
809 {
810     if (to) {
811         putsock("%s " P10_ERROR " :%s", to, message);
812     } else {
813         putsock(":%s " P10_ERROR " :%s", self->name, message);
814     }
815 }
816
817 void
818 irc_kill(struct userNode *from, struct userNode *target, const char *message)
819 {
820     if (from) {
821         putsock("%s " P10_KILL " %s :%s (%s)",
822                 from->numeric, target->numeric, from->nick, message);
823     } else {
824         putsock("%s " P10_KILL " %s :%s (%s)",
825                 self->numeric, target->numeric, self->name, message);
826     }
827 }
828
829 void
830 irc_mode(struct userNode *from, struct chanNode *target, const char *modes)
831 {
832     putsock("%s " P10_MODE " %s %s %lu",
833             (from ? from->numeric : self->numeric),
834             target->name, modes, (unsigned long)target->timestamp);
835 }
836
837 void
838 irc_invite(struct userNode *from, struct userNode *who, struct chanNode *to)
839 {
840     putsock("%s " P10_INVITE " %s %s", from->numeric, who->nick, to->name);
841 }
842
843 void
844 irc_join(struct userNode *who, struct chanNode *what)
845 {
846     if (what->members.used == 1) {
847         putsock("%s " P10_CREATE " %s %lu",
848                 who->numeric, what->name, (unsigned long)what->timestamp);
849     } else {
850         putsock("%s " P10_JOIN " %s %lu", who->numeric, what->name,
851                 (unsigned long)what->timestamp);
852     }
853 }
854
855 void
856 irc_kick(struct userNode *who, struct userNode *target, struct chanNode *channel, const char *msg)
857 {
858     const char *numeric;
859     struct modeNode *mn = GetUserMode(channel, who);
860     numeric = ((mn && (mn->modes & MODE_CHANOP)) || off_channel) ? who->numeric : self->numeric;
861     putsock("%s " P10_KICK " %s %s :%s",
862             numeric, channel->name, target->numeric, msg);
863 }
864
865 void
866 irc_stats(struct userNode *from, struct server *target, char type)
867 {
868     putsock("%s " P10_STATS " %c :%s", from->numeric, type, target->numeric);
869 }
870
871 void
872 irc_svsnick(struct userNode *from, struct userNode *target, const char *newnick)
873 {
874     putsock("%s " P10_SVSNICK " %s %s %lu", from->uplink->numeric, target->numeric, newnick, (unsigned long)now);
875 }
876
877 void
878 irc_part(struct userNode *who, struct chanNode *what, const char *reason)
879 {
880     if (reason) {
881         putsock("%s " P10_PART " %s :%s", who->numeric, what->name, reason);
882     } else {
883         putsock("%s " P10_PART " %s", who->numeric, what->name);
884     }
885 }
886
887 void
888 irc_topic(struct userNode *who, struct chanNode *what, const char *topic)
889 {
890     putsock("%s " P10_TOPIC " %s :%s", who->numeric, what->name, topic);
891 }
892
893 void
894 irc_raw(const char *what)
895 {
896     putsock("%s", what);
897 }
898
899 void
900 irc_numeric(struct userNode *user, unsigned int num, const char *format, ...)
901 {
902     va_list arg_list;
903     char buffer[MAXLEN];
904     va_start(arg_list, format);
905     vsnprintf(buffer, MAXLEN-2, format, arg_list);
906     buffer[MAXLEN-1] = 0;
907     putsock(":%s %03d %s %s", self->name, num, user->nick, buffer);
908 }
909
910 static void send_burst(void);
911
912 static void
913 change_nicklen(int new_nicklen)
914 {
915     unsigned int nn;
916     char new_nick[NICKLEN+1];
917     struct userNode *user;
918
919     nicklen = new_nicklen;
920     /* fix up any users we have here */
921     for (nn=0; nn<=self->num_mask; nn++) {
922         if (!(user = self->users[nn]))
923             continue;
924         safestrncpy(new_nick, user->nick, sizeof(new_nick));
925         new_nick[nicklen] = 0;
926         NickChange(user, new_nick, 1);
927     }
928 }
929
930 static CMD_FUNC(cmd_whois)
931 {
932     struct userNode *from;
933     struct userNode *who;
934     char buf[MAXLEN];
935     unsigned int i, mlen, len;
936
937     if (argc < 3)
938         return 0;
939     if (!(from = GetUserH(origin))) {
940         log_module(MAIN_LOG, LOG_ERROR, "Could not find WHOIS origin user %s", origin);
941         return 0;
942     }
943     if (!(who = GetUserH(argv[2]))) {
944         irc_numeric(from, ERR_NOSUCHNICK, "%s@%s :No such nick", argv[2], self->name);
945         return 1;
946     }
947
948     if (IsFakeHost(who) && IsFakeIdent(who) && IsHiddenHost(who))
949         irc_numeric(from, RPL_WHOISUSER, "%s %s %s * :%s", who->nick, who->fakeident, who->fakehost, who->info);
950     else if (IsFakeIdent(who) && IsHiddenHost(who))
951         irc_numeric(from, RPL_WHOISUSER, "%s %s %s * :%s", who->nick, who->fakeident, who->hostname, who->info);
952     else if (IsFakeHost(who) && IsHiddenHost(who))
953         irc_numeric(from, RPL_WHOISUSER, "%s %s %s * :%s", who->nick, who->ident, who->fakehost, who->info);
954     else if (IsHiddenHost(who) && who->handle_info && hidden_host_suffix)
955         irc_numeric(from, RPL_WHOISUSER, "%s %s %s.%s * :%s", who->nick, who->ident, who->handle_info->handle, hidden_host_suffix, who->info);
956     else
957         irc_numeric(from, RPL_WHOISUSER, "%s %s %s * :%s", who->nick, who->ident, who->hostname, who->info);
958
959     if ((!IsService(who) && !IsNoChan(who)) || (from == who)) {
960         struct modeNode *mn;
961         mlen = strlen(self->name) + strlen(from->nick) + 12 + strlen(who->nick);
962         len = 0;
963         *buf = '\0';
964         for (i = who->channels.used; i > 0; )
965         {
966             mn = who->channels.list[--i];
967
968             if (!IsOper(from) && (mn->channel->modes & (MODE_PRIVATE | MODE_SECRET)) && !GetUserMode(mn->channel, from))
969                 continue;
970
971             if (len + strlen(mn->channel->name) + mlen > MAXLEN - 5)
972             {
973                 irc_numeric(from, RPL_WHOISCHANNELS, "%s :%s", who->nick, buf);
974                 *buf = '\0';
975                 len = 0;
976             }
977
978             if (IsDeaf(who))
979                 *(buf + len++) = '-';
980             if ((mn->channel->modes & (MODE_PRIVATE | MODE_SECRET)) && !GetUserMode(mn->channel, from))
981                 *(buf + len++) = '*';
982             if (mn->modes & MODE_CHANOP)
983                 *(buf + len++) = '@';
984             else if (mn->modes & MODE_VOICE)
985                 *(buf + len++) = '+';
986
987             if (len)
988                 *(buf + len) = '\0';
989             strcpy(buf + len, mn->channel->name);
990             len += strlen(mn->channel->name);
991             strcat(buf + len, " ");
992             len++;
993         }
994         if (buf[0] != '\0')
995             irc_numeric(from, RPL_WHOISCHANNELS, "%s :%s", who->nick, buf);
996     }
997
998     if (his_servername && his_servercomment && !IsOper(from) && from != who)
999         irc_numeric(from, RPL_WHOISSERVER, "%s %s :%s", who->nick, his_servername, his_servercomment);
1000     else
1001         irc_numeric(from, RPL_WHOISSERVER, "%s %s :%s", who->nick, who->uplink->name, who->uplink->description);
1002
1003     if (IsAway(who))
1004         irc_numeric(from, RPL_AWAY, "%s :Away", who->nick);
1005     if (IsOper(who))
1006         irc_numeric(from, RPL_WHOISOPERATOR, "%s :%s", who->nick, IsLocal(who) ? "is a megalomaniacal power hungry tyrant" : "is an IRC Operator");
1007     if (who->handle_info)
1008         irc_numeric(from, RPL_WHOISACCOUNT, "%s %s :is logged in as", who->nick, who->handle_info->handle);
1009     if (IsHiddenHost(who) && who->handle_info && (IsOper(from) || from == who))
1010         irc_numeric(from, RPL_WHOISACTUALLY, "%s %s@%s %s :Actual user@host, Actual IP", who->nick, who->ident, who->hostname, irc_ntoa(&who->ip));
1011     if (IsLocal(who) && !IsService(who) && (!IsNoIdle(who) || IsOper(from) || from == who))
1012         irc_numeric(from, RPL_WHOISIDLE, "%s %ld %ld :seconds idle, signon time", who->nick, now - who->idle_since, who->timestamp);
1013
1014     irc_numeric(from, RPL_ENDOFWHOIS, "%s :End of /WHOIS list", who->nick);
1015     return 1;
1016 }
1017
1018 static CMD_FUNC(cmd_server)
1019 {
1020     struct server *srv;
1021     const char *str;
1022
1023     if (argc < 8)
1024         return 0;
1025     if (self->uplink) {
1026         /* another server introduced us */
1027         srv = AddServer(GetServerH(origin), argv[1], atoi(argv[2]), atoi(argv[3]), atoi(argv[4]), argv[6], argv[argc-1]);
1028         if (!srv)
1029             return 0;
1030         srv->self_burst = argv[5][0] == 'J';
1031         srv->burst = 1;
1032     } else {
1033         /* this must be our uplink */
1034         srv = self->uplink = AddServer(self, argv[1], atoi(argv[2]), atoi(argv[3]), atoi(argv[4]), argv[6], argv[argc-1]);
1035         if (!srv)
1036             return 0;
1037         srv->self_burst = argv[5][0] == 'J';
1038         srv->burst = 1;
1039         if ((argv[7][0] == '+') && !force_n2k) {
1040             log_module(MAIN_LOG, LOG_WARNING, "Got Undernet-style SERVER message but \"force_n2k\" not on.");
1041         }
1042         send_burst();
1043     }
1044
1045     /* Fix up our timestamps if necessary. */
1046     if (srv->boot <= PREHISTORY) {
1047         /* Server from the mists of time.. */
1048         if (srv->hops == 1) {
1049             log_module(MAIN_LOG, LOG_ERROR, "Server %s claims to have booted at time %lu.  This is absurd.", srv->name, (unsigned long)srv->boot);
1050         }
1051     } else if ((str = conf_get_data("server/reliable_clock", RECDB_QSTRING))
1052                && enabled_string(str)) {
1053         /* If we have a reliable clock, we just keep our current time. */
1054     } else {
1055         if (srv->boot <= self->boot) {
1056             /* The other server is older than us.  Accept their timestamp.
1057              * Alternately, we are same age, but we accept their time
1058              * since we are linking to them. */
1059             self->boot = srv->boot;
1060             ioset_set_time(srv->link_time);
1061         }
1062     }
1063     if (srv == self->uplink) {
1064         extern unsigned long burst_begin;
1065         burst_begin = now;
1066     }
1067     return 1;
1068 }
1069
1070 static CMD_FUNC(cmd_eob)
1071 {
1072     struct server *sender;
1073     dict_iterator_t it;
1074     unsigned int ii;
1075
1076     if (!(sender = GetServerH(origin)))
1077         return 0;
1078     if (sender == self->uplink) {
1079         cManager.uplink->state = CONNECTED;
1080         for (it = dict_first(unbursted_channels); it; it = iter_next(it))
1081             irc_burst(iter_data(it));
1082         dict_delete(unbursted_channels);
1083         unbursted_channels = NULL;
1084         irc_eob();
1085         irc_eob_ack();
1086     }
1087     sender->self_burst = 0;
1088     recalc_bursts(sender);
1089     for (ii=0; ii<slf_used; ii++)
1090         slf_list[ii](sender);
1091     return 1;
1092 }
1093
1094 static CMD_FUNC(cmd_eob_ack)
1095 {
1096     extern unsigned long burst_begin;
1097
1098     if (GetServerH(origin) == self->uplink) {
1099         burst_length = now - burst_begin;
1100         self->self_burst = self->burst = 0;
1101     }
1102     cManager.uplink->state = CONNECTED;
1103     return 1;
1104 }
1105
1106 static CMD_FUNC(cmd_ping)
1107 {
1108     struct server *srv;
1109     struct userNode *un;
1110
1111     if (argc > 3)
1112         irc_pong_asll(argv[2], argv[3]);
1113     else if ((srv = GetServerH(origin)))
1114         irc_pong(self->name, srv->numeric);
1115     else if ((un = GetUserH(origin)))
1116         irc_pong(self->name, un->numeric);
1117     else
1118         irc_pong(self->name, origin);
1119
1120     timeq_del(0, timed_send_ping, 0, TIMEQ_IGNORE_WHEN|TIMEQ_IGNORE_DATA);
1121     timeq_del(0, timed_ping_timeout, 0, TIMEQ_IGNORE_WHEN|TIMEQ_IGNORE_DATA);
1122     timeq_add(now + ping_freq, timed_send_ping, 0);
1123     received_ping();
1124     return 1;
1125 }
1126
1127 static CMD_FUNC(cmd_error_nick)
1128 {
1129     /* Go back to original IRC length .. and try to reconnect :/ */
1130     change_nicklen(9);
1131     irc_squit(self, "Got erroneous nickname, truncating nicks.", NULL);
1132     return 1;
1133 }
1134
1135 struct create_desc {
1136     struct userNode *user;
1137     unsigned long when;
1138 };
1139
1140 static void
1141 join_helper(struct chanNode *chan, void *data)
1142 {
1143     struct create_desc *cd = data;
1144     AddChannelUser(cd->user, chan);
1145 }
1146
1147 static void
1148 create_helper(char *name, void *data)
1149 {
1150     struct create_desc *cd = data;
1151
1152     if (!strcmp(name, "0")) {
1153         while (cd->user->channels.used > 0)
1154             DelChannelUser(cd->user, cd->user->channels.list[0]->channel, 0, 0);
1155         return;
1156     }
1157
1158     AddChannelUser(cd->user, AddChannel(name, cd->when, NULL, NULL));
1159 }
1160
1161 static CMD_FUNC(cmd_create)
1162 {
1163     struct create_desc cd;
1164     struct userNode *user;
1165
1166     if ((argc < 3) || !(user = GetUserH(origin)))
1167         return 0;
1168     cd.user = user;
1169     cd.when = atoi(argv[2]);
1170     parse_foreach(argv[1], join_helper, create_helper, NULL, NULL, &cd);
1171     return 1;
1172 }
1173
1174 static CMD_FUNC(cmd_join)
1175 {
1176     struct create_desc cd;
1177
1178     if (!(cd.user = GetUserH(origin)))
1179         return 0;
1180     if (argc < 2)
1181         return 0;
1182     else if (argc < 3)
1183         cd.when = now;
1184     else
1185         cd.when = atoi(argv[2]);
1186     parse_foreach(argv[1], join_helper, create_helper, NULL, NULL, &cd);
1187     return 1;
1188 }
1189
1190 static CMD_FUNC(cmd_pong)
1191 {
1192     if (argc < 3)
1193         return 0;
1194     if (!strcmp(argv[2], self->name)) {
1195         timeq_del(0, timed_send_ping, 0, TIMEQ_IGNORE_WHEN|TIMEQ_IGNORE_DATA);
1196         timeq_del(0, timed_ping_timeout, 0, TIMEQ_IGNORE_WHEN|TIMEQ_IGNORE_DATA);
1197         timeq_add(now + ping_freq, timed_send_ping, 0);
1198         received_ping();
1199     }
1200     return 1;
1201 }
1202
1203 static CMD_FUNC(cmd_nick)
1204 {
1205     struct userNode *user;
1206     if ((user = GetUserH(origin))) {
1207         /* nick change (since the source is a user numeric) */
1208         if (argc < 2)
1209             return 0;
1210         NickChange(user, argv[1], 1);
1211     } else {
1212         struct server *serv;
1213         char modes[MAXLEN];
1214         /* new nick */
1215         if (argc < 9)
1216             return 0;
1217         serv = GetServerH(origin);
1218         if (argc > 9)
1219             unsplit_string(argv+6, argc-9, modes);
1220         else
1221             strcpy(modes, "+");
1222         AddUser(serv, argv[1], argv[4], argv[5], modes, argv[argc-2], argv[argc-1], atoi(argv[3]), argv[argc-3]);
1223     }
1224     return 1;
1225 }
1226
1227 static CMD_FUNC(cmd_account)
1228 {
1229     struct userNode *user;
1230     unsigned long timestamp = 0;
1231     unsigned long serial = 0;
1232
1233     if ((argc < 3) || !origin || !GetServerH(origin))
1234         return 0; /* Origin must be server. */
1235     user = GetUserN(argv[1]);
1236     if (!user)
1237         return 1; /* A QUIT probably passed the ACCOUNT. */
1238     if (argc > 3)
1239         timestamp = strtoul(argv[3], NULL, 10);
1240     if (argc > 4)
1241         serial = strtoul(argv[4], NULL, 10);
1242     call_account_func(user, argv[2], timestamp, serial);
1243     return 1;
1244 }
1245
1246 static CMD_FUNC(cmd_fakehost)
1247 {
1248     struct userNode *user;
1249     const char *host, *ident;
1250
1251     if ((argc < 3) || !origin || !GetServerH(origin))
1252         return 0;
1253     if (!(user = GetUserN(argv[1])))
1254         return 1;
1255
1256     if (argc > 3) {
1257         ident = argv[2];
1258         host = argv[3];
1259     } else {
1260         ident = NULL;
1261         host = argv[2];
1262     }
1263
1264     assign_fakehost(user, host, ident, 0, 0);
1265     return 1;
1266 }
1267
1268 static CMD_FUNC(cmd_burst)
1269 {
1270     extern int rel_age;
1271     char modes[MAXLEN], *members = "", *banlist = NULL;
1272     unsigned int next = 3, res = 1;
1273     struct chanNode *cNode;
1274     struct userNode *un;
1275     struct modeNode *mNode;
1276     long mode;
1277     int oplevel = 0;
1278     char *user, *end, sep;
1279     unsigned long in_timestamp;
1280
1281     if (argc < 3)
1282         return 0;
1283     modes[0] = 0;
1284     while (next < argc) {
1285         switch (argv[next][0]) {
1286         case '+': {
1287             const char *pos;
1288             int n_modes;
1289             for (pos=argv[next], n_modes = 1; *pos; pos++)
1290                 if ((*pos == 'k') || (*pos == 'l') || (*pos == 'A')
1291                     || (*pos == 'U'))
1292                     n_modes++;
1293             if (next + n_modes > argc)
1294                 n_modes = argc - next;
1295             unsplit_string(argv+next, n_modes, modes);
1296             next += n_modes;
1297             break;
1298         }
1299         case '%': banlist = argv[next++]+1; break;
1300         default: members = argv[next++]; break;
1301         }
1302     }
1303
1304     in_timestamp = atoi(argv[2]);
1305     if ((cNode = dict_find(unbursted_channels, argv[1], NULL))) {
1306         cNode->timestamp = in_timestamp;
1307         dict_remove(unbursted_channels, cNode->name);
1308         irc_burst(cNode);
1309     }
1310     cNode = AddChannel(argv[1], in_timestamp, modes, banlist);
1311
1312     /* Burst channel members in now. */
1313     for (user = members, sep = *members, mode = 0; sep; user = end) {
1314         for (end = user + 3; isalnum(*end) || *end == '[' || *end == ']'; end++) ;
1315         sep = *end++; end[-1] = 0;
1316         if (sep == ':') {
1317             mode = 0;
1318             while ((sep = *end++)) {
1319                 if (sep == 'o') {
1320                     mode |= MODE_CHANOP;
1321                     oplevel = MAXOPLEVEL;
1322                 } else if (sep == 'v') {
1323                     mode |= MODE_VOICE;
1324                     oplevel = 0;
1325                 } else if (isdigit(sep)) {
1326                     mode |= MODE_CHANOP;
1327                     oplevel += parse_oplevel(end - 1);
1328                     while (isdigit(*end)) end++;
1329                 } else
1330                     break;
1331             }
1332             if (rel_age < 0)
1333                 mode = 0;
1334         }
1335         if (!(un = GetUserN(user))) {
1336             res = 0;
1337             continue;
1338         }
1339         if ((mNode = AddChannelUser(un, cNode))) {
1340             mNode->modes = mode;
1341             mNode->oplevel = oplevel;
1342         }
1343     }
1344
1345     return res;
1346 }
1347
1348 static CMD_FUNC(cmd_mode)
1349 {
1350     struct chanNode *cn;
1351     struct userNode *un;
1352
1353     if (argc < 3)
1354         return 0;
1355     if (!IsChannelName(argv[1])) {
1356         un = GetUserH(argv[1]);
1357         if (!un) {
1358             log_module(MAIN_LOG, LOG_ERROR, "Unable to find user %s whose mode is changing.", argv[1]);
1359             return 0;
1360         }
1361         mod_usermode(un, argv[2]);
1362         return 1;
1363     }
1364
1365     if (!(cn = GetChannel(argv[1]))) {
1366         log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s whose mode is changing.", argv[1]);
1367         return 0;
1368     }
1369     if ((un = GetUserH(origin))) {
1370         struct modeNode *mn;
1371         /* Update idle time for person setting the mode */
1372         if ((mn = GetUserMode(cn, un)))
1373             mn->idle_since = now;
1374     } else {
1375         /* If it came from a server, reset timestamp to re-sync. */
1376         cn->timestamp = atoi(argv[argc-1]);
1377     }
1378
1379     return mod_chanmode(un, cn, argv+2, argc-2, MCP_ALLOW_OVB|MCP_FROM_SERVER|(un ? MC_NOTIFY : 0));
1380 }
1381
1382 static CMD_FUNC(cmd_opmode)
1383 {
1384     struct chanNode *cn;
1385     struct userNode *un;
1386
1387     if (argc < 3)
1388         return 0;
1389
1390     if (!(cn = GetChannel(argv[1]))) {
1391         log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s whose mode is changing.", argv[1]);
1392         return 0;
1393     }
1394     if (!(un = GetUserH(origin))) {
1395         log_module(MAIN_LOG, LOG_ERROR, "Unable to find user %s requesting OPMODE.", origin);
1396         return 0;
1397     }
1398     if (!IsOper(un)) {
1399         log_module(MAIN_LOG, LOG_ERROR, "Non-privileged user %s using OPMODE.", un->nick);
1400         return 0;
1401     }
1402
1403     return mod_chanmode(un, cn, argv+2, argc-2, MCP_ALLOW_OVB|MCP_FROM_SERVER); /* do NOT announce opmode locally */
1404 }
1405
1406 static int clear_chanmode(struct chanNode *channel, const char *modes);
1407
1408 static CMD_FUNC(cmd_clearmode)
1409 {
1410     struct chanNode *cn;
1411     struct userNode *un;
1412
1413     if (argc < 3)
1414         return 0;
1415
1416     if (!(cn = GetChannel(argv[1]))) {
1417         log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s whose mode is changing.", argv[1]);
1418         return 0;
1419     }
1420     if (!(un = GetUserH(origin))) {
1421         log_module(MAIN_LOG, LOG_ERROR, "Unable to find user %s requesting CLEARMODE.", origin);
1422         return 0;
1423     }
1424     if (!IsOper(un)) {
1425         log_module(MAIN_LOG, LOG_ERROR, "Non-privileged user %s using CLEARMODE.", un->nick);
1426         return 0;
1427     }
1428
1429     return clear_chanmode(cn, argv[2]);
1430 }
1431
1432 static CMD_FUNC(cmd_topic)
1433 {
1434     struct chanNode *cn;
1435     unsigned long chan_ts, topic_ts;
1436
1437     if (argc < 3)
1438         return 0;
1439     if (!(cn = GetChannel(argv[1]))) {
1440         log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s whose topic is being set", argv[1]);
1441         return 0;
1442     }
1443     if (argc >= 5) {
1444         /* Looks like an Asuka style topic burst. */
1445         chan_ts = atoi(argv[2]);
1446         topic_ts = atoi(argv[3]);
1447     } else {
1448         chan_ts = cn->timestamp;
1449         topic_ts = now;
1450     }
1451     SetChannelTopic(cn, GetUserH(origin), argv[argc-1], 0);
1452     cn->topic_time = topic_ts;
1453     return 1;
1454 }
1455
1456 static CMD_FUNC(cmd_num_topic)
1457 {
1458     struct chanNode *cn;
1459
1460     if (!argv[0])
1461         return 0; /* huh? */
1462     if (argv[2]) {
1463         cn = GetChannel(argv[2]);
1464         if (!cn) {
1465             log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s in topic reply", argv[2]);
1466             return 0;
1467         }
1468     } else
1469         return 0;
1470
1471     switch (atoi(argv[0])) {
1472     case 331:
1473         cn->topic_time = 0;
1474         break;  /* no topic */
1475     case 332:
1476         if (argc < 4)
1477             return 0;
1478         safestrncpy(cn->topic, unsplit_string(argv+3, argc-3, NULL), sizeof(cn->topic));
1479         break;
1480     case 333:
1481         if (argc < 5)
1482             return 0;
1483         safestrncpy(cn->topic_nick, argv[3], sizeof(cn->topic_nick));
1484         cn->topic_time = atoi(argv[4]);
1485         break;
1486     default:
1487         return 0; /* should never happen */
1488     }
1489     return 1;
1490 }
1491
1492 static CMD_FUNC(cmd_num_gline)
1493 {
1494     unsigned long lastmod;
1495     if (argc < 6)
1496         return 0;
1497     lastmod = (argc > 5) ? strtoul(argv[5], NULL, 0) : 0;
1498     gline_add(origin, argv[3], atoi(argv[4])-now, argv[argc - 1], now, lastmod, 0);
1499     return 1;
1500 }
1501
1502 static CMD_FUNC(cmd_quit)
1503 {
1504     struct userNode *user;
1505     if (argc < 2)
1506         return 0;
1507     /* Sometimes we get a KILL then a QUIT or the like, so we don't want to
1508      * call DelUser unless we have the user in our grasp. */
1509     if ((user = GetUserH(origin)))
1510         DelUser(user, NULL, false, argv[1]);
1511     return 1;
1512 }
1513
1514 static CMD_FUNC(cmd_kill)
1515 {
1516     struct userNode *user;
1517     if (argc < 2)
1518         return 0;
1519     user = GetUserN(argv[1]);
1520     if (!user) {
1521         /* If we get a KILL for a non-existent user, it could be a
1522          * Ghost response to a KILL we sent out earlier.  So we only
1523          * whine if the target is local.
1524          */
1525         if (!strncmp(argv[1], self->numeric, strlen(self->numeric)))
1526             log_module(MAIN_LOG, LOG_ERROR, "Unable to find kill victim %s", argv[1]);
1527         return 0;
1528     }
1529
1530     if (IsLocal(user) && IsService(user)) {
1531         /* TODO: rate limit this so silly things don't happen. */
1532         ReintroduceUser(user);
1533         return 1;
1534     }
1535
1536     DelUser(user, NULL, false, argv[2]);
1537     return 1;
1538 }
1539
1540 static CMD_FUNC(cmd_kick)
1541 {
1542     if (argc < 3)
1543         return 0;
1544     ChannelUserKicked(GetUserH(origin), GetUserN(argv[2]), GetChannel(argv[1]));
1545     return 1;
1546 }
1547
1548 static CMD_FUNC(cmd_squit)
1549 {
1550     struct server *server;
1551
1552     if (argc < 4)
1553         return 0;
1554     if (!(server = GetServerH(argv[1])))
1555         return 0;
1556
1557     if (server == self->uplink) {
1558         /* Force a reconnect to the currently selected server. */
1559         cManager.uplink->tries = 0;
1560         log_module(MAIN_LOG, LOG_INFO, "Squitting from uplink: %s", argv[3]);
1561         close_socket();
1562         return 1;
1563     }
1564
1565     DelServer(server, 0, argv[3]);
1566     return 1;
1567 }
1568
1569 static CMD_FUNC(cmd_privmsg)
1570 {
1571     struct privmsg_desc pd;
1572     if (argc < 3)
1573         return 0;
1574     pd.user = GetUserH(origin);
1575     if (!pd.user || (IsGagged(pd.user) && !IsOper(pd.user)))
1576         return 1;
1577     pd.is_notice = 0;
1578     pd.text = argv[argc - 1];
1579     parse_foreach(argv[1], privmsg_chan_helper, NULL, privmsg_user_helper, privmsg_invalid, &pd);
1580     return 1;
1581 }
1582
1583 static CMD_FUNC(cmd_notice)
1584 {
1585     struct privmsg_desc pd;
1586     if (argc < 3)
1587         return 0;
1588     pd.user = GetUserH(origin);
1589     if (!pd.user || (IsGagged(pd.user) && !IsOper(pd.user)))
1590         return 1;
1591     pd.is_notice = 1;
1592     pd.text = argv[argc - 1];
1593     parse_foreach(argv[1], privmsg_chan_helper, NULL, privmsg_user_helper, privmsg_invalid, &pd);
1594     return 1;
1595 }
1596
1597 static CMD_FUNC(cmd_away)
1598 {
1599     struct userNode *uNode;
1600
1601     uNode = GetUserH(origin);
1602     if (!uNode)
1603         return 1;
1604     if (argc < 2)
1605         uNode->modes &= ~FLAGS_AWAY;
1606     else
1607         uNode->modes |= FLAGS_AWAY;
1608     return 1;
1609 }
1610
1611 static CMD_FUNC(cmd_gline)
1612 {
1613     unsigned long lastmod;
1614
1615     if (argc < 3)
1616         return 0;
1617     if (argv[2][0] == '+') {
1618         if (argc < 5)
1619             return 0;
1620         lastmod = (argc > 5) ? strtoul(argv[5], NULL, 0) : 0;
1621         gline_add(origin, argv[2]+1, strtoul(argv[3], NULL, 0), argv[argc-1], now, lastmod, 0);
1622         return 1;
1623     } else if (argv[2][0] == '-') {
1624         gline_remove(argv[2]+1, 0);
1625         return 1;
1626     } else
1627         return 0;
1628 }
1629
1630 static CMD_FUNC(cmd_svsnick)
1631 {
1632     struct userNode *target, *dest;
1633     if ((argc < 4)
1634         || !(target = GetUserN(argv[1]))
1635         || !IsLocal(target)
1636         || (dest = GetUserH(argv[2])))
1637         return 0;
1638     NickChange(target, argv[2], 0);
1639     return 1;
1640 }
1641
1642 void
1643 free_user(struct userNode *user)
1644 {
1645     free(user->nick);
1646     free(user);
1647 }
1648
1649 static void
1650 parse_cleanup(void)
1651 {
1652     unsigned int nn;
1653     free(of_list);
1654     free(privmsg_funcs);
1655     num_privmsg_funcs = 0;
1656     free(notice_funcs);
1657     num_notice_funcs = 0;
1658     free(mcf_list);
1659     dict_delete(irc_func_dict);
1660     for (nn=0; nn<dead_users.used; nn++)
1661         free_user(dead_users.list[nn]);
1662     userList_clean(&dead_users);
1663 }
1664
1665 static void
1666 p10_conf_reload(void) {
1667     hidden_host_suffix = conf_get_data("server/hidden_host", RECDB_QSTRING);
1668     his_servername = conf_get_data("server/his_servername", RECDB_QSTRING);
1669     his_servercomment = conf_get_data("server/his_servercomment", RECDB_QSTRING);
1670 }
1671
1672 static void
1673 remove_unbursted_channel(struct chanNode *cNode) {
1674     if (unbursted_channels)
1675         dict_remove(unbursted_channels, cNode->name);
1676 }
1677
1678 void
1679 init_parse(void)
1680 {
1681     const char *str, *desc;
1682     int numnick, usermask, max_users;
1683     char numer[COMBO_NUMERIC_LEN+1];
1684
1685     /* read config items */
1686     str = conf_get_data("server/ping_freq", RECDB_QSTRING);
1687     ping_freq = str ? ParseInterval(str) : 120;
1688     str = conf_get_data("server/ping_timeout", RECDB_QSTRING);
1689     ping_timeout = str ? ParseInterval(str) : 30;
1690     str = conf_get_data("server/force_n2k", RECDB_QSTRING);
1691     force_n2k = str ? enabled_string(str) : 1;
1692     str = conf_get_data("server/numeric", RECDB_QSTRING);
1693     if (!str) {
1694         log_module(MAIN_LOG, LOG_ERROR, "No server/numeric entry in config file.");
1695         exit(1);
1696     }
1697     numnick = atoi(str);
1698     str = conf_get_data("server/max_users", RECDB_QSTRING);
1699     max_users = str ? atoi(str) : 4096;
1700     for (usermask = 4; usermask < max_users; usermask <<= 1) ;
1701     usermask--;
1702     if ((numnick < 64) && (usermask < 4096) && !force_n2k)
1703         inttobase64(numer, (numnick << 12) + (usermask & 0x00fff), 3);
1704     else
1705         inttobase64(numer, (numnick << 18) + (usermask & 0x3ffff), 5);
1706
1707     str = conf_get_data("server/hostname", RECDB_QSTRING);
1708     desc = conf_get_data("server/description", RECDB_QSTRING);
1709     if (!str || !desc) {
1710         log_module(MAIN_LOG, LOG_ERROR, "No server/hostname entry in config file.");
1711         exit(1);
1712     }
1713     self = AddServer(NULL, str, 0, boot_time, now, numer, desc);
1714     conf_register_reload(p10_conf_reload);
1715
1716     irc_func_dict = dict_new();
1717     dict_insert(irc_func_dict, CMD_BURST, cmd_burst);
1718     dict_insert(irc_func_dict, TOK_BURST, cmd_burst);
1719     dict_insert(irc_func_dict, CMD_CREATE, cmd_create);
1720     dict_insert(irc_func_dict, TOK_CREATE, cmd_create);
1721     dict_insert(irc_func_dict, CMD_EOB, cmd_eob);
1722     dict_insert(irc_func_dict, TOK_EOB, cmd_eob);
1723     dict_insert(irc_func_dict, CMD_EOB_ACK, cmd_eob_ack);
1724     dict_insert(irc_func_dict, TOK_EOB_ACK, cmd_eob_ack);
1725     dict_insert(irc_func_dict, CMD_MODE, cmd_mode);
1726     dict_insert(irc_func_dict, TOK_MODE, cmd_mode);
1727     dict_insert(irc_func_dict, CMD_NICK, cmd_nick);
1728     dict_insert(irc_func_dict, TOK_NICK, cmd_nick);
1729     dict_insert(irc_func_dict, CMD_ACCOUNT, cmd_account);
1730     dict_insert(irc_func_dict, TOK_ACCOUNT, cmd_account);
1731     dict_insert(irc_func_dict, CMD_FAKEHOST, cmd_fakehost);
1732     dict_insert(irc_func_dict, TOK_FAKEHOST, cmd_fakehost);
1733     dict_insert(irc_func_dict, CMD_PASS, cmd_pass);
1734     dict_insert(irc_func_dict, TOK_PASS, cmd_pass);
1735     dict_insert(irc_func_dict, CMD_PING, cmd_ping);
1736     dict_insert(irc_func_dict, TOK_PING, cmd_ping);
1737     dict_insert(irc_func_dict, CMD_PRIVMSG, cmd_privmsg);
1738     dict_insert(irc_func_dict, TOK_PRIVMSG, cmd_privmsg);
1739     dict_insert(irc_func_dict, CMD_PONG, cmd_pong);
1740     dict_insert(irc_func_dict, TOK_PONG, cmd_pong);
1741     dict_insert(irc_func_dict, CMD_QUIT, cmd_quit);
1742     dict_insert(irc_func_dict, TOK_QUIT, cmd_quit);
1743     dict_insert(irc_func_dict, CMD_SERVER, cmd_server);
1744     dict_insert(irc_func_dict, TOK_SERVER, cmd_server);
1745     dict_insert(irc_func_dict, CMD_JOIN, cmd_join);
1746     dict_insert(irc_func_dict, TOK_JOIN, cmd_join);
1747     dict_insert(irc_func_dict, CMD_PART, cmd_part);
1748     dict_insert(irc_func_dict, TOK_PART, cmd_part);
1749     dict_insert(irc_func_dict, CMD_ERROR, cmd_error);
1750     dict_insert(irc_func_dict, TOK_ERROR, cmd_error);
1751     dict_insert(irc_func_dict, CMD_TOPIC, cmd_topic);
1752     dict_insert(irc_func_dict, TOK_TOPIC, cmd_topic);
1753     dict_insert(irc_func_dict, CMD_AWAY, cmd_away);
1754     dict_insert(irc_func_dict, TOK_AWAY, cmd_away);
1755     dict_insert(irc_func_dict, CMD_SILENCE, cmd_dummy);
1756     dict_insert(irc_func_dict, TOK_SILENCE, cmd_dummy);
1757     dict_insert(irc_func_dict, CMD_KICK, cmd_kick);
1758     dict_insert(irc_func_dict, TOK_KICK, cmd_kick);
1759     dict_insert(irc_func_dict, CMD_SQUIT, cmd_squit);
1760     dict_insert(irc_func_dict, TOK_SQUIT, cmd_squit);
1761     dict_insert(irc_func_dict, CMD_KILL, cmd_kill);
1762     dict_insert(irc_func_dict, TOK_KILL, cmd_kill);
1763     dict_insert(irc_func_dict, CMD_NOTICE, cmd_notice);
1764     dict_insert(irc_func_dict, TOK_NOTICE, cmd_notice);
1765     dict_insert(irc_func_dict, CMD_STATS, cmd_stats);
1766     dict_insert(irc_func_dict, TOK_STATS, cmd_stats);
1767     dict_insert(irc_func_dict, CMD_SVSNICK, cmd_svsnick);
1768     dict_insert(irc_func_dict, TOK_SVSNICK, cmd_svsnick);
1769     dict_insert(irc_func_dict, CMD_WHOIS, cmd_whois);
1770     dict_insert(irc_func_dict, TOK_WHOIS, cmd_whois);
1771     dict_insert(irc_func_dict, CMD_GLINE, cmd_gline);
1772     dict_insert(irc_func_dict, TOK_GLINE, cmd_gline);
1773     dict_insert(irc_func_dict, CMD_OPMODE, cmd_opmode);
1774     dict_insert(irc_func_dict, TOK_OPMODE, cmd_opmode);
1775     dict_insert(irc_func_dict, CMD_CLEARMODE, cmd_clearmode);
1776     dict_insert(irc_func_dict, TOK_CLEARMODE, cmd_clearmode);
1777     dict_insert(irc_func_dict, CMD_VERSION, cmd_version);
1778     dict_insert(irc_func_dict, TOK_VERSION, cmd_version);
1779     dict_insert(irc_func_dict, CMD_ADMIN, cmd_admin);
1780     dict_insert(irc_func_dict, TOK_ADMIN, cmd_admin);
1781
1782     /* In P10, DESTRUCT doesn't do anything except be broadcast to servers.
1783      * Apparently to obliterate channels from any servers that think they
1784      * exist?
1785      */
1786     dict_insert(irc_func_dict, CMD_DESTRUCT, cmd_dummy);
1787     dict_insert(irc_func_dict, TOK_DESTRUCT, cmd_dummy);
1788     /* Ignore invites */
1789     dict_insert(irc_func_dict, CMD_INVITE, cmd_dummy);
1790     dict_insert(irc_func_dict, TOK_INVITE, cmd_dummy);
1791     /* DESYNCH is just informational, so ignore it */
1792     dict_insert(irc_func_dict, CMD_DESYNCH, cmd_dummy);
1793     dict_insert(irc_func_dict, TOK_DESYNCH, cmd_dummy);
1794     /* Ignore channel operator notices. */
1795     dict_insert(irc_func_dict, CMD_WALLCHOPS, cmd_dummy);
1796     dict_insert(irc_func_dict, TOK_WALLCHOPS, cmd_dummy);
1797     dict_insert(irc_func_dict, CMD_WALLVOICES, cmd_dummy);
1798     dict_insert(irc_func_dict, TOK_WALLVOICES, cmd_dummy);
1799     /* Ignore opers being silly. */
1800     dict_insert(irc_func_dict, CMD_WALLOPS, cmd_dummy);
1801     dict_insert(irc_func_dict, TOK_WALLOPS, cmd_dummy);
1802     /* We have reliable clock!  Always!  Wraaa! */
1803     dict_insert(irc_func_dict, CMD_SETTIME, cmd_dummy);
1804     dict_insert(irc_func_dict, TOK_SETTIME, cmd_dummy);
1805     /* handle topics */
1806     dict_insert(irc_func_dict, "331", cmd_num_topic);
1807     dict_insert(irc_func_dict, "332", cmd_num_topic);
1808     dict_insert(irc_func_dict, "333", cmd_num_topic);
1809     dict_insert(irc_func_dict, "345", cmd_dummy); /* blah has been invited to blah */
1810     dict_insert(irc_func_dict, "432", cmd_error_nick); /* Erroneus [sic] nickname */
1811     /* ban list resetting */
1812     /* "stats g" responses */
1813     dict_insert(irc_func_dict, "247", cmd_num_gline);
1814     dict_insert(irc_func_dict, "219", cmd_dummy); /* "End of /STATS report" */
1815     /* other numeric responses we might get */
1816     dict_insert(irc_func_dict, "401", cmd_dummy); /* target left network */
1817     dict_insert(irc_func_dict, "403", cmd_dummy); /* no such channel */
1818     dict_insert(irc_func_dict, "404", cmd_dummy); /* cannot send to channel */
1819     dict_insert(irc_func_dict, "439", cmd_dummy); /* target change too fast */
1820     dict_insert(irc_func_dict, "441", cmd_dummy); /* target isn't on that channel */
1821     dict_insert(irc_func_dict, "442", cmd_dummy); /* you aren't on that channel */
1822     dict_insert(irc_func_dict, "443", cmd_dummy); /* is already on channel (after invite?) */
1823     dict_insert(irc_func_dict, "461", cmd_dummy); /* Not enough parameters (after TOPIC w/ 0 args) */
1824     dict_insert(irc_func_dict, "467", cmd_dummy); /* Channel key already set */
1825
1826     num_privmsg_funcs = 16;
1827     privmsg_funcs = malloc(sizeof(privmsg_func_t)*num_privmsg_funcs);
1828     memset(privmsg_funcs, 0, sizeof(privmsg_func_t)*num_privmsg_funcs);
1829
1830     num_notice_funcs = 16;
1831     notice_funcs = malloc(sizeof(privmsg_func_t)*num_notice_funcs);
1832     memset(notice_funcs, 0, sizeof(privmsg_func_t)*num_notice_funcs);
1833
1834     userList_init(&dead_users);
1835     reg_del_channel_func(remove_unbursted_channel);
1836     reg_exit_func(parse_cleanup);
1837 }
1838
1839 int
1840 parse_line(char *line, int recursive)
1841 {
1842     char *argv[MAXNUMPARAMS], *origin;
1843     int argc, cmd, res=0;
1844     cmd_func_t *func;
1845
1846     argc = split_line(line, true, MAXNUMPARAMS, argv);
1847     cmd = self->uplink || !argv[0][1] || !argv[0][2];
1848     if (argc > cmd) {
1849         if (cmd) {
1850             if (argv[0][0] == ':') {
1851                 origin = argv[0]+1;
1852             } else if (!argv[0][1] || !argv[0][2]) {
1853                 struct server *sNode = GetServerN(argv[0]);
1854                 origin = sNode ? sNode->name : 0;
1855             } else {
1856                 struct userNode *uNode = GetUserN(argv[0]);
1857                 origin = uNode ? uNode->nick : 0;
1858             }
1859         } else
1860             origin = 0;
1861         if ((func = dict_find(irc_func_dict, argv[cmd], NULL)))
1862             res = func(origin, argc-cmd, argv+cmd);
1863     }
1864     if (!res) {
1865         log_module(MAIN_LOG, LOG_ERROR, "PARSE ERROR on line: %s", unsplit_string(argv, argc, NULL));
1866     } else if (!recursive) {
1867         unsigned int i;
1868         for (i=0; i<dead_users.used; i++)
1869             free_user(dead_users.list[i]);
1870         dead_users.used = 0;
1871     }
1872     return res;
1873 }
1874
1875 static void
1876 parse_foreach(char *target_list, foreach_chanfunc cf, foreach_nonchan nc, foreach_userfunc uf, foreach_nonuser nu, void *data)
1877 {
1878     char *j, old;
1879
1880     do {
1881         j = target_list;
1882         while (*j != 0 && *j != ',')
1883             j++;
1884         old = *j;
1885         *j = 0;
1886
1887         if (IsChannelName(target_list)
1888             || (target_list[0] == '0' && target_list[1] == '\0')) {
1889             struct chanNode *chan = GetChannel(target_list);
1890
1891             if (chan) {
1892                 if (cf)
1893                     cf(chan, data);
1894             } else {
1895                 if (nc)
1896                     nc(target_list, data);
1897             }
1898         } else {
1899             struct userNode *user;
1900             struct privmsg_desc *pd = data;
1901
1902             pd->is_qualified = 0;
1903             if (*target_list == '@') {
1904                 user = NULL;
1905             } else if (strchr(target_list, '@')) {
1906                 struct server *server;
1907
1908                 pd->is_qualified = 1;
1909                 user = GetUserH(strtok(target_list, "@"));
1910                 server = GetServerH(strtok(NULL, "@"));
1911
1912                 if (user && (user->uplink != server)) {
1913                     /* Don't attempt to index into any arrays
1914                        using a user's numeric on another server. */
1915                     user = NULL;
1916                 }
1917             } else {
1918                 user = GetUserN(target_list);
1919             }
1920
1921             if (user) {
1922                 if (uf)
1923                     uf(user, data);
1924             } else {
1925                 if (nu)
1926                     nu(target_list, data);
1927             }
1928         }
1929         target_list = j+1;
1930     } while (old == ',');
1931 }
1932
1933 static int
1934 get_local_numeric(void)
1935 {
1936     static unsigned int next_numeric = 0;
1937     if (self->clients > self->num_mask)
1938         return -1;
1939     while (self->users[next_numeric])
1940         if (++next_numeric > self->num_mask)
1941             next_numeric = 0;
1942     return next_numeric;
1943 }
1944
1945 static void
1946 make_numeric(struct server *svr, int local_num, char *outbuf)
1947 {
1948     int slen, llen;
1949
1950     if (force_n2k || svr->numeric[1]) {
1951         slen = 2;
1952         llen = 3;
1953     } else {
1954         slen = 1;
1955         llen = (local_num < 64*64) ? 2 : 3;
1956     }
1957     strncpy(outbuf, svr->numeric, slen);
1958     inttobase64(outbuf+slen, local_num, llen);
1959     outbuf[slen+llen] = 0;
1960 }
1961
1962 struct server *
1963 AddServer(struct server *uplink, const char *name, int hops, unsigned long boot, unsigned long link_time, const char *numeric, const char *description)
1964 {
1965     struct server* sNode;
1966     int slen, mlen;
1967
1968     if ((sNode = GetServerN(numeric))) {
1969         /* This means we're trying to re-add an existant server.
1970          * To be safe, we should forget the previous incarnation.
1971          * (And all its linked servers.)
1972          *
1973          * It usually only happens in replays when the original
1974          * had a ping timeout and the replay didn't (because
1975          * replaying a ping timeout invariably gets things wrong).
1976          */
1977         DelServer(sNode, 0, NULL);
1978     }
1979
1980     switch (strlen(numeric)) {
1981     case 5: slen = 2; mlen = 3; break;
1982     case 4: slen = 1; mlen = 3; break;
1983     case 3: slen = 1; mlen = 2; break;
1984     default:
1985         log_module(MAIN_LOG, LOG_ERROR, "AddServer(\"%s\", \"%s\", ...): Numeric %s has invalid length.", uplink->name, name, numeric);
1986         return NULL;
1987     }
1988
1989     sNode = calloc(1, sizeof(*sNode));
1990     sNode->uplink = uplink;
1991     safestrncpy(sNode->name, name, sizeof(sNode->name));
1992     sNode->num_mask = base64toint(numeric+slen, mlen);
1993     sNode->hops = hops;
1994     sNode->boot = boot;
1995     sNode->link_time = link_time;
1996     strncpy(sNode->numeric, numeric, slen);
1997     safestrncpy(sNode->description, description, sizeof(sNode->description));
1998     sNode->users = calloc(sNode->num_mask+1, sizeof(*sNode->users));
1999     serverList_init(&sNode->children);
2000     if (sNode->uplink) {
2001         /* uplink may be NULL if we're just building ourself */
2002         serverList_append(&sNode->uplink->children, sNode);
2003     }
2004     servers_num[base64toint(numeric, slen)] = sNode;
2005     dict_insert(servers, sNode->name, sNode);
2006     return sNode;
2007 }
2008
2009 void DelServer(struct server* serv, int announce, const char *message)
2010 {
2011     unsigned int i;
2012
2013     /* If we receive an ERROR command before the SERVER
2014      * command a NULL server can be passed */
2015     if (!serv)
2016         return;
2017
2018     /* Hrm, what's the right way to SQUIT some other server?
2019      * (This code is only to handle killing juped servers.) */
2020     if (announce && (serv->uplink == self) && (serv != self->uplink))
2021         irc_squit(serv, message, NULL);
2022
2023     /* must recursively remove servers linked to this one first */
2024     for (i=serv->children.used;i>0;)
2025         if (serv->children.list[--i] != self)
2026             DelServer(serv->children.list[i], false, NULL);
2027
2028     /* clean up server's user hash tables */
2029     for (i=0;i<=serv->num_mask;i++)
2030         if (serv->users[i])
2031             DelUser(serv->users[i], NULL, false, "server delinked");
2032
2033     /* delete server */
2034     if (serv->uplink)
2035         serverList_remove(&serv->uplink->children, serv);
2036     if (serv == self->uplink)
2037         self->uplink = NULL;
2038     servers_num[base64toint(serv->numeric, strlen(serv->numeric))] = NULL;
2039     dict_remove(servers, serv->name);
2040     serverList_clean(&serv->children);
2041     free(serv->users);
2042     free(serv);
2043 }
2044
2045 struct userNode *
2046 AddLocalUser(const char *nick, const char *ident, const char *hostname, const char *desc, const char *modes)
2047 {
2048     char numeric[COMBO_NUMERIC_LEN+1];
2049     int local_num = get_local_numeric();
2050     unsigned long timestamp = now;
2051     struct userNode *old_user = GetUserH(nick);
2052
2053     if (!modes)
2054         modes = "+oik";
2055     if (old_user) {
2056         if (IsLocal(old_user))
2057             return old_user;
2058         timestamp = old_user->timestamp - 1;
2059     }
2060     if (local_num == -1) {
2061         log_module(MAIN_LOG, LOG_ERROR, "Unable to allocate numnick for service %s", nick);
2062         return 0;
2063     }
2064     if (!hostname)
2065         hostname = self->name;
2066     make_numeric(self, local_num, numeric);
2067     return AddUser(self, nick, ident, hostname, modes, numeric, desc, now, "AAAAAA");
2068 }
2069
2070 struct userNode *
2071 AddClone(const char *nick, const char *ident, const char *hostname, const char *desc)
2072 {
2073     char numeric[COMBO_NUMERIC_LEN+1];
2074     int local_num = get_local_numeric();
2075     unsigned long timestamp = now;
2076     struct userNode *old_user = GetUserH(nick);
2077
2078     if (old_user) {
2079         if (IsLocal(old_user))
2080             return old_user;
2081         timestamp = old_user->timestamp - 1;
2082     }
2083     if (local_num == -1) {
2084         log_module(MAIN_LOG, LOG_ERROR, "Unable to allocate numnick for clone %s", nick);
2085         return 0;
2086     }
2087     make_numeric(self, local_num, numeric);
2088     return AddUser(self, nick, ident, hostname, "+i", numeric, desc, timestamp, "AAAAAA");
2089 }
2090
2091 int
2092 is_valid_nick(const char *nick) {
2093     unsigned int ii;
2094     /* IRC has some of The Most Fucked-Up ideas about character sets
2095      * in the world.. */
2096     if (!isalpha(*nick) && !strchr("{|}~[\\]^_`", *nick))
2097         return 0;
2098     for (ii = 0; nick[ii]; ++ii)
2099         if (!isalnum(nick[ii]) && !strchr("{|}~[\\]^-_`", nick[ii]))
2100             return 0;
2101     if (strlen(nick) > nicklen)
2102         return 0;
2103     return 1;
2104 }
2105
2106 static struct userNode*
2107 AddUser(struct server* uplink, const char *nick, const char *ident, const char *hostname, const char *modes, const char *numeric, const char *userinfo, unsigned long timestamp, const char *realip)
2108 {
2109     struct userNode *oldUser, *uNode;
2110     unsigned int n, ignore_user, dummy;
2111
2112     if ((strlen(numeric) < 3) || (strlen(numeric) > 5)) {
2113         log_module(MAIN_LOG, LOG_WARNING, "AddUser(%p, %s, ...): numeric %s wrong length!", (void*)uplink, nick, numeric);
2114         return NULL;
2115     }
2116
2117     if (!uplink) {
2118         log_module(MAIN_LOG, LOG_WARNING, "AddUser(%p, %s, ...): server for numeric %s doesn't exist!", (void*)uplink, nick, numeric);
2119         return NULL;
2120     }
2121
2122     if (uplink != GetServerN(numeric)) {
2123         log_module(MAIN_LOG, LOG_WARNING, "AddUser(%p, %s, ...): server for numeric %s differs from nominal uplink %s.", (void*)uplink, nick, numeric, uplink->name);
2124         return NULL;
2125     }
2126
2127     dummy = modes && modes[0] == '*';
2128     if (dummy) {
2129         ++modes;
2130     } else if (!is_valid_nick(nick)) {
2131         log_module(MAIN_LOG, LOG_WARNING, "AddUser(%p, %s, ...): invalid nickname detected.", (void*)uplink, nick);
2132         return NULL;
2133     }
2134
2135     ignore_user = 0;
2136     if ((oldUser = GetUserH(nick))) {
2137         if (IsLocal(oldUser)
2138             && (IsService(oldUser) || IsPersistent(oldUser))) {
2139             /* The service should collide the new user off - but not
2140              * if the new user is coming in during a burst.  (During a
2141              * burst, the bursting server will kill either our user --
2142              * triggering a ReintroduceUser() -- or its own.)
2143              */
2144             oldUser->timestamp = timestamp - 1;
2145             ignore_user = 1;
2146             if (!uplink->burst)
2147                 irc_user(oldUser);
2148         } else if (oldUser->timestamp > timestamp) {
2149             /* "Old" user is really newer; remove them. */
2150             DelUser(oldUser, 0, 1, "Overruled by older nick");
2151         } else {
2152             /* User being added is too new; do not add them to
2153              * clients, but do add them to the server's list, since it
2154              * will send a KILL and QUIT soon. */
2155             ignore_user = 1;
2156         }
2157     }
2158
2159     /* create new usernode and set all values */
2160     uNode = calloc(1, sizeof(*uNode));
2161     uNode->nick = strdup(nick);
2162     safestrncpy(uNode->ident, ident, sizeof(uNode->ident));
2163     safestrncpy(uNode->info, userinfo, sizeof(uNode->info));
2164     safestrncpy(uNode->hostname, hostname, sizeof(uNode->hostname));
2165     safestrncpy(uNode->numeric, numeric, sizeof(uNode->numeric));
2166     irc_p10_pton(&uNode->ip, realip);
2167     uNode->timestamp = timestamp;
2168     uNode->idle_since = timestamp;
2169     modeList_init(&uNode->channels);
2170     uNode->uplink = uplink;
2171     if (++uNode->uplink->clients > uNode->uplink->max_clients) {
2172         uNode->uplink->max_clients = uNode->uplink->clients;
2173     }
2174     uNode->num_local = base64toint(numeric+strlen(uNode->uplink->numeric), 3) & uNode->uplink->num_mask;
2175     uNode->uplink->users[uNode->num_local] = uNode;
2176     mod_usermode(uNode, modes);
2177     if (dummy)
2178         uNode->modes |= FLAGS_DUMMY;
2179     if (ignore_user)
2180         return uNode;
2181
2182     dict_insert(clients, uNode->nick, uNode);
2183     if (dict_size(clients) > max_clients) {
2184         max_clients = dict_size(clients);
2185         max_clients_time = now;
2186     }
2187     if (IsLocal(uNode))
2188         irc_user(uNode);
2189     for (n=0; (n<nuf_used) && !uNode->dead; n++)
2190         nuf_list[n](uNode);
2191     return uNode;
2192 }
2193
2194 /* removes user from it's server's hash table and nick hash table */
2195 void
2196 DelUser(struct userNode* user, struct userNode *killer, int announce, const char *why)
2197 {
2198     unsigned int n;
2199
2200     verify(user);
2201
2202     /* mark them as dead, in case anybody cares */
2203     user->dead = 1;
2204
2205     /* remove user from all channels */
2206     while (user->channels.used > 0)
2207         DelChannelUser(user, user->channels.list[user->channels.used-1]->channel, NULL, false);
2208
2209     /* Call these in reverse order so ChanServ can update presence
2210        information before NickServ nukes the handle_info. */
2211     for (n = duf_used; n > 0; )
2212         duf_list[--n](user, killer, why);
2213
2214     user->uplink->clients--;
2215     user->uplink->users[user->num_local] = NULL;
2216     if (IsOper(user))
2217         userList_remove(&curr_opers, user);
2218     /* remove from global dictionary, but not if after a collide */
2219     if (user == dict_find(clients, user->nick, NULL))
2220         dict_remove(clients, user->nick);
2221
2222     if (IsInvisible(user))
2223         invis_clients--;
2224
2225     if (announce) {
2226         if (IsLocal(user))
2227             irc_quit(user, why);
2228         else
2229             irc_kill(killer, user, why);
2230     }
2231
2232     if (IsLocal(user)) {
2233         unsigned int num = user->num_local;
2234         if (num < num_privmsg_funcs)
2235             privmsg_funcs[num] = NULL;
2236         if (num < num_notice_funcs)
2237             notice_funcs[num] = NULL;
2238     }
2239
2240     modeList_clean(&user->channels);
2241     /* We don't free them, in case we try to privmsg them or something
2242      * (like when a stupid oper kills themself).  We just put them onto
2243      * a list of clients that get freed after processing each line.
2244      */
2245     if (dead_users.size)
2246         userList_append(&dead_users, user);
2247     else
2248         free_user(user);
2249 }
2250
2251 static void call_oper_funcs(struct userNode *user);
2252
2253 void mod_usermode(struct userNode *user, const char *mode_change) {
2254     int add = 1;
2255     const char *word = mode_change;
2256
2257     if (!user || !mode_change)
2258         return;
2259     while (*word != ' ' && *word) word++;
2260     while (*word == ' ') word++;
2261     while (1) {
2262 #define do_user_mode(FLAG) do { if (add) user->modes |= FLAG; else user->modes &= ~FLAG; } while (0)
2263         switch (*mode_change++) {
2264         case 0: case ' ': return;
2265         case '+': add = 1; break;
2266         case '-': add = 0; break;
2267         case 'o':
2268             do_user_mode(FLAGS_OPER);
2269             if (!add) {
2270                 userList_remove(&curr_opers, user);
2271             } else if (!userList_contains(&curr_opers, user)) {
2272                 userList_append(&curr_opers, user);
2273                 call_oper_funcs(user);
2274             }
2275             break;
2276         case 'i': do_user_mode(FLAGS_INVISIBLE);
2277             if (add)
2278                 invis_clients++;
2279             else
2280                 invis_clients--;
2281             break;
2282         case 'w': do_user_mode(FLAGS_WALLOP); break;
2283         case 'd': do_user_mode(FLAGS_DEAF); break;
2284         case 'k': do_user_mode(FLAGS_SERVICE); break;
2285         case 'g': do_user_mode(FLAGS_GLOBAL); break;
2286         case 'n': do_user_mode(FLAGS_NOCHAN); break;
2287         case 'I': do_user_mode(FLAGS_NOIDLE); break;
2288         case 'x': do_user_mode(FLAGS_HIDDEN_HOST); break;
2289         case 'r':
2290             if (*word) {
2291                 char tag[MAXLEN];
2292                 char *sep;
2293                 unsigned int ii;
2294                 unsigned long ts = 0;
2295                 unsigned long id = 0;
2296
2297                 for (ii=0; (*word != ' ') && (*word != '\0') && (*word != ':'); )
2298                     tag[ii++] = *word++;
2299                 if (*word == ':') {
2300                     ts = strtoul(word + 1, &sep, 10);
2301                     if (*sep == ':') {
2302                         id = strtoul(sep + 1, &sep, 10);
2303                     } else if (*sep != ' ' && *sep != '\0') {
2304                         ts = 0;
2305                     }
2306                     word = sep;
2307                 }
2308                 tag[ii] = '\0';
2309                 while (*word == ' ')
2310                     word++;
2311                 call_account_func(user, tag, ts, id);
2312             }
2313             break;
2314         case 'h':
2315             if (*word) {
2316                 char mask[MAXLEN];
2317                 char *host, *ident;
2318                 unsigned int ii;
2319                 for (ii=0; (*word != ' ') && (*word != '\0'); )
2320                     mask[ii++] = *word++;
2321                 mask[ii] = 0;
2322                 while (*word == ' ')
2323                     word++;
2324
2325                 if ((host = strrchr(mask, '@'))) {
2326                     ident = mask;
2327                     *host++ = '\0';
2328                 } else {
2329                     ident = NULL;
2330                     host = mask;
2331                 }
2332                 assign_fakehost(user, host, ident, 0, 0);
2333             }
2334             break;
2335         }
2336 #undef do_user_mode
2337     }
2338 }
2339
2340 static int
2341 keyncpy(char output[], char input[], size_t output_size)
2342 {
2343     size_t ii;
2344
2345     if (input[0] == ':')
2346     {
2347         output[0] = '\0';
2348         return 1;
2349     }
2350
2351     for (ii = 0; (ii + 1 < output_size) && (input[ii] != '\0'); ++ii)
2352     {
2353         output[ii] = input[ii];
2354     }
2355
2356     output[ii] = '\0';
2357     return 0;
2358 }
2359
2360 struct mod_chanmode *
2361 mod_chanmode_parse(struct chanNode *channel, char **modes, unsigned int argc, unsigned int flags, short base_oplevel)
2362 {
2363     struct mod_chanmode *change;
2364     unsigned int ii, in_arg, ch_arg, add;
2365
2366     if (argc == 0)
2367         return NULL;
2368     if (!(change = mod_chanmode_alloc(argc - 1)))
2369         return NULL;
2370
2371     for (ii = ch_arg = 0, in_arg = add = 1;
2372          (modes[0][ii] != '\0') && (modes[0][ii] != ' ');
2373          ++ii) {
2374         switch (modes[0][ii]) {
2375         case '+':
2376             add = 1;
2377             break;
2378         case '-':
2379             add = 0;
2380             break;
2381 #define do_chan_mode(FLAG) do { if (add) change->modes_set |= (FLAG), change->modes_clear &= ~(FLAG); else change->modes_clear |= (FLAG), change->modes_set &= ~(FLAG); } while(0)
2382         case 'C': do_chan_mode(MODE_NOCTCPS); break;
2383         case 'D': do_chan_mode(MODE_DELAYJOINS); break;
2384         case 'c': do_chan_mode(MODE_NOCOLORS); break;
2385         case 'i': do_chan_mode(MODE_INVITEONLY); break;
2386         case 'm': do_chan_mode(MODE_MODERATED); break;
2387         case 'n': do_chan_mode(MODE_NOPRIVMSGS); break;
2388         case 'p': do_chan_mode(MODE_PRIVATE); break;
2389         case 'r': do_chan_mode(MODE_REGONLY); break;
2390         case 's': do_chan_mode(MODE_SECRET); break;
2391         case 't': do_chan_mode(MODE_TOPICLIMIT); break;
2392         case 'z':
2393           if (!(flags & MCP_REGISTERED)) {
2394               do_chan_mode(MODE_REGISTERED);
2395           } else {
2396               mod_chanmode_free(change);
2397               return NULL;
2398           }
2399           break;
2400 #undef do_chan_mode
2401         case 'l':
2402             if (add) {
2403                 if (in_arg >= argc)
2404                     goto error;
2405                 change->modes_set |= MODE_LIMIT;
2406                 change->new_limit = atoi(modes[in_arg++]);
2407             } else {
2408                 change->modes_set &= ~MODE_LIMIT;
2409                 change->modes_clear |= MODE_LIMIT;
2410             }
2411             break;
2412         case 'k':
2413             if (add) {
2414                 if ((in_arg >= argc)
2415                     || keyncpy(change->new_key, modes[in_arg++], sizeof(change->new_key)))
2416                     goto error;
2417                 change->modes_set |= MODE_KEY;
2418             } else {
2419                 change->modes_clear |= MODE_KEY;
2420                 if (!(flags & MCP_KEY_FREE)) {
2421                     if (in_arg >= argc)
2422                         goto error;
2423                     in_arg++;
2424                 }
2425             }
2426             break;
2427         case 'U':
2428             if (add)
2429             {
2430                 if ((in_arg >= argc)
2431                     || keyncpy(change->new_upass, modes[in_arg++], sizeof(change->new_upass)))
2432                     goto error;
2433                 change->modes_set |= MODE_UPASS;
2434             } else {
2435                 change->modes_clear |= MODE_UPASS;
2436                 if (!(flags & MCP_UPASS_FREE)) {
2437                     if (in_arg >= argc)
2438                         goto error;
2439                     in_arg++;
2440                 }
2441             }
2442             break;
2443         case 'A':
2444             if (add) {
2445                 if ((in_arg >= argc)
2446                     || keyncpy(change->new_apass, modes[in_arg++], sizeof(change->new_apass)))
2447                     goto error;
2448                 change->modes_set |= MODE_APASS;
2449             } else {
2450                 change->modes_clear |= MODE_APASS;
2451                 if (!(flags & MCP_APASS_FREE)) {
2452                     if (in_arg >= argc)
2453                       goto error;
2454                     in_arg++;
2455                 }
2456             }
2457             break;
2458         case 'b':
2459             if (!(flags & MCP_ALLOW_OVB))
2460                 goto error;
2461             if (in_arg >= argc)
2462                 goto error;
2463             change->args[ch_arg].mode = MODE_BAN;
2464             if (!add)
2465                 change->args[ch_arg].mode |= MODE_REMOVE;
2466             change->args[ch_arg++].u.hostmask = modes[in_arg++];
2467             break;
2468         case 'o': case 'v':
2469         {
2470             struct userNode *victim;
2471             char *oplevel_str;
2472             int oplevel;
2473
2474             if (in_arg >= argc)
2475                 goto error;
2476             oplevel_str = strchr(modes[in_arg], ':');
2477             if (oplevel_str)
2478             {
2479                 /* XXYYY M #channel +o XXYYY:<oplevel> */
2480                 *oplevel_str++ = '\0';
2481                 oplevel = parse_oplevel(oplevel_str);
2482                 if (oplevel <= base_oplevel && !(flags & MCP_FROM_SERVER))
2483                     oplevel = base_oplevel + 1;
2484             }
2485             else if (channel->modes & MODE_UPASS)
2486                 oplevel = base_oplevel + 1;
2487             else
2488                 oplevel = MAXOPLEVEL;
2489
2490             /* Check that oplevel is within bounds. */
2491             if (oplevel > MAXOPLEVEL)
2492                 oplevel = MAXOPLEVEL;
2493
2494             if (!(flags & MCP_ALLOW_OVB))
2495                 goto error;
2496             if (in_arg >= argc)
2497                 goto error;
2498             change->args[ch_arg].mode = (modes[0][ii] == 'o') ? MODE_CHANOP : MODE_VOICE;
2499             if (!add)
2500                 change->args[ch_arg].mode |= MODE_REMOVE;
2501             if (flags & MCP_FROM_SERVER)
2502                 victim = GetUserN(modes[in_arg++]);
2503             else
2504                 victim = GetUserH(modes[in_arg++]);
2505             if (!victim)
2506                 continue;
2507             if ((change->args[ch_arg].u.member = GetUserMode(channel, victim)))
2508             {
2509                 /* Apply the oplevel change if the user is being (de-)opped */
2510                 if (modes[0][ii] == 'o')
2511                     change->args[ch_arg].u.member->oplevel = oplevel;
2512                 ch_arg++;
2513             }
2514             break;
2515         }
2516         default:
2517             if (!(flags & MCP_FROM_SERVER))
2518                 goto error;
2519             break;
2520         }
2521     }
2522     change->argc = ch_arg; /* in case any turned out to be ignored */
2523     if (change->modes_set & MODE_SECRET) {
2524         change->modes_set &= ~(MODE_PRIVATE);
2525         change->modes_clear |= MODE_PRIVATE;
2526     } else if (change->modes_set & MODE_PRIVATE) {
2527         change->modes_set &= ~(MODE_SECRET);
2528         change->modes_clear |= MODE_SECRET;
2529     }
2530     return change;
2531   error:
2532     mod_chanmode_free(change);
2533     return NULL;
2534 }
2535
2536 struct chanmode_buffer {
2537     char modes[MAXLEN];
2538     char args[MAXLEN];
2539     struct chanNode *channel;
2540     struct userNode *actor;
2541     unsigned int modes_used;
2542     unsigned int args_used;
2543     size_t chname_len;
2544     unsigned int is_add : 1;
2545     unsigned int is_chanop : 1;
2546 };
2547
2548 static void
2549 mod_chanmode_append(struct chanmode_buffer *buf, char ch, const char *arg)
2550 {
2551     size_t arg_len = strlen(arg);
2552     if (buf->modes_used > (MAXMODEPARAMS) ||
2553         buf->modes_used + buf->args_used + buf->chname_len + arg_len > 450) {
2554         memcpy(buf->modes + buf->modes_used, buf->args, buf->args_used);
2555         buf->modes[buf->modes_used + buf->args_used] = '\0';
2556         irc_mode((buf->is_chanop ? buf->actor : NULL), buf->channel, buf->modes);
2557         buf->modes[0] = buf->is_add ? '+' : '-';
2558         buf->modes_used = 1;
2559         buf->args_used = 0;
2560     }
2561     buf->modes[buf->modes_used++] = ch;
2562     buf->args[buf->args_used++] = ' ';
2563     memcpy(buf->args + buf->args_used, arg, arg_len);
2564     buf->args_used += arg_len;
2565 }
2566
2567 void
2568 mod_chanmode_announce(struct userNode *who, struct chanNode *channel, struct mod_chanmode *change)
2569 {
2570     struct chanmode_buffer chbuf;
2571     unsigned int arg;
2572     struct modeNode *mn;
2573     char int_buff[32], mode = '\0';
2574
2575     assert(change->argc <= change->alloc_argc);
2576     memset(&chbuf, 0, sizeof(chbuf));
2577     chbuf.channel = channel;
2578     chbuf.actor = who;
2579     chbuf.chname_len = strlen(channel->name);
2580
2581     mn = GetUserMode(channel, who);
2582     if ((mn && (mn->modes & MODE_CHANOP)) || off_channel)
2583         chbuf.is_chanop = 1;
2584
2585     /* First remove modes */
2586     chbuf.is_add = 0;
2587     if (change->modes_clear) {
2588         if (mode != '-')
2589             chbuf.modes[chbuf.modes_used++] = mode = '-';
2590 #define DO_MODE_CHAR(BIT, CHAR) if (change->modes_clear & MODE_##BIT) chbuf.modes[chbuf.modes_used++] = CHAR
2591         DO_MODE_CHAR(PRIVATE, 'p');
2592         DO_MODE_CHAR(SECRET, 's');
2593         DO_MODE_CHAR(MODERATED, 'm');
2594         DO_MODE_CHAR(TOPICLIMIT, 't');
2595         DO_MODE_CHAR(INVITEONLY, 'i');
2596         DO_MODE_CHAR(NOPRIVMSGS, 'n');
2597         DO_MODE_CHAR(LIMIT, 'l');
2598         DO_MODE_CHAR(DELAYJOINS, 'D');
2599         DO_MODE_CHAR(REGONLY, 'r');
2600         DO_MODE_CHAR(NOCOLORS, 'c');
2601         DO_MODE_CHAR(NOCTCPS, 'C');
2602         DO_MODE_CHAR(REGISTERED, 'z');
2603 #undef DO_MODE_CHAR
2604         if (change->modes_clear & channel->modes & MODE_KEY)
2605             mod_chanmode_append(&chbuf, 'k', channel->key);
2606         if (change->modes_clear & channel->modes & MODE_UPASS)
2607             mod_chanmode_append(&chbuf, 'U', channel->upass);
2608         if (change->modes_clear & channel->modes & MODE_APASS)
2609             mod_chanmode_append(&chbuf, 'A', channel->apass);
2610     }
2611     for (arg = 0; arg < change->argc; ++arg) {
2612         if (!(change->args[arg].mode & MODE_REMOVE))
2613             continue;
2614         if (mode != '-')
2615             chbuf.modes[chbuf.modes_used++] = mode = '-';
2616         switch (change->args[arg].mode & ~MODE_REMOVE) {
2617         case MODE_BAN:
2618             mod_chanmode_append(&chbuf, 'b', change->args[arg].u.hostmask);
2619             break;
2620         default:
2621             if (change->args[arg].mode & MODE_CHANOP)
2622                 mod_chanmode_append(&chbuf, 'o', change->args[arg].u.member->user->numeric);
2623             if (change->args[arg].mode & MODE_VOICE)
2624                 mod_chanmode_append(&chbuf, 'v', change->args[arg].u.member->user->numeric);
2625             break;
2626         }
2627     }
2628
2629     /* Then set them */
2630     chbuf.is_add = 1;
2631     if (change->modes_set) {
2632         if (mode != '+')
2633             chbuf.modes[chbuf.modes_used++] = mode = '+';
2634 #define DO_MODE_CHAR(BIT, CHAR) if (change->modes_set & MODE_##BIT) chbuf.modes[chbuf.modes_used++] = CHAR
2635         DO_MODE_CHAR(PRIVATE, 'p');
2636         DO_MODE_CHAR(SECRET, 's');
2637         DO_MODE_CHAR(MODERATED, 'm');
2638         DO_MODE_CHAR(TOPICLIMIT, 't');
2639         DO_MODE_CHAR(INVITEONLY, 'i');
2640         DO_MODE_CHAR(NOPRIVMSGS, 'n');
2641         DO_MODE_CHAR(DELAYJOINS, 'D');
2642         DO_MODE_CHAR(REGONLY, 'r');
2643         DO_MODE_CHAR(NOCOLORS, 'c');
2644         DO_MODE_CHAR(NOCTCPS, 'C');
2645         DO_MODE_CHAR(REGISTERED, 'z');
2646 #undef DO_MODE_CHAR
2647         if(change->modes_set & MODE_KEY)
2648             mod_chanmode_append(&chbuf, 'k', change->new_key);
2649         if (change->modes_set & MODE_UPASS)
2650             mod_chanmode_append(&chbuf, 'U', change->new_upass);
2651         if (change->modes_set & MODE_APASS)
2652             mod_chanmode_append(&chbuf, 'A', change->new_apass);
2653         if(change->modes_set & MODE_LIMIT) {
2654             sprintf(int_buff, "%d", change->new_limit);
2655             mod_chanmode_append(&chbuf, 'l', int_buff);
2656         }
2657     }
2658     for (arg = 0; arg < change->argc; ++arg) {
2659         if (change->args[arg].mode & MODE_REMOVE)
2660             continue;
2661         if (mode != '+')
2662             chbuf.modes[chbuf.modes_used++] = mode = '+';
2663         switch (change->args[arg].mode) {
2664         case MODE_BAN:
2665             mod_chanmode_append(&chbuf, 'b', change->args[arg].u.hostmask);
2666             break;
2667         default:
2668             if (change->args[arg].mode & MODE_CHANOP)
2669                 mod_chanmode_append(&chbuf, 'o', change->args[arg].u.member->user->numeric);
2670             if (change->args[arg].mode & MODE_VOICE)
2671                 mod_chanmode_append(&chbuf, 'v', change->args[arg].u.member->user->numeric);
2672             break;
2673         }
2674     }
2675
2676     /* Flush the buffer and apply changes locally */
2677     if (chbuf.modes_used > 0) {
2678         memcpy(chbuf.modes + chbuf.modes_used, chbuf.args, chbuf.args_used);
2679         chbuf.modes[chbuf.modes_used + chbuf.args_used] = '\0';
2680         irc_mode((chbuf.is_chanop ? chbuf.actor : NULL), chbuf.channel, chbuf.modes);
2681     }
2682     mod_chanmode_apply(who, channel, change);
2683 }
2684
2685 char *
2686 mod_chanmode_format(struct mod_chanmode *change, char *outbuff)
2687 {
2688     unsigned int used = 0;
2689     assert(change->argc <= change->alloc_argc);
2690     if (change->modes_clear) {
2691         outbuff[used++] = '-';
2692 #define DO_MODE_CHAR(BIT, CHAR) if (change->modes_clear & MODE_##BIT) outbuff[used++] = CHAR
2693         DO_MODE_CHAR(PRIVATE, 'p');
2694         DO_MODE_CHAR(SECRET, 's');
2695         DO_MODE_CHAR(MODERATED, 'm');
2696         DO_MODE_CHAR(TOPICLIMIT, 't');
2697         DO_MODE_CHAR(INVITEONLY, 'i');
2698         DO_MODE_CHAR(NOPRIVMSGS, 'n');
2699         DO_MODE_CHAR(LIMIT, 'l');
2700         DO_MODE_CHAR(KEY, 'k');
2701         DO_MODE_CHAR(UPASS, 'U');
2702         DO_MODE_CHAR(APASS, 'A');
2703         DO_MODE_CHAR(DELAYJOINS, 'D');
2704         DO_MODE_CHAR(REGONLY, 'r');
2705         DO_MODE_CHAR(NOCOLORS, 'c');
2706         DO_MODE_CHAR(NOCTCPS, 'C');
2707         DO_MODE_CHAR(REGISTERED, 'z');
2708 #undef DO_MODE_CHAR
2709     }
2710     if (change->modes_set) {
2711         outbuff[used++] = '+';
2712 #define DO_MODE_CHAR(BIT, CHAR) if (change->modes_set & MODE_##BIT) outbuff[used++] = CHAR
2713         DO_MODE_CHAR(PRIVATE, 'p');
2714         DO_MODE_CHAR(SECRET, 's');
2715         DO_MODE_CHAR(MODERATED, 'm');
2716         DO_MODE_CHAR(TOPICLIMIT, 't');
2717         DO_MODE_CHAR(INVITEONLY, 'i');
2718         DO_MODE_CHAR(NOPRIVMSGS, 'n');
2719         DO_MODE_CHAR(DELAYJOINS, 'D');
2720         DO_MODE_CHAR(REGONLY, 'r');
2721         DO_MODE_CHAR(NOCOLORS, 'c');
2722         DO_MODE_CHAR(NOCTCPS, 'C');
2723         DO_MODE_CHAR(REGISTERED, 'z');
2724 #undef DO_MODE_CHAR
2725         switch (change->modes_set & (MODE_KEY|MODE_LIMIT|MODE_APASS|MODE_UPASS)) {
2726         /* Doing this implementation has been a pain in the arse, I hope I didn't forget a possible combination */
2727         case MODE_KEY|MODE_LIMIT|MODE_APASS|MODE_UPASS:
2728             used += sprintf(outbuff+used, "lkAU %d %s %s %s", change->new_limit, change->new_key, change->new_apass, change->new_upass);
2729             break;
2730
2731         case MODE_KEY|MODE_LIMIT|MODE_APASS:
2732             used += sprintf(outbuff+used, "lkA %d %s %s", change->new_limit, change->new_key, change->new_apass);
2733             break;
2734         case MODE_KEY|MODE_LIMIT|MODE_UPASS:
2735             used += sprintf(outbuff+used, "lkU %d %s %s", change->new_limit, change->new_key, change->new_upass);
2736             break;
2737         case MODE_KEY|MODE_APASS|MODE_UPASS:
2738             used += sprintf(outbuff+used, "kAU %s %s %s", change->new_key, change->new_apass, change->new_upass);
2739             break;
2740
2741         case MODE_KEY|MODE_APASS:
2742             used += sprintf(outbuff+used, "kA %s %s", change->new_key, change->new_apass);
2743             break;
2744         case MODE_KEY|MODE_UPASS:
2745             used += sprintf(outbuff+used, "kU %s %s", change->new_key, change->new_upass);
2746             break;
2747         case MODE_KEY|MODE_LIMIT:
2748             used += sprintf(outbuff+used, "lk %d %s", change->new_limit, change->new_key);
2749             break;
2750         case MODE_LIMIT|MODE_UPASS:
2751             used += sprintf(outbuff+used, "lU %d %s", change->new_limit, change->new_upass);
2752             break;
2753         case MODE_LIMIT|MODE_APASS:
2754             used += sprintf(outbuff+used, "lA %d %s", change->new_limit, change->new_apass);
2755             break;
2756         case MODE_APASS|MODE_UPASS:
2757             used += sprintf(outbuff+used, "AU %s %s", change->new_apass, change->new_upass);
2758             break;
2759
2760         case MODE_LIMIT|MODE_APASS|MODE_UPASS:
2761             used += sprintf(outbuff+used, "lAU %d %s %s", change->new_limit, change->new_apass, change->new_upass);
2762             break;
2763
2764         case MODE_APASS:
2765             used += sprintf(outbuff+used, "A %s", change->new_apass);
2766             break;
2767         case MODE_UPASS:
2768             used += sprintf(outbuff+used, "U %s", change->new_upass);
2769             break;
2770         case MODE_KEY:
2771             used += sprintf(outbuff+used, "k %s", change->new_key);
2772             break;
2773         case MODE_LIMIT:
2774             used += sprintf(outbuff+used, "l %d", change->new_limit);
2775             break;
2776         }
2777     }
2778     outbuff[used] = 0;
2779     return outbuff;
2780 }
2781
2782 static int
2783 clear_chanmode(struct chanNode *channel, const char *modes)
2784 {
2785     unsigned int cleared;
2786
2787     for (cleared = 0; *modes; modes++) {
2788         switch (*modes) {
2789         case 'o': cleared |= MODE_CHANOP; break;
2790         case 'v': cleared |= MODE_VOICE; break;
2791         case 'p': cleared |= MODE_PRIVATE; break;
2792         case 's': cleared |= MODE_SECRET; break;
2793         case 'm': cleared |= MODE_MODERATED; break;
2794         case 't': cleared |= MODE_TOPICLIMIT; break;
2795         case 'i': cleared |= MODE_INVITEONLY; break;
2796         case 'n': cleared |= MODE_NOPRIVMSGS; break;
2797         case 'k':
2798             cleared |= MODE_KEY;
2799             channel->key[0] = '\0';
2800             break;
2801         case 'A':
2802             cleared |= MODE_APASS;
2803             channel->apass[0] = '\0';
2804             break;
2805         case 'U':
2806             cleared |= MODE_UPASS;
2807             channel->upass[0] = '\0';
2808             break;
2809         case 'l':
2810             cleared |= MODE_LIMIT;
2811             channel->limit = 0;
2812             break;
2813         case 'b': cleared |= MODE_BAN; break;
2814         case 'D': cleared |= MODE_DELAYJOINS; break;
2815         case 'r': cleared |= MODE_REGONLY; break;
2816         case 'c': cleared |= MODE_NOCOLORS; break;
2817         case 'C': cleared |= MODE_NOCTCPS; break;
2818         case 'z': cleared |= MODE_REGISTERED; break;
2819         }
2820     }
2821
2822     if (!cleared)
2823         return 1;
2824
2825     /* Remove simple modes. */
2826     channel->modes &= ~cleared;
2827
2828     /* If removing bans, kill 'em all. */
2829     if ((cleared & MODE_BAN) && channel->banlist.used) {
2830         unsigned int i;
2831         for (i=0; i<channel->banlist.used; i++)
2832             free(channel->banlist.list[i]);
2833         channel->banlist.used = 0;
2834     }
2835
2836     /* Remove member modes. */
2837     if ((cleared & (MODE_CHANOP | MODE_VOICE)) && channel->members.used) {
2838         int mask = ~(cleared & (MODE_CHANOP | MODE_VOICE));
2839         unsigned int i;
2840
2841         for (i = 0; i < channel->members.used; i++)
2842             channel->members.list[i]->modes &= mask;
2843     }
2844
2845     return 1;
2846 }
2847
2848 void
2849 reg_privmsg_func(struct userNode *user, privmsg_func_t handler)
2850 {
2851     unsigned int numeric = user->num_local;
2852     if (numeric >= num_privmsg_funcs) {
2853         int newnum = numeric + 8, ii;
2854         privmsg_funcs = realloc(privmsg_funcs, newnum*sizeof(privmsg_func_t));
2855         for (ii = num_privmsg_funcs; ii < newnum; ++ii)
2856             privmsg_funcs[ii] = NULL;
2857         num_privmsg_funcs = newnum;
2858     }
2859     if (privmsg_funcs[numeric])
2860         log_module(MAIN_LOG, LOG_WARNING, "re-registering new privmsg handler for numeric %d", numeric);
2861     privmsg_funcs[numeric] = handler;
2862 }
2863
2864 void
2865 unreg_privmsg_func(struct userNode *user)
2866 {
2867     if (!IsLocal(user) || user->num_local >= num_privmsg_funcs)
2868         return; /* this really only works with users */
2869
2870     privmsg_funcs[user->num_local] = NULL;
2871 }
2872
2873
2874 void
2875 reg_notice_func(struct userNode *user, privmsg_func_t handler)
2876 {
2877     unsigned int numeric = user->num_local;
2878     if (numeric >= num_notice_funcs) {
2879         int newnum = numeric + 8, ii;
2880         notice_funcs = realloc(notice_funcs, newnum*sizeof(privmsg_func_t));
2881         for (ii = num_privmsg_funcs; ii < newnum; ++ii)
2882             privmsg_funcs[ii] = NULL;
2883         num_notice_funcs = newnum;
2884     }
2885     if (notice_funcs[numeric])
2886         log_module(MAIN_LOG, LOG_WARNING, "re-registering new notice handler for numeric %d", numeric);
2887     notice_funcs[numeric] = handler;
2888 }
2889
2890 void
2891 unreg_notice_func(struct userNode *user)
2892 {
2893     if (!IsLocal(user) || user->num_local >= num_privmsg_funcs)
2894         return; /* this really only works with users */
2895
2896     notice_funcs[user->num_local] = NULL;
2897 }
2898
2899 static void
2900 send_burst(void)
2901 {
2902     unsigned int i, hop, max_hop=1;
2903     dict_iterator_t it;
2904
2905     /* burst (juped) servers, closest first (except self, which is sent already) */
2906     for (i=0; i<ArrayLength(servers_num); i++)
2907         if (servers_num[i] && servers_num[i]->hops > max_hop)
2908             max_hop = servers_num[i]->hops;
2909     for (hop=1; hop<=max_hop; hop++) {
2910         for (i=0;i<ArrayLength(servers_num);i++) {
2911             if (servers_num[i]
2912                 && (servers_num[i]->hops == hop)
2913                 && (servers_num[i] != self->uplink))
2914                 irc_server(servers_num[i]);
2915         }
2916     }
2917
2918     /* burst local nicks */
2919     for (i=0; i<=self->num_mask; i++)
2920         if (self->users[i])
2921             irc_user(self->users[i]);
2922
2923     /* build dict of unbursted channel names (just copy existing channels) */
2924     unbursted_channels = dict_new();
2925     for (it = dict_first(channels); it; it = iter_next(it))
2926         dict_insert(unbursted_channels, iter_key(it), iter_data(it));
2927 }