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