]> jfr.im git - irc/evilnet/x3.git/blob - src/proto-p10.c
eb9e48333a75738e9e0ff62728ba53a8727b3f17
[irc/evilnet/x3.git] / src / proto-p10.c
1 /* proto-p10.c - IRC protocol output
2 * Copyright 2000-2004 srvx Development Team
3 *
4 * This file is part of x3.
5 *
6 * x3 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 3 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 "nickserv.h"
22 #include "chanserv.h"
23 #include "hash.h"
24 #include "helpfile.h"
25 #include "hosthiding.h"
26 #include "proto-common.c"
27 #include "opserv.h"
28
29 /* Full commands. */
30 #define CMD_ACCOUNT "ACCOUNT"
31 #define CMD_ADMIN "ADMIN"
32 #define CMD_ALIST "ALIST"
33 #define CMD_ASLL "ASLL"
34 #define CMD_AWAY "AWAY"
35 #define CMD_BURST "BURST"
36 #define CMD_CLEARMODE "CLEARMODE"
37 #define CMD_CLOSE "CLOSE"
38 #define CMD_CNOTICE "CNOTICE"
39 #define CMD_CONNECT "CONNECT"
40 #define CMD_CPRIVMSG "CPRIVMSG"
41 #define CMD_CREATE "CREATE"
42 #define CMD_DESTRUCT "DESTRUCT"
43 #define CMD_DESYNCH "DESYNCH"
44 #define CMD_DIE "DIE"
45 #define CMD_DNS "DNS"
46 #define CMD_EOB "END_OF_BURST"
47 #define CMD_EOB_ACK "EOB_ACK"
48 #define CMD_ERROR "ERROR"
49 #define CMD_FAKEHOST "FAKE"
50 #define CMD_GET "GET"
51 #define CMD_GLINE "GLINE"
52 #define CMD_HASH "HASH"
53 #define CMD_HELP "HELP"
54 #define CMD_INFO "INFO"
55 #define CMD_INVITE "INVITE"
56 #define CMD_ISON "ISON"
57 #define CMD_JOIN "JOIN"
58 #define CMD_JUPE "JUPE"
59 #define CMD_KICK "KICK"
60 #define CMD_KILL "KILL"
61 #define CMD_LINKS "LINKS"
62 #define CMD_LIST "LIST"
63 #define CMD_LUSERS "LUSERS"
64 #define CMD_MAP "MAP"
65 #define CMD_MARK "MARK"
66 #define CMD_MODE "MODE"
67 #define CMD_MOTD "MOTD"
68 #define CMD_NAMES "NAMES"
69 #define CMD_NICK "NICK"
70 #define CMD_NOTICE "NOTICE"
71 #define CMD_OPER "OPER"
72 #define CMD_OPMODE "OPMODE"
73 #define CMD_PART "PART"
74 #define CMD_PASS "PASS"
75 #define CMD_PING "PING"
76 #define CMD_PONG "PONG"
77 #define CMD_POST "POST"
78 #define CMD_PRIVMSG "PRIVMSG"
79 #define CMD_PRIVS "PRIVS"
80 #define CMD_PROTO "PROTO"
81 #define CMD_QUIT "QUIT"
82 #define CMD_REHASH "REHASH"
83 #define CMD_RESET "RESET"
84 #define CMD_RESTART "RESTART"
85 #define CMD_RPING "RPING"
86 #define CMD_RPONG "RPONG"
87 #define CMD_SERVER "SERVER"
88 #define CMD_SERVLIST "SERVLIST"
89 #define CMD_SERVSET "SERVSET"
90 #define CMD_SET "SET"
91 #define CMD_SETTIME "SETTIME"
92 #define CMD_SGLINE "SGLINE"
93 #define CMD_SHUN "SHUN"
94 #define CMD_SILENCE "SILENCE"
95 #define CMD_SMO "SMO"
96 #define CMD_SNO "SNO"
97 #define CMD_SSHUN "SSHUN"
98 #define CMD_SPAMFILTER "SPAMFILTER"
99 #define CMD_SQUERY "SQUERY"
100 #define CMD_SQUIT "SQUIT"
101 #define CMD_STATS "STATS"
102 #define CMD_SVSJOIN "SVSJOIN"
103 #define CMD_SVSNICK "SVSNICK"
104 #define CMD_SVSPART "SVSPART"
105 #define CMD_SVSQUIT "SVSQUIT"
106 #define CMD_SWHOIS "SWHOIS"
107 #define CMD_TIME "TIME"
108 #define CMD_TOPIC "TOPIC"
109 #define CMD_TRACE "TRACE"
110 #define CMD_UPING "UPING"
111 #define CMD_USER "USER"
112 #define CMD_USERHOST "USERHOST"
113 #define CMD_USERIP "USERIP"
114 #define CMD_VERSION "VERSION"
115 #define CMD_WALLCHOPS "WALLCHOPS"
116 #define CMD_WALLOPS "WALLOPS"
117 #define CMD_WALLHOPS "WALLHOPS"
118 #define CMD_WALLUSERS "WALLUSERS"
119 #define CMD_WALLVOICES "WALLVOICES"
120 #define CMD_WALLHOPS "WALLHOPS"
121 #define CMD_WHO "WHO"
122 #define CMD_WHOIS "WHOIS"
123 #define CMD_WHOWAS "WHOWAS"
124
125 /* Tokenized commands. */
126 #define TOK_ACCOUNT "AC"
127 #define TOK_ADMIN "AD"
128 #define TOK_ALIST "AL"
129 #define TOK_ASLL "LL"
130 #define TOK_AWAY "A"
131 #define TOK_BURST "B"
132 #define TOK_CLEARMODE "CM"
133 #define TOK_CLOSE "CLOSE"
134 #define TOK_CNOTICE "CN"
135 #define TOK_CONNECT "CO"
136 #define TOK_CPRIVMSG "CP"
137 #define TOK_CREATE "C"
138 #define TOK_DESTRUCT "DE"
139 #define TOK_DESYNCH "DS"
140 #define TOK_DIE "DIE"
141 #define TOK_DNS "DNS"
142 #define TOK_EOB "EB"
143 #define TOK_EOB_ACK "EA"
144 #define TOK_ERROR "Y"
145 #define TOK_EXEMPT "EX"
146 #define TOK_FAKEHOST "FA"
147 #define TOK_GET "GET"
148 #define TOK_GLINE "GL"
149 #define TOK_HASH "HASH"
150 #define TOK_HELP "HELP"
151 #define TOK_INFO "F"
152 #define TOK_INVITE "I"
153 #define TOK_ISON "ISON"
154 #define TOK_JOIN "J"
155 #define TOK_JUPE "JU"
156 #define TOK_KICK "K"
157 #define TOK_KILL "D"
158 #define TOK_LINKS "LI"
159 #define TOK_LIST "LIST"
160 #define TOK_LUSERS "LU"
161 #define TOK_MAP "MAP"
162 #define TOK_MARK "MK"
163 #define TOK_MODE "M"
164 #define TOK_MOTD "MO"
165 #define TOK_NAMES "E"
166 #define TOK_NICK "N"
167 #define TOK_NOTICE "O"
168 #define TOK_OPER "OPER"
169 #define TOK_OPMODE "OM"
170 #define TOK_PART "L"
171 #define TOK_PASS "PA"
172 #define TOK_PING "G"
173 #define TOK_PONG "Z"
174 #define TOK_POST "POST"
175 #define TOK_PRIVMSG "P"
176 #define TOK_PRIVS "PRIVS"
177 #define TOK_PROTO "PROTO"
178 #define TOK_QUIT "Q"
179 #define TOK_REHASH "REHASH"
180 #define TOK_RESET "RESET"
181 #define TOK_RESTART "RESTART"
182 #define TOK_RPING "RI"
183 #define TOK_RPONG "RO"
184 #define TOK_SERVER "S"
185 #define TOK_SERVLIST "SERVSET"
186 #define TOK_SERVSET "SERVSET"
187 #define TOK_SET "SET"
188 #define TOK_SETTIME "SE"
189 #define TOK_SGLINE "SGL"
190 #define TOK_SHUN "SU"
191 #define TOK_SILENCE "U"
192 #define TOK_SMO "SMO"
193 #define TOK_SNO "SNO"
194 #define TOK_SSHUN "SSU"
195 #define TOK_SPAMFILTER "SF"
196 #define TOK_SQUERY "SQUERY"
197 #define TOK_SQUIT "SQ"
198 #define TOK_STATS "R"
199 #define TOK_SVSJOIN "SJ"
200 #define TOK_SVSNICK "SN"
201 #define TOK_SVSPART "SP"
202 #define TOK_SVSQUIT "SX"
203 #define TOK_SWHOIS "SW"
204 #define TOK_TIME "TI"
205 #define TOK_TOPIC "T"
206 #define TOK_TRACE "TR"
207 #define TOK_UPING "UP"
208 #define TOK_USER "USER"
209 #define TOK_USERHOST "USERHOST"
210 #define TOK_USERIP "USERIP"
211 #define TOK_VERSION "V"
212 #define TOK_WALLCHOPS "WC"
213 #define TOK_WALLOPS "WA"
214 #define TOK_WALLHOPS "WH"
215 #define TOK_WALLUSERS "WU"
216 #define TOK_WALLVOICES "WV"
217 #define TOK_WALLHOPS "WH"
218 #define TOK_WHO "H"
219 #define TOK_WHOIS "W"
220 #define TOK_WHOWAS "X"
221
222 /* Protocol messages; aliased to full commands or tokens depending
223 on compile-time configuration. ircu prefers tokens WITH THE
224 EXCEPTION OF THE SERVER AND PASS COMMANDS, which cannot be
225 tokenized, because clients' (ie. a linking server) commands are
226 only checked against the full command list.
227 */
228 #if defined(ENABLE_TOKENS)
229 #define TYPE(NAME) TOK_ ## NAME
230 #else /* !ENABLE_TOKENS */
231 #define TYPE(NAME) CMD_ ## NAME
232 #endif /* ENABLE_TOKENS */
233
234 #define P10_ACCOUNT TYPE(ACCOUNT)
235 #define P10_ADMIN TYPE(ADMIN)
236 #define P10_ASLL TYPE(ASLL)
237 #define P10_AWAY TYPE(AWAY)
238 #define P10_BURST TYPE(BURST)
239 #define P10_CLEARMODE TYPE(CLEARMODE)
240 #define P10_CLOSE TYPE(CLOSE)
241 #define P10_CNOTICE TYPE(CNOTICE)
242 #define P10_CONNECT TYPE(CONNECT)
243 #define P10_CPRIVMSG TYPE(CPRIVMSG)
244 #define P10_CREATE TYPE(CREATE)
245 #define P10_DESTRUCT TYPE(DESTRUCT)
246 #define P10_DESYNCH TYPE(DESYNCH)
247 #define P10_DIE TYPE(DIE)
248 #define P10_DNS TYPE(DNS)
249 #define P10_EOB TYPE(EOB)
250 #define P10_EOB_ACK TYPE(EOB_ACK)
251 #define P10_ERROR TYPE(ERROR)
252 #define P10_FAKEHOST TYPE(FAKEHOST)
253 #define P10_GET TYPE(GET)
254 #define P10_GLINE TYPE(GLINE)
255 #define P10_HASH TYPE(HASH)
256 #define P10_HELP TYPE(HELP)
257 #define P10_INFO TYPE(INFO)
258 #define P10_INVITE TYPE(INVITE)
259 #define P10_ISON TYPE(ISON)
260 #define P10_JOIN TYPE(JOIN)
261 #define P10_JUPE TYPE(JUPE)
262 #define P10_KICK TYPE(KICK)
263 #define P10_KILL TYPE(KILL)
264 #define P10_LINKS TYPE(LINKS)
265 #define P10_LIST TYPE(LIST)
266 #define P10_LUSERS TYPE(LUSERS)
267 #define P10_MAP TYPE(MAP)
268 #define P10_MARK TYPE(MARK)
269 #define P10_MODE TYPE(MODE)
270 #define P10_MOTD TYPE(MOTD)
271 #define P10_NAMES TYPE(NAMES)
272 #define P10_NICK TYPE(NICK)
273 #define P10_NOTICE TYPE(NOTICE)
274 #define P10_OPER TYPE(OPER)
275 #define P10_OPMODE TYPE(OPMODE)
276 #define P10_PART TYPE(PART)
277 #define P10_PASS CMD_PASS
278 #define P10_PING TYPE(PING)
279 #define P10_PONG TYPE(PONG)
280 #define P10_POST TYPE(POST)
281 #define P10_PRIVMSG TYPE(PRIVMSG)
282 #define P10_PRIVS TYPE(PRIVS)
283 #define P10_PROTO TYPE(PROTO)
284 #define P10_QUIT TYPE(QUIT)
285 #define P10_REHASH TYPE(REHASH)
286 #define P10_RESET TYPE(RESET)
287 #define P10_RESTART TYPE(RESTART)
288 #define P10_RPING TYPE(RPING)
289 #define P10_RPONG TYPE(RPONG)
290 #define P10_SERVER CMD_SERVER
291 #define P10_SERVLIST TYPE(SERVLIST)
292 #define P10_SERVSET TYPE(SERVSET)
293 #define P10_SET TYPE(SET)
294 #define P10_SETTIME TYPE(SETTIME)
295 #define P10_SGLINE TYPE(SGLINE)
296 #define P10_SHUN TYPE(SHUN)
297 #define P10_SILENCE TYPE(SILENCE)
298 #define P10_SMO TYPE(SMO)
299 #define P10_SNO TYPE(SNO)
300 #define P10_SSHUN TYPE(SSHUN)
301 #define P10_SPAMFILTER TYPE(SPAMFILTER)
302 #define P10_SQUERY TYPE(SQUERY)
303 #define P10_SQUIT TYPE(SQUIT)
304 #define P10_STATS TYPE(STATS)
305 #define P10_SVSJOIN TYPE(SVSJOIN)
306 #define P10_SVSNICK TYPE(SVSNICK)
307 #define P10_SVSPART TYPE(SVSPART)
308 #define P10_SVSQUIT TYPE(SVSQUIT)
309 #define P10_SWHOIS TYPE(SWHOIS)
310 #define P10_TIME TYPE(TIME)
311 #define P10_TOPIC TYPE(TOPIC)
312 #define P10_TRACE TYPE(TRACE)
313 #define P10_UPING TYPE(UPING)
314 #define P10_USER TYPE(USER)
315 #define P10_USERHOST TYPE(USERHOST)
316 #define P10_USERIP TYPE(USERIP)
317 #define P10_VERSION TYPE(VERSION)
318 #define P10_WALLCHOPS TYPE(WALLCHOPS)
319 #define P10_WALLOPS TYPE(WALLOPS)
320 #define P10_WALLHOPS TYPE(WALLHOPS)
321 #define P10_WALLUSERS TYPE(WALLUSERS)
322 #define P10_WALLVOICES TYPE(WALLVOICES)
323 #define P10_WHO TYPE(WHO)
324 #define P10_WHOIS TYPE(WHOIS)
325 #define P10_WHOWAS TYPE(WHOWAS)
326 #define P10_EXEMPT TYPE(EXEMPT)
327
328 /* Servers claiming to have a boot or link time before PREHISTORY
329 * trigger errors to the log. We hope no server has been running
330 * constantly since September 1994. :)
331 */
332 #define PREHISTORY 780000000
333
334 #define MODELEN 40 + KEYLEN
335
336 static struct server *servers_num[64*64];
337 static privmsg_func_t *privmsg_funcs;
338 static unsigned int num_privmsg_funcs;
339 static privmsg_func_t *notice_funcs;
340 static unsigned int num_notice_funcs;
341 static struct dict *unbursted_channels;
342 static const char *his_servername;
343 static const char *his_servercomment;
344 static int extended_accounts;
345
346 /* These correspond to 1 << X: 012345678901234567 */
347 const char irc_user_mode_chars[] = "o iw dkgn I";
348
349 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);
350
351 extern int off_channel;
352 extern int DefConLevel;
353 extern int DefConTimeOut;
354 extern char *DefConChanModes;
355
356 static int parse_oplevel(char *str);
357
358 char privbuf[512] = "";
359
360 /* Numerics can be XYY, XYYY, or XXYYY; with X's identifying the
361 * server and Y's indentifying the client on that server. */
362 struct server*
363 GetServerN(const char *numeric)
364 {
365 switch (strlen(numeric)) {
366 default:
367 return servers_num[base64toint(numeric, 2)];
368 case 4:
369 case 3:
370 case 1:
371 return servers_num[base64toint(numeric, 1)];
372 case 0:
373 return NULL;
374 }
375 }
376
377 struct userNode*
378 GetUserN(const char *numeric) /* using numeric */
379 {
380 struct userNode *un;
381 struct server *s;
382 int n, slen, ulen;
383
384 switch (strlen(numeric)) {
385 default:
386 log_module(MAIN_LOG, LOG_WARNING, "GetUserN(%s): numeric too long!", numeric);
387 return NULL;
388 case 5: slen = 2; ulen = 3; break;
389 case 4: slen = 1; ulen = 3; break;
390 case 3: slen = 1; ulen = 2; break;
391 case 2: case 1: case 0:
392 log_module(MAIN_LOG, LOG_WARNING, "GetUserN(%s): numeric too short!", numeric);
393 return NULL;
394 }
395 if (!(s = servers_num[base64toint(numeric, slen)])) {
396 log_module(MAIN_LOG, LOG_WARNING, "GetUserN(%s): couldn't find server (len=%d)!", numeric, slen);
397 return NULL;
398 }
399 n = base64toint(numeric+slen, ulen) & s->num_mask;
400 if (!(un = s->users[n])) {
401 log_module(MAIN_LOG, LOG_WARNING, "GetUserN(%s) couldn't find user!", numeric);
402 }
403 return un;
404 }
405
406 extern struct userNode *opserv;
407 static void
408 check_ctcp(struct userNode *user, struct userNode *bot, char *text, UNUSED_ARG(int server_qualified))
409 {
410 char *cmd;
411 /* if its a version reply, do an alert check (only alerts with version=something) */
412 if(bot == opserv) {
413 if(text[0] == '\001') {
414 text++;
415 cmd = mysep(&text, " ");
416 if(!irccasecmp(cmd, "VERSION")) {
417 char *version = mysep(&text, "\n");
418 if(!version)
419 version = "";
420 /* opserv_debug("Opserv got CTCP VERSION Notice from %s: %s", user->nick, version); */
421 /* TODO: setup a ctcp_funcs thing to handle this and other CTCPS properly */
422 user->version_reply = strdup(version);
423 /* TODO: put this in the db */
424 if(match_ircglob(version, "WebTV;*"))
425 user->no_notice = true; /* webbies cant see notices */
426 }
427 }
428 }
429 }
430
431
432 static void
433 privmsg_user_helper(struct userNode *un, void *data)
434 {
435 struct privmsg_desc *pd = data;
436 unsigned int num = un->num_local;
437 if (!pd->is_notice) {
438 if ((num < num_privmsg_funcs) && privmsg_funcs[num]) {
439 privmsg_funcs[num](pd->user, un, pd->text, pd->is_qualified);
440 }
441 } else {
442 if ((num < num_notice_funcs) && notice_funcs[num]) {
443 check_ctcp(pd->user, un, pd->text, pd->is_qualified);
444 notice_funcs[num](pd->user, un, pd->text, pd->is_qualified);
445 }
446 }
447 }
448
449 /* equiv to user doing /connect server port target */
450 void irc_connect(struct userNode *user, char *server, unsigned int port, struct server *target)
451 {
452 putsock("%s " P10_CONNECT " %s %d %s", user->numeric, server, port, target->numeric);
453 }
454
455 void
456 irc_squit_route(struct server *srv, const char *message, ...)
457 {
458 va_list arg_list;
459 char buffer[MAXLEN];
460 va_start(arg_list, message);
461 vsnprintf(buffer, MAXLEN-2, message, arg_list);
462 buffer[MAXLEN-1] = 0;
463
464 /* When would we squit ourselves exactly?? -Rubin */
465 if(srv == self && cManager.uplink->state == CONNECTED ) {
466 unsigned int i;
467
468 /* Quit all clients linked to me. */
469 for(i = 0; i <= self->num_mask; i++) {
470 if(!self->users[i])
471 continue;
472 irc_quit(self->users[i], buffer);
473 }
474 }
475
476 putsock("%s " P10_SQUIT " %s %d :%s", self->numeric, srv->name, 0, buffer);
477
478 if(srv == self) {
479 /* Force a reconnect to the currently selected server. */
480 cManager.uplink->tries = 0;
481 log_module(MAIN_LOG, LOG_INFO, "Squitting from uplink: %s", buffer);
482 close_socket();
483 }
484 }
485
486 void
487 irc_server(struct server *srv)
488 {
489 char extranum[COMBO_NUMERIC_LEN+1];
490
491 inttobase64(extranum, srv->num_mask, (srv->numeric[1] || (srv->num_mask >= 64*64)) ? 3 : 2);
492 if (srv == self) {
493 putsock(P10_SERVER " %s %d " FMT_TIME_T " " FMT_TIME_T " J10 %s%s +s6 :%s",
494 srv->name, srv->hops+1, srv->boot, srv->link_time, srv->numeric, extranum, srv->description);
495 } else {
496 putsock("%s " P10_SERVER " %s %d " FMT_TIME_T " " FMT_TIME_T " %c10 %s%s +s6 :%s",
497 self->numeric, srv->name, srv->hops+1, srv->boot, srv->link_time, (srv->self_burst ? 'J' : 'P'), srv->numeric, extranum, srv->description);
498 }
499 }
500
501 void
502 irc_p10_pton(irc_in_addr_t *ip, const char *input)
503 {
504 if (strlen(input) == 6) {
505 unsigned int value;
506 memset(ip, 0, 6 * sizeof(ip->in6[0]));
507 value = base64toint(input, 6);
508 if (value)
509 ip->in6[5] = htons(65535);
510 ip->in6[6] = htons(value >> 16);
511 ip->in6[7] = htons(value & 65535);
512 } else {
513 unsigned int pos = 0;
514 do {
515 if (*input == '_') {
516 unsigned int left;
517 for (left = (25 - strlen(input)) / 3; left; left--)
518 ip->in6[pos++] = 0;
519 input++;
520 } else {
521 ip->in6[pos++] = ntohs(base64toint(input, 3));
522 input += 3;
523 }
524 } while (pos < 8);
525 }
526 }
527
528 void
529 irc_p10_ntop(char *output, const irc_in_addr_t *ip)
530 {
531 if (!irc_in_addr_is_valid(*ip)) {
532 strcpy(output, "AAAAAA");
533 } else if (irc_in_addr_is_ipv4(*ip)) {
534 unsigned int in4;
535 in4 = (ntohs(ip->in6[6]) << 16) | ntohs(ip->in6[7]);
536 inttobase64(output, in4, 6);
537 output[6] = '\0';
538 } else if (irc_in_addr_is_ipv6(*ip)) {
539 unsigned int max_start, max_zeros, curr_zeros, zero, ii;
540 /* Can start by printing out the leading non-zero parts. */
541 for (ii = 0; (ip->in6[ii]) && (ii < 8); ++ii) {
542 inttobase64(output, ntohs(ip->in6[ii]), 3);
543 output += 3;
544 }
545 /* Find the longest run of zeros. */
546 for (max_start = zero = ii, max_zeros = curr_zeros = 0; ii < 8; ++ii) {
547 if (!ip->in6[ii])
548 curr_zeros++;
549 else if (curr_zeros > max_zeros) {
550 max_start = ii - curr_zeros;
551 max_zeros = curr_zeros;
552 curr_zeros = 0;
553 }
554 }
555 if (curr_zeros > max_zeros) {
556 max_start = ii - curr_zeros;
557 max_zeros = curr_zeros;
558 curr_zeros = 0;
559 }
560 /* Print the rest of the address */
561 for (ii = zero; ii < 8; ) {
562 if ((ii == max_start) && max_zeros) {
563 *output++ = '_';
564 ii += max_zeros;
565 } else {
566 inttobase64(output, ntohs(ip->in6[ii]), 3);
567 output += 3;
568 }
569 }
570 *output = '\0';
571 } else {
572 strcpy(output, "???");
573 }
574 }
575
576 void
577 irc_user(struct userNode *user)
578 {
579 char b64ip[25];
580 if (!user || IsDummy(user))
581 return;
582 irc_p10_ntop(b64ip, &user->ip);
583 if (user->modes) {
584 char modes[32];
585
586 irc_user_modes(user, modes, sizeof(modes));
587 /* we don't need to put the + in modes because it's in the format string. */
588 putsock("%s " P10_NICK " %s %d " FMT_TIME_T " %s %s +%s %s %s :%s",
589 user->uplink->numeric, user->nick, user->uplink->hops+1, user->timestamp, user->ident, user->hostname, modes, b64ip, user->numeric, user->info);
590 } else {
591 putsock("%s " P10_NICK " %s %d " FMT_TIME_T " %s %s %s %s :%s",
592 user->uplink->numeric, user->nick, user->uplink->hops+1, user->timestamp, user->ident, user->hostname, b64ip, user->numeric, user->info);
593 }
594 }
595
596 void
597 irc_rename(struct userNode *user, const char *new_handle)
598 {
599 if(extended_accounts)
600 putsock("%s " P10_ACCOUNT " %s M %s", self->numeric, user->numeric, new_handle);
601 }
602
603 void
604 irc_delete(struct userNode *user)
605 {
606 if(extended_accounts)
607 putsock("%s " P10_ACCOUNT " %s U", self->numeric, user->numeric);
608 }
609
610 void
611 irc_account(struct userNode *user, const char *stamp, time_t timestamp)
612 {
613 if(extended_accounts)
614 putsock("%s " P10_ACCOUNT " %s R %s "FMT_TIME_T, self->numeric, user->numeric, stamp, timestamp);
615 else
616 putsock("%s " P10_ACCOUNT " %s %s "FMT_TIME_T, self->numeric, user->numeric, stamp, timestamp);
617 }
618
619 void
620 irc_fakehost(struct userNode *user, const char *host)
621 {
622 putsock("%s " P10_FAKEHOST " %s %s", self->numeric, user->numeric, host);
623 }
624
625 void
626 irc_regnick(UNUSED_ARG(struct userNode *user))
627 {
628 /* no operation here */
629 }
630
631 void
632 irc_nick(struct userNode *user, UNUSED_ARG(const char *old_nick))
633 {
634 putsock("%s " P10_NICK " %s "FMT_TIME_T, user->numeric, user->nick, now);
635 }
636
637 void
638 irc_fetchtopic(struct userNode *from, const char *to)
639 {
640 if (!from || !to)
641 return;
642 putsock("%s " P10_TOPIC " %s", from->numeric, to);
643 }
644
645 void
646 irc_squit(struct server *srv, const char *message, const char *service_message)
647 {
648 if (!service_message)
649 service_message = message;
650
651 /* Are we leaving the network? */
652 if (srv == self && cManager.uplink->state == CONNECTED) {
653 unsigned int i;
654
655 /* Quit all clients linked to me. */
656 for (i = 0; i <= self->num_mask; i++) {
657 if (!self->users[i])
658 continue;
659 irc_quit(self->users[i], service_message);
660 }
661 }
662
663 putsock("%s " P10_SQUIT " %s %d :%s", self->numeric, srv->name, 0, message);
664
665 if (srv == self) {
666 /* Force a reconnect to the currently selected server. */
667 cManager.uplink->tries = 0;
668 log_module(MAIN_LOG, LOG_INFO, "Squitting from uplink: %s", message);
669 close_socket();
670 }
671 }
672
673 void
674 irc_wallchops(struct userNode *from, const char *to, const char *message)
675 {
676 putsock("%s " P10_WALLCHOPS " %s :%s", from->numeric, to, message);
677 }
678
679 void
680 irc_wallops(const char *format, ...)
681 {
682 va_list arg_list;
683 char buffer[MAXLEN];
684 va_start(arg_list, format);
685 vsnprintf(buffer, MAXLEN-2, format, arg_list);
686 buffer[MAXLEN-1] = 0;
687 putsock("%s " P10_WALLOPS " :%s", self->numeric, buffer);
688 }
689
690 static int
691 deliver_to_dummy(struct userNode *source, struct userNode *dest, const char *message, int type)
692 {
693 unsigned int num;
694
695 if (!dest || !IsDummy(dest) || !IsLocal(dest))
696 return 0;
697 num = dest->num_local;
698 switch (type) {
699 default:
700 if ((num < num_notice_funcs) && notice_funcs[num])
701 notice_funcs[num](source, dest, message, 0);
702 break;
703 case 1:
704 if ((num < num_privmsg_funcs) && privmsg_funcs[num])
705 privmsg_funcs[num](source, dest, message, 0);
706 break;
707 }
708 return 1;
709 }
710
711 void
712 irc_notice(struct userNode *from, const char *to, const char *message)
713 {
714 if (to[0] == '#' || to[0] == '$'
715 || !deliver_to_dummy(from, GetUserN(to), message, 0))
716 putsock("%s " P10_NOTICE " %s :%s", from->numeric, to, message);
717 }
718
719 void
720 irc_notice_user(struct userNode *from, struct userNode *to, const char *message)
721 {
722 if (!deliver_to_dummy(from, to, message, 0))
723 putsock("%s " P10_NOTICE " %s :%s", from->numeric, to->numeric, message);
724 }
725
726 void
727 irc_privmsg(struct userNode *from, const char *to, const char *message)
728 {
729 if (to[0] == '#' || to[0] == '$'
730 || !deliver_to_dummy(from, GetUserN(to), message, 1))
731 putsock("%s " P10_PRIVMSG " %s :%s", from->numeric, to, message);
732 }
733
734 void
735 irc_privmsg_user(struct userNode *from, struct userNode *to, const char *message)
736 {
737 putsock("%s " P10_PRIVMSG " %s :%s", from->numeric, to->numeric, message);
738 }
739
740 void
741 irc_version_user(struct userNode *from, struct userNode *to)
742 {
743 irc_privmsg_user(from, to, "\001VERSION\001");
744 }
745
746 void
747 irc_eob(void)
748 {
749 putsock("%s " P10_EOB, self->numeric);
750 }
751
752 void
753 irc_eob_ack(void)
754 {
755 putsock("%s " P10_EOB_ACK, self->numeric);
756
757 char *nick;
758 const char *str;
759 str = conf_get_data("services/opserv/nick", RECDB_QSTRING);
760 nick = strdup(str);
761
762 if (nick && (DefConLevel < 5)) {
763 DefConProcess(GetUserH(nick));
764
765 if (DefConTimeOut > 0)
766 timeq_add(now + DefConTimeOut, defcon_timeout, NULL);
767 }
768 }
769
770 void
771 irc_rpong(const char *from1, const char *from2, const char *pingtime, const char *clientinfo)
772 {
773 putsock("%s " P10_RPONG " %s %s %s :%s", self->numeric, from1, from2, pingtime, clientinfo);
774 }
775
776 void
777 irc_ping(const char *payload)
778 {
779 putsock("%s " P10_PING " :%s", self->numeric, payload);
780 }
781
782 void
783 irc_pong(const char *who, const char *data)
784 {
785 putsock("%s " P10_PONG " %s :%s", self->numeric, who, data);
786 }
787
788 void
789 irc_pong_asll(const char *who, const char *orig_ts)
790 {
791 char *delim;
792 struct timeval orig;
793 struct timeval sys_now;
794 int diff;
795
796 orig.tv_sec = strtoul(orig_ts, &delim, 10);
797 orig.tv_usec = (*delim == '.') ? strtoul(delim + 1, NULL, 10) : 0;
798 gettimeofday(&sys_now, NULL);
799 diff = (sys_now.tv_sec - orig.tv_sec) * 1000 + (sys_now.tv_usec - orig.tv_usec) / 1000;
800 putsock("%s " P10_PONG " %s %s %d %lu.%06lu", self->numeric, who, orig_ts, diff, (unsigned long)sys_now.tv_sec, (unsigned long)sys_now.tv_usec);
801 }
802
803 void
804 irc_pass(const char *passwd)
805 {
806 putsock(P10_PASS " :%s", passwd);
807 }
808
809 void
810 irc_introduce(const char *passwd)
811 {
812 void timed_send_ping(void *data);
813
814 self->self_burst = self->burst = 1;
815 irc_pass(passwd);
816 irc_server(self);
817 burst_length = 0;
818 timeq_add(now + ping_freq, timed_send_ping, 0);
819 }
820
821 void
822 irc_gline(struct server *srv, struct gline *gline, int silent)
823 {
824 putsock("%s " P10_GLINE " %s +%s " FMT_TIME_T " " FMT_TIME_T " :%s<%s> %s",
825 self->numeric, (srv ? srv->numeric : "*"), gline->target, gline->expires-now, now, silent ? "AUTO " : "", gline->issuer, gline->reason);
826 }
827
828 void
829 irc_shun(struct server *srv, struct shun *shun)
830 {
831 putsock("%s " P10_SHUN " %s +%s " FMT_TIME_T " :<%s> %s",
832 self->numeric, (srv ? srv->numeric : "*"), shun->target, shun->expires-now, shun->issuer, shun->reason);
833 }
834
835 void
836 irc_settime(const char *srv_name_mask, time_t new_time)
837 {
838 ioset_set_time(new_time);
839 if (!strcmp(srv_name_mask, "*"))
840 srv_name_mask = "";
841 putsock("%s " P10_SETTIME " " FMT_TIME_T " %s", self->numeric, new_time, srv_name_mask);
842 }
843
844 void
845 irc_ungline(const char *mask)
846 {
847 putsock("%s " P10_GLINE " * -%s", self->numeric, mask);
848 }
849
850 void
851 irc_unshun(const char *mask)
852 {
853 putsock("%s " P10_SHUN " * -%s", self->numeric, mask);
854 }
855
856 void
857 irc_burst(struct chanNode *chan)
858 {
859 char burst_line[512];
860 int pos, base_len, len;
861 struct modeNode *mn;
862 struct banNode *bn;
863 struct exemptNode *en;
864 long last_mode=-1;
865 unsigned int first_ban;
866 unsigned int first_exempt;
867 unsigned int n;
868
869 base_len = sprintf(burst_line, "%s " P10_BURST " %s " FMT_TIME_T " ",
870 self->numeric, chan->name, chan->timestamp);
871 len = irc_make_chanmode(chan, burst_line+base_len);
872 pos = base_len + len;
873 if (len > 0 && chan->members.used > 0)
874 burst_line[pos++] = ' ';
875
876 if(chan->members.used < 1)
877 return; /* dont burst empty channels (created by discrims) */
878 /* dump the users */
879 for (n=0; n<chan->members.used; n++) {
880 mn = chan->members.list[n];
881 if (pos > 500) {
882 burst_line[pos-1] = 0; /* -1 to back up over the space or comma */
883 putsock("%s", burst_line);
884 pos = base_len;
885 last_mode = -1;
886 }
887
888 memcpy(burst_line+pos, mn->user->numeric, strlen(mn->user->numeric));
889 pos += strlen(mn->user->numeric);
890 if (mn->modes && (mn->modes != last_mode)) {
891 last_mode = mn->modes;
892 burst_line[pos++] = ':';
893 if (last_mode & MODE_CHANOP)
894 burst_line[pos++] = 'o';
895 if (last_mode & MODE_HALFOP)
896 burst_line[pos++] = 'h';
897 if (last_mode & MODE_VOICE)
898 burst_line[pos++] = 'v';
899 }
900 if ((n+1)<chan->members.used)
901 burst_line[pos++] = ',';
902 }
903 if (chan->banlist.used) {
904 /* dump the bans */
905 first_ban = 1;
906
907 for (n=0; n<chan->banlist.used; ) {
908 if (first_ban && (pos < 500)) {
909 burst_line[pos++] = ':';
910 burst_line[pos++] = '%';
911 }
912 bn = chan->banlist.list[n];
913 len = strlen(bn->ban);
914 if (pos + 2 + len < 505) {
915 memcpy(burst_line + pos, bn->ban, len);
916 pos += len;
917 burst_line[pos++] = ' ';
918 first_ban = 0;
919 n++;
920 } else {
921 burst_line[pos-1] = 0;
922 putsock("%s", burst_line);
923 pos = base_len;
924 first_ban = 1;
925 }
926 }
927 }
928 if (chan->exemptlist.used) {
929 /* dump the exempts */
930 first_exempt = 1;
931
932 for (n=0; n<chan->exemptlist.used; ) {
933 if (first_exempt && (pos < 500)) {
934 burst_line[pos++] = ' ';
935 burst_line[pos++] = '~';
936 burst_line[pos++] = ' ';
937 }
938 en = chan->exemptlist.list[n];
939 len = strlen(en->exempt);
940 if (pos + 2 + len < 505) {
941 memcpy(burst_line + pos, en->exempt, len);
942 pos += len;
943 burst_line[pos++] = ' ';
944 first_exempt = 0;
945 n++;
946 } else {
947 burst_line[pos-1] = 0;
948 putsock("%s", burst_line);
949 pos = base_len;
950 first_exempt = 1;
951 }
952 }
953 }
954 /* print the last line */
955 burst_line[pos] = 0;
956 putsock("%s", burst_line);
957 }
958
959 void
960 irc_quit(struct userNode *user, const char *message)
961 {
962 putsock("%s " P10_QUIT " :%s", user->numeric, message);
963 }
964
965 void
966 irc_error(const char *to, const char *message)
967 {
968 if (to) {
969 putsock("%s " P10_ERROR " :%s", to, message);
970 } else {
971 putsock(":%s " P10_ERROR " :%s", self->name, message);
972 }
973 }
974
975 void
976 irc_kill(struct userNode *from, struct userNode *target, const char *message)
977 {
978 if (from) {
979 putsock("%s " P10_KILL " %s :%s!%s (%s)",
980 from->numeric, target->numeric, self->name, from->nick, message);
981 } else {
982 putsock("%s " P10_KILL " %s :%s (%s)",
983 self->numeric, target->numeric, self->name, message);
984 }
985 }
986
987 void
988 irc_mode(struct userNode *from, struct chanNode *target, const char *modes)
989 {
990 call_channel_mode_funcs(from, target, (char **)&modes, 0);
991 putsock("%s " P10_MODE " %s %s "FMT_TIME_T,
992 (from ? from->numeric : self->numeric),
993 target->name, modes, target->timestamp);
994 }
995
996 /* Added to allow services to mode users
997 2005 - 8 - 10 by Life4Christ
998 */
999 void
1000 irc_umode(struct userNode *target, const char *modes)
1001 {
1002 putsock("%s " P10_MODE " %s %s ",self->numeric,target->nick, modes);
1003 }
1004
1005
1006 void
1007 irc_invite(struct userNode *from, struct userNode *who, struct chanNode *to)
1008 {
1009 putsock("%s " P10_INVITE " %s %s", from->numeric, who->nick, to->name);
1010 }
1011
1012 void
1013 irc_silence(struct userNode *who, const char *mask, int add)
1014 {
1015 putsock("%s " P10_SILENCE " %s %s%s", self->numeric, who->numeric, add ? "+" : "-", mask);
1016 }
1017
1018 void
1019 irc_join(struct userNode *who, struct chanNode *what)
1020 {
1021 if (what->members.used == 1) {
1022 putsock("%s " P10_CREATE " %s "FMT_TIME_T,
1023 who->numeric, what->name, what->timestamp);
1024 } else {
1025 putsock("%s " P10_JOIN " %s "FMT_TIME_T, who->numeric, what->name, what->timestamp);
1026 }
1027 }
1028
1029 void
1030 irc_svsjoin(struct userNode *from, struct userNode *who, struct chanNode *to)
1031 {
1032 putsock("%s " P10_SVSJOIN " %s %s "FMT_TIME_T, from->uplink->numeric, who->numeric, to->name, now);
1033 }
1034
1035 void
1036 irc_svspart(struct userNode *from, struct userNode *who, struct chanNode *to)
1037 {
1038 putsock("%s " P10_SVSPART " %s %s", from->uplink->numeric, who->numeric, to->name);
1039 }
1040
1041 void
1042 irc_svsquit(struct userNode *from, struct userNode *who, char const *reason)
1043 {
1044 putsock("%s " P10_SVSQUIT " %s :%s", from->uplink->numeric, who->numeric, reason);
1045 }
1046
1047 void
1048 irc_kick(struct userNode *who, struct userNode *target, struct chanNode *channel, const char *msg)
1049 {
1050 const char *numeric;
1051 struct modeNode *mn = GetUserMode(channel, who);
1052 numeric = ((mn && (mn->modes & MODE_CHANOP)) || off_channel) ? who->numeric : self->numeric;
1053 putsock("%s " P10_KICK " %s %s :%s",
1054 numeric, channel->name, target->numeric, msg);
1055 }
1056
1057 void
1058 irc_stats(struct userNode *from, struct server *target, char type)
1059 {
1060 putsock("%s " P10_STATS " %c :%s", from->numeric, type, target->numeric);
1061 }
1062
1063 void
1064 irc_svsnick(struct userNode *from, struct userNode *target, const char *newnick)
1065 {
1066 putsock("%s " P10_SVSNICK " %s %s "FMT_TIME_T, from->uplink->numeric, target->numeric, newnick, now);
1067 }
1068
1069 void
1070 irc_swhois(struct userNode *from, struct userNode *target, const char *message)
1071 {
1072 putsock("%s " P10_SWHOIS " %s %s%s", from->uplink->numeric, target->numeric, message ? ":" : "",
1073 message ? message : "");
1074
1075 }
1076
1077 void
1078 irc_part(struct userNode *who, struct chanNode *what, const char *reason)
1079 {
1080 if (reason) {
1081 putsock("%s " P10_PART " %s :%s", who->numeric, what->name, reason);
1082 } else {
1083 putsock("%s " P10_PART " %s", who->numeric, what->name);
1084 }
1085 }
1086
1087 void
1088 irc_topic(struct userNode *service, struct userNode *who, struct chanNode *what, const char *topic)
1089 {
1090
1091 int type = 4, host_in_topic = 0, hasident = 0;
1092 const char *hstr, *tstr;
1093 char *host, *hostmask;
1094 char shost[MAXLEN];
1095 char sident[MAXLEN];
1096
1097 tstr = conf_get_data("server/type", RECDB_QSTRING);
1098 hstr = conf_get_data("server/host_in_topic", RECDB_QSTRING);
1099 if(tstr)
1100 type = atoi(tstr);
1101 else
1102 type = 4;/* default to 040 style topics */
1103
1104 if (hstr) {
1105 if (IsFakeHost(who))
1106 safestrncpy(shost, who->fakehost, sizeof(shost));
1107 else if (IsSetHost(who)) {
1108 hostmask = strdup(who->sethost);
1109 if ((host = (strrchr(hostmask, '@')))) {
1110 hasident = 1;
1111 *host++ = '\0';
1112 } else
1113 host = hostmask;
1114
1115 if (hasident)
1116 safestrncpy(sident, hostmask, sizeof(shost));
1117 else
1118 safestrncpy(sident, who->ident, sizeof(shost));
1119
1120 safestrncpy(shost, host, sizeof(shost));
1121 } else
1122 safestrncpy(shost, who->hostname, sizeof(shost));
1123
1124 host_in_topic = atoi(hstr);
1125 }
1126
1127 if (type >= 5) {
1128 putsock("%s " P10_TOPIC " %s %s%s%s%s%s " FMT_TIME_T " " FMT_TIME_T " :%s", service->numeric, what->name,
1129 who->nick, host_in_topic ? "!" : "", host_in_topic ? (IsSetHost(who) ? sident : who->ident) : "",
1130 host_in_topic ? "@" : "", host_in_topic ? shost : "", what->timestamp, now, topic);
1131 } else {
1132 who = service;
1133 putsock("%s " P10_TOPIC " %s :%s", who->numeric, what->name, topic);
1134 }
1135 }
1136
1137 void
1138 irc_raw(const char *what)
1139 {
1140 putsock("%s", what);
1141 }
1142
1143 void
1144 irc_numeric(struct userNode *user, unsigned int num, const char *format, ...)
1145 {
1146 va_list arg_list;
1147 char buffer[MAXLEN];
1148 va_start(arg_list, format);
1149 vsnprintf(buffer, MAXLEN-2, format, arg_list);
1150 buffer[MAXLEN-1] = 0;
1151 putsock(":%s %03d %s %s", self->name, num, user->nick, buffer);
1152 }
1153
1154 void
1155 irc_mark(struct userNode *user, char *mark)
1156 {
1157 char *host = user->hostname;
1158
1159 /* TODO: Allow mark overwrite. If they are marked, and their fakehost is oldmark.hostname, update it to newmark.hostname so mark can be called multiple times. Probably requires ircd modification also */
1160 if(user->mark)
1161 return;
1162
1163 /* if the mark will put us over the host length, clip some off the left hand side
1164 * to make room...
1165 */
1166 if(strlen(host) + 1 + strlen(mark) > HOSTLEN)
1167 host += 1 + ( (strlen(host) + 1 + strlen(mark)) - HOSTLEN );
1168 putsock("%s " CMD_MARK " %s DNSBL +m %s.%s", self->numeric, user->nick, mark, host);
1169 putsock("%s " CMD_MARK " %s DNSBL_DATA %s", self->numeric, user->nick, mark);
1170
1171 /* Save it in the user */
1172 user->mark = strdup(mark);
1173
1174 /* If they are not otherwise marked, mark their host with fakehost */
1175 if(!IsFakeHost(user) && !IsSetHost(user) && !(IsHiddenHost(user) && user->handle_info) )
1176 {
1177 struct modeNode *mn = NULL;
1178 char fakehost[HOSTLEN];
1179 unsigned int count = 0;
1180 unsigned int n = 0;
1181
1182 putsock("%s " CMD_FAKEHOST " %s %s.%s", self->numeric, user->numeric, mark, host);
1183 putsock("%s " CMD_MODE " %s +x", self->numeric, user->nick);
1184
1185 snprintf(fakehost, sizeof(fakehost), "%s.%s", mark, host);
1186 safestrncpy(user->fakehost, fakehost, sizeof(user->fakehost));
1187
1188 for (n=count=0; n<user->channels.used; n++) {
1189 mn = user->channels.list[n];
1190 if (strlen(mn->channel->name) >= 1) /* Sanity */
1191 check_bans(user, mn->channel->name);
1192 }
1193 }
1194 }
1195
1196 void irc_sno(unsigned int mask, char const* format, ...) {
1197 va_list arg_list;
1198 char buffer[MAXLEN];
1199 va_start(arg_list, format);
1200 vsnprintf(buffer, MAXLEN-2, format, arg_list);
1201 buffer[MAXLEN-1] = 0;
1202 putsock("%s " CMD_SNO " %d :%s", self->numeric, mask, buffer);
1203 }
1204
1205 static void send_burst(void);
1206
1207 static void
1208 change_nicklen(int new_nicklen)
1209 {
1210 unsigned int nn;
1211 char new_nick[NICKLEN+1];
1212 struct userNode *user;
1213
1214 nicklen = new_nicklen;
1215 /* fix up any users we have here */
1216 for (nn=0; nn<=self->num_mask; nn++) {
1217 if (!(user = self->users[nn]))
1218 continue;
1219 safestrncpy(new_nick, user->nick, sizeof(new_nick));
1220 new_nick[nicklen] = 0;
1221 NickChange(user, new_nick, 1);
1222 }
1223 }
1224
1225 static CMD_FUNC(cmd_whois)
1226 {
1227 struct userNode *from;
1228 struct userNode *who;
1229 char buf[MAXLEN];
1230 unsigned int i, mlen, len;
1231
1232 if (argc < 3)
1233 return 0;
1234 if (!(from = GetUserH(origin))) {
1235 log_module(MAIN_LOG, LOG_ERROR, "Could not find WHOIS origin user %s", origin);
1236 return 0;
1237 }
1238 if (!(who = GetUserH(argv[2]))) {
1239 irc_numeric(from, ERR_NOSUCHNICK, "%s@%s :No such nick", argv[2], self->name);
1240 return 1;
1241 }
1242
1243 if (IsFakeHost(who) && IsHiddenHost(who))
1244 irc_numeric(from, RPL_WHOISUSER, "%s %s %s * :%s", who->nick, who->ident, who->fakehost, who->info);
1245 else if (IsHiddenHost(who) && who->handle_info && hidden_host_suffix)
1246 irc_numeric(from, RPL_WHOISUSER, "%s %s %s.%s * :%s", who->nick, who->ident, who->handle_info->handle, hidden_host_suffix, who->info);
1247 else
1248 irc_numeric(from, RPL_WHOISUSER, "%s %s %s * :%s", who->nick, who->ident, who->hostname, who->info);
1249
1250 if (IsService(who) || (from == who)) {
1251 struct modeNode *mn;
1252 mlen = strlen(self->name) + strlen(from->nick) + 12 + strlen(who->nick);
1253 len = 0;
1254 *buf = '\0';
1255 for (i = who->channels.used; i > 0; )
1256 {
1257 mn = who->channels.list[--i];
1258
1259 if (!IsOper(from) && (mn->channel->modes & (MODE_PRIVATE | MODE_SECRET)) && !GetUserMode(mn->channel, from))
1260 continue;
1261
1262 if (len + strlen(mn->channel->name) + mlen > MAXLEN - 5)
1263 {
1264 irc_numeric(from, RPL_WHOISCHANNELS, "%s :%s", who->nick, buf);
1265 *buf = '\0';
1266 len = 0;
1267 }
1268
1269 if (IsDeaf(who))
1270 *(buf + len++) = '-';
1271 if ((mn->channel->modes & (MODE_PRIVATE | MODE_SECRET)) && !GetUserMode(mn->channel, from))
1272 *(buf + len++) = '*';
1273 if (mn->modes & MODE_CHANOP)
1274 *(buf + len++) = '@';
1275 else if (mn->modes & MODE_HALFOP)
1276 *(buf + len++) = '%';
1277 else if (mn->modes & MODE_VOICE)
1278 *(buf + len++) = '+';
1279
1280 if (len)
1281 *(buf + len) = '\0';
1282 strcpy(buf + len, mn->channel->name);
1283 len += strlen(mn->channel->name);
1284 strcat(buf + len, " ");
1285 len++;
1286 }
1287 if (buf[0] != '\0')
1288 irc_numeric(from, RPL_WHOISCHANNELS, "%s :%s", who->nick, buf);
1289 }
1290
1291 if (his_servername && his_servercomment && !IsOper(from) && from != who)
1292 irc_numeric(from, RPL_WHOISSERVER, "%s %s :%s", who->nick, his_servername, his_servercomment);
1293 else
1294 irc_numeric(from, RPL_WHOISSERVER, "%s %s :%s", who->nick, who->uplink->name, who->uplink->description);
1295
1296 if (IsAway(who))
1297 irc_numeric(from, RPL_AWAY, "%s :Away", who->nick);
1298 if (IsOper(who))
1299 irc_numeric(from, RPL_WHOISOPERATOR, "%s :%s", who->nick, IsLocal(who) ? "is a megalomaniacal power hungry tyrant" : "is an IRC Operator");
1300 if (who->handle_info)
1301 irc_numeric(from, RPL_WHOISACCOUNT, "%s %s :is logged in as", who->nick, who->handle_info->handle);
1302 if (IsHiddenHost(who) && who->handle_info && (IsOper(from) || from == who))
1303 irc_numeric(from, RPL_WHOISACTUALLY, "%s %s@%s %s :Actual user@host, Actual IP", who->nick, who->ident, who->hostname, irc_ntoa(&who->ip));
1304 if (IsLocal(who) && !IsService(who) && (IsOper(from) || from == who))
1305 irc_numeric(from, RPL_WHOISIDLE, "%s %ld %ld :seconds idle, signon time", who->nick, now - who->idle_since, who->timestamp);
1306
1307 irc_numeric(from, RPL_ENDOFWHOIS, "%s :End of /WHOIS list", who->nick);
1308 return 1;
1309 }
1310
1311 static CMD_FUNC(cmd_server)
1312 {
1313 struct server *srv;
1314 const char *str;
1315
1316 if (argc < 8)
1317 return 0;
1318 if (self->uplink) {
1319 /* another server introduced us */
1320 srv = AddServer(GetServerH(origin), argv[1], atoi(argv[2]), atoi(argv[3]), atoi(argv[4]), argv[6], argv[argc-1]);
1321 if (!srv)
1322 return 0;
1323 srv->self_burst = argv[5][0] == 'J';
1324 srv->burst = 1;
1325 } else {
1326 /* this must be our uplink */
1327 srv = self->uplink = AddServer(self, argv[1], atoi(argv[2]), atoi(argv[3]), atoi(argv[4]), argv[6], argv[argc-1]);
1328 if (!srv)
1329 return 0;
1330 srv->self_burst = argv[5][0] == 'J';
1331 srv->burst = 1;
1332 if ((argv[7][0] == '+') && !force_n2k) {
1333 log_module(MAIN_LOG, LOG_WARNING, "Got Undernet-style SERVER message but \"force_n2k\" not on.");
1334 }
1335 send_burst();
1336 }
1337
1338 /* Fix up our timestamps if necessary. */
1339 if (srv->boot <= PREHISTORY) {
1340 /* Server from the mists of time.. */
1341 if (srv->hops == 1) {
1342 log_module(MAIN_LOG, LOG_ERROR, "Server %s claims to have booted at time "FMT_TIME_T". This is absurd.", srv->name, srv->boot);
1343 }
1344 } else if ((str = conf_get_data("server/reliable_clock", RECDB_QSTRING))
1345 && enabled_string(str)) {
1346 /* If we have a reliable clock, we just keep our current time. */
1347 } else {
1348 if (srv->boot <= self->boot) {
1349 /* The other server is older than us. Accept their timestamp.
1350 * Alternately, we are same age, but we accept their time
1351 * since we are linking to them. */
1352 self->boot = srv->boot;
1353 ioset_set_time(srv->link_time
1354 );
1355 }
1356 }
1357 if (srv == self->uplink) {
1358 extern time_t burst_begin;
1359 burst_begin = now;
1360 }
1361 return 1;
1362 }
1363
1364
1365 static CMD_FUNC(cmd_eob)
1366 {
1367 struct server *sender;
1368 dict_iterator_t it;
1369 unsigned int ii;
1370
1371 if (!(sender = GetServerH(origin)))
1372 return 0;
1373 if (sender == self->uplink) {
1374 cManager.uplink->state = CONNECTED;
1375 for (it = dict_first(unbursted_channels); it; it = iter_next(it))
1376 irc_burst(iter_data(it));
1377 dict_delete(unbursted_channels);
1378 unbursted_channels = NULL;
1379 irc_eob();
1380 irc_eob_ack();
1381
1382 /* now that we know who our uplink is,
1383 * we can center the routing map and activate auto-routing.
1384 */
1385 //activate_routing(NULL, NULL, NULL);
1386 routing_init();
1387 }
1388 sender->self_burst = 0;
1389 recalc_bursts(sender);
1390 for (ii=0; ii<slf_used; ii++)
1391 slf_list[ii](sender);
1392 /* let auto-routing figure out if we were
1393 * wating on this server to link a child to it */
1394 /* DONT call this if uplink is _US_ */
1395 if(sender->uplink != self)
1396 routing_handle_connect(sender->name, sender->uplink->name);
1397 return 1;
1398 }
1399
1400 static CMD_FUNC(cmd_eob_ack)
1401 {
1402 extern time_t burst_begin;
1403
1404 if (GetServerH(origin) == self->uplink) {
1405 burst_length = now - burst_begin;
1406 self->self_burst = self->burst = 0;
1407 }
1408 cManager.uplink->state = CONNECTED;
1409 return 1;
1410 }
1411
1412 static CMD_FUNC(cmd_rping)
1413 {
1414 struct server *dest;
1415
1416 if (!(dest = GetServerN(argv[1])))
1417 return 1; /* if its a jupe or something, return 1 so its silently ignored */
1418
1419 if (dest == self)
1420 irc_rpong(argv[2], argv[3], argv[4], argv[5]);
1421
1422 return 1;
1423 }
1424
1425 static CMD_FUNC(cmd_ping)
1426 {
1427 struct server *srv;
1428 struct userNode *un;
1429
1430 if (argc > 3)
1431 irc_pong_asll(argv[2], argv[3]);
1432 else if ((srv = GetServerH(origin)))
1433 irc_pong(self->name, srv->numeric);
1434 else if ((un = GetUserH(origin)))
1435 irc_pong(self->name, un->numeric);
1436 else
1437 irc_pong(self->name, origin);
1438
1439 timeq_del(0, timed_send_ping, 0, TIMEQ_IGNORE_WHEN|TIMEQ_IGNORE_DATA);
1440 timeq_del(0, timed_ping_timeout, 0, TIMEQ_IGNORE_WHEN|TIMEQ_IGNORE_DATA);
1441 timeq_add(now + ping_freq, timed_send_ping, 0);
1442 received_ping();
1443 return 1;
1444 }
1445
1446 static CMD_FUNC(cmd_error_nick)
1447 {
1448 /* Go back to original IRC length .. and try to reconnect :/ */
1449 change_nicklen(9);
1450 irc_squit(self, "Got erroneous nickname, truncating nicks.", NULL);
1451 return 1;
1452 }
1453
1454 struct create_desc {
1455 struct userNode *user;
1456 time_t when;
1457 };
1458
1459 static void
1460 join_helper(struct chanNode *chan, void *data)
1461 {
1462 struct create_desc *cd = data;
1463 AddChannelUser(cd->user, chan);
1464 }
1465
1466 static void
1467 create_helper(char *name, void *data)
1468 {
1469 struct create_desc *cd = data;
1470
1471 if (!strcmp(name, "0")) {
1472 while (cd->user->channels.used > 0)
1473 DelChannelUser(cd->user, cd->user->channels.list[0]->channel, 0, 0);
1474 return;
1475 }
1476
1477 AddChannelUser(cd->user, AddChannel(name, cd->when, NULL, NULL, NULL));
1478 }
1479
1480 static CMD_FUNC(cmd_create)
1481 {
1482 struct create_desc cd;
1483 struct userNode *user;
1484
1485 if ((argc < 3) || !(user = GetUserH(origin)))
1486 return 0;
1487 cd.user = user;
1488 cd.when = atoi(argv[2]);
1489 parse_foreach(argv[1], join_helper, create_helper, NULL, NULL, &cd);
1490 return 1;
1491 }
1492
1493 static CMD_FUNC(cmd_join)
1494 {
1495 struct create_desc cd;
1496
1497 if (!(cd.user = GetUserH(origin)))
1498 return 0;
1499 if (argc < 2)
1500 return 0;
1501 else if (argc < 3)
1502 cd.when = now;
1503 else
1504 cd.when = atoi(argv[2]);
1505 parse_foreach(argv[1], join_helper, create_helper, NULL, NULL, &cd);
1506 return 1;
1507 }
1508
1509 static CMD_FUNC(cmd_svsjoin)
1510 {
1511 struct create_desc cd;
1512
1513 if (!(cd.user = GetUserH(argv[1])))
1514 return 0;
1515 if (argc < 3)
1516 return 0;
1517 else if (argc < 4)
1518 cd.when = now;
1519 else
1520 cd.when = atoi(argv[3]);
1521 parse_foreach(argv[2], join_helper, create_helper, NULL, NULL, &cd);
1522 return 1;
1523 }
1524
1525 static CMD_FUNC(cmd_pong)
1526 {
1527 if (argc < 3)
1528 return 0;
1529 if (!strcmp(argv[2], self->name)) {
1530 timeq_del(0, timed_send_ping, 0, TIMEQ_IGNORE_WHEN|TIMEQ_IGNORE_DATA);
1531 timeq_del(0, timed_ping_timeout, 0, TIMEQ_IGNORE_WHEN|TIMEQ_IGNORE_DATA);
1532 timeq_add(now + ping_freq, timed_send_ping, 0);
1533 received_ping();
1534 }
1535 return 1;
1536 }
1537
1538 static CMD_FUNC(cmd_nick)
1539 {
1540 struct userNode *user;
1541 if ((user = GetUserH(origin))) {
1542 /* nick change (since the source is a user numeric) */
1543 if (argc < 2)
1544 return 0;
1545 NickChange(user, argv[1], 1);
1546 } else {
1547 struct server *serv;
1548 struct userNode *nuser;
1549 char modes[MAXLEN];
1550 /* new nick */
1551 if (argc < 9)
1552 return 0;
1553 serv = GetServerH(origin);
1554 if (argc > 9)
1555 unsplit_string(argv+6, argc-9, modes);
1556 else
1557 strcpy(modes, "+");
1558 nuser = AddUser(serv, argv[1], argv[4], argv[5], modes, argv[argc-2], argv[argc-1], atoi(argv[3]), argv[argc-3]);
1559 }
1560 return 1;
1561 }
1562
1563 static CMD_FUNC(cmd_account)
1564 {
1565 struct userNode *user;
1566 struct server *server;
1567 struct handle_info *hi;
1568
1569 if ((argc < 3) || !origin || !(server = GetServerH(origin)))
1570 return 0; /* Origin must be server. */
1571
1572 /* This next line appears to tremple origin.. why? */
1573 user = GetUserN(argv[1]);
1574 if (!user)
1575 return 1; /* A QUIT probably passed the ACCOUNT. */
1576
1577 if(!extended_accounts) /* any need for this function without? */
1578 return 1;
1579
1580 if(!strcmp(argv[2],"C"))
1581 {
1582 if((hi = loc_auth(argv[4], argv[5], NULL)))
1583 {
1584 /* Return a AC A */
1585 putsock("%s " P10_ACCOUNT " %s A %s "FMT_TIME_T, self->numeric, server->numeric , argv[3], hi->registered);
1586
1587 log_module(MAIN_LOG, LOG_DEBUG, "loc_auth: %s\n", user->nick);
1588 }
1589 else
1590 {
1591 /* Return a AC D */
1592 putsock("%s " P10_ACCOUNT " %s D %s", self->numeric, server->numeric , argv[3]);
1593 }
1594 return 1;
1595 }
1596 else if(!strcmp(argv[2],"H")) /* New enhanced (host) version of C */
1597 {
1598 if((hi = loc_auth(argv[5], argv[6], argv[4] )))
1599 {
1600 /* Return a AC A */
1601 putsock("%s " P10_ACCOUNT " %s A %s "FMT_TIME_T, self->numeric, server->numeric , argv[3], hi->registered);
1602 }
1603 else
1604 {
1605 /* Return a AC D */
1606 putsock("%s " P10_ACCOUNT " %s D %s", self->numeric, server->numeric , argv[3]);
1607 }
1608 return 1;
1609 }
1610 else if(!strcmp(argv[2],"R"))
1611 call_account_func(user, argv[3]);
1612 else
1613 call_account_func(user, argv[2]); /* For backward compatability */
1614 return 1;
1615 }
1616
1617 static CMD_FUNC(cmd_fakehost)
1618 {
1619 struct userNode *user;
1620
1621 if ((argc < 3) || !origin || !GetServerH(origin))
1622 return 0;
1623 if (!(user = GetUserN(argv[1])))
1624 return 1;
1625 assign_fakehost(user, argv[2], 0);
1626 return 1;
1627 }
1628
1629 static struct {
1630 char *name;
1631 unsigned int priv;
1632 } privtab[] = {
1633 #define P(priv) { #priv, PRIV_ ## priv }
1634 P(CHAN_LIMIT), P(MODE_LCHAN), P(WALK_LCHAN), P(DEOP_LCHAN),
1635 P(SHOW_INVIS), P(SHOW_ALL_INVIS), P(UNLIMIT_QUERY), P(KILL),
1636 P(LOCAL_KILL), P(REHASH), P(RESTART), P(DIE),
1637 P(GLINE), P(LOCAL_GLINE), P(JUPE), P(LOCAL_JUPE),
1638 P(OPMODE), P(LOCAL_OPMODE), P(SET), P(WHOX),
1639 P(BADCHAN), P(LOCAL_BADCHAN), P(SEE_CHAN), P(PROPAGATE),
1640 P(DISPLAY), P(SEE_OPERS), P(WIDE_GLINE), P(FORCE_OPMODE),
1641 P(FORCE_LOCAL_OPMODE), P(REMOTEREHASH), P(CHECK), P(SEE_SECRET_CHAN),
1642 P(SHUN), P(LOCAL_SHUN), P(WIDE_SHUN), P(ZLINE),
1643 P(LOCAL_ZLINE), P(WIDE_ZLINE), P(LIST_CHAN), P(WHOIS_NOTICE),
1644 P(HIDE_IDLE), P(XTRAOP), P(HIDE_CHANNELS), P(DISPLAY_MODE),
1645 P(FREEFORM), P(REMOVE), P(SPAMFILTER),
1646 #undef P
1647 { 0, 0 }
1648 };
1649
1650 char *client_report_privs(struct userNode *client)
1651 {
1652 int i;
1653
1654 privbuf[0] = '\0';
1655 for (i = 0; privtab[i].name; i++) {
1656 if (HasPriv(client, privtab[i].priv)) {
1657 strcat(privbuf, privtab[i].name);
1658 strcat(privbuf, " ");
1659 }
1660 }
1661
1662 privbuf[strlen(privbuf)] = 0;
1663
1664 return privbuf;
1665 }
1666
1667 int clear_privs(struct userNode *who) {
1668 int i = 0;
1669 assert(0 != who);
1670
1671 for (i = 0; privtab[i].name; i++)
1672 RevokePriv(who, privtab[i].priv);
1673
1674 return 0;
1675 }
1676
1677 int client_modify_priv_by_name(struct userNode *who, char *priv, int what) {
1678 int i = 0;
1679 assert(0 != priv);
1680 assert(0 != who);
1681
1682 for (i = 0; privtab[i].name; i++) {
1683 if (0 == strcmp(privtab[i].name, priv)) {
1684 if (what == PRIV_ADD)
1685 GrantPriv(who, privtab[i].priv);
1686 else if (what == PRIV_DEL) {
1687 RevokePriv(who, privtab[i].priv);
1688 }
1689 }
1690 }
1691 return 0;
1692 }
1693
1694 int check_priv(char *priv)
1695 {
1696 int i;
1697
1698 for (i = 0; privtab[i].name; i++) {
1699 if (0 == strcmp(privtab[i].name, priv)) {
1700 return 1;
1701 }
1702 }
1703 return 0;
1704 }
1705
1706 void
1707 irc_privs(struct userNode *target, char *flag, int add)
1708 {
1709 client_modify_priv_by_name(target, flag, add);
1710 putsock("%s " P10_PRIVS " %s %s%s", self->numeric, target->numeric, (add == PRIV_ADD) ? "+" : "-", flag);
1711 }
1712
1713 void
1714 irc_raw_privs(struct userNode *target, char *privs)
1715 {
1716 putsock("%s " P10_PRIVS " %s %s", self->numeric, target->numeric, privs);
1717 }
1718
1719 static CMD_FUNC(cmd_privs)
1720 {
1721 char *tstr = NULL;
1722 char buf[512] = "";
1723 char *p = 0;
1724 char *tmp;
1725
1726 int what = PRIV_ADD;
1727 int type = 0;
1728
1729 unsigned int i;
1730
1731 struct server *sender;
1732 struct userNode *user;
1733
1734
1735 tstr = conf_get_data("server/type", RECDB_QSTRING);
1736 if(tstr)
1737 type = atoi(tstr);
1738
1739
1740 if (!(sender = GetServerH(origin))) { /* from oper */
1741 return 1; /* ignore as no services have privs set */
1742 } else { /* from server */
1743 if (type < 5)
1744 return 1; /* silently ignore */
1745
1746 user = argc > 1 ? GetUserN(argv[1]) : NULL;
1747
1748 if (!user)
1749 return 0;
1750
1751 for (i=1; i<argc; i++) {
1752 strcat(buf, argv[i]);
1753 strcat(buf, " ");
1754 }
1755
1756 for (i = 2; i < argc; i++) {
1757 if (*argv[i] == '+') { what = PRIV_ADD; argv[i]++; }
1758 if (*argv[i] == '-') { what = PRIV_DEL; argv[i]++; }
1759 for (tmp = x3_strtok(&p, argv[i], ","); tmp;
1760 tmp = x3_strtok(&p, NULL, ",")) {
1761 if (!strcmp(tmp, "PRIV_NONE")) {
1762 clear_privs(user);
1763 break;
1764 } else
1765 client_modify_priv_by_name(user, tmp, what);
1766 }
1767 }
1768 }
1769 return 1;
1770 }
1771
1772 static CMD_FUNC(cmd_burst)
1773 {
1774 extern int rel_age;
1775 char modes[MAXLEN], *members = "";
1776 static char exemptlist[MAXLEN], banlist[MAXLEN];
1777 unsigned int next = 3, res = 1;
1778 int ctype = 0, echeck = 0, bcheck = 0;
1779 struct chanData *cData;
1780 struct chanNode *cNode;
1781 struct userNode *un;
1782 struct modeNode *mNode;
1783 long mode;
1784 int oplevel = -1;
1785 char *user, *end, sep;
1786 time_t in_timestamp;
1787 char* parm = NULL;
1788
1789 if (argc < 3)
1790 return 0;
1791 modes[0] = 0;
1792
1793 exemptlist[0] = 0;
1794 banlist[0] = 0;
1795
1796 while (next < argc) {
1797 switch (argv[next][0]) {
1798 case '+': {
1799 const char *pos;
1800 int n_modes;
1801 for (pos=argv[next], n_modes = 1; *pos; pos++)
1802 if ((*pos == 'k') || (*pos == 'l') || (*pos == 'A')
1803 || (*pos == 'U'))
1804 n_modes++;
1805 if (next + n_modes > argc)
1806 n_modes = argc - next;
1807 unsplit_string(argv+next, n_modes, modes);
1808 next += n_modes;
1809 break;
1810 }
1811 case '%': {
1812 for(parm = mysep(&argv[next], " "); /* parm = first param */
1813 parm; /* While param is not null */
1814 parm = mysep(&argv[next], " ") /* parm = next param */
1815 )
1816 {
1817 switch (parm[0]) {
1818 case '%': {
1819 ctype = 1;
1820 break;
1821 }
1822 case '~': {
1823 ctype = 2;
1824 break;
1825 }
1826 default: {
1827 break;
1828 }
1829 }
1830 if (ctype == 1) {
1831 if (bcheck == 0) {
1832 /* strip % char off start of very first ban */
1833 if (strlen(parm) > 1) {
1834 strncat(banlist, strtok(parm, "%"), sizeof(banlist) - 1 - strlen(banlist));
1835 strncat(banlist, " ", sizeof(banlist) - 1 - strlen(banlist));
1836 }
1837 bcheck = 1;
1838 } else {
1839 strncat(banlist, parm, sizeof(banlist) - 1 - strlen(banlist));
1840 strncat(banlist, " ", sizeof(banlist) - 1 - strlen(banlist));
1841 }
1842 } else if (ctype == 2) {
1843 if (echeck == 0) {
1844 echeck = 1;
1845 } else {
1846 strncat(exemptlist, parm, sizeof(exemptlist) - 1 - strlen(exemptlist));
1847 strncat(exemptlist, " ", sizeof(exemptlist) - 1 - strlen(exemptlist));
1848 }
1849 }
1850 }
1851 next++;
1852 break;
1853 }
1854 default: members = argv[next++]; break;
1855 }
1856 }
1857
1858 in_timestamp = atoi(argv[2]);
1859 if ((cNode = dict_find(unbursted_channels, argv[1], NULL))) {
1860 cNode->timestamp = in_timestamp;
1861 dict_remove(unbursted_channels, cNode->name);
1862 irc_burst(cNode);
1863 }
1864 cNode = AddChannel(argv[1], in_timestamp, modes, banlist, exemptlist);
1865 cData = cNode->channel_info;
1866
1867 if (!cData) {
1868 if (cNode->modes & MODE_REGISTERED) {
1869 irc_join(opserv, cNode);
1870 irc_mode(opserv, cNode, "-z");
1871 irc_part(opserv, cNode, "");
1872 }
1873 }
1874
1875 /* Burst channel members in now. */
1876 for (user = members, sep = *members, mode = 0; sep; user = end) {
1877 for (end = user + 3; isalnum(*end) || *end == '[' || *end == ']'; end++) ;
1878 sep = *end++; end[-1] = 0;
1879 if (sep == ':') {
1880 mode = 0;
1881 while ((sep = *end++)) {
1882 if (sep == 'o') {
1883 mode |= MODE_CHANOP;
1884 oplevel = -1;
1885 } else if (sep == 'h') {
1886 mode |= MODE_HALFOP;
1887 oplevel = -1;
1888 } else if (sep == 'v') {
1889 mode |= MODE_VOICE;
1890 oplevel = -1;
1891 } else if (isdigit(sep)) {
1892 mode |= MODE_CHANOP;
1893 if (oplevel >= 0)
1894 oplevel += parse_oplevel(end);
1895 else
1896 oplevel = parse_oplevel(end);
1897 while (isdigit(*end)) end++;
1898 } else
1899 break;
1900 }
1901 if (rel_age < 0)
1902 mode = 0;
1903 }
1904 if (!(un = GetUserN(user))) {
1905 res = 0;
1906 continue;
1907 }
1908 if ((mNode = AddChannelUser(un, cNode))) {
1909 mNode->modes = mode;
1910 mNode->oplevel = oplevel;
1911 }
1912 }
1913
1914 return res;
1915 }
1916
1917 /* TODO:
1918 * This is a stub that doesn't actually do anything. It should be completed
1919 * so that bans on *!*@markname.* match users as it does in nefarious
1920 */
1921 static CMD_FUNC(cmd_mark)
1922 {
1923 struct userNode *target;
1924 /*
1925 * log_module(MAIN_LOG, LOG_ERROR, "DEBUG: mark, user %s, type %s, arg %s", argv[1], argv[2], argv[3]);
1926 */
1927
1928 if(argc < 4)
1929 return 0;
1930 if(!strcasecmp(argv[2], "DNSBL")) {
1931 /* DNSBL <modes> */
1932 return 1;
1933 }
1934 else if(!strcasecmp(argv[2], "DNSBL_DATA")) {
1935 /* DNSBL_DATA name */
1936 target = GetUserH(argv[1]);
1937 if(!target) {
1938 log_module(MAIN_LOG, LOG_ERROR, "Unable to find user %s whose dnsbl mark is changing.", argv[1]);
1939 return 0;
1940 }
1941 target->mark = strdup(argv[3]);
1942 return 1;
1943
1944 }
1945 else if(!strcasecmp(argv[2], "CVERSION")) {
1946 /* DNSBL_DATA name */
1947 target = GetUserH(argv[1]);
1948 if(!target) {
1949 log_module(MAIN_LOG, LOG_ERROR, "Unable to find user %s whose version mark is changing.", argv[1]);
1950 return 0;
1951 }
1952
1953 char *version = unsplit_string(argv + 3, argc - 3, NULL);
1954 if(!version)
1955 version = "";
1956
1957 target->version_reply = strdup(version);
1958
1959 if(match_ircglob(version, "WebTV;*"))
1960 target->no_notice = true; /* webbies cant see notices */
1961
1962 return 1;
1963 }
1964 /* unknown type of mark */
1965 return 1;
1966 }
1967
1968 static CMD_FUNC(cmd_mode)
1969 {
1970 struct chanNode *cn;
1971 struct userNode *un;
1972 char *sethost; // sethost - reed/apples
1973 int i; // sethost - reed/apples
1974
1975 if (argc < 3)
1976 return 0;
1977 if (!IsChannelName(argv[1])) {
1978 un = GetUserH(argv[1]);
1979 if (!un) {
1980 log_module(MAIN_LOG, LOG_ERROR, "Unable to find user %s whose mode is changing.", argv[1]);
1981 return 0;
1982 }
1983 // sethost - reed/apples
1984 if (argc == 3)
1985 mod_usermode(un, argv[2]);
1986 else {
1987 sethost = malloc(strlen(argv[2]) + 1 + strlen(argv[3]) + 1);
1988 i = 0;
1989 while((sethost[i++] = *argv[2]++));
1990 i--;
1991 sethost[i++] = ' ';
1992 while((sethost[i++] = *argv[3]++));
1993 mod_usermode(un, sethost); // sethost - reed/apples
1994 }
1995
1996 return 1;
1997 }
1998
1999 if (!(cn = GetChannel(argv[1]))) {
2000 log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s whose mode is changing.", argv[1]);
2001 return 0;
2002 }
2003 if ((un = GetUserH(origin))) {
2004 struct modeNode *mn;
2005 /* Update idle time for person setting the mode */
2006 if ((mn = GetUserMode(cn, un)))
2007 mn->idle_since = now;
2008 } else {
2009 /* If it came from a server, reset timestamp to re-sync. */
2010 cn->timestamp = atoi(argv[argc-1]);
2011 }
2012
2013 if (checkDefCon(DEFCON_NO_MODE_CHANGE) && !IsOper(un)) {
2014 const char *str;
2015 str = conf_get_data("services/opserv/nick", RECDB_QSTRING);
2016 if (str) {
2017 char modes[MODELEN];
2018 struct userNode *opserv = GetUserH(str);
2019
2020 send_message_type(4, un, opserv, "Channel modes cannot be changed due to DefCon level %d in effect, please try again soon", DefConLevel);
2021 irc_make_chanmode(cn, modes);
2022 irc_mode(opserv, cn, modes);
2023 irc_mode(opserv, cn, DefConChanModes);
2024 }
2025 return 1;
2026 }
2027
2028
2029 return mod_chanmode(un, cn, argv+2, argc-2, MCP_ALLOW_OVB|MCP_FROM_SERVER|(un ? MC_NOTIFY : 0));
2030 }
2031
2032 static CMD_FUNC(cmd_opmode)
2033 {
2034 struct chanNode *cn;
2035 struct userNode *un;
2036
2037 if (argc < 3)
2038 return 0;
2039
2040 if (!(cn = GetChannel(argv[1]))) {
2041 log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s whose mode is changing.", argv[1]);
2042 return 0;
2043 }
2044 if (!(un = GetUserH(origin))) {
2045 log_module(MAIN_LOG, LOG_ERROR, "Unable to find user %s requesting OPMODE.", origin);
2046 return 0;
2047 }
2048 if (!IsOper(un)) {
2049 log_module(MAIN_LOG, LOG_ERROR, "Non-privileged user %s using OPMODE.", un->nick);
2050 return 0;
2051 }
2052
2053 return mod_chanmode(un, cn, argv+2, argc-2, MCP_ALLOW_OVB|MCP_FROM_SERVER); /* do NOT announce opmode locally */
2054 }
2055
2056 static int clear_chanmode(struct chanNode *channel, const char *modes);
2057
2058 static CMD_FUNC(cmd_clearmode)
2059 {
2060 struct chanNode *cn;
2061 struct userNode *un;
2062
2063 if (argc < 3)
2064 return 0;
2065
2066 if (!(cn = GetChannel(argv[1]))) {
2067 log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s whose mode is changing.", argv[1]);
2068 return 0;
2069 }
2070 if (!(un = GetUserH(origin))) {
2071 log_module(MAIN_LOG, LOG_ERROR, "Unable to find user %s requesting CLEARMODE.", origin);
2072 return 0;
2073 }
2074 if (!IsOper(un)) {
2075 log_module(MAIN_LOG, LOG_ERROR, "Non-privileged user %s using CLEARMODE.", un->nick);
2076 return 0;
2077 }
2078
2079 return clear_chanmode(cn, argv[2]);
2080 }
2081
2082 static CMD_FUNC(cmd_topic)
2083 {
2084 struct chanNode *cn;
2085 time_t chan_ts, topic_ts;
2086 struct userNode *user;
2087
2088 if (argc < 3)
2089 return 0;
2090 if (!(cn = GetChannel(argv[1]))) {
2091 log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s whose topic is being set", argv[1]);
2092 return 0;
2093 }
2094
2095
2096 if (argc == 5) { /* Asuka / Topic Bursting IRCu's */
2097 user = GetUserH(origin);
2098 chan_ts = atoi(argv[2]);
2099 topic_ts = atoi(argv[3]);
2100 } else if (argc >= 6) { /* Nefarious 0.5.0 */
2101 user = GetUserH(strtok(argv[2], "!"));
2102 chan_ts = atoi(argv[3]);
2103 topic_ts = atoi(argv[4]);
2104 } else { /* Regular IRCu (No Topic Bursting)*/
2105 user = GetUserH(origin);
2106 chan_ts = cn->timestamp;
2107 topic_ts = now;
2108 }
2109
2110 SetChannelTopic(cn, user, user, argv[argc-1], 0);
2111 cn->topic_time = topic_ts;
2112 return 1;
2113 }
2114
2115 static CMD_FUNC(cmd_num_topic)
2116 {
2117 struct chanNode *cn;
2118
2119 if (!argv[0])
2120 return 0; /* huh? */
2121 if (argv[2]) {
2122 cn = GetChannel(argv[2]);
2123 if (!cn) {
2124 log_module(MAIN_LOG, LOG_ERROR, "Unable to find channel %s in topic reply", argv[2]);
2125 return 0;
2126 }
2127 } else
2128 return 0;
2129
2130 switch (atoi(argv[0])) {
2131 case 331:
2132 cn->topic_time = 0;
2133 break; /* no topic */
2134 case 332:
2135 if (argc < 4)
2136 return 0;
2137 safestrncpy(cn->topic, unsplit_string(argv+3, argc-3, NULL), sizeof(cn->topic));
2138 break;
2139 case 333:
2140 if (argc < 5)
2141 return 0;
2142 safestrncpy(cn->topic_nick, argv[3], sizeof(cn->topic_nick));
2143 cn->topic_time = atoi(argv[4]);
2144 break;
2145 default:
2146 return 0; /* should never happen */
2147 }
2148 return 1;
2149 }
2150
2151 static CMD_FUNC(cmd_num_gline)
2152 {
2153 if (argc < 7) {
2154 if (argc < 6)
2155 return 0;
2156 else
2157 gline_add(origin, argv[3], atoi(argv[4])-now, argv[5], now, 0, 0);
2158 } else {
2159 if (!strcmp(argv[5], "+"))
2160 gline_add(origin, argv[3], atoi(argv[4])-now, argv[6], now, 0, 0);
2161 }
2162 return 1;
2163 }
2164
2165 static CMD_FUNC(cmd_num_shun)
2166 {
2167 if (argc < 7) {
2168 if (argc < 6)
2169 return 0;
2170 else
2171 shun_add(origin, argv[3], atoi(argv[4])-now, argv[5], now, 0);
2172 } else {
2173 if (!strcmp(argv[5], "+"))
2174 shun_add(origin, argv[3], atoi(argv[4])-now, argv[6], now, 0);
2175 }
2176 return 1;
2177 }
2178
2179 static CMD_FUNC(cmd_quit)
2180 {
2181 struct userNode *user;
2182 if (argc < 2)
2183 return 0;
2184 /* Sometimes we get a KILL then a QUIT or the like, so we don't want to
2185 * call DelUser unless we have the user in our grasp. */
2186 if ((user = GetUserH(origin)))
2187 DelUser(user, NULL, false, argv[1]);
2188 return 1;
2189 }
2190
2191 static CMD_FUNC(cmd_kill)
2192 {
2193 struct userNode *user;
2194 if (argc < 2)
2195 return 0;
2196 user = GetUserN(argv[1]);
2197 if (!user) {
2198 /* If we get a KILL for a non-existent user, it could be a
2199 * Ghost response to a KILL we sent out earlier. So we only
2200 * whine if the target is local.
2201 */
2202 if (!strncmp(argv[1], self->numeric, strlen(self->numeric)))
2203 log_module(MAIN_LOG, LOG_ERROR, "Unable to find kill victim %s", argv[1]);
2204 return 0;
2205 }
2206
2207 if (IsLocal(user) && IsService(user)) {
2208 /* TODO: rate limit this so silly things don't happen. */
2209 ReintroduceUser(user);
2210 return 1;
2211 }
2212
2213 DelUser(user, NULL, false, argv[2]);
2214 return 1;
2215 }
2216
2217 static CMD_FUNC(cmd_svspart)
2218 {
2219 struct userNode *user;
2220
2221 if (argc < 3)
2222 return 0;
2223 user = GetUserN(argv[1]);
2224 if (!user)
2225 return 0;
2226 parse_foreach(argv[2], part_helper, NULL, NULL, NULL, user);
2227 return 1;
2228 }
2229
2230 static CMD_FUNC(cmd_silence)
2231 {
2232 struct userNode *user;
2233 char *mask;
2234 char *new_mask;
2235 unsigned int i;
2236
2237 if (argc < 2)
2238 return 0;
2239
2240 user = GetUserN(argv[1]);
2241
2242 /* Sanity, go nuts if this happens */
2243 if (!user)
2244 return 0;
2245
2246 /* We can safely ignore this if a user adding a silence is not
2247 * ignored. However this brings up a TODO. If a user logs in and
2248 * they have silences on the IRCd then we need to set them here
2249 * somehow
2250 */
2251 if (!user->handle_info)
2252 return 1;
2253
2254 mask = argv[2];
2255
2256 if (*mask == '-') {
2257 for (i=0; i<user->handle_info->ignores->used; i++) {
2258 if (!irccasecmp(mask+1, user->handle_info->ignores->list[i]))
2259 user->handle_info->ignores->list[i] = user->handle_info->ignores->list[--user->handle_info->ignores->used];
2260 }
2261 } else {
2262 for (i=0; i<user->handle_info->ignores->used; i++) {
2263 if (!strcmp(mask+1, user->handle_info->ignores->list[i]))
2264 return 1; /* Already on the users NickServ ignore list, safely ignore */
2265 }
2266
2267 new_mask = strdup(mask+1);
2268 string_list_append(user->handle_info->ignores, new_mask);
2269 }
2270 return 1;
2271 }
2272
2273 static CMD_FUNC(cmd_kick)
2274 {
2275 if (argc < 3)
2276 return 0;
2277 ChannelUserKicked(GetUserH(origin), GetUserN(argv[2]), GetChannel(argv[1]));
2278 return 1;
2279 }
2280
2281 static CMD_FUNC(cmd_squit)
2282 {
2283 struct server *server;
2284 char *uplink;
2285
2286 if (argc < 4)
2287 return 0;
2288 if (!(server = GetServerH(argv[1])))
2289 return 0;
2290
2291 if (server == self->uplink) {
2292 /* Force a reconnect to the currently selected server. */
2293 cManager.uplink->tries = 0;
2294 log_module(MAIN_LOG, LOG_INFO, "Squitting from uplink: %s", argv[3]);
2295 close_socket();
2296 return 1;
2297 }
2298
2299 uplink = strdup(server->uplink->name);
2300 DelServer(server, 0, argv[3]);
2301 /* if its a pingout and pingout connecting is enabled
2302 or its a read error and readerror connecting is enabled
2303 or were doing a "N" and i need to connect that server somewhere */
2304 routing_handle_squit(argv[1], uplink, argv[3]);
2305 free(uplink);
2306 return 1;
2307 }
2308
2309 static CMD_FUNC(cmd_privmsg)
2310 {
2311 struct privmsg_desc pd;
2312 if (argc < 3)
2313 return 0;
2314 pd.user = GetUserH(origin);
2315 if (!pd.user || (IsGagged(pd.user) && !IsOper(pd.user)))
2316 return 1;
2317
2318 if (checkDefCon(DEFCON_OPER_ONLY) && !IsOper(pd.user)) {
2319 const char *str;
2320 str = conf_get_data("services/opserv/nick", RECDB_QSTRING);
2321 if (str)
2322 send_message_type(4, pd.user, GetUserH(str), "Services are currently not available, please try again soon");
2323 return 1;
2324 }
2325
2326 if (checkDefCon(DEFCON_SILENT_OPER_ONLY) && !IsOper(pd.user))
2327 return 1; /* Silently Ignore */
2328
2329 pd.is_notice = 0;
2330 pd.text = argv[argc - 1];
2331 parse_foreach(argv[1], privmsg_chan_helper, NULL, privmsg_user_helper, privmsg_invalid, &pd);
2332
2333 return 1;
2334 }
2335
2336 static CMD_FUNC(cmd_notice)
2337 {
2338 struct privmsg_desc pd;
2339 struct server *srv;
2340 int nuser = 0;
2341
2342 if (argc != 3)
2343 return 0;
2344
2345 pd.user = GetUserH(origin);
2346 if(!pd.user)
2347 nuser = 1;
2348 if (!pd.user || (IsGagged(pd.user) && !IsOper(pd.user))) {
2349 }
2350 else {
2351 pd.is_notice = 1;
2352 pd.text = argv[2];
2353 parse_foreach(argv[1], privmsg_chan_helper, NULL, privmsg_user_helper, privmsg_invalid, &pd);
2354 }
2355
2356 srv = GetServerH(origin);
2357 if(srv) {
2358 char *sargv[MAXNUMPARAMS];
2359 int sargc;
2360
2361 sargc = split_line(argv[2], true, MAXNUMPARAMS, sargv);
2362
2363 if(!strcasecmp(sargv[0], "Connect:")) {
2364 /* :Connect: Host shoe.loxxin.net not listed in ircd.conf */
2365 if(!strcasecmp(sargv[3], "not") && !strcasecmp(sargv[4], "listed")) {
2366 routing_handle_connect_failure(srv, sargv[2], unsplit_string(sargv+3, sargc-3, NULL));
2367 }
2368 }
2369 else if(!strcasecmp(sargv[0], "Link")) {
2370 /* :Link with mephisto.etheria.cx cancelled: Server mephisto.etheria.cx[216.46.33.71]
2371 *
2372 * :Link with laptop.afternet.org cancelled: Connection refused
2373 */
2374 if(!strcasecmp(sargv[3], "cancelled:")) {
2375 routing_handle_connect_failure(srv, sargv[2], unsplit_string(sargv+4, sargc-4, NULL));
2376 }
2377 }
2378 }
2379 return 1;
2380 }
2381
2382 static CMD_FUNC(cmd_away)
2383 {
2384 struct userNode *uNode;
2385
2386 uNode = GetUserH(origin);
2387 if (!uNode)
2388 return 1;
2389 if (argc < 2)
2390 uNode->modes &= ~FLAGS_AWAY;
2391 else
2392 uNode->modes |= FLAGS_AWAY;
2393 return 1;
2394 }
2395
2396 static CMD_FUNC(cmd_gline)
2397 {
2398 if (argc < 3)
2399 return 0;
2400 if (argv[2][0] == '+') {
2401 if (argc < 5)
2402 return 0;
2403 gline_add(origin, argv[2]+1, strtoul(argv[3], NULL, 0), argv[argc-1], now, 0, 0);
2404 return 1;
2405 } else if (argv[2][0] == '-') {
2406 gline_remove(argv[2]+1, 0);
2407 return 1;
2408 } else
2409 return 0;
2410 }
2411
2412 static CMD_FUNC(cmd_sgline)
2413 {
2414 struct server *sender;
2415
2416 if (argc < 4)
2417 return 0;
2418
2419 if (!(sender = GetServerH(origin)))
2420 return 0;
2421
2422 gline_add(origin, argv[1], strtoul(argv[2], NULL, 0), argv[argc-1], now, 1, 0);
2423 return 1;
2424 }
2425
2426 static CMD_FUNC(cmd_sshun)
2427 {
2428 struct server *sender;
2429
2430 if (argc < 4)
2431 return 0;
2432
2433 if (!(sender = GetServerH(origin)))
2434 return 0;
2435
2436 shun_add(origin, argv[1], strtoul(argv[2], NULL, 0), argv[argc-1], now, 1);
2437 return 1;
2438 }
2439
2440 static CMD_FUNC(cmd_shun)
2441 {
2442 if (argc < 3)
2443 return 0;
2444 if (argv[2][0] == '+') {
2445 if (argc < 5)
2446 return 0;
2447 shun_add(origin, argv[2]+1, strtoul(argv[3], NULL, 0), argv[argc-1], now, 0);
2448 return 1;
2449 } else if (argv[2][0] == '-') {
2450 shun_remove(argv[2]+1, 0);
2451 return 1;
2452 } else
2453 return 0;
2454 }
2455
2456 static CMD_FUNC(cmd_svsnick)
2457 {
2458 struct userNode *target, *dest;
2459 if ((argc < 4)
2460 || !(target = GetUserN(argv[1]))
2461 || !IsLocal(target)
2462 || (dest = GetUserH(argv[2])))
2463 return 0;
2464 NickChange(target, argv[2], 0);
2465 return 1;
2466 }
2467
2468 void
2469 free_user(struct userNode *user)
2470 {
2471 free(user->nick);
2472 free(user);
2473 }
2474
2475 static void
2476 parse_cleanup(void)
2477 {
2478 unsigned int nn;
2479 free(of_list);
2480 free(privmsg_funcs);
2481 num_privmsg_funcs = 0;
2482 free(notice_funcs);
2483 num_notice_funcs = 0;
2484 free(mcf_list);
2485 dict_delete(irc_func_dict);
2486 for (nn=0; nn<dead_users.used; nn++)
2487 free_user(dead_users.list[nn]);
2488 userList_clean(&dead_users);
2489 }
2490
2491 static void
2492 p10_conf_reload(void) {
2493 hidden_host_suffix = conf_get_data("server/hidden_host", RECDB_QSTRING);
2494 his_servername = conf_get_data("server/his_servername", RECDB_QSTRING);
2495 his_servercomment = conf_get_data("server/his_servercomment", RECDB_QSTRING);
2496 }
2497
2498 static void
2499 remove_unbursted_channel(struct chanNode *cNode) {
2500 if (unbursted_channels)
2501 dict_remove(unbursted_channels, cNode->name);
2502 }
2503
2504 void
2505 init_parse(void)
2506 {
2507 const char *str, *desc;
2508 int numnick, usermask, max_users;
2509 char numer[COMBO_NUMERIC_LEN+1];
2510
2511 /* read config items */
2512 str = conf_get_data("server/extended_accounts", RECDB_QSTRING);
2513 extended_accounts = str ? enabled_string(str) : 1;
2514 str = conf_get_data("server/ping_freq", RECDB_QSTRING);
2515 ping_freq = str ? ParseInterval(str) : 120;
2516 str = conf_get_data("server/ping_timeout", RECDB_QSTRING);
2517 ping_timeout = str ? ParseInterval(str) : 30;
2518 str = conf_get_data("server/force_n2k", RECDB_QSTRING);
2519 force_n2k = str ? enabled_string(str) : 1;
2520 str = conf_get_data("server/numeric", RECDB_QSTRING);
2521 if (!str) {
2522 log_module(MAIN_LOG, LOG_ERROR, "No server/numeric entry in config file.");
2523 exit(1);
2524 }
2525 numnick = atoi(str);
2526 str = conf_get_data("server/max_users", RECDB_QSTRING);
2527 max_users = str ? atoi(str) : 4096;
2528 for (usermask = 4; usermask < max_users; usermask <<= 1) ;
2529 usermask--;
2530 if ((numnick < 64) && (usermask < 4096) && !force_n2k)
2531 inttobase64(numer, (numnick << 12) + (usermask & 0x00fff), 3);
2532 else
2533 inttobase64(numer, (numnick << 18) + (usermask & 0x3ffff), 5);
2534
2535 str = conf_get_data("server/hostname", RECDB_QSTRING);
2536 desc = conf_get_data("server/description", RECDB_QSTRING);
2537 if (!str || !desc) {
2538 log_module(MAIN_LOG, LOG_ERROR, "No server/hostname entry in config file.");
2539 exit(1);
2540 }
2541 self = AddServer(NULL, str, 0, boot_time, now, numer, desc);
2542 conf_register_reload(p10_conf_reload);
2543
2544 irc_func_dict = dict_new();
2545 dict_insert(irc_func_dict, CMD_BURST, cmd_burst);
2546 dict_insert(irc_func_dict, TOK_BURST, cmd_burst);
2547 dict_insert(irc_func_dict, CMD_CREATE, cmd_create);
2548 dict_insert(irc_func_dict, TOK_CREATE, cmd_create);
2549 dict_insert(irc_func_dict, CMD_EOB, cmd_eob);
2550 dict_insert(irc_func_dict, TOK_EOB, cmd_eob);
2551 dict_insert(irc_func_dict, CMD_EOB_ACK, cmd_eob_ack);
2552 dict_insert(irc_func_dict, TOK_EOB_ACK, cmd_eob_ack);
2553 dict_insert(irc_func_dict, CMD_MODE, cmd_mode);
2554 dict_insert(irc_func_dict, TOK_MODE, cmd_mode);
2555 dict_insert(irc_func_dict, CMD_MARK, cmd_mark);
2556 dict_insert(irc_func_dict, TOK_MARK, cmd_mark);
2557 dict_insert(irc_func_dict, CMD_NICK, cmd_nick);
2558 dict_insert(irc_func_dict, TOK_NICK, cmd_nick);
2559 dict_insert(irc_func_dict, CMD_ACCOUNT, cmd_account);
2560 dict_insert(irc_func_dict, TOK_ACCOUNT, cmd_account);
2561 dict_insert(irc_func_dict, CMD_FAKEHOST, cmd_fakehost);
2562 dict_insert(irc_func_dict, TOK_FAKEHOST, cmd_fakehost);
2563 dict_insert(irc_func_dict, CMD_PASS, cmd_pass);
2564 dict_insert(irc_func_dict, TOK_PASS, cmd_pass);
2565 dict_insert(irc_func_dict, CMD_PING, cmd_ping);
2566 dict_insert(irc_func_dict, TOK_PING, cmd_ping);
2567 dict_insert(irc_func_dict, CMD_PRIVMSG, cmd_privmsg);
2568 dict_insert(irc_func_dict, TOK_PRIVMSG, cmd_privmsg);
2569 dict_insert(irc_func_dict, CMD_PONG, cmd_pong);
2570 dict_insert(irc_func_dict, TOK_PONG, cmd_pong);
2571 dict_insert(irc_func_dict, CMD_QUIT, cmd_quit);
2572 dict_insert(irc_func_dict, TOK_QUIT, cmd_quit);
2573 dict_insert(irc_func_dict, CMD_SERVER, cmd_server);
2574 dict_insert(irc_func_dict, TOK_SERVER, cmd_server);
2575 dict_insert(irc_func_dict, CMD_JOIN, cmd_join);
2576 dict_insert(irc_func_dict, TOK_JOIN, cmd_join);
2577 dict_insert(irc_func_dict, CMD_PART, cmd_part);
2578 dict_insert(irc_func_dict, TOK_PART, cmd_part);
2579 dict_insert(irc_func_dict, CMD_ERROR, cmd_error);
2580 dict_insert(irc_func_dict, TOK_ERROR, cmd_error);
2581 dict_insert(irc_func_dict, CMD_TOPIC, cmd_topic);
2582 dict_insert(irc_func_dict, TOK_TOPIC, cmd_topic);
2583 dict_insert(irc_func_dict, CMD_AWAY, cmd_away);
2584 dict_insert(irc_func_dict, TOK_AWAY, cmd_away);
2585 dict_insert(irc_func_dict, CMD_SILENCE, cmd_silence);
2586 dict_insert(irc_func_dict, TOK_SILENCE, cmd_silence);
2587 dict_insert(irc_func_dict, CMD_KICK, cmd_kick);
2588 dict_insert(irc_func_dict, TOK_KICK, cmd_kick);
2589 dict_insert(irc_func_dict, CMD_SQUIT, cmd_squit);
2590 dict_insert(irc_func_dict, TOK_SQUIT, cmd_squit);
2591 dict_insert(irc_func_dict, CMD_KILL, cmd_kill);
2592 dict_insert(irc_func_dict, TOK_KILL, cmd_kill);
2593 dict_insert(irc_func_dict, CMD_NOTICE, cmd_notice);
2594 dict_insert(irc_func_dict, TOK_NOTICE, cmd_notice);
2595 dict_insert(irc_func_dict, CMD_STATS, cmd_stats);
2596 dict_insert(irc_func_dict, TOK_STATS, cmd_stats);
2597 dict_insert(irc_func_dict, CMD_SVSJOIN, cmd_svsjoin);
2598 dict_insert(irc_func_dict, TOK_SVSJOIN, cmd_svsjoin);
2599 dict_insert(irc_func_dict, CMD_SVSNICK, cmd_svsnick);
2600 dict_insert(irc_func_dict, TOK_SVSNICK, cmd_svsnick);
2601 dict_insert(irc_func_dict, CMD_SVSPART, cmd_svspart);
2602 dict_insert(irc_func_dict, TOK_SVSPART, cmd_svspart);
2603 dict_insert(irc_func_dict, CMD_SWHOIS, cmd_dummy);
2604 dict_insert(irc_func_dict, TOK_SWHOIS, cmd_dummy);
2605 dict_insert(irc_func_dict, CMD_WHOIS, cmd_whois);
2606 dict_insert(irc_func_dict, TOK_WHOIS, cmd_whois);
2607 dict_insert(irc_func_dict, CMD_GLINE, cmd_gline);
2608 dict_insert(irc_func_dict, TOK_GLINE, cmd_gline);
2609 dict_insert(irc_func_dict, CMD_SGLINE, cmd_sgline);
2610 dict_insert(irc_func_dict, TOK_SGLINE, cmd_sgline);
2611 dict_insert(irc_func_dict, CMD_SHUN, cmd_shun);
2612 dict_insert(irc_func_dict, TOK_SHUN, cmd_shun);
2613 dict_insert(irc_func_dict, CMD_SSHUN, cmd_sshun);
2614 dict_insert(irc_func_dict, TOK_SSHUN, cmd_sshun);
2615 dict_insert(irc_func_dict, CMD_OPMODE, cmd_opmode);
2616 dict_insert(irc_func_dict, TOK_OPMODE, cmd_opmode);
2617 dict_insert(irc_func_dict, CMD_CLEARMODE, cmd_clearmode);
2618 dict_insert(irc_func_dict, TOK_CLEARMODE, cmd_clearmode);
2619 dict_insert(irc_func_dict, CMD_VERSION, cmd_version);
2620 dict_insert(irc_func_dict, TOK_VERSION, cmd_version);
2621 dict_insert(irc_func_dict, CMD_ADMIN, cmd_admin);
2622 dict_insert(irc_func_dict, TOK_ADMIN, cmd_admin);
2623 dict_insert(irc_func_dict, CMD_SMO, cmd_dummy);
2624 dict_insert(irc_func_dict, TOK_SMO, cmd_dummy);
2625 dict_insert(irc_func_dict, CMD_SNO, cmd_dummy);
2626 dict_insert(irc_func_dict, TOK_SNO, cmd_dummy);
2627
2628 dict_insert(irc_func_dict, CMD_RPING, cmd_rping);
2629 dict_insert(irc_func_dict, TOK_RPING, cmd_rping);
2630 dict_insert(irc_func_dict, CMD_RPONG, cmd_dummy);
2631 dict_insert(irc_func_dict, TOK_RPONG, cmd_dummy);
2632
2633 /* In P10, DESTRUCT doesn't do anything except be broadcast to servers.
2634 * Apparently to obliterate channels from any servers that think they
2635 * exist?
2636 */
2637 dict_insert(irc_func_dict, CMD_DESTRUCT, cmd_dummy);
2638 dict_insert(irc_func_dict, TOK_DESTRUCT, cmd_dummy);
2639 /* Ignore invites */
2640 dict_insert(irc_func_dict, CMD_INVITE, cmd_dummy);
2641 dict_insert(irc_func_dict, TOK_INVITE, cmd_dummy);
2642 /* DESYNCH is just informational, so ignore it */
2643 dict_insert(irc_func_dict, CMD_DESYNCH, cmd_dummy);
2644 dict_insert(irc_func_dict, TOK_DESYNCH, cmd_dummy);
2645 /* Ignore channel operator notices. */
2646 dict_insert(irc_func_dict, CMD_WALLCHOPS, cmd_dummy);
2647 dict_insert(irc_func_dict, TOK_WALLCHOPS, cmd_dummy);
2648 dict_insert(irc_func_dict, CMD_WALLVOICES, cmd_dummy);
2649 dict_insert(irc_func_dict, TOK_WALLVOICES, cmd_dummy);
2650 dict_insert(irc_func_dict, CMD_WALLHOPS, cmd_dummy);
2651 dict_insert(irc_func_dict, TOK_WALLHOPS, cmd_dummy);
2652 /* Ignore opers being silly. */
2653 dict_insert(irc_func_dict, CMD_WALLOPS, cmd_dummy);
2654 dict_insert(irc_func_dict, TOK_WALLOPS, cmd_dummy);
2655 dict_insert(irc_func_dict, CMD_WALLHOPS, cmd_dummy);
2656 dict_insert(irc_func_dict, TOK_WALLHOPS, cmd_dummy);
2657 dict_insert(irc_func_dict, TOK_WALLUSERS, cmd_dummy);
2658 /* Ignore dnsbl exemptions */
2659 dict_insert(irc_func_dict, TOK_EXEMPT, cmd_dummy);
2660 dict_insert(irc_func_dict, CMD_PRIVS, cmd_privs);
2661 dict_insert(irc_func_dict, TOK_PRIVS, cmd_privs);
2662 /* ignore ALIST for now */
2663 dict_insert(irc_func_dict, TOK_ALIST, cmd_dummy);
2664 dict_insert(irc_func_dict, CMD_ALIST, cmd_dummy);
2665 /* ignore SPAMFILTER */
2666 dict_insert(irc_func_dict, TOK_SPAMFILTER, cmd_dummy);
2667 dict_insert(irc_func_dict, CMD_SPAMFILTER, cmd_dummy);
2668 /* Ignore remote luser */
2669 dict_insert(irc_func_dict, TOK_LUSERS, cmd_dummy);
2670 /* We have reliable clock! Always! Wraaa! */
2671 dict_insert(irc_func_dict, CMD_SETTIME, cmd_dummy);
2672 dict_insert(irc_func_dict, TOK_SETTIME, cmd_dummy);
2673
2674 /* ignore /trace and /motd commands targetted at us */
2675 dict_insert(irc_func_dict, TOK_TRACE, cmd_dummy);
2676 dict_insert(irc_func_dict, TOK_MOTD, cmd_dummy);
2677 dict_insert(irc_func_dict, TOK_UPING, cmd_dummy);
2678
2679 /* handle topics */
2680 dict_insert(irc_func_dict, "331", cmd_num_topic);
2681 dict_insert(irc_func_dict, "332", cmd_num_topic);
2682 dict_insert(irc_func_dict, "333", cmd_num_topic);
2683 dict_insert(irc_func_dict, "345", cmd_dummy); /* blah has been invited to blah */
2684 dict_insert(irc_func_dict, "432", cmd_error_nick); /* Erroneus [sic] nickname */
2685 /* ban list resetting */
2686 /* "stats g" responses */
2687 dict_insert(irc_func_dict, "230", cmd_dummy); /* ignore stats headers */
2688 dict_insert(irc_func_dict, "247", cmd_num_gline);
2689 dict_insert(irc_func_dict, "542", cmd_num_shun);
2690 dict_insert(irc_func_dict, "219", cmd_dummy); /* "End of /STATS report" */
2691 /* other numeric responses we might get */
2692 dict_insert(irc_func_dict, "401", cmd_dummy); /* target left network */
2693 dict_insert(irc_func_dict, "403", cmd_dummy); /* no such channel */
2694 dict_insert(irc_func_dict, "404", cmd_dummy); /* cannot send to channel */
2695 dict_insert(irc_func_dict, "439", cmd_dummy); /* target change too fast */
2696 dict_insert(irc_func_dict, "441", cmd_dummy); /* target isn't on that channel */
2697 dict_insert(irc_func_dict, "442", cmd_dummy); /* you aren't on that channel */
2698 dict_insert(irc_func_dict, "443", cmd_dummy); /* is already on channel (after invite?) */
2699 dict_insert(irc_func_dict, "461", cmd_dummy); /* Not enough parameters (after TOPIC w/ 0 args) */
2700 dict_insert(irc_func_dict, "467", cmd_dummy); /* Channel key already set */
2701
2702 num_privmsg_funcs = 16;
2703 privmsg_funcs = malloc(sizeof(privmsg_func_t)*num_privmsg_funcs);
2704 memset(privmsg_funcs, 0, sizeof(privmsg_func_t)*num_privmsg_funcs);
2705
2706 num_notice_funcs = 16;
2707 notice_funcs = malloc(sizeof(privmsg_func_t)*num_notice_funcs);
2708 memset(notice_funcs, 0, sizeof(privmsg_func_t)*num_notice_funcs);
2709
2710 userList_init(&dead_users);
2711 reg_del_channel_func(remove_unbursted_channel);
2712 reg_exit_func(parse_cleanup);
2713 // reg_notice_func(opserv, check_ctcp);
2714 }
2715
2716 int
2717 parse_line(char *line, int recursive)
2718 {
2719 char *argv[MAXNUMPARAMS], *origin;
2720 int argc, cmd, res=0;
2721 cmd_func_t *func;
2722
2723 argc = split_line(line, true, MAXNUMPARAMS, argv);
2724 cmd = self->uplink || !argv[0][1] || !argv[0][2];
2725 if (argc > cmd) {
2726 if (cmd) {
2727 if (argv[0][0] == ':') {
2728 origin = argv[0]+1;
2729 } else if (!argv[0][1] || !argv[0][2]) {
2730 struct server *sNode = GetServerN(argv[0]);
2731 origin = sNode ? sNode->name : 0;
2732 } else {
2733 struct userNode *uNode = GetUserN(argv[0]);
2734 origin = uNode ? uNode->nick : 0;
2735 }
2736 } else
2737 origin = 0;
2738 if ((func = dict_find(irc_func_dict, argv[cmd], NULL)))
2739 res = func(origin, argc-cmd, argv+cmd);
2740 }
2741 if (!res) {
2742 log_module(MAIN_LOG, LOG_ERROR, "PARSE ERROR on line: %s", unsplit_string(argv, argc, NULL));
2743 } else if (!recursive) {
2744 unsigned int i;
2745 for (i=0; i<dead_users.used; i++)
2746 free_user(dead_users.list[i]);
2747 dead_users.used = 0;
2748 }
2749 return res;
2750 }
2751
2752 static void
2753 parse_foreach(char *target_list, foreach_chanfunc cf, foreach_nonchan nc, foreach_userfunc uf, foreach_nonuser nu, void *data)
2754 {
2755 char *j, old;
2756
2757 do {
2758 j = target_list;
2759 while (*j != 0 && *j != ',')
2760 j++;
2761 old = *j;
2762 *j = 0;
2763
2764 if (IsChannelName(target_list)
2765 || (target_list[0] == '0' && target_list[1] == '\0')) {
2766 struct chanNode *chan = GetChannel(target_list);
2767
2768 if (chan) {
2769 if (cf)
2770 cf(chan, data);
2771 } else {
2772 if (nc)
2773 nc(target_list, data);
2774 }
2775 } else {
2776 struct userNode *user;
2777 struct privmsg_desc *pd = data;
2778
2779 pd->is_qualified = 0;
2780 if (*target_list == '@') {
2781 user = NULL;
2782 } else if (strchr(target_list, '@')) {
2783 struct server *server;
2784
2785 pd->is_qualified = 1;
2786 user = GetUserH(strtok(target_list, "@"));
2787 server = GetServerH(strtok(NULL, "@"));
2788
2789 if (user && (user->uplink != server)) {
2790 /* Don't attempt to index into any arrays
2791 using a user's numeric on another server. */
2792 user = NULL;
2793 }
2794 } else {
2795 user = GetUserN(target_list);
2796 }
2797
2798 if (user) {
2799 if (uf)
2800 uf(user, data);
2801 } else {
2802 if (nu)
2803 nu(target_list, data);
2804 }
2805 }
2806 target_list = j+1;
2807 } while (old == ',');
2808 }
2809
2810 static int
2811 get_local_numeric(void)
2812 {
2813 static unsigned int next_numeric = 0;
2814 if (self->clients > self->num_mask)
2815 return -1;
2816 while (self->users[next_numeric])
2817 if (++next_numeric > self->num_mask)
2818 next_numeric = 0;
2819 return next_numeric;
2820 }
2821
2822 static void
2823 make_numeric(struct server *svr, int local_num, char *outbuf)
2824 {
2825 int slen, llen;
2826
2827 if (force_n2k || svr->numeric[1]) {
2828 slen = 2;
2829 llen = 3;
2830 } else {
2831 slen = 1;
2832 llen = (local_num < 64*64) ? 2 : 3;
2833 }
2834 strncpy(outbuf, svr->numeric, slen);
2835 inttobase64(outbuf+slen, local_num, llen);
2836 outbuf[slen+llen] = 0;
2837 }
2838
2839 struct server *
2840 AddServer(struct server *uplink, const char *name, int hops, time_t boot, time_t link_time, const char *numeric, const char *description)
2841 {
2842 struct server* sNode;
2843 int slen, mlen;
2844
2845 if ((sNode = GetServerN(numeric))) {
2846 /* This means we're trying to re-add an existant server.
2847 * To be safe, we should forget the previous incarnation.
2848 * (And all its linked servers.)
2849 *
2850 * It usually only happens in replays when the original
2851 * had a ping timeout and the replay didn't (because
2852 * replaying a ping timeout invariably gets things wrong).
2853 */
2854 DelServer(sNode, 0, NULL);
2855 }
2856
2857 switch (strlen(numeric)) {
2858 case 5: slen = 2; mlen = 3; break;
2859 case 4: slen = 1; mlen = 3; break;
2860 case 3: slen = 1; mlen = 2; break;
2861 default:
2862 log_module(MAIN_LOG, LOG_ERROR, "AddServer(\"%s\", \"%s\", ...): Numeric %s has invalid length.", uplink->name, name, numeric);
2863 return NULL;
2864 }
2865
2866 sNode = calloc(1, sizeof(*sNode));
2867 sNode->uplink = uplink;
2868 safestrncpy(sNode->name, name, sizeof(sNode->name));
2869 sNode->num_mask = base64toint(numeric+slen, mlen);
2870 sNode->hops = hops;
2871 sNode->boot = boot;
2872 sNode->link_time = link_time;
2873 strncpy(sNode->numeric, numeric, slen);
2874 safestrncpy(sNode->description, description, sizeof(sNode->description));
2875 sNode->users = calloc(sNode->num_mask+1, sizeof(*sNode->users));
2876 serverList_init(&sNode->children);
2877 if (sNode->uplink) {
2878 /* uplink may be NULL if we're just building ourself */
2879 serverList_append(&sNode->uplink->children, sNode);
2880 }
2881 servers_num[base64toint(numeric, slen)] = sNode;
2882 dict_insert(servers, sNode->name, sNode);
2883 return sNode;
2884 }
2885
2886 void DelServer(struct server* serv, int announce, const char *message)
2887 {
2888 unsigned int i;
2889
2890 /* If we receive an ERROR command before the SERVER
2891 * command a NULL server can be passed */
2892 if (!serv)
2893 return;
2894
2895 /* Hrm, what's the right way to SQUIT some other server?
2896 * (This code is only to handle killing juped servers.) */
2897 if (announce && (serv->uplink == self) && (serv != self->uplink))
2898 irc_squit(serv, message, NULL);
2899
2900 /* must recursively remove servers linked to this one first */
2901 for (i=serv->children.used;i>0;)
2902 if (serv->children.list[--i] != self)
2903 DelServer(serv->children.list[i], false, NULL);
2904
2905 /* clean up server's user hash tables */
2906 for (i=0;i<=serv->num_mask;i++)
2907 if (serv->users[i])
2908 DelUser(serv->users[i], NULL, false, "server delinked");
2909
2910 /* delete server */
2911 if (serv->uplink)
2912 serverList_remove(&serv->uplink->children, serv);
2913 if (serv == self->uplink)
2914 self->uplink = NULL;
2915 servers_num[base64toint(serv->numeric, strlen(serv->numeric))] = NULL;
2916 dict_remove(servers, serv->name);
2917 serverList_clean(&serv->children);
2918 free(serv->users);
2919 free(serv);
2920 }
2921
2922 struct userNode *
2923 AddLocalUser(const char *nick, const char *ident, const char *hostname, const char *desc, const char *modes)
2924 {
2925 char numeric[COMBO_NUMERIC_LEN+1];
2926 int local_num = get_local_numeric();
2927 time_t timestamp = now;
2928 struct userNode *old_user = GetUserH(nick);
2929
2930 if (!modes)
2931 modes = "+oik";
2932
2933 if (old_user) {
2934 if (IsLocal(old_user))
2935 return old_user;
2936 timestamp = old_user->timestamp - 1;
2937 }
2938 if (local_num == -1) {
2939 log_module(MAIN_LOG, LOG_ERROR, "Unable to allocate numnick for service %s", nick);
2940 return 0;
2941 }
2942 if (!hostname)
2943 hostname = self->name;
2944 make_numeric(self, local_num, numeric);
2945 return AddUser(self, nick, ident, hostname, modes, numeric, desc, now, "AAAAAA");
2946 }
2947
2948 struct userNode *
2949 AddClone(const char *nick, const char *ident, const char *hostname, const char *desc)
2950 {
2951 char numeric[COMBO_NUMERIC_LEN+1];
2952 int local_num = get_local_numeric();
2953 time_t timestamp = now;
2954 struct userNode *old_user = GetUserH(nick);
2955
2956 if (old_user) {
2957 if (IsLocal(old_user))
2958 return old_user;
2959 timestamp = old_user->timestamp - 1;
2960 }
2961 if (local_num == -1) {
2962 log_module(MAIN_LOG, LOG_ERROR, "Unable to allocate numnick for clone %s", nick);
2963 return 0;
2964 }
2965 make_numeric(self, local_num, numeric);
2966 return AddUser(self, nick, ident, hostname, "+i", numeric, desc, timestamp, "AAAAAA");
2967 }
2968
2969 int
2970 is_valid_nick(const char *nick) {
2971 unsigned int ii;
2972 /* IRC has some of The Most Fucked-Up ideas about character sets
2973 * in the world.. */
2974 if (!isalpha(*nick) && !strchr("{|}~[\\]^_`", *nick))
2975 return 0;
2976 for (ii = 0; nick[ii]; ++ii)
2977 if (!isalnum(nick[ii]) && !strchr("{|}~[\\]^-_`", nick[ii]))
2978 return 0;
2979 if (strlen(nick) > nicklen)
2980 return 0;
2981 return 1;
2982 }
2983
2984 static struct userNode*
2985 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)
2986 {
2987 struct userNode *oldUser, *uNode;
2988 unsigned int n, ignore_user, dummy;
2989 char *tstr;
2990 int type;
2991
2992 if ((strlen(numeric) < 3) || (strlen(numeric) > 5)) {
2993 log_module(MAIN_LOG, LOG_WARNING, "AddUser(%p, %s, ...): numeric %s wrong length!", (void*)uplink, nick, numeric);
2994 return NULL;
2995 }
2996
2997 if (!uplink) {
2998 log_module(MAIN_LOG, LOG_WARNING, "AddUser(%p, %s, ...): server for numeric %s doesn't exist!", (void*)uplink, nick, numeric);
2999 return NULL;
3000 }
3001
3002 if (uplink != GetServerN(numeric)) {
3003 log_module(MAIN_LOG, LOG_WARNING, "AddUser(%p, %s, ...): server for numeric %s differs from nominal uplink %s.", (void*)uplink, nick, numeric, uplink->name);
3004 return NULL;
3005 }
3006
3007 dummy = modes && modes[0] == '*';
3008 if (dummy) {
3009 ++modes;
3010 } else if (!is_valid_nick(nick)) {
3011 log_module(MAIN_LOG, LOG_WARNING, "AddUser(%p, %s, ...): invalid nickname detected.", (void*)uplink, nick);
3012 return NULL;
3013 }
3014
3015 ignore_user = 0;
3016 if ((oldUser = GetUserH(nick))) {
3017 if (IsLocal(oldUser)
3018 && (IsService(oldUser) || IsPersistent(oldUser))) {
3019 /* The service should collide the new user off - but not
3020 * if the new user is coming in during a burst. (During a
3021 * burst, the bursting server will kill either our user --
3022 * triggering a ReintroduceUser() -- or its own.)
3023 */
3024 oldUser->timestamp = timestamp - 1;
3025 ignore_user = 1;
3026 if (!uplink->burst)
3027 irc_user(oldUser);
3028 } else if (oldUser->timestamp > timestamp) {
3029 /* "Old" user is really newer; remove them */
3030 DelUser(oldUser, 0, 1, "Overruled by older nick");
3031 } else {
3032 /* User being added is too new; do not add them to
3033 * clients, but do add them to the server's list, since it
3034 * will send a KILL and QUIT soon. */
3035 ignore_user = 1;
3036 }
3037 }
3038
3039 /* create new usernode and set all values */
3040 uNode = calloc(1, sizeof(*uNode));
3041 uNode->nick = strdup(nick);
3042 safestrncpy(uNode->ident, ident, sizeof(uNode->ident));
3043 safestrncpy(uNode->info, userinfo, sizeof(uNode->info));
3044 safestrncpy(uNode->hostname, hostname, sizeof(uNode->hostname));
3045 safestrncpy(uNode->numeric, numeric, sizeof(uNode->numeric));
3046 irc_p10_pton(&uNode->ip, realip);
3047
3048 tstr = conf_get_data("server/type", RECDB_QSTRING);
3049 type = atoi(tstr);
3050 if (type > 6) {
3051 if (irc_in_addr_is_ipv4(uNode->ip)) {
3052 make_virtip((char*)irc_ntoa(&uNode->ip), (char*)irc_ntoa(&uNode->ip), uNode->cryptip);
3053 make_virthost((char*)irc_ntoa(&uNode->ip), uNode->hostname, uNode->crypthost);
3054 } else if (irc_in_addr_is_ipv6(uNode->ip)) {
3055 make_ipv6virthost((char*)irc_ntoa(&uNode->ip), uNode->hostname, uNode->crypthost);
3056 }
3057 }
3058
3059 if (!uNode->crypthost && uNode->cryptip)
3060 snprintf(uNode->crypthost, sizeof(uNode->crypthost), "%s", strdup(uNode->cryptip));
3061 uNode->idle_since = timestamp;
3062 uNode->timestamp = timestamp;
3063 modeList_init(&uNode->channels);
3064 uNode->uplink = uplink;
3065 if (++uNode->uplink->clients > uNode->uplink->max_clients) {
3066 uNode->uplink->max_clients = uNode->uplink->clients;
3067 }
3068 uNode->num_local = base64toint(numeric+strlen(uNode->uplink->numeric), 3) & uNode->uplink->num_mask;
3069 uNode->uplink->users[uNode->num_local] = uNode;
3070 mod_usermode(uNode, modes);
3071 if (dummy)
3072 uNode->modes |= FLAGS_DUMMY;
3073
3074 set_geoip_info(uNode);
3075
3076 if (ignore_user)
3077 return uNode;
3078
3079 dict_insert(clients, uNode->nick, uNode);
3080 if (dict_size(clients) > max_clients) {
3081 max_clients = dict_size(clients);
3082 max_clients_time = now;
3083 }
3084 if (IsLocal(uNode))
3085 irc_user(uNode);
3086 for (n=0; (n<nuf_used) && !uNode->dead; n++)
3087 nuf_list[n](uNode);
3088
3089 if ((uNode->loc == 1) && (uNode->handle_info))
3090 send_func_list(uNode);
3091
3092 return uNode;
3093 }
3094
3095 /* removes user from it's server's hash table and nick hash table */
3096 void
3097 DelUser(struct userNode* user, struct userNode *killer, int announce, const char *why)
3098 {
3099 unsigned int n;
3100
3101 verify(user);
3102
3103 /* mark them as dead, in case anybody cares */
3104 user->dead = 1;
3105
3106 /* remove pending adduser commands */
3107 wipe_adduser_pending(NULL, user);
3108
3109 /* remove user from all channels */
3110 while (user->channels.used > 0)
3111 DelChannelUser(user, user->channels.list[user->channels.used-1]->channel, NULL, 0);
3112
3113 /* Call these in reverse order so ChanServ can update presence
3114 information before NickServ nukes the handle_info. */
3115 for (n = duf_used; n > 0; )
3116 duf_list[--n](user, killer, why);
3117
3118 user->uplink->clients--;
3119 user->uplink->users[user->num_local] = NULL;
3120 if (IsOper(user))
3121 userList_remove(&curr_opers, user);
3122 /* remove from global dictionary, but not if after a collide */
3123 if (user == dict_find(clients, user->nick, NULL))
3124 dict_remove(clients, user->nick);
3125
3126 if (IsInvisible(user))
3127 invis_clients--;
3128
3129 if (announce) {
3130 if (IsLocal(user))
3131 irc_quit(user, why);
3132 else
3133 irc_kill(killer, user, why);
3134 }
3135
3136 if (IsLocal(user)) {
3137 unsigned int num = user->num_local;
3138 if (num < num_privmsg_funcs)
3139 privmsg_funcs[num] = NULL;
3140 if (num < num_notice_funcs)
3141 notice_funcs[num] = NULL;
3142 }
3143
3144 modeList_clean(&user->channels);
3145
3146 /* Clean up version data */
3147 if(user->version_reply) {
3148 free(user->version_reply);
3149 user->version_reply = NULL;
3150 }
3151
3152 /* clean up mark */
3153 if(user->mark) {
3154 free(user->mark);
3155 user->mark = NULL;
3156 }
3157
3158 /* clean up geoip data if any */
3159 if(user->country_code) free(user->country_code);
3160 if(user->city) free(user->city);
3161 if(user->region) free(user->region);
3162 if(user->postal_code) free(user->postal_code);
3163
3164 /* We don't free them, in case we try to privmsg them or something
3165 * (like when a stupid oper kills themself). We just put them onto
3166 * a list of clients that get freed after processing each line.
3167 */
3168 if (dead_users.size)
3169 userList_append(&dead_users, user);
3170 else
3171 free_user(user);
3172 }
3173
3174 static void call_oper_funcs(struct userNode *user);
3175
3176 void mod_usermode(struct userNode *user, const char *mode_change) {
3177 int add = 1;
3178 const char *word = mode_change;
3179
3180 if (!user || !mode_change)
3181 return;
3182
3183 call_user_mode_funcs(user, mode_change);
3184
3185 while (*word != ' ' && *word) word++;
3186 while (*word == ' ') word++;
3187 while (1) {
3188 #define do_user_mode(FLAG) do { if (add) user->modes |= FLAG; else user->modes &= ~FLAG; } while (0)
3189 switch (*mode_change++) {
3190 case 0: case ' ': return;
3191 case '+': add = 1; break;
3192 case '-': add = 0; break;
3193 case 'o':
3194 do_user_mode(FLAGS_OPER);
3195 if (!add) {
3196 userList_remove(&curr_opers, user);
3197 } else if (!userList_contains(&curr_opers, user)) {
3198 userList_append(&curr_opers, user);
3199 call_oper_funcs(user);
3200 }
3201 break;
3202 case 'O': do_user_mode(FLAGS_LOCOP); break;
3203 case 'i': do_user_mode(FLAGS_INVISIBLE);
3204 if (add)
3205 invis_clients++;
3206 else
3207 invis_clients--;
3208 break;
3209 case 'w': do_user_mode(FLAGS_WALLOP); break;
3210 case 'd': do_user_mode(FLAGS_DEAF); break;
3211 case 'k': do_user_mode(FLAGS_SERVICE); break;
3212 case 'g': do_user_mode(FLAGS_GLOBAL); break;
3213 case 'B': do_user_mode(FLAGS_BOT); break;
3214 case 'n': do_user_mode(FLAGS_HIDECHANS); break;
3215 case 'I': do_user_mode(FLAGS_HIDEIDLE); break;
3216 case 'X': do_user_mode(FLAGS_XTRAOP); break;
3217 case 'C': do_user_mode(FLAGS_CLOAKHOST);
3218 if (*word) {
3219 char cloakhost[MAXLEN];
3220 unsigned int ii;
3221 for (ii=0; (*word != ' ') && (*word != '\0'); )
3222 cloakhost[ii++] = *word++;
3223 cloakhost[ii] = 0;
3224 while (*word == ' ')
3225 word++;
3226 safestrncpy(user->crypthost, cloakhost, sizeof(user->crypthost));
3227 }
3228 break;
3229 case 'c': do_user_mode(FLAGS_CLOAKIP);
3230 if (*word) {
3231 char cloakip[MAXLEN];
3232 unsigned int ii;
3233 for (ii=0; (*word != ' ') && (*word != '\0'); )
3234 cloakip[ii++] = *word++;
3235 cloakip[ii] = 0;
3236 while (*word == ' ')
3237 word++;
3238 safestrncpy(user->cryptip, cloakip, sizeof(user->cryptip));
3239 }
3240 break;
3241 // sethost - reed/apples
3242 // case 'h': do_user_mode(FLAGS_HELPER); break;
3243 // I check if there's an 'h' in the first part, and if there,
3244 // then everything after the space becomes their new host.
3245 case 'h': do_user_mode(FLAGS_SETHOST);
3246 if (*word) {
3247 char sethost[MAXLEN];
3248 unsigned int ii;
3249 for (ii=0; (*word != ' ') && (*word != '\0'); )
3250 sethost[ii++] = *word++;
3251 sethost[ii] = 0;
3252 while (*word == ' ')
3253 word++;
3254 safestrncpy(user->sethost, sethost, sizeof(user->sethost));
3255 }
3256 break;
3257 case 'x': do_user_mode(FLAGS_HIDDEN_HOST); break;
3258 case 'r':
3259 if (*word) {
3260 char tag[MAXLEN];
3261 unsigned int ii;
3262 for (ii=0; (*word != ' ') && (*word != '\0'); )
3263 tag[ii++] = *word++;
3264 tag[ii] = 0;
3265 while (*word == ' ')
3266 word++;
3267 call_account_func(user, tag);
3268 }
3269 break;
3270 case 'f':
3271 if (*word) {
3272 char host[MAXLEN];
3273 unsigned int ii;
3274 for (ii=0; (*word != ' ') && (*word != '\0'); )
3275 host[ii++] = *word++;
3276 host[ii] = 0;
3277 while (*word == ' ')
3278 word++;
3279 assign_fakehost(user, host, 0);
3280 }
3281 break;
3282 }
3283 #undef do_user_mode
3284 }
3285 }
3286
3287 static int
3288 keyncpy(char output[], char input[], size_t output_size)
3289 {
3290 size_t ii;
3291
3292 if (input[0] == ':')
3293 {
3294 output[0] = '\0';
3295 return 1;
3296 }
3297
3298 for (ii = 0; (ii + 1 < output_size) && (input[ii] != '\0'); ++ii)
3299 {
3300 output[ii] = input[ii];
3301 }
3302
3303 output[ii] = '\0';
3304 return 0;
3305 }
3306
3307 struct mod_chanmode *
3308 mod_chanmode_parse(struct chanNode *channel, char **modes, unsigned int argc, unsigned int flags, short base_oplevel)
3309 {
3310 struct mod_chanmode *change;
3311 unsigned int ii, in_arg, ch_arg, add;
3312
3313 if (argc == 0)
3314 return NULL;
3315 if (!(change = mod_chanmode_alloc(argc - 1)))
3316 return NULL;
3317
3318 for (ii = ch_arg = 0, in_arg = add = 1;
3319 (modes[0][ii] != '\0') && (modes[0][ii] != ' ');
3320 ++ii) {
3321 switch (modes[0][ii]) {
3322 case '+':
3323 add = 1;
3324 break;
3325 case '-':
3326 add = 0;
3327 break;
3328 #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)
3329 case 'C': do_chan_mode(MODE_NOCTCPS); break;
3330 case 'D': do_chan_mode(MODE_DELAYJOINS); break;
3331 case 'c': do_chan_mode(MODE_NOCOLORS); break;
3332 case 'i': do_chan_mode(MODE_INVITEONLY); break;
3333 case 'm': do_chan_mode(MODE_MODERATED); break;
3334 case 'n': do_chan_mode(MODE_NOPRIVMSGS); break;
3335 case 'p': do_chan_mode(MODE_PRIVATE); break;
3336 case 'r': do_chan_mode(MODE_REGONLY); break;
3337 case 's': do_chan_mode(MODE_SECRET); break;
3338 case 't': do_chan_mode(MODE_TOPICLIMIT); break;
3339 case 'S': do_chan_mode(MODE_STRIPCOLOR); break;
3340 case 'M': do_chan_mode(MODE_MODUNREG); break;
3341 case 'N': do_chan_mode(MODE_NONOTICE); break;
3342 case 'Q': do_chan_mode(MODE_NOQUITMSGS); break;
3343 case 'T': do_chan_mode(MODE_NOAMSG); break;
3344 case 'O': do_chan_mode(MODE_OPERSONLY); break;
3345 case 'a': do_chan_mode(MODE_ADMINSONLY); break;
3346 case 'Z': do_chan_mode(MODE_SSLONLY); break;
3347 case 'L': do_chan_mode(MODE_HIDEMODE); break;
3348 case 'z':
3349 if (!(flags & MCP_REGISTERED)) {
3350 do_chan_mode(MODE_REGISTERED);
3351 } else {
3352 mod_chanmode_free(change);
3353 return NULL;
3354 }
3355 break;
3356 #undef do_chan_mode
3357 case 'l':
3358 if (add) {
3359 if (in_arg >= argc)
3360 goto error;
3361 change->modes_set |= MODE_LIMIT;
3362 change->new_limit = atoi(modes[in_arg++]);
3363 } else {
3364 change->modes_set &= ~MODE_LIMIT;
3365 change->modes_clear |= MODE_LIMIT;
3366 }
3367 break;
3368 case 'k':
3369 if (add) {
3370 if ((in_arg >= argc)
3371 || keyncpy(change->new_key, modes[in_arg++], sizeof(change->new_key)))
3372 goto error;
3373 change->modes_set |= MODE_KEY;
3374 } else {
3375 change->modes_clear |= MODE_KEY;
3376 if (!(flags & MCP_KEY_FREE)) {
3377 if (in_arg >= argc)
3378 goto error;
3379 in_arg++;
3380 }
3381 }
3382 break;
3383 case 'U':
3384 if (add)
3385 {
3386 if ((in_arg >= argc)
3387 || keyncpy(change->new_upass, modes[in_arg++], sizeof(change->new_upass)))
3388 goto error;
3389 change->modes_set |= MODE_UPASS;
3390 } else {
3391 change->modes_clear |= MODE_UPASS;
3392 if (!(flags & MCP_UPASS_FREE)) {
3393 if (in_arg >= argc)
3394 goto error;
3395 in_arg++;
3396 }
3397 }
3398 break;
3399 case 'A':
3400 if (add) {
3401 if ((in_arg >= argc)
3402 || keyncpy(change->new_upass, modes[in_arg++], sizeof(change->new_upass)))
3403 change->modes_set |= MODE_APASS;
3404 } else {
3405 change->modes_clear |= MODE_APASS;
3406 if (!(flags & MCP_APASS_FREE)) {
3407 if (in_arg >= argc)
3408 goto error;
3409 in_arg++;
3410 }
3411 }
3412 break;
3413 case 'b':
3414 if (!(flags & MCP_ALLOW_OVB))
3415 goto error;
3416 if (in_arg >= argc)
3417 goto error;
3418 change->args[ch_arg].mode = MODE_BAN;
3419 if (!add)
3420 change->args[ch_arg].mode |= MODE_REMOVE;
3421 change->args[ch_arg++].u.hostmask = modes[in_arg++];
3422 break;
3423 case 'e':
3424 if (!(flags & MCP_ALLOW_OVB))
3425 goto error;
3426 if (in_arg >= argc)
3427 goto error;
3428 change->args[ch_arg].mode = MODE_EXEMPT;
3429 if (!add)
3430 change->args[ch_arg].mode |= MODE_REMOVE;
3431 change->args[ch_arg++].u.hostmask = modes[in_arg++];
3432 break;
3433 case 'o': case 'h': case 'v':
3434 {
3435 struct userNode *victim;
3436 char *oplevel_str;
3437 int oplevel;
3438
3439 if (in_arg >= argc)
3440 goto error;
3441 oplevel_str = strchr(modes[in_arg], ':');
3442 if (oplevel_str)
3443 {
3444 /* XXYYY M #channel +o XXYYY:<oplevel> */
3445 *oplevel_str++ = '\0';
3446 oplevel = parse_oplevel(oplevel_str);
3447 if (oplevel <= base_oplevel && !(flags & MCP_FROM_SERVER))
3448 oplevel = base_oplevel + 1;
3449 }
3450 else if (channel->modes & MODE_UPASS)
3451 oplevel = base_oplevel + 1;
3452 else
3453 oplevel = -1;
3454
3455 /* Check that oplevel is within bounds. */
3456 if (oplevel > MAXOPLEVEL)
3457 oplevel = MAXOPLEVEL;
3458
3459 if (!(flags & MCP_ALLOW_OVB))
3460 goto error;
3461 if (in_arg >= argc)
3462 goto error;
3463
3464 if (modes[0][ii] == 'o')
3465 change->args[ch_arg].mode = MODE_CHANOP;
3466 else if (modes[0][ii] == 'h')
3467 change->args[ch_arg].mode = MODE_HALFOP;
3468 else if (modes[0][ii] == 'v')
3469 change->args[ch_arg].mode = MODE_VOICE;
3470
3471 if (!add)
3472 change->args[ch_arg].mode |= MODE_REMOVE;
3473 if (flags & MCP_FROM_SERVER)
3474 victim = GetUserN(modes[in_arg++]);
3475 else
3476 victim = GetUserH(modes[in_arg++]);
3477 if (!victim)
3478 continue;
3479 if ((change->args[ch_arg].u.member = GetUserMode(channel, victim)))
3480 {
3481 /* Apply the oplevel change */
3482 change->args[ch_arg].u.member->oplevel = oplevel;
3483 ch_arg++;
3484 }
3485 break;
3486 }
3487 default:
3488 if (!(flags & MCP_FROM_SERVER))
3489 goto error;
3490 break;
3491 }
3492 }
3493 change->argc = ch_arg; /* in case any turned out to be ignored */
3494 if (change->modes_set & MODE_SECRET) {
3495 change->modes_set &= ~(MODE_PRIVATE);
3496 change->modes_clear |= MODE_PRIVATE;
3497 } else if (change->modes_set & MODE_PRIVATE) {
3498 change->modes_set &= ~(MODE_SECRET);
3499 change->modes_clear |= MODE_SECRET;
3500 }
3501 return change;
3502 error:
3503 mod_chanmode_free(change);
3504 return NULL;
3505 }
3506
3507 struct chanmode_buffer {
3508 char modes[MAXLEN];
3509 char args[MAXLEN];
3510 struct chanNode *channel;
3511 struct userNode *actor;
3512 unsigned int modes_used;
3513 unsigned int args_used;
3514 size_t chname_len;
3515 unsigned int is_add : 1;
3516 unsigned int is_chanop : 1;
3517 };
3518
3519 static void
3520 mod_chanmode_append(struct chanmode_buffer *buf, char ch, const char *arg)
3521 {
3522 size_t arg_len = strlen(arg);
3523 if (buf->modes_used > (MAXMODEPARAMS) ||
3524 buf->modes_used + buf->args_used + buf->chname_len + arg_len > 450) {
3525 memcpy(buf->modes + buf->modes_used, buf->args, buf->args_used);
3526 buf->modes[buf->modes_used + buf->args_used] = '\0';
3527 irc_mode((buf->is_chanop ? buf->actor : NULL), buf->channel, buf->modes);
3528 buf->modes[0] = buf->is_add ? '+' : '-';
3529 buf->modes_used = 1;
3530 buf->args_used = 0;
3531 }
3532 buf->modes[buf->modes_used++] = ch;
3533 buf->args[buf->args_used++] = ' ';
3534 memcpy(buf->args + buf->args_used, arg, arg_len);
3535 buf->args_used += arg_len;
3536 }
3537
3538 void
3539 mod_chanmode_announce(struct userNode *who, struct chanNode *channel, struct mod_chanmode *change)
3540 {
3541 struct chanmode_buffer chbuf;
3542 unsigned int arg;
3543 struct modeNode *mn;
3544 char int_buff[32], mode = '\0';
3545
3546 assert(change->argc <= change->alloc_argc);
3547 memset(&chbuf, 0, sizeof(chbuf));
3548 chbuf.channel = channel;
3549 chbuf.actor = who;
3550 chbuf.chname_len = strlen(channel->name);
3551
3552 mn = GetUserMode(channel, who);
3553 if ((mn && (mn->modes & MODE_CHANOP)) || off_channel)
3554 chbuf.is_chanop = 1;
3555
3556 /* First remove modes */
3557 chbuf.is_add = 0;
3558 if (change->modes_clear) {
3559 if (mode != '-')
3560 chbuf.modes[chbuf.modes_used++] = mode = '-';
3561 #define DO_MODE_CHAR(BIT, CHAR) if (change->modes_clear & MODE_##BIT) chbuf.modes[chbuf.modes_used++] = CHAR
3562 DO_MODE_CHAR(PRIVATE, 'p');
3563 DO_MODE_CHAR(SECRET, 's');
3564 DO_MODE_CHAR(MODERATED, 'm');
3565 DO_MODE_CHAR(TOPICLIMIT, 't');
3566 DO_MODE_CHAR(INVITEONLY, 'i');
3567 DO_MODE_CHAR(NOPRIVMSGS, 'n');
3568 DO_MODE_CHAR(LIMIT, 'l');
3569 DO_MODE_CHAR(DELAYJOINS, 'D');
3570 DO_MODE_CHAR(REGONLY, 'r');
3571 DO_MODE_CHAR(NOCOLORS, 'c');
3572 DO_MODE_CHAR(NOCTCPS, 'C');
3573 DO_MODE_CHAR(STRIPCOLOR, 'S');
3574 DO_MODE_CHAR(MODUNREG, 'M');
3575 DO_MODE_CHAR(NONOTICE, 'N');
3576 DO_MODE_CHAR(NOQUITMSGS, 'Q');
3577 DO_MODE_CHAR(NOAMSG, 'T');
3578 DO_MODE_CHAR(OPERSONLY, 'O');
3579 DO_MODE_CHAR(REGISTERED, 'z');
3580 DO_MODE_CHAR(SSLONLY, 'Z');
3581 DO_MODE_CHAR(HIDEMODE, 'L');
3582 #undef DO_MODE_CHAR
3583 if (change->modes_clear & channel->modes & MODE_KEY)
3584 mod_chanmode_append(&chbuf, 'k', channel->key);
3585 if (change->modes_clear & channel->modes & MODE_UPASS)
3586 mod_chanmode_append(&chbuf, 'U', channel->upass);
3587 if (change->modes_clear & channel->modes & MODE_APASS)
3588 mod_chanmode_append(&chbuf, 'A', channel->apass);
3589 }
3590 for (arg = 0; arg < change->argc; ++arg) {
3591 if (!(change->args[arg].mode & MODE_REMOVE))
3592 continue;
3593 if (mode != '-')
3594 chbuf.modes[chbuf.modes_used++] = mode = '-';
3595 switch (change->args[arg].mode & ~MODE_REMOVE) {
3596 case MODE_BAN:
3597 mod_chanmode_append(&chbuf, 'b', change->args[arg].u.hostmask);
3598 break;
3599 case MODE_EXEMPT:
3600 mod_chanmode_append(&chbuf, 'e', change->args[arg].u.hostmask);
3601 break;
3602 default:
3603 if (change->args[arg].mode & MODE_CHANOP)
3604 mod_chanmode_append(&chbuf, 'o', change->args[arg].u.member->user->numeric);
3605 if (change->args[arg].mode & MODE_HALFOP)
3606 mod_chanmode_append(&chbuf, 'h', change->args[arg].u.member->user->numeric);
3607 if (change->args[arg].mode & MODE_VOICE)
3608 mod_chanmode_append(&chbuf, 'v', change->args[arg].u.member->user->numeric);
3609 break;
3610 }
3611 }
3612
3613 /* Then set them */
3614 chbuf.is_add = 1;
3615 if (change->modes_set) {
3616 if (mode != '+')
3617 chbuf.modes[chbuf.modes_used++] = mode = '+';
3618 #define DO_MODE_CHAR(BIT, CHAR) if (change->modes_set & MODE_##BIT) chbuf.modes[chbuf.modes_used++] = CHAR
3619 DO_MODE_CHAR(PRIVATE, 'p');
3620 DO_MODE_CHAR(SECRET, 's');
3621 DO_MODE_CHAR(MODERATED, 'm');
3622 DO_MODE_CHAR(TOPICLIMIT, 't');
3623 DO_MODE_CHAR(INVITEONLY, 'i');
3624 DO_MODE_CHAR(NOPRIVMSGS, 'n');
3625 DO_MODE_CHAR(DELAYJOINS, 'D');
3626 DO_MODE_CHAR(REGONLY, 'r');
3627 DO_MODE_CHAR(NOCOLORS, 'c');
3628 DO_MODE_CHAR(NOCTCPS, 'C');
3629 DO_MODE_CHAR(STRIPCOLOR, 'S');
3630 DO_MODE_CHAR(MODUNREG, 'M');
3631 DO_MODE_CHAR(NONOTICE, 'N');
3632 DO_MODE_CHAR(NOQUITMSGS, 'Q');
3633 DO_MODE_CHAR(NOAMSG, 'T');
3634 DO_MODE_CHAR(OPERSONLY, 'O');
3635 DO_MODE_CHAR(REGISTERED, 'z');
3636 DO_MODE_CHAR(SSLONLY, 'Z');
3637 DO_MODE_CHAR(HIDEMODE, 'L');
3638 #undef DO_MODE_CHAR
3639 if(change->modes_set & MODE_KEY)
3640 mod_chanmode_append(&chbuf, 'k', change->new_key);
3641 if (change->modes_set & MODE_UPASS)
3642 mod_chanmode_append(&chbuf, 'U', change->new_upass);
3643 if (change->modes_set & MODE_APASS)
3644 mod_chanmode_append(&chbuf, 'A', change->new_apass);
3645 if(change->modes_set & MODE_LIMIT) {
3646 sprintf(int_buff, "%d", change->new_limit);
3647 mod_chanmode_append(&chbuf, 'l', int_buff);
3648 }
3649 }
3650 for (arg = 0; arg < change->argc; ++arg) {
3651 if (change->args[arg].mode & MODE_REMOVE)
3652 continue;
3653 if (mode != '+')
3654 chbuf.modes[chbuf.modes_used++] = mode = '+';
3655 switch (change->args[arg].mode) {
3656 case MODE_BAN:
3657 mod_chanmode_append(&chbuf, 'b', change->args[arg].u.hostmask);
3658 break;
3659 case MODE_EXEMPT:
3660 mod_chanmode_append(&chbuf, 'e', change->args[arg].u.hostmask);
3661 break;
3662 default:
3663 if (change->args[arg].mode & MODE_CHANOP)
3664 mod_chanmode_append(&chbuf, 'o', change->args[arg].u.member->user->numeric);
3665 if (change->args[arg].mode & MODE_HALFOP)
3666 mod_chanmode_append(&chbuf, 'h', change->args[arg].u.member->user->numeric);
3667 if (change->args[arg].mode & MODE_VOICE)
3668 mod_chanmode_append(&chbuf, 'v', change->args[arg].u.member->user->numeric);
3669 break;
3670 }
3671 }
3672
3673 /* Flush the buffer and apply changes locally */
3674 if (chbuf.modes_used > 0) {
3675 memcpy(chbuf.modes + chbuf.modes_used, chbuf.args, chbuf.args_used);
3676 chbuf.modes[chbuf.modes_used + chbuf.args_used] = '\0';
3677 irc_mode((chbuf.is_chanop ? chbuf.actor : NULL), chbuf.channel, chbuf.modes);
3678 }
3679 mod_chanmode_apply(who, channel, change);
3680 }
3681
3682 char *
3683 mod_chanmode_format(struct mod_chanmode *change, char *outbuff)
3684 {
3685 unsigned int used = 0;
3686 assert(change->argc <= change->alloc_argc);
3687 if (change->modes_clear) {
3688 outbuff[used++] = '-';
3689 #define DO_MODE_CHAR(BIT, CHAR) if (change->modes_clear & MODE_##BIT) outbuff[used++] = CHAR
3690 DO_MODE_CHAR(PRIVATE, 'p');
3691 DO_MODE_CHAR(SECRET, 's');
3692 DO_MODE_CHAR(MODERATED, 'm');
3693 DO_MODE_CHAR(TOPICLIMIT, 't');
3694 DO_MODE_CHAR(INVITEONLY, 'i');
3695 DO_MODE_CHAR(NOPRIVMSGS, 'n');
3696 DO_MODE_CHAR(LIMIT, 'l');
3697 DO_MODE_CHAR(KEY, 'k');
3698 DO_MODE_CHAR(UPASS, 'U');
3699 DO_MODE_CHAR(APASS, 'A');
3700 DO_MODE_CHAR(DELAYJOINS, 'D');
3701 DO_MODE_CHAR(REGONLY, 'r');
3702 DO_MODE_CHAR(NOCOLORS, 'c');
3703 DO_MODE_CHAR(NOCTCPS, 'C');
3704 DO_MODE_CHAR(STRIPCOLOR, 'S');
3705 DO_MODE_CHAR(MODUNREG, 'M');
3706 DO_MODE_CHAR(NONOTICE, 'N');
3707 DO_MODE_CHAR(NOQUITMSGS, 'Q');
3708 DO_MODE_CHAR(NOAMSG, 'T');
3709 DO_MODE_CHAR(OPERSONLY, 'O');
3710 DO_MODE_CHAR(REGISTERED, 'z');
3711 DO_MODE_CHAR(SSLONLY, 'Z');
3712 DO_MODE_CHAR(HIDEMODE, 'L');
3713 #undef DO_MODE_CHAR
3714 }
3715 if (change->modes_set) {
3716 outbuff[used++] = '+';
3717 #define DO_MODE_CHAR(BIT, CHAR) if (change->modes_set & MODE_##BIT) outbuff[used++] = CHAR
3718 DO_MODE_CHAR(PRIVATE, 'p');
3719 DO_MODE_CHAR(SECRET, 's');
3720 DO_MODE_CHAR(MODERATED, 'm');
3721 DO_MODE_CHAR(TOPICLIMIT, 't');
3722 DO_MODE_CHAR(INVITEONLY, 'i');
3723 DO_MODE_CHAR(NOPRIVMSGS, 'n');
3724 DO_MODE_CHAR(DELAYJOINS, 'D');
3725 DO_MODE_CHAR(REGONLY, 'r');
3726 DO_MODE_CHAR(NOCOLORS, 'c');
3727 DO_MODE_CHAR(NOCTCPS, 'C');
3728 DO_MODE_CHAR(STRIPCOLOR, 'S');
3729 DO_MODE_CHAR(MODUNREG, 'M');
3730 DO_MODE_CHAR(NONOTICE, 'N');
3731 DO_MODE_CHAR(NOQUITMSGS, 'Q');
3732 DO_MODE_CHAR(NOAMSG, 'T');
3733 DO_MODE_CHAR(OPERSONLY, 'O');
3734 DO_MODE_CHAR(REGISTERED, 'z');
3735 DO_MODE_CHAR(SSLONLY, 'Z');
3736 DO_MODE_CHAR(HIDEMODE, 'L');
3737 #undef DO_MODE_CHAR
3738 switch (change->modes_set & (MODE_KEY|MODE_LIMIT|MODE_APASS|MODE_UPASS)) {
3739 /* Doing this implementation has been a pain in the arse, I hope I didn't forget a possible combination */
3740 case MODE_KEY|MODE_LIMIT|MODE_APASS|MODE_UPASS:
3741 used += sprintf(outbuff+used, "lkAU %d %s %s %s", change->new_limit, change->new_key,change->new_apass, change->new_upass);
3742 break;
3743
3744 case MODE_KEY|MODE_LIMIT|MODE_APASS:
3745 used += sprintf(outbuff+used, "lkA %d %s %s", change->new_limit, change->new_key, change->new_apass);
3746 break;
3747 case MODE_KEY|MODE_LIMIT|MODE_UPASS:
3748 used += sprintf(outbuff+used, "lkU %d %s %s", change->new_limit, change->new_key, change->new_upass);
3749 break;
3750 case MODE_KEY|MODE_APASS|MODE_UPASS:
3751 used += sprintf(outbuff+used, "kAU %s %s %s", change->new_key, change->new_apass, change->new_upass);
3752 break;
3753
3754 case MODE_KEY|MODE_APASS:
3755 used += sprintf(outbuff+used, "kA %s %s", change->new_key, change->new_apass);
3756 break;
3757 case MODE_KEY|MODE_UPASS:
3758 used += sprintf(outbuff+used, "kU %s %s", change->new_key, change->new_upass);
3759 break;
3760 case MODE_KEY|MODE_LIMIT:
3761 used += sprintf(outbuff+used, "lk %d %s", change->new_limit, change->new_key);
3762 break;
3763
3764 case MODE_LIMIT|MODE_UPASS:
3765 used += sprintf(outbuff+used, "lU %d %s", change->new_limit, change->new_upass);
3766 break;
3767 case MODE_LIMIT|MODE_APASS:
3768 used += sprintf(outbuff+used, "lA %d %s", change->new_limit, change->new_apass);
3769 break;
3770 case MODE_APASS|MODE_UPASS:
3771 used += sprintf(outbuff+used, "AU %s %s", change->new_apass, change->new_upass);
3772
3773 case MODE_LIMIT|MODE_APASS|MODE_UPASS:
3774 used += sprintf(outbuff+used, "lAU %d %s %s", change->new_limit, change->new_apass, change->new_upass);
3775 break;
3776
3777 case MODE_APASS:
3778 used += sprintf(outbuff+used, "A %s", change->new_apass);
3779 break;
3780 case MODE_UPASS:
3781 used += sprintf(outbuff+used, "U %s", change->new_upass);
3782 break;
3783 case MODE_KEY:
3784 used += sprintf(outbuff+used, "k %s", change->new_key);
3785 break;
3786 case MODE_LIMIT:
3787 used += sprintf(outbuff+used, "l %d", change->new_limit);
3788 break;
3789 }
3790 }
3791 outbuff[used] = 0;
3792 return outbuff;
3793 }
3794
3795 static int
3796 clear_chanmode(struct chanNode *channel, const char *modes)
3797 {
3798 unsigned int cleared;
3799
3800 for (cleared = 0; *modes; modes++) {
3801 switch (*modes) {
3802 case 'o': cleared |= MODE_CHANOP; break;
3803 case 'h': cleared |= MODE_HALFOP; break;
3804 case 'v': cleared |= MODE_VOICE; break;
3805 case 'p': cleared |= MODE_PRIVATE; break;
3806 case 's': cleared |= MODE_SECRET; break;
3807 case 'm': cleared |= MODE_MODERATED; break;
3808 case 't': cleared |= MODE_TOPICLIMIT; break;
3809 case 'i': cleared |= MODE_INVITEONLY; break;
3810 case 'n': cleared |= MODE_NOPRIVMSGS; break;
3811 case 'k':
3812 cleared |= MODE_KEY;
3813 channel->key[0] = '\0';
3814 break;
3815 case 'A':
3816 cleared |= MODE_APASS;
3817 channel->apass[0] = '\0';
3818 break;
3819 case 'U':
3820 cleared |= MODE_UPASS;
3821 channel->upass[0] = '\0';
3822 break;
3823 case 'l':
3824 cleared |= MODE_LIMIT;
3825 channel->limit = 0;
3826 break;
3827 case 'b': cleared |= MODE_BAN; break;
3828 case 'e': cleared |= MODE_EXEMPT; break;
3829 case 'D': cleared |= MODE_DELAYJOINS; break;
3830 case 'r': cleared |= MODE_REGONLY; break;
3831 case 'c': cleared |= MODE_NOCOLORS; break;
3832 case 'C': cleared |= MODE_NOCTCPS; break;
3833 case 'S': cleared |= MODE_STRIPCOLOR; break;
3834 case 'M': cleared |= MODE_MODUNREG; break;
3835 case 'N': cleared |= MODE_NONOTICE; break;
3836 case 'Q': cleared |= MODE_NOQUITMSGS; break;
3837 case 'T': cleared |= MODE_NOAMSG; break;
3838 case 'O': cleared |= MODE_OPERSONLY; break;
3839 case 'a': cleared |= MODE_ADMINSONLY; break;
3840 case 'z': cleared |= MODE_REGISTERED; break;
3841 case 'Z': cleared |= MODE_SSLONLY; break;
3842 case 'L': cleared |= MODE_HIDEMODE; break;
3843 }
3844 }
3845
3846 if (!cleared)
3847 return 1;
3848
3849 /* Remove simple modes. */
3850 channel->modes &= ~cleared;
3851
3852 /* If removing bans, kill 'em all. */
3853 if ((cleared & MODE_BAN) && channel->banlist.used) {
3854 unsigned int i;
3855 for (i=0; i<channel->banlist.used; i++)
3856 free(channel->banlist.list[i]);
3857 channel->banlist.used = 0;
3858 }
3859
3860 /* If removing exempts, kill 'em all. */
3861 if ((cleared & MODE_EXEMPT) && channel->exemptlist.used) {
3862 unsigned int i;
3863 for (i=0; i<channel->exemptlist.used; i++)
3864 free(channel->exemptlist.list[i]);
3865 channel->exemptlist.used = 0;
3866 }
3867
3868 /* Removed member modes. */
3869 if ((cleared & (MODE_CHANOP | MODE_HALFOP | MODE_VOICE)) && channel->members.used) {
3870 int mask = ~(cleared & (MODE_CHANOP | MODE_HALFOP | MODE_VOICE));
3871 unsigned int i;
3872
3873 for (i = 0; i < channel->members.used; i++)
3874 channel->members.list[i]->modes &= mask;
3875 }
3876
3877 return 1;
3878 }
3879
3880 void
3881 reg_privmsg_func(struct userNode *user, privmsg_func_t handler)
3882 {
3883 unsigned int numeric = user->num_local;
3884 if (numeric >= num_privmsg_funcs) {
3885 int newnum = numeric + 8, ii;
3886 privmsg_funcs = realloc(privmsg_funcs, newnum*sizeof(privmsg_func_t));
3887 for (ii = num_privmsg_funcs; ii < newnum; ++ii)
3888 privmsg_funcs[ii] = NULL;
3889 num_privmsg_funcs = newnum;
3890 }
3891 if (privmsg_funcs[numeric])
3892 log_module(MAIN_LOG, LOG_WARNING, "re-registering new privmsg handler for numeric %d", numeric);
3893 privmsg_funcs[numeric] = handler;
3894 }
3895
3896 void
3897 unreg_privmsg_func(struct userNode *user)
3898 {
3899 if (!IsLocal(user) || user->num_local >= num_privmsg_funcs)
3900 return; /* this really only works with users */
3901
3902 privmsg_funcs[user->num_local] = NULL;
3903 }
3904
3905
3906 void
3907 reg_notice_func(struct userNode *user, privmsg_func_t handler)
3908 {
3909 unsigned int numeric = user->num_local;
3910 if (numeric >= num_notice_funcs) {
3911 int newnum = numeric + 8, ii;
3912 notice_funcs = realloc(notice_funcs, newnum*sizeof(privmsg_func_t));
3913 for (ii = num_privmsg_funcs; ii < newnum; ++ii)
3914 privmsg_funcs[ii] = NULL;
3915 num_notice_funcs = newnum;
3916 }
3917 if (notice_funcs[numeric])
3918 log_module(MAIN_LOG, LOG_WARNING, "re-registering new notice handler for numeric %d", numeric);
3919 notice_funcs[numeric] = handler;
3920 }
3921
3922 void
3923 unreg_notice_func(struct userNode *user)
3924 {
3925 if (!IsLocal(user) || user->num_local >= num_privmsg_funcs)
3926 return; /* this really only works with users */
3927
3928 notice_funcs[user->num_local] = NULL;
3929 }
3930
3931 static void
3932 send_burst(void)
3933 {
3934 unsigned int i, hop, max_hop=1;
3935 dict_iterator_t it;
3936
3937 /* burst (juped) servers, closest first (except self, which is sent already) */
3938 for (i=0; i<ArrayLength(servers_num); i++)
3939 if (servers_num[i] && servers_num[i]->hops > max_hop)
3940 max_hop = servers_num[i]->hops;
3941 for (hop=1; hop<=max_hop; hop++) {
3942 for (i=0;i<ArrayLength(servers_num);i++) {
3943 if (servers_num[i]
3944 && (servers_num[i]->hops == hop)
3945 && (servers_num[i] != self->uplink))
3946 irc_server(servers_num[i]);
3947 }
3948 }
3949
3950 /* burst local nicks */
3951 for (i=0; i<=self->num_mask; i++)
3952 if (self->users[i])
3953 irc_user(self->users[i]);
3954
3955 /* build dict of unbursted channel names (just copy existing channels) */
3956 unbursted_channels = dict_new();
3957 for (it = dict_first(channels); it; it = iter_next(it))
3958 dict_insert(unbursted_channels, iter_key(it), iter_data(it));
3959 }
3960
3961 /*
3962 * Oplevel parsing
3963 */
3964 static int
3965 parse_oplevel(char *str)
3966 {
3967 int oplevel = 0;
3968 while (isdigit(*str))
3969 oplevel = oplevel * 10 + *str++ - '0';
3970 return oplevel;
3971 }
3972