]> jfr.im git - irc/rqf/shadowircd.git/blame - src/s_user.c
[svn] Update description of oper privileges a bit.
[irc/rqf/shadowircd.git] / src / s_user.c
CommitLineData
212380e3 1/*
2 * ircd-ratbox: A slightly useful ircd.
3 * s_user.c: User related functions.
4 *
5 * Copyright (C) 1990 Jarkko Oikarinen and University of Oulu, Co Center
6 * Copyright (C) 1996-2002 Hybrid Development Team
7 * Copyright (C) 2002-2005 ircd-ratbox development team
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22 * USA
23 *
2f15f871 24 * $Id: s_user.c 3542 2007-08-01 20:18:12Z jilles $
212380e3 25 */
26
27#include "stdinc.h"
28#include "tools.h"
29#include "s_user.h"
30#include "channel.h"
31#include "class.h"
32#include "client.h"
33#include "common.h"
34#include "hash.h"
35#include "irc_string.h"
36#include "sprintf_irc.h"
37#include "ircd.h"
38#include "listener.h"
39#include "msg.h"
40#include "numeric.h"
41#include "commio.h"
42#include "s_conf.h"
43#include "s_newconf.h"
44#include "s_log.h"
45#include "s_serv.h"
46#include "s_stats.h"
47#include "scache.h"
48#include "send.h"
49#include "supported.h"
50#include "whowas.h"
51#include "memory.h"
52#include "packet.h"
53#include "reject.h"
54#include "cache.h"
55#include "hook.h"
56#include "monitor.h"
57#include "snomask.h"
58#include "blacklist.h"
92fb5c31 59#include "substitution.h"
212380e3 60
61static void report_and_set_user_flags(struct Client *, struct ConfItem *);
62void user_welcome(struct Client *source_p);
63
64extern char *crypt();
65
66char umodebuf[128];
67
a8086a7c 68static int orphaned_umodes = 0;
212380e3 69int user_modes[256] = {
70 /* 0x00 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x0F */
71 /* 0x10 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x1F */
72 /* 0x20 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x2F */
73 /* 0x30 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x3F */
74 0, /* @ */
75 0, /* A */
76 0, /* B */
77 0, /* C */
78 UMODE_DEAF, /* D */
79 0, /* E */
80 0, /* F */
81 0, /* G */
82 0, /* H */
83 0, /* I */
84 0, /* J */
85 0, /* K */
86 0, /* L */
87 0, /* M */
88 0, /* N */
89 0, /* O */
90 0, /* P */
91 UMODE_NOFORWARD, /* Q */
92 UMODE_REGONLYMSG, /* R */
93 UMODE_SERVICE, /* S */
94 0, /* T */
95 0, /* U */
96 0, /* V */
97 0, /* W */
98 0, /* X */
99 0, /* Y */
100 0, /* Z */
101 /* 0x5B */ 0, 0, 0, 0, 0, 0, /* 0x60 */
102 UMODE_ADMIN, /* a */
103 0, /* b */
104 0, /* c */
105 0, /* d */
106 0, /* e */
107 0, /* f */
108 UMODE_CALLERID, /* g */
109 0, /* h */
110 UMODE_INVISIBLE, /* i */
111 0, /* j */
112 0, /* k */
113 UMODE_LOCOPS, /* l */
114 0, /* m */
115 0, /* n */
116 UMODE_OPER, /* o */
117 0, /* p */
118 0, /* q */
119 0, /* r */
120 UMODE_SERVNOTICE, /* s */
121 0, /* t */
122 0, /* u */
123 0, /* v */
124 UMODE_WALLOP, /* w */
125 0, /* x */
126 0, /* y */
127 UMODE_OPERWALL, /* z */
128 /* 0x7B */ 0, 0, 0, 0, 0, /* 0x7F */
129 /* 0x80 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x9F */
130 /* 0x90 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x9F */
131 /* 0xA0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xAF */
132 /* 0xB0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xBF */
133 /* 0xC0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xCF */
134 /* 0xD0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xDF */
135 /* 0xE0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xEF */
136 /* 0xF0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 /* 0xFF */
137};
138/* *INDENT-ON* */
139
140/*
141 * show_lusers -
142 *
143 * inputs - pointer to client
144 * output -
145 * side effects - display to client user counts etc.
146 */
147int
148show_lusers(struct Client *source_p)
149{
2f15f871 150 if(dlink_list_length(&lclient_list) > (unsigned long)MaxClientCount)
151 MaxClientCount = dlink_list_length(&lclient_list);
152
153 if((dlink_list_length(&lclient_list) + dlink_list_length(&serv_list)) >
154 (unsigned long)MaxConnectionCount)
155 MaxConnectionCount = dlink_list_length(&lclient_list) +
156 dlink_list_length(&serv_list);
157
212380e3 158 sendto_one_numeric(source_p, RPL_LUSERCLIENT, form_str(RPL_LUSERCLIENT),
159 (Count.total - Count.invisi),
160 Count.invisi, dlink_list_length(&global_serv_list));
161
162 if(dlink_list_length(&oper_list) > 0)
163 sendto_one_numeric(source_p, RPL_LUSEROP,
164 form_str(RPL_LUSEROP), dlink_list_length(&oper_list));
165
166 if(dlink_list_length(&unknown_list) > 0)
167 sendto_one_numeric(source_p, RPL_LUSERUNKNOWN,
168 form_str(RPL_LUSERUNKNOWN),
169 dlink_list_length(&unknown_list));
170
171 if(dlink_list_length(&global_channel_list) > 0)
172 sendto_one_numeric(source_p, RPL_LUSERCHANNELS,
173 form_str(RPL_LUSERCHANNELS),
174 dlink_list_length(&global_channel_list));
175
176 sendto_one_numeric(source_p, RPL_LUSERME, form_str(RPL_LUSERME),
177 dlink_list_length(&lclient_list),
178 dlink_list_length(&serv_list));
179
180 sendto_one_numeric(source_p, RPL_LOCALUSERS,
181 form_str(RPL_LOCALUSERS),
182 dlink_list_length(&lclient_list),
183 Count.max_loc,
184 dlink_list_length(&lclient_list),
185 Count.max_loc);
186
187 sendto_one_numeric(source_p, RPL_GLOBALUSERS, form_str(RPL_GLOBALUSERS),
188 Count.total, Count.max_tot,
189 Count.total, Count.max_tot);
190
191 sendto_one_numeric(source_p, RPL_STATSCONN,
192 form_str(RPL_STATSCONN),
193 MaxConnectionCount, MaxClientCount,
194 Count.totalrestartcount);
195
212380e3 196 return 0;
197}
198
199/*
200** register_local_user
201** This function is called when both NICK and USER messages
202** have been accepted for the client, in whatever order. Only
203** after this, is the USER message propagated.
204**
205** NICK's must be propagated at once when received, although
206** it would be better to delay them too until full info is
207** available. Doing it is not so simple though, would have
208** to implement the following:
209**
210** (actually it has been implemented already for a while) -orabidoo
211**
212** 1) user telnets in and gives only "NICK foobar" and waits
213** 2) another user far away logs in normally with the nick
214** "foobar" (quite legal, as this server didn't propagate
215** it).
216** 3) now this server gets nick "foobar" from outside, but
217** has alread the same defined locally. Current server
218** would just issue "KILL foobar" to clean out dups. But,
219** this is not fair. It should actually request another
220** nick from local user or kill him/her...
221*/
222
223int
224register_local_user(struct Client *client_p, struct Client *source_p, const char *username)
225{
226 struct ConfItem *aconf;
227 struct User *user = source_p->user;
228 char tmpstr2[IRCD_BUFSIZE];
229 char ipaddr[HOSTIPLEN];
230 char myusername[USERLEN+1];
231 int status;
232
233 s_assert(NULL != source_p);
234 s_assert(MyConnect(source_p));
235 s_assert(source_p->username != username);
236
237 if(source_p == NULL)
238 return -1;
239
240 if(IsAnyDead(source_p))
241 return -1;
242
243 if(ConfigFileEntry.ping_cookie)
244 {
245 if(!(source_p->flags & FLAGS_PINGSENT) && source_p->localClient->random_ping == 0)
246 {
247 source_p->localClient->random_ping = (unsigned long) (rand() * rand()) << 1;
248 sendto_one(source_p, "PING :%08lX",
249 (unsigned long) source_p->localClient->random_ping);
250 source_p->flags |= FLAGS_PINGSENT;
251 return -1;
252 }
253 if(!(source_p->flags2 & FLAGS2_PING_COOKIE))
254 {
255 return -1;
256 }
257 }
258
259 /* hasnt finished client cap negotiation */
260 if(source_p->flags2 & FLAGS2_CLICAP)
261 return -1;
262
263 /* still has DNSbls to validate against */
264 if(dlink_list_length(&source_p->preClient->dnsbl_queries) > 0)
265 return -1;
266
267 client_p->localClient->last = CurrentTime;
268 /* Straight up the maximum rate of flooding... */
269 source_p->localClient->allow_read = MAX_FLOOD_BURST;
270
271 /* XXX - fixme. we shouldnt have to build a users buffer twice.. */
272 if(!IsGotId(source_p) && (strchr(username, '[') != NULL))
273 {
274 const char *p;
275 int i = 0;
276
277 p = username;
278
279 while(*p && i < USERLEN)
280 {
281 if(*p != '[')
282 myusername[i++] = *p;
283 p++;
284 }
285
286 myusername[i] = '\0';
287 username = myusername;
288 }
289
290 if((status = check_client(client_p, source_p, username)) < 0)
291 return (CLIENT_EXITED);
292
293 /* Apply nick override */
294 if(*source_p->preClient->spoofnick)
295 {
296 del_from_client_hash(source_p->name, source_p);
297 strlcpy(source_p->name, source_p->preClient->spoofnick, NICKLEN + 1);
298 add_to_client_hash(source_p->name, source_p);
299 comm_note(source_p->localClient->fd, "Nick: %s", source_p->name);
300 }
301
302 if(!valid_hostname(source_p->host))
303 {
5366977b 304 sendto_one_notice(source_p, ":*** Notice -- You have an illegal character in your hostname");
212380e3 305
306 strlcpy(source_p->host, source_p->sockhost, sizeof(source_p->host));
307
308#ifdef IPV6
309 if(ConfigFileEntry.dot_in_ip6_addr == 1)
310 strlcat(source_p->host, ".", sizeof(source_p->host));
311#endif
312 }
313
314
315 aconf = source_p->localClient->att_conf;
316
317 if(aconf == NULL)
318 {
319 exit_client(client_p, source_p, &me, "*** Not Authorised");
320 return (CLIENT_EXITED);
321 }
322
323 if(!IsGotId(source_p))
324 {
325 const char *p;
326 int i = 0;
327
328 if(IsNeedIdentd(aconf))
329 {
330 ServerStats->is_ref++;
5366977b 331 sendto_one_notice(source_p, ":*** Notice -- You need to install identd to use this server");
212380e3 332 exit_client(client_p, source_p, &me, "Install identd");
333 return (CLIENT_EXITED);
334 }
335
336 /* dont replace username if its supposed to be spoofed --fl */
337 if(!IsConfDoSpoofIp(aconf) || !strchr(aconf->name, '@'))
338 {
339 p = username;
340
341 if(!IsNoTilde(aconf))
342 source_p->username[i++] = '~';
343
344 while (*p && i < USERLEN)
345 {
346 if(*p != '[')
347 source_p->username[i++] = *p;
348 p++;
349 }
350
351 source_p->username[i] = '\0';
352 }
353 }
354
355 if(IsNeedSasl(aconf) && !*user->suser)
356 {
357 ServerStats->is_ref++;
5366977b 358 sendto_one_notice(source_p, ":*** Notice -- You need to identify via SASL to use this server");
212380e3 359 exit_client(client_p, source_p, &me, "SASL access only");
360 return (CLIENT_EXITED);
361 }
362
363 /* password check */
364 if(!EmptyString(aconf->passwd))
365 {
366 const char *encr;
367
368 if(EmptyString(source_p->localClient->passwd))
369 encr = "";
370 else if(IsConfEncrypted(aconf))
371 encr = crypt(source_p->localClient->passwd, aconf->passwd);
372 else
373 encr = source_p->localClient->passwd;
374
375 if(strcmp(encr, aconf->passwd))
376 {
377 ServerStats->is_ref++;
378 sendto_one(source_p, form_str(ERR_PASSWDMISMATCH), me.name, source_p->name);
379 exit_client(client_p, source_p, &me, "Bad Password");
380 return (CLIENT_EXITED);
381 }
382
383 /* clear password only if used now, otherwise send it
384 * to services -- jilles */
385 if(source_p->localClient->passwd)
386 {
387 memset(source_p->localClient->passwd, 0, strlen(source_p->localClient->passwd));
388 MyFree(source_p->localClient->passwd);
389 source_p->localClient->passwd = NULL;
390 }
391 }
392
393 /* report if user has &^>= etc. and set flags as needed in source_p */
394 report_and_set_user_flags(source_p, aconf);
395
396 /* Limit clients */
397 /*
398 * We want to be able to have servers and F-line clients
399 * connect, so save room for "buffer" connections.
400 * Smaller servers may want to decrease this, and it should
401 * probably be just a percentage of the MAXCLIENTS...
402 * -Taner
403 */
404 /* Except "F:" clients */
afc20e91 405 if(dlink_list_length(&lclient_list) >=
406 (unsigned long)GlobalSetOptions.maxclients && !IsExemptLimits(source_p))
212380e3 407 {
408 sendto_realops_snomask(SNO_FULL, L_ALL,
409 "Too many clients, rejecting %s[%s].", source_p->name, source_p->host);
410
411 ServerStats->is_ref++;
412 exit_client(client_p, source_p, &me, "Sorry, server is full - try later");
413 return (CLIENT_EXITED);
414 }
415
212380e3 416 /* kline exemption extends to xline too */
417 if(!IsExemptKline(source_p) &&
418 find_xline(source_p->info, 1) != NULL)
419 {
420 ServerStats->is_ref++;
421 add_reject(source_p);
422 exit_client(client_p, source_p, &me, "Bad user info");
423 return CLIENT_EXITED;
424 }
425
426 /* dnsbl check */
427 if (source_p->preClient->dnsbl_listed != NULL)
428 {
429 if (IsExemptKline(source_p) || IsConfExemptDNSBL(aconf))
430 sendto_one_notice(source_p, ":*** Your IP address %s is listed in %s, but you are exempt",
431 source_p->sockhost, source_p->preClient->dnsbl_listed->host);
432 else
433 {
c83cbedc 434 dlink_list varlist = { NULL, NULL, 0 };
92fb5c31 435
436 substitution_append_var(&varlist, "nick", source_p->name);
437 substitution_append_var(&varlist, "ip", source_p->sockhost);
438 substitution_append_var(&varlist, "host", source_p->host);
439 substitution_append_var(&varlist, "dnsbl-host", source_p->preClient->dnsbl_listed->host);
440 substitution_append_var(&varlist, "network-name", ServerInfo.network_name);
441
212380e3 442 ServerStats->is_ref++;
92fb5c31 443
212380e3 444 sendto_one(source_p, form_str(ERR_YOUREBANNEDCREEP),
445 me.name, source_p->name,
92fb5c31 446 substitution_parse(source_p->preClient->dnsbl_listed->reject_reason, &varlist));
447
448 substitution_free(&varlist);
449
212380e3 450 sendto_one_notice(source_p, ":*** Your IP address %s is listed in %s",
451 source_p->sockhost, source_p->preClient->dnsbl_listed->host);
452 source_p->preClient->dnsbl_listed->hits++;
453 add_reject(source_p);
454 exit_client(client_p, source_p, &me, "*** Banned (DNS blacklist)");
455 return CLIENT_EXITED;
456 }
457 }
458
0734f634 459 /* valid user name check */
460
461 if(!valid_username(source_p->username))
462 {
463 sendto_realops_snomask(SNO_REJ, L_ALL,
464 "Invalid username: %s (%s@%s)",
465 source_p->name, source_p->username, source_p->host);
466 ServerStats->is_ref++;
467 ircsprintf(tmpstr2, "Invalid username [%s]", source_p->username);
468 exit_client(client_p, source_p, &me, tmpstr2);
469 return (CLIENT_EXITED);
470 }
471
472 /* end of valid user name check */
473
212380e3 474 /* Store original hostname -- jilles */
475 strlcpy(source_p->orighost, source_p->host, HOSTLEN + 1);
476
477 /* Spoof user@host */
478 if(*source_p->preClient->spoofuser)
479 strlcpy(source_p->username, source_p->preClient->spoofuser, USERLEN + 1);
480 if(*source_p->preClient->spoofhost)
481 {
482 strlcpy(source_p->host, source_p->preClient->spoofhost, HOSTLEN + 1);
483 if (irccmp(source_p->host, source_p->orighost))
484 SetDynSpoof(source_p);
485 }
486
e2b44358 487 source_p->umodes |= ConfigFileEntry.default_umodes & ~ConfigFileEntry.oper_only_umodes & ~orphaned_umodes;
488
489 call_hook(h_new_local_user, source_p);
490
491 /* If they have died in send_* or were thrown out by the
492 * new_local_user hook don't do anything. */
493 if(IsAnyDead(source_p))
212380e3 494 return CLIENT_EXITED;
495
e2b44358 496 /* To avoid inconsistencies, do not abort the registration
497 * starting from this point -- jilles
498 */
212380e3 499 inetntop_sock((struct sockaddr *)&source_p->localClient->ip, ipaddr, sizeof(ipaddr));
500
501 sendto_realops_snomask(SNO_CCONN, L_ALL,
502 "Client connecting: %s (%s@%s) [%s] {%s} [%s]",
503 source_p->name, source_p->username, source_p->orighost,
504 show_ip(NULL, source_p) ? ipaddr : "255.255.255.255",
505 get_client_class(source_p), source_p->info);
506
507 sendto_realops_snomask(SNO_CCONNEXT, L_ALL,
508 "CLICONN %s %s %s %s %s %s 0 %s",
509 source_p->name, source_p->username, source_p->orighost,
510 show_ip(NULL, source_p) ? ipaddr : "255.255.255.255",
511 get_client_class(source_p),
512 /* mirc can sometimes send ips here */
513 show_ip(NULL, source_p) ? source_p->localClient->fullcaps : "<hidden> <hidden>",
514 source_p->info);
515
212380e3 516 add_to_hostname_hash(source_p->orighost, source_p);
517
518 /* Allocate a UID if it was not previously allocated.
519 * If this already occured, it was probably during SASL auth...
520 */
521 if(!*source_p->id)
522 {
523 strcpy(source_p->id, generate_uid());
524 add_to_id_hash(source_p->id, source_p);
525 }
526
212380e3 527 if (source_p->umodes & UMODE_INVISIBLE)
528 Count.invisi++;
529
530 s_assert(!IsClient(source_p));
54015b5f 531 del_unknown_ip(source_p);
212380e3 532 dlinkMoveNode(&source_p->localClient->tnode, &unknown_list, &lclient_list);
533 SetClient(source_p);
534
535 /* XXX source_p->servptr is &me, since local client */
536 source_p->servptr = find_server(NULL, user->server);
537 dlinkAdd(source_p, &source_p->lnode, &source_p->servptr->serv->users);
538 /* Increment our total user count here */
539 if(++Count.total > Count.max_tot)
540 Count.max_tot = Count.total;
541 source_p->localClient->allow_read = MAX_FLOOD_BURST;
542
543 Count.totalrestartcount++;
544
545 s_assert(source_p->localClient != NULL);
546
547 if(dlink_list_length(&lclient_list) > (unsigned long)Count.max_loc)
548 {
549 Count.max_loc = dlink_list_length(&lclient_list);
550 if(!(Count.max_loc % 10))
551 sendto_realops_snomask(SNO_GENERAL, L_ALL,
552 "New Max Local Clients: %d", Count.max_loc);
553 }
554
555 /* they get a reduced limit */
556 if(find_tgchange(source_p->sockhost))
557 USED_TARGETS(source_p) = 6;
558
212380e3 559 monitor_signon(source_p);
560 user_welcome(source_p);
561
562 free_pre_client(source_p);
563
564 return (introduce_client(client_p, source_p, user, source_p->name, 1));
565}
566
567/*
568 * introduce_clients
569 *
570 * inputs -
571 * output -
572 * side effects - This common function introduces a client to the rest
573 * of the net, either from a local client connect or
574 * from a remote connect.
575 */
576int
577introduce_client(struct Client *client_p, struct Client *source_p, struct User *user, const char *nick, int use_euid)
578{
579 static char ubuf[12];
580 struct Client *identifyservice_p;
581 char *p;
582 hook_data_umode_changed hdata;
583 hook_data_client hdata2;
584
585 if(MyClient(source_p))
586 send_umode(source_p, source_p, 0, 0, ubuf);
587 else
588 send_umode(NULL, source_p, 0, 0, ubuf);
589
590 if(!*ubuf)
591 {
592 ubuf[0] = '+';
593 ubuf[1] = '\0';
594 }
595
596 /* if it has an ID, introduce it with its id to TS6 servers,
597 * otherwise introduce it normally to all.
598 */
599 if(has_id(source_p))
600 {
601 char sockhost[HOSTLEN];
602 if(source_p->sockhost[0] == ':')
603 {
604 sockhost[0] = '0';
605 sockhost[1] = '\0';
606 strlcat(sockhost, source_p->sockhost, sizeof(sockhost));
607 } else
608 strcpy(sockhost, source_p->sockhost);
609
610 if (use_euid)
611 sendto_server(client_p, NULL, CAP_EUID | CAP_TS6, NOCAPS,
612 ":%s EUID %s %d %ld %s %s %s %s %s %s %s :%s",
613 source_p->servptr->id, nick,
614 source_p->hopcount + 1,
615 (long) source_p->tsinfo, ubuf,
616 source_p->username, source_p->host,
617 IsIPSpoof(source_p) ? "0" : sockhost,
618 source_p->id,
619 IsDynSpoof(source_p) ? source_p->orighost : "*",
620 EmptyString(source_p->user->suser) ? "*" : source_p->user->suser,
621 source_p->info);
622
623 sendto_server(client_p, NULL, CAP_TS6, use_euid ? CAP_EUID : NOCAPS,
624 ":%s UID %s %d %ld %s %s %s %s %s :%s",
625 source_p->servptr->id, nick,
626 source_p->hopcount + 1,
627 (long) source_p->tsinfo, ubuf,
628 source_p->username, source_p->host,
629 IsIPSpoof(source_p) ? "0" : sockhost,
630 source_p->id, source_p->info);
631
632 sendto_server(client_p, NULL, NOCAPS, CAP_TS6,
633 "NICK %s %d %ld %s %s %s %s :%s",
634 nick, source_p->hopcount + 1,
635 (long) source_p->tsinfo,
636 ubuf, source_p->username, source_p->host,
637 user->server, source_p->info);
638 }
639 else
640 sendto_server(client_p, NULL, NOCAPS, NOCAPS,
641 "NICK %s %d %ld %s %s %s %s :%s",
642 nick, source_p->hopcount + 1,
643 (long) source_p->tsinfo,
644 ubuf, source_p->username, source_p->host,
645 user->server, source_p->info);
646
647 if (IsDynSpoof(source_p))
648 {
649 sendto_server(client_p, NULL, CAP_TS6, use_euid ? CAP_EUID : NOCAPS, ":%s ENCAP * REALHOST %s",
650 use_id(source_p), source_p->orighost);
651 sendto_server(client_p, NULL, NOCAPS, CAP_TS6, ":%s ENCAP * REALHOST %s",
652 source_p->name, source_p->orighost);
653 }
654 if (!EmptyString(source_p->user->suser))
655 {
656 sendto_server(client_p, NULL, CAP_TS6, use_euid ? CAP_EUID : NOCAPS, ":%s ENCAP * LOGIN %s",
657 use_id(source_p), source_p->user->suser);
658 sendto_server(client_p, NULL, NOCAPS, CAP_TS6, ":%s ENCAP * LOGIN %s",
659 source_p->name, source_p->user->suser);
660 }
661
662 if(MyConnect(source_p) && source_p->localClient->passwd)
663 {
664 if (ConfigFileEntry.identifyservice[0] != '\0' &&
665 ConfigFileEntry.identifycommand[0] != '\0')
666 {
667 /* use user@server */
668 p = strchr(ConfigFileEntry.identifyservice, '@');
669 if (p != NULL)
670 identifyservice_p = find_named_client(p + 1);
671 else
672 identifyservice_p = NULL;
673 if (identifyservice_p != NULL)
674 sendto_one(identifyservice_p, ":%s PRIVMSG %s :%s %s",
675 get_id(source_p, identifyservice_p),
676 ConfigFileEntry.identifyservice,
677 ConfigFileEntry.identifycommand,
678 source_p->localClient->passwd);
679 }
680 memset(source_p->localClient->passwd, 0, strlen(source_p->localClient->passwd));
681 MyFree(source_p->localClient->passwd);
682 source_p->localClient->passwd = NULL;
683 }
684
685 /* let modules providing usermodes know that we've got a new user,
686 * why is this here? -- well, some modules need to be able to send out new
687 * information about a client, so this was the best place to do it
688 * --nenolod
689 */
690 hdata.client = source_p;
691 hdata.oldumodes = 0;
692 hdata.oldsnomask = 0;
693 call_hook(h_umode_changed, &hdata);
694
695 /* On the other hand, some modules need to know when a client is
696 * being introduced, period.
697 * --gxti
698 */
699 hdata2.client = client_p;
700 hdata2.target = source_p;
701 call_hook(h_introduce_client, &hdata2);
702
703 return 0;
704}
705
706/*
707 * valid_hostname - check hostname for validity
708 *
709 * Inputs - pointer to user
710 * Output - YES if valid, NO if not
711 * Side effects - NONE
712 *
713 * NOTE: this doesn't allow a hostname to begin with a dot and
714 * will not allow more dots than chars.
715 */
716int
717valid_hostname(const char *hostname)
718{
719 const char *p = hostname;
720 int found_sep = 0;
721
722 s_assert(NULL != p);
723
724 if(hostname == NULL)
725 return NO;
726
727 if('.' == *p || ':' == *p)
728 return NO;
729
730 while (*p)
731 {
732 if(!IsHostChar(*p))
733 return NO;
734 if(*p == '.' || *p == ':')
735 found_sep++;
736 p++;
737 }
738
739 if(found_sep == 0)
740 return(NO);
741
742 return (YES);
743}
744
745/*
746 * valid_username - check username for validity
747 *
748 * Inputs - pointer to user
749 * Output - YES if valid, NO if not
750 * Side effects - NONE
751 *
752 * Absolutely always reject any '*' '!' '?' '@' in an user name
753 * reject any odd control characters names.
754 * Allow '.' in username to allow for "first.last"
755 * style of username
756 */
757int
758valid_username(const char *username)
759{
760 int dots = 0;
761 const char *p = username;
762
763 s_assert(NULL != p);
764
765 if(username == NULL)
766 return NO;
767
768 if('~' == *p)
769 ++p;
770
771 /* reject usernames that don't start with an alphanum
772 * i.e. reject jokers who have '-@somehost' or '.@somehost'
773 * or "-hi-@somehost", "h-----@somehost" would still be accepted.
774 */
775 if(!IsAlNum(*p))
776 return NO;
777
778 while (*++p)
779 {
780 if((*p == '.') && ConfigFileEntry.dots_in_ident)
781 {
782 dots++;
783 if(dots > ConfigFileEntry.dots_in_ident)
784 return NO;
785 if(!IsUserChar(p[1]))
786 return NO;
787 }
788 else if(!IsUserChar(*p))
789 return NO;
790 }
791 return YES;
792}
793
794/* report_and_set_user_flags
795 *
796 * Inputs - pointer to source_p
797 * - pointer to aconf for this user
798 * Output - NONE
799 * Side effects -
800 * Report to user any special flags they are getting, and set them.
801 */
802
803static void
804report_and_set_user_flags(struct Client *source_p, struct ConfItem *aconf)
805{
806 /* If this user is being spoofed, tell them so */
807 if(IsConfDoSpoofIp(aconf))
808 {
5366977b 809 sendto_one_notice(source_p, ":*** Spoofing your IP. congrats.");
212380e3 810 }
811
812 /* If this user is in the exception class, Set it "E lined" */
813 if(IsConfExemptKline(aconf))
814 {
815 SetExemptKline(source_p);
5366977b 816 sendto_one_notice(source_p, ":*** You are exempt from K/D/G/X lines. congrats.");
212380e3 817 }
818
819 if(IsConfExemptGline(aconf))
820 {
821 SetExemptGline(source_p);
822
823 /* dont send both a kline and gline exempt notice */
824 if(!IsConfExemptKline(aconf))
5366977b 825 sendto_one_notice(source_p, ":*** You are exempt from G lines.");
212380e3 826 }
827
828 if(IsConfExemptDNSBL(aconf))
829 /* kline exempt implies this, don't send both */
830 if(!IsConfExemptKline(aconf))
5366977b 831 sendto_one_notice(source_p, ":*** You are exempt from DNS blacklists.");
212380e3 832
833 /* If this user is exempt from user limits set it F lined" */
834 if(IsConfExemptLimits(aconf))
835 {
836 SetExemptLimits(source_p);
5366977b 837 sendto_one_notice(source_p, "*** You are exempt from user limits. congrats.");
212380e3 838 }
839
840 /* If this user is exempt from idle time outs */
841 if(IsConfIdlelined(aconf))
842 {
843 SetIdlelined(source_p);
5366977b 844 sendto_one_notice(source_p, ":*** You are exempt from idle limits. congrats.");
212380e3 845 }
846
847 if(IsConfExemptFlood(aconf))
848 {
849 SetExemptFlood(source_p);
5366977b 850 sendto_one_notice(source_p, ":*** You are exempt from flood limits.");
212380e3 851 }
852
853 if(IsConfExemptSpambot(aconf))
854 {
855 SetExemptSpambot(source_p);
5366977b 856 sendto_one_notice(source_p, ":*** You are exempt from spambot checks.");
212380e3 857 }
858
859 if(IsConfExemptJupe(aconf))
860 {
861 SetExemptJupe(source_p);
5366977b 862 sendto_one_notice(source_p, ":*** You are exempt from juped channel warnings.");
212380e3 863 }
864
865 if(IsConfExemptResv(aconf))
866 {
867 SetExemptResv(source_p);
5366977b 868 sendto_one_notice(source_p, ":*** You are exempt from resvs.");
212380e3 869 }
870
871 if(IsConfExemptShide(aconf))
872 {
873 SetExemptShide(source_p);
5366977b 874 sendto_one_notice(source_p, ":*** You are exempt from serverhiding.");
212380e3 875 }
876}
877
878/*
879 * user_mode - set get current users mode
880 *
881 * m_umode() added 15/10/91 By Darren Reed.
882 * parv[0] - sender
883 * parv[1] - username to change mode for
884 * parv[2] - modes to change
885 */
886int
887user_mode(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
888{
889 int flag;
890 int i;
891 char *m;
892 const char *pm;
893 struct Client *target_p;
894 int what, setflags;
895 int badflag = NO; /* Only send one bad flag notice */
896 int showsnomask = NO;
897 unsigned int setsnomask;
898 char buf[BUFSIZE];
899 hook_data_umode_changed hdata;
900
901 what = MODE_ADD;
902
903 if(parc < 2)
904 {
905 sendto_one(source_p, form_str(ERR_NEEDMOREPARAMS), me.name, source_p->name, "MODE");
906 return 0;
907 }
908
909 if((target_p = MyClient(source_p) ? find_named_person(parv[1]) : find_person(parv[1])) == NULL)
910 {
911 if(MyConnect(source_p))
912 sendto_one_numeric(source_p, ERR_NOSUCHCHANNEL,
913 form_str(ERR_NOSUCHCHANNEL), parv[1]);
914 return 0;
915 }
916
917 /* Dont know why these were commented out..
918 * put them back using new sendto() funcs
919 */
920
921 if(IsServer(source_p))
922 {
923 sendto_realops_snomask(SNO_GENERAL, L_ADMIN,
924 "*** Mode for User %s from %s", parv[1], source_p->name);
925 return 0;
926 }
927
928 if(source_p != target_p || target_p->from != source_p->from)
929 {
930 sendto_one(source_p, form_str(ERR_USERSDONTMATCH), me.name, source_p->name);
931 return 0;
932 }
933
934 if(parc < 3)
935 {
936 m = buf;
937 *m++ = '+';
938
939 for (i = 0; i < 128; i++) /* >= 127 is extended ascii */
940 if (source_p->umodes & user_modes[i])
941 *m++ = (char) i;
942
943 *m = '\0';
e8a2d50d 944 sendto_one_numeric(source_p, RPL_UMODEIS, form_str(RPL_UMODEIS), buf);
88520303 945
212380e3 946 if (source_p->snomask != 0)
88520303 947 sendto_one_numeric(source_p, RPL_SNOMASK, form_str(RPL_SNOMASK),
212380e3 948 construct_snobuf(source_p->snomask));
88520303 949
212380e3 950 return 0;
951 }
952
953 /* find flags already set for user */
954 setflags = source_p->umodes;
955 setsnomask = source_p->snomask;
956
957 /*
958 * parse mode change string(s)
959 */
960 for (pm = parv[2]; *pm; pm++)
961 switch (*pm)
962 {
963 case '+':
964 what = MODE_ADD;
965 break;
966 case '-':
967 what = MODE_DEL;
968 break;
969
970 case 'o':
971 if(what == MODE_ADD)
972 {
973 if(IsServer(client_p) && !IsOper(source_p))
974 {
975 ++Count.oper;
976 SetOper(source_p);
977 dlinkAddAlloc(source_p, &oper_list);
978 }
979 }
980 else
981 {
982 /* Only decrement the oper counts if an oper to begin with
983 * found by Pat Szuta, Perly , perly@xnet.com
984 */
985
986 if(!IsOper(source_p))
987 break;
988
989 ClearOper(source_p);
990
991 Count.oper--;
992
993 if(MyConnect(source_p))
994 {
995 source_p->umodes &= ~ConfigFileEntry.oper_only_umodes;
996 if (!(source_p->umodes & UMODE_SERVNOTICE) && source_p->snomask != 0)
997 {
998 source_p->snomask = 0;
999 showsnomask = YES;
1000 }
1001 source_p->flags2 &= ~OPER_FLAGS;
1002
1003 MyFree(source_p->localClient->opername);
1004 source_p->localClient->opername = NULL;
1005
1006 dlinkFindDestroy(source_p, &local_oper_list);
1007 }
1008
1009 dlinkFindDestroy(source_p, &oper_list);
1010 }
1011 break;
1012
1013 /* we may not get these,
1014 * but they shouldnt be in default
1015 */
1016
1017 /* can only be set on burst */
1018 case 'S':
1019 case ' ':
1020 case '\n':
1021 case '\r':
1022 case '\t':
1023 break;
1024
1025 case 's':
1026 if (MyConnect(source_p))
1027 {
1028 if(!IsOper(source_p)
1029 && (ConfigFileEntry.oper_only_umodes & UMODE_SERVNOTICE))
1030 {
1031 if (what == MODE_ADD || source_p->umodes & UMODE_SERVNOTICE)
1032 badflag = YES;
1033 continue;
1034 }
1035 showsnomask = YES;
1036 if(what == MODE_ADD)
1037 {
1038 if (parc > 3)
1039 source_p->snomask = parse_snobuf_to_mask(source_p->snomask, parv[3]);
1040 else
1041 source_p->snomask |= SNO_GENERAL;
1042 }
1043 else
1044 source_p->snomask = 0;
1045 if (source_p->snomask != 0)
1046 source_p->umodes |= UMODE_SERVNOTICE;
1047 else
1048 source_p->umodes &= ~UMODE_SERVNOTICE;
1049 break;
1050 }
1051 /* FALLTHROUGH */
1052 default:
1053 if (MyConnect(source_p) && *pm == 'Q' && !ConfigChannel.use_forward) {
1054 badflag = YES;
1055 break;
1056 }
1057
1058 if((flag = user_modes[(unsigned char) *pm]))
1059 {
1060 if(MyConnect(source_p)
a8086a7c 1061 && ((!IsOper(source_p)
1062 && (ConfigFileEntry.oper_only_umodes & flag))
1063 || (orphaned_umodes & flag)))
212380e3 1064 {
1065 if (what == MODE_ADD || source_p->umodes & flag)
1066 badflag = YES;
1067 }
1068 else
1069 {
1070 if(what == MODE_ADD)
1071 source_p->umodes |= flag;
1072 else
1073 source_p->umodes &= ~flag;
1074 }
1075 }
1076 else
1077 {
1078 if(MyConnect(source_p))
1079 badflag = YES;
1080 }
1081 break;
1082 }
1083
1084 if(badflag)
1085 sendto_one(source_p, form_str(ERR_UMODEUNKNOWNFLAG), me.name, source_p->name);
1086
1087 if(MyClient(source_p) && (source_p->snomask & SNO_NCHANGE) && !IsOperN(source_p))
1088 {
5366977b 1089 sendto_one_notice(source_p, ":*** You need oper and N flag for +s +n");
212380e3 1090 source_p->snomask &= ~SNO_NCHANGE; /* only tcm's really need this */
1091 }
1092
1093 if(MyClient(source_p) && (source_p->umodes & UMODE_OPERWALL) && !IsOperOperwall(source_p))
1094 {
5366977b 1095 sendto_one_notice(source_p, ":*** You need oper and operwall flag for +z");
212380e3 1096 source_p->umodes &= ~UMODE_OPERWALL;
1097 }
1098
1099 if(MyConnect(source_p) && (source_p->umodes & UMODE_ADMIN) &&
1100 (!IsOperAdmin(source_p) || IsOperHiddenAdmin(source_p)))
1101 {
5366977b 1102 sendto_one_notice(source_p, ":*** You need oper and A flag for +a");
212380e3 1103 source_p->umodes &= ~UMODE_ADMIN;
1104 }
1105
1106 /* let modules providing usermodes know that we've changed our usermode --nenolod */
1107 hdata.client = source_p;
1108 hdata.oldumodes = setflags;
1109 hdata.oldsnomask = setsnomask;
1110 call_hook(h_umode_changed, &hdata);
1111
1112 if(!(setflags & UMODE_INVISIBLE) && IsInvisible(source_p))
1113 ++Count.invisi;
1114 if((setflags & UMODE_INVISIBLE) && !IsInvisible(source_p))
1115 --Count.invisi;
1116 /*
1117 * compare new flags with old flags and send string which
1118 * will cause servers to update correctly.
1119 */
1120 send_umode_out(client_p, source_p, setflags);
1121 if (showsnomask && MyConnect(source_p))
88520303 1122 sendto_one_numeric(source_p, RPL_SNOMASK, form_str(RPL_SNOMASK),
212380e3 1123 construct_snobuf(source_p->snomask));
1124
1125 return (0);
1126}
1127
1128/*
1129 * send the MODE string for user (user) to connection client_p
1130 * -avalon
1131 */
1132void
1133send_umode(struct Client *client_p, struct Client *source_p, int old, int sendmask, char *umode_buf)
1134{
1135 int i;
1136 int flag;
1137 char *m;
1138 int what = 0;
1139
1140 /*
1141 * build a string in umode_buf to represent the change in the user's
1142 * mode between the new (source_p->flag) and 'old'.
1143 */
1144 m = umode_buf;
1145 *m = '\0';
1146
1147 for (i = 0; i < 128; i++)
1148 {
1149 flag = user_modes[i];
1150
1151 if((flag & old) && !(source_p->umodes & flag))
1152 {
1153 if(what == MODE_DEL)
1154 *m++ = (char) i;
1155 else
1156 {
1157 what = MODE_DEL;
1158 *m++ = '-';
1159 *m++ = (char) i;
1160 }
1161 }
1162 else if(!(flag & old) && (source_p->umodes & flag))
1163 {
1164 if(what == MODE_ADD)
1165 *m++ = (char) i;
1166 else
1167 {
1168 what = MODE_ADD;
1169 *m++ = '+';
1170 *m++ = (char) i;
1171 }
1172 }
1173 }
1174 *m = '\0';
1175
1176 if(*umode_buf && client_p)
1177 sendto_one(client_p, ":%s MODE %s :%s", source_p->name, source_p->name, umode_buf);
1178}
1179
1180/*
1181 * send_umode_out
1182 *
1183 * inputs -
1184 * output - NONE
1185 * side effects -
1186 */
1187void
1188send_umode_out(struct Client *client_p, struct Client *source_p, int old)
1189{
1190 struct Client *target_p;
1191 char buf[BUFSIZE];
1192 dlink_node *ptr;
1193
1194 send_umode(NULL, source_p, old, 0, buf);
1195
1196 DLINK_FOREACH(ptr, serv_list.head)
1197 {
1198 target_p = ptr->data;
1199
1200 if((target_p != client_p) && (target_p != source_p) && (*buf))
1201 {
1202 sendto_one(target_p, ":%s MODE %s :%s",
1203 get_id(source_p, target_p),
1204 get_id(source_p, target_p), buf);
1205 }
1206 }
1207
1208 if(client_p && MyClient(client_p))
1209 send_umode(client_p, source_p, old, 0, buf);
1210}
1211
1212/*
1213 * user_welcome
1214 *
1215 * inputs - client pointer to client to welcome
1216 * output - NONE
1217 * side effects -
1218 */
1219void
1220user_welcome(struct Client *source_p)
1221{
88520303 1222 sendto_one_numeric(source_p, RPL_WELCOME, form_str(RPL_WELCOME), ServerInfo.network_name, source_p->name);
1223 sendto_one_numeric(source_p, RPL_YOURHOST, form_str(RPL_YOURHOST),
212380e3 1224 get_listener_name(source_p->localClient->listener), ircd_version);
88520303 1225 sendto_one_numeric(source_p, RPL_CREATED, form_str(RPL_CREATED), creation);
1226 sendto_one_numeric(source_p, RPL_MYINFO, form_str(RPL_MYINFO), me.name, ircd_version, umodebuf);
212380e3 1227
1228 show_isupport(source_p);
1229
1230 show_lusers(source_p);
1231
1232 if(ConfigFileEntry.short_motd)
1233 {
5366977b 1234 sendto_one_notice(source_p, ":*** Notice -- motd was last changed at %s", user_motd_changed);
1235 sendto_one_notice(source_p, ":*** Notice -- Please read the motd if you haven't read it");
212380e3 1236
1237 sendto_one(source_p, form_str(RPL_MOTDSTART),
1238 me.name, source_p->name, me.name);
1239
1240 sendto_one(source_p, form_str(RPL_MOTD),
1241 me.name, source_p->name, "*** This is the short motd ***");
1242
1243 sendto_one(source_p, form_str(RPL_ENDOFMOTD), me.name, source_p->name);
1244 }
1245 else
1246 send_user_motd(source_p);
1247}
1248
1249/* oper_up()
1250 *
1251 * inputs - pointer to given client to oper
1252 * - pointer to ConfItem to use
1253 * output - none
1254 * side effects - opers up source_p using aconf for reference
1255 */
1256int
1257oper_up(struct Client *source_p, struct oper_conf *oper_p)
1258{
1259 unsigned int old = source_p->umodes, oldsnomask = source_p->snomask;
1260 hook_data_umode_changed hdata;
1261
1262 SetOper(source_p);
1263
1264 if(oper_p->umodes)
1265 source_p->umodes |= oper_p->umodes;
1266 else if(ConfigFileEntry.oper_umodes)
1267 source_p->umodes |= ConfigFileEntry.oper_umodes;
1268 else
1269 source_p->umodes |= DEFAULT_OPER_UMODES;
1270
1271 if (oper_p->snomask)
1272 {
1273 source_p->snomask |= oper_p->snomask;
1274 source_p->umodes |= UMODE_SERVNOTICE;
1275 }
1276 else if (source_p->umodes & UMODE_SERVNOTICE)
1277 {
1278 /* Only apply these if +s is already set -- jilles */
1279 if (ConfigFileEntry.oper_snomask)
1280 source_p->snomask |= ConfigFileEntry.oper_snomask;
1281 else
1282 source_p->snomask |= DEFAULT_OPER_SNOMASK;
1283 }
1284
1285 Count.oper++;
1286
1287 SetExemptKline(source_p);
1288
1289 source_p->flags2 |= oper_p->flags;
1290 DupString(source_p->localClient->opername, oper_p->name);
1291
1292 dlinkAddAlloc(source_p, &local_oper_list);
1293 dlinkAddAlloc(source_p, &oper_list);
1294
1295 if(IsOperAdmin(source_p) && !IsOperHiddenAdmin(source_p))
1296 source_p->umodes |= UMODE_ADMIN;
1297 if(!IsOperN(source_p))
1298 source_p->snomask &= ~SNO_NCHANGE;
1299 if(!IsOperOperwall(source_p))
1300 source_p->umodes &= ~UMODE_OPERWALL;
1301 hdata.client = source_p;
1302 hdata.oldumodes = old;
1303 hdata.oldsnomask = oldsnomask;
1304 call_hook(h_umode_changed, &hdata);
1305
1306 sendto_realops_snomask(SNO_GENERAL, L_ALL,
1307 "%s (%s@%s) is now an operator", source_p->name,
1308 source_p->username, source_p->host);
652b8478 1309 if(!(old & UMODE_INVISIBLE) && IsInvisible(source_p))
1310 ++Count.invisi;
1311 if((old & UMODE_INVISIBLE) && !IsInvisible(source_p))
1312 --Count.invisi;
212380e3 1313 send_umode_out(source_p, source_p, old);
88520303 1314 sendto_one_numeric(source_p, RPL_SNOMASK, form_str(RPL_SNOMASK),
212380e3 1315 construct_snobuf(source_p->snomask));
1316 sendto_one(source_p, form_str(RPL_YOUREOPER), me.name, source_p->name);
5366977b 1317 sendto_one_notice(source_p, ":*** Oper privs are %s", get_oper_privs(oper_p->flags));
212380e3 1318 send_oper_motd(source_p);
1319
1320 return (1);
1321}
1322
01cebbd8 1323/*
1324 * find_umode_slot
1325 *
1326 * inputs - NONE
1327 * outputs - an available umode bitmask or
1328 * 0 if no umodes are available
1329 * side effects - NONE
1330 */
1331unsigned int
1332find_umode_slot(void)
1333{
1334 unsigned int all_umodes = 0, my_umode = 0, i;
1335
1336 for (i = 0; i < 128; i++)
1337 all_umodes |= user_modes[i];
1338
1339 for (my_umode = 1; my_umode && (all_umodes & my_umode);
1340 my_umode <<= 1);
1341
1342 return my_umode;
1343}
1344
212380e3 1345void
1346construct_umodebuf(void)
1347{
1348 int i;
1349 char *ptr = umodebuf;
a8086a7c 1350 static int prev_user_modes[128];
212380e3 1351
1352 *ptr = '\0';
1353
1354 for (i = 0; i < 128; i++)
a8086a7c 1355 {
1356 if (prev_user_modes[i] != 0 && prev_user_modes[i] != user_modes[i])
1357 {
1358 if (user_modes[i] == 0)
1359 {
1360 orphaned_umodes |= prev_user_modes[i];
1361 sendto_realops_snomask(SNO_DEBUG, L_ALL, "Umode +%c is now orphaned", i);
1362 }
1363 else
1364 {
1365 orphaned_umodes &= ~prev_user_modes[i];
1366 sendto_realops_snomask(SNO_DEBUG, L_ALL, "Orphaned umode +%c is picked up by module", i);
1367 }
1368 user_modes[i] = prev_user_modes[i];
1369 }
1370 else
1371 prev_user_modes[i] = user_modes[i];
212380e3 1372 if (user_modes[i])
1373 *ptr++ = (char) i;
a8086a7c 1374 }
212380e3 1375
1376 *ptr++ = '\0';
1377}
1378
1379void
1380change_nick_user_host(struct Client *target_p, const char *nick, const char *user,
1381 const char *host, int newts, char *format, ...)
1382{
1383 dlink_node *ptr;
1384 struct Channel *chptr;
1385 struct membership *mscptr;
1386 int changed = irccmp(target_p->name, nick);
1387 int changed_case = strcmp(target_p->name, nick);
1388 int do_qjm = irccmp(target_p->username, user) || irccmp(target_p->host, host);
1389 char mode[10], modeval[NICKLEN * 2 + 2], reason[256], *mptr;
1390 va_list ap;
1391
1392 modeval[0] = '\0';
1393
1394 if(changed)
1395 {
1396 target_p->tsinfo = newts;
1397 monitor_signoff(target_p);
1398 }
1399 invalidate_bancache_user(target_p);
1400
1401 if(do_qjm)
1402 {
1403 va_start(ap, format);
1404 vsnprintf(reason, 255, format, ap);
1405 va_end(ap);
1406
1407 sendto_common_channels_local_butone(target_p, ":%s!%s@%s QUIT :%s",
1408 target_p->name, target_p->username, target_p->host,
1409 reason);
1410
1411 DLINK_FOREACH(ptr, target_p->user->channel.head)
1412 {
1413 mscptr = ptr->data;
1414 chptr = mscptr->chptr;
1415 mptr = mode;
1416
1417 if(is_chanop(mscptr))
1418 {
1419 *mptr++ = 'o';
1420 strcat(modeval, nick);
1421 strcat(modeval, " ");
1422 }
1423
1424 if(is_voiced(mscptr))
1425 {
1426 *mptr++ = 'v';
1427 strcat(modeval, nick);
1428 }
1429
1430 *mptr = '\0';
1431
1432 sendto_channel_local_butone(target_p, ALL_MEMBERS, chptr, ":%s!%s@%s JOIN :%s",
1433 nick, user, host, chptr->chname);
1434 if(*mode)
1435 sendto_channel_local_butone(target_p, ALL_MEMBERS, chptr,
1436 ":%s MODE %s +%s %s",
1437 target_p->servptr->name,
1438 chptr->chname, mode, modeval);
1439
1440 *modeval = '\0';
1441 }
1442
1443 if(MyClient(target_p) && changed_case)
1444 sendto_one(target_p, ":%s!%s@%s NICK %s",
1445 target_p->name, target_p->username, target_p->host, nick);
1446 }
1447 else if(changed_case)
1448 {
1449 sendto_common_channels_local(target_p, ":%s!%s@%s NICK :%s",
1450 target_p->name, target_p->username,
1451 target_p->host, nick);
1452 }
1453
14e23b0e 1454 strlcpy(target_p->username, user, sizeof target_p->username);
1455 strlcpy(target_p->host, host, sizeof target_p->host);
212380e3 1456
1457 if (changed)
1458 add_history(target_p, 1);
1459
1460 del_from_client_hash(target_p->name, target_p);
1461 strlcpy(target_p->name, nick, NICKLEN);
1462 add_to_client_hash(target_p->name, target_p);
1463
1464 if(changed)
1465 {
1466 monitor_signon(target_p);
1467 del_all_accepts(target_p);
1468 }
1469}