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