]> jfr.im git - solanum.git/blame - ircd/s_user.c
Normalize snprintf size to use sizeof where possible
[solanum.git] / ircd / s_user.c
CommitLineData
212380e3
AC
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
212380e3
AC
23 */
24
25#include "stdinc.h"
212380e3
AC
26#include "s_user.h"
27#include "channel.h"
28#include "class.h"
29#include "client.h"
212380e3 30#include "hash.h"
4562c604 31#include "match.h"
212380e3
AC
32#include "ircd.h"
33#include "listener.h"
34#include "msg.h"
35#include "numeric.h"
212380e3
AC
36#include "s_conf.h"
37#include "s_newconf.h"
4016731b 38#include "logger.h"
212380e3
AC
39#include "s_serv.h"
40#include "s_stats.h"
41#include "scache.h"
42#include "send.h"
43#include "supported.h"
44#include "whowas.h"
212380e3
AC
45#include "packet.h"
46#include "reject.h"
47#include "cache.h"
48#include "hook.h"
49#include "monitor.h"
50#include "snomask.h"
92fb5c31 51#include "substitution.h"
c18cb68b 52#include "chmode.h"
77d3d2db 53#include "s_assert.h"
212380e3
AC
54
55static void report_and_set_user_flags(struct Client *, struct ConfItem *);
56void user_welcome(struct Client *source_p);
57
212380e3
AC
58char umodebuf[128];
59
a8086a7c 60static int orphaned_umodes = 0;
212380e3
AC
61int user_modes[256] = {
62 /* 0x00 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x0F */
63 /* 0x10 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x1F */
64 /* 0x20 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x2F */
65 /* 0x30 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x3F */
66 0, /* @ */
67 0, /* A */
68 0, /* B */
69 0, /* C */
70 UMODE_DEAF, /* D */
71 0, /* E */
72 0, /* F */
73 0, /* G */
74 0, /* H */
75 0, /* I */
76 0, /* J */
77 0, /* K */
78 0, /* L */
79 0, /* M */
80 0, /* N */
81 0, /* O */
82 0, /* P */
83 UMODE_NOFORWARD, /* Q */
968dee68 84 0, /* R */
212380e3
AC
85 UMODE_SERVICE, /* S */
86 0, /* T */
87 0, /* U */
88 0, /* V */
89 0, /* W */
90 0, /* X */
91 0, /* Y */
35eccf49 92 UMODE_SECURE, /* Z */
212380e3
AC
93 /* 0x5B */ 0, 0, 0, 0, 0, 0, /* 0x60 */
94 UMODE_ADMIN, /* a */
95 0, /* b */
96 0, /* c */
97 0, /* d */
98 0, /* e */
99 0, /* f */
303e85c5 100 0, /* g */
212380e3
AC
101 0, /* h */
102 UMODE_INVISIBLE, /* i */
103 0, /* j */
104 0, /* k */
105 UMODE_LOCOPS, /* l */
106 0, /* m */
107 0, /* n */
108 UMODE_OPER, /* o */
109 0, /* p */
110 0, /* q */
111 0, /* r */
112 UMODE_SERVNOTICE, /* s */
113 0, /* t */
114 0, /* u */
115 0, /* v */
116 UMODE_WALLOP, /* w */
117 0, /* x */
118 0, /* y */
119 UMODE_OPERWALL, /* z */
120 /* 0x7B */ 0, 0, 0, 0, 0, /* 0x7F */
121 /* 0x80 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x9F */
122 /* 0x90 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x9F */
123 /* 0xA0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xAF */
124 /* 0xB0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xBF */
125 /* 0xC0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xCF */
126 /* 0xD0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xDF */
127 /* 0xE0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xEF */
128 /* 0xF0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 /* 0xFF */
129};
130/* *INDENT-ON* */
131
132/*
133 * show_lusers -
134 *
135 * inputs - pointer to client
136 * output -
137 * side effects - display to client user counts etc.
138 */
6287d57f 139void
212380e3
AC
140show_lusers(struct Client *source_p)
141{
330fc5c1
AC
142 if(rb_dlink_list_length(&lclient_list) > (unsigned long)MaxClientCount)
143 MaxClientCount = rb_dlink_list_length(&lclient_list);
2f15f871 144
330fc5c1 145 if((rb_dlink_list_length(&lclient_list) + rb_dlink_list_length(&serv_list)) >
2f15f871 146 (unsigned long)MaxConnectionCount)
55abcbb2 147 MaxConnectionCount = rb_dlink_list_length(&lclient_list) +
330fc5c1 148 rb_dlink_list_length(&serv_list);
2f15f871 149
212380e3
AC
150 sendto_one_numeric(source_p, RPL_LUSERCLIENT, form_str(RPL_LUSERCLIENT),
151 (Count.total - Count.invisi),
0cce01d3
JT
152 Count.invisi,
153 (int)rb_dlink_list_length(&global_serv_list));
212380e3 154
330fc5c1 155 if(rb_dlink_list_length(&oper_list) > 0)
55abcbb2 156 sendto_one_numeric(source_p, RPL_LUSEROP,
77910830
JT
157 form_str(RPL_LUSEROP),
158 (int)rb_dlink_list_length(&oper_list));
212380e3 159
330fc5c1 160 if(rb_dlink_list_length(&unknown_list) > 0)
55abcbb2 161 sendto_one_numeric(source_p, RPL_LUSERUNKNOWN,
212380e3 162 form_str(RPL_LUSERUNKNOWN),
0cce01d3 163 (int)rb_dlink_list_length(&unknown_list));
212380e3 164
330fc5c1 165 if(rb_dlink_list_length(&global_channel_list) > 0)
55abcbb2 166 sendto_one_numeric(source_p, RPL_LUSERCHANNELS,
212380e3 167 form_str(RPL_LUSERCHANNELS),
330fc5c1 168 rb_dlink_list_length(&global_channel_list));
212380e3
AC
169
170 sendto_one_numeric(source_p, RPL_LUSERME, form_str(RPL_LUSERME),
0cce01d3
JT
171 (int)rb_dlink_list_length(&lclient_list),
172 (int)rb_dlink_list_length(&serv_list));
212380e3 173
55abcbb2 174 sendto_one_numeric(source_p, RPL_LOCALUSERS,
212380e3 175 form_str(RPL_LOCALUSERS),
0cce01d3 176 (int)rb_dlink_list_length(&lclient_list),
212380e3 177 Count.max_loc,
0cce01d3 178 (int)rb_dlink_list_length(&lclient_list),
212380e3
AC
179 Count.max_loc);
180
181 sendto_one_numeric(source_p, RPL_GLOBALUSERS, form_str(RPL_GLOBALUSERS),
182 Count.total, Count.max_tot,
183 Count.total, Count.max_tot);
184
185 sendto_one_numeric(source_p, RPL_STATSCONN,
186 form_str(RPL_STATSCONN),
55abcbb2 187 MaxConnectionCount, MaxClientCount,
212380e3 188 Count.totalrestartcount);
212380e3
AC
189}
190
7a21fb5b
EM
191/* check if we should exit a client due to authd decision
192 * inputs - client server, client connecting
193 * outputs - true if exited, false if not
194 * side effects - messages/exits client if authd rejected and not exempt
195 */
196static bool
197authd_check(struct Client *client_p, struct Client *source_p)
198{
199 struct ConfItem *aconf = source_p->localClient->att_conf;
200 rb_dlink_list varlist = { NULL, NULL, 0 };
201 bool reject = false;
202 char *reason;
203
204 if(source_p->preClient->auth.accepted == true)
205 return reject;
206
207 substitution_append_var(&varlist, "nick", source_p->name);
208 substitution_append_var(&varlist, "ip", source_p->sockhost);
209 substitution_append_var(&varlist, "host", source_p->host);
210 substitution_append_var(&varlist, "dnsbl-host", source_p->preClient->auth.data);
211 substitution_append_var(&varlist, "network-name", ServerInfo.network_name);
212 reason = substitution_parse(source_p->preClient->auth.reason, &varlist);
213
214 switch(source_p->preClient->auth.cause)
215 {
3321eef4 216 case 'B': /* DNSBL */
7a21fb5b 217 {
3321eef4
AC
218 struct DNSBLEntryStats *stats;
219 char *dnsbl_name = source_p->preClient->auth.data;
7a21fb5b 220
3321eef4
AC
221 if(dnsbl_stats != NULL)
222 if((stats = rb_dictionary_retrieve(dnsbl_stats, dnsbl_name)) != NULL)
3c5f720c 223 stats->hits++;
7a21fb5b
EM
224
225 if(IsExemptKline(source_p) || IsConfExemptDNSBL(aconf))
226 {
227 sendto_one_notice(source_p, ":*** Your IP address %s is listed in %s, but you are exempt",
3321eef4 228 source_p->sockhost, dnsbl_name);
7a21fb5b
EM
229 break;
230 }
231
232 sendto_realops_snomask(SNO_REJ, L_NETWIDE,
233 "Listed on DNSBL %s: %s (%s@%s) [%s] [%s]",
3321eef4 234 dnsbl_name, source_p->name, source_p->username, source_p->host,
7a21fb5b
EM
235 IsIPSpoof(source_p) ? "255.255.255.255" : source_p->sockhost,
236 source_p->info);
237
238 sendto_one(source_p, form_str(ERR_YOUREBANNEDCREEP),
239 me.name, source_p->name, reason);
240
241 sendto_one_notice(source_p, ":*** Your IP address %s is listed in %s",
3321eef4
AC
242 source_p->sockhost, dnsbl_name);
243 add_reject(source_p, NULL, NULL, NULL, "Banned (listed in a DNSBL)");
244 exit_client(client_p, source_p, &me, "Banned (listed in a DNSBL)");
7a21fb5b
EM
245 reject = true;
246 }
247 break;
248 case 'O': /* OPM */
249 {
250 char *proxy = source_p->preClient->auth.data;
251 char *port = strrchr(proxy, ':');
252
253 if(port == NULL)
254 {
255 /* This shouldn't happen, better tell the ops... */
256 ierror("authd sent us a malformed OPM string %s", proxy);
a9227555 257 sendto_realops_snomask(SNO_GENERAL, L_NETWIDE,
7a21fb5b
EM
258 "authd sent us a malformed OPM string %s", proxy);
259 break;
260 }
261
262 /* Terminate the proxy type */
263 *(port++) = '\0';
264
265 if(IsExemptKline(source_p) || IsConfExemptProxy(aconf))
266 {
267 sendto_one_notice(source_p,
268 ":*** Your IP address %s has been detected as an open proxy (type %s, port %s), but you are exempt",
269 source_p->sockhost, proxy, port);
270 break;
271 }
272 sendto_realops_snomask(SNO_REJ, L_NETWIDE,
273 "Open proxy %s/%s: %s (%s@%s) [%s] [%s]",
274 proxy, port,
275 source_p->name,
276 source_p->username, source_p->host,
277 IsIPSpoof(source_p) ? "255.255.255.255" : source_p->sockhost,
278 source_p->info);
279
280 sendto_one(source_p, form_str(ERR_YOUREBANNEDCREEP),
281 me.name, source_p->name, reason);
282
283 sendto_one_notice(source_p,
284 ":*** Your IP address %s has been detected as an open proxy (type %s, port %s)",
285 source_p->sockhost, proxy, port);
a9536f75 286 add_reject(source_p, NULL, NULL, NULL, "Banned (Open proxy)");
7a21fb5b
EM
287 exit_client(client_p, source_p, &me, "Banned (Open proxy)");
288 reject = true;
289 }
290 break;
291 default: /* Unknown, but handle the case properly */
292 if(IsExemptKline(source_p))
293 {
294 sendto_one_notice(source_p,
295 ":*** You were rejected, but you are exempt (reason: %s)",
296 reason);
297 break;
298 }
299 sendto_realops_snomask(SNO_REJ, L_NETWIDE,
300 "Rejected by authentication system (reason %s): %s (%s@%s) [%s] [%s]",
301 reason, source_p->name, source_p->username, source_p->host,
302 IsIPSpoof(source_p) ? "255.255.255.255" : source_p->sockhost,
303 source_p->info);
304
305 sendto_one(source_p, form_str(ERR_YOUREBANNEDCREEP),
306 me.name, source_p->name, reason);
307
308 sendto_one_notice(source_p, ":*** Rejected by authentication system: %s",
309 reason);
a9536f75 310 add_reject(source_p, NULL, NULL, NULL, "Banned (authentication system)");
7a21fb5b
EM
311 exit_client(client_p, source_p, &me, "Banned (authentication system)");
312 reject = true;
313 break;
314 }
315
316 if(reject)
317 ServerStats.is_ref++;
318
319 substitution_free(&varlist);
320
321 return reject;
322}
323
212380e3
AC
324/*
325** register_local_user
326** This function is called when both NICK and USER messages
327** have been accepted for the client, in whatever order. Only
328** after this, is the USER message propagated.
329**
330** NICK's must be propagated at once when received, although
331** it would be better to delay them too until full info is
332** available. Doing it is not so simple though, would have
333** to implement the following:
334**
335** (actually it has been implemented already for a while) -orabidoo
336**
337** 1) user telnets in and gives only "NICK foobar" and waits
338** 2) another user far away logs in normally with the nick
339** "foobar" (quite legal, as this server didn't propagate
340** it).
341** 3) now this server gets nick "foobar" from outside, but
342** has alread the same defined locally. Current server
343** would just issue "KILL foobar" to clean out dups. But,
344** this is not fair. It should actually request another
345** nick from local user or kill him/her...
cbeab4bc 346 */
212380e3 347int
21251822 348register_local_user(struct Client *client_p, struct Client *source_p)
212380e3 349{
35f6f850 350 struct ConfItem *aconf, *xconf;
82236a2a 351 char tmpstr2[BUFSIZE];
212380e3
AC
352 char ipaddr[HOSTIPLEN];
353 char myusername[USERLEN+1];
4d8088c3 354 int status, umodes;
212380e3
AC
355
356 s_assert(NULL != source_p);
357 s_assert(MyConnect(source_p));
212380e3
AC
358
359 if(source_p == NULL)
360 return -1;
361
362 if(IsAnyDead(source_p))
363 return -1;
364
365 if(ConfigFileEntry.ping_cookie)
366 {
367 if(!(source_p->flags & FLAGS_PINGSENT) && source_p->localClient->random_ping == 0)
368 {
da20854e
SA
369 source_p->localClient->random_ping = (uint32_t)(((rand() * rand()) << 1) | 1);
370 sendto_one(source_p, "PING :%08X",
371 (unsigned int) source_p->localClient->random_ping);
212380e3
AC
372 source_p->flags |= FLAGS_PINGSENT;
373 return -1;
374 }
095328a7 375 if(!(source_p->flags & FLAGS_PING_COOKIE))
212380e3
AC
376 {
377 return -1;
378 }
379 }
380
381 /* hasnt finished client cap negotiation */
095328a7 382 if(source_p->flags & FLAGS_CLICAP)
212380e3
AC
383 return -1;
384
d3f6b808 385 /* Waiting on authd */
154dc91e 386 if(source_p->preClient->auth.cid)
212380e3
AC
387 return -1;
388
b3a00991
SB
389 /* Set firsttime here so that post_registration_delay works from registration,
390 * rather than initial connection. */
391 source_p->localClient->firsttime = client_p->localClient->last = rb_current_time();
212380e3
AC
392
393 /* XXX - fixme. we shouldnt have to build a users buffer twice.. */
21251822 394 if(!IsGotId(source_p) && (strchr(source_p->username, '[') != NULL))
212380e3
AC
395 {
396 const char *p;
397 int i = 0;
398
21251822 399 p = source_p->username;
212380e3
AC
400
401 while(*p && i < USERLEN)
402 {
403 if(*p != '[')
404 myusername[i++] = *p;
405 p++;
406 }
407
408 myusername[i] = '\0';
212380e3 409 }
21251822 410 else
dd64bf8d 411 rb_strlcpy(myusername, source_p->username, sizeof myusername);
212380e3 412
21251822 413 if((status = check_client(client_p, source_p, myusername)) < 0)
212380e3
AC
414 return (CLIENT_EXITED);
415
416 /* Apply nick override */
417 if(*source_p->preClient->spoofnick)
418 {
fe5fc851 419 char note[NAMELEN + 10];
fa94d8fb 420
212380e3 421 del_from_client_hash(source_p->name, source_p);
f427c8b0 422 rb_strlcpy(source_p->name, source_p->preClient->spoofnick, NICKLEN + 1);
212380e3 423 add_to_client_hash(source_p->name, source_p);
fa94d8fb 424
fe5fc851 425 snprintf(note, sizeof(note), "Nick: %s", source_p->name);
fa94d8fb 426 rb_note(source_p->localClient->F, note);
212380e3
AC
427 }
428
429 if(!valid_hostname(source_p->host))
430 {
e4a62bbc
MD
431 const char *illegal_hostname_client_message = ConfigFileEntry.illegal_hostname_client_message;
432
433 if (illegal_hostname_client_message == NULL)
434 illegal_hostname_client_message = "You have an illegal character in your hostname.";
435
436 sendto_one_notice(source_p, ":*** Notice -- %s", illegal_hostname_client_message);
212380e3 437
f427c8b0 438 rb_strlcpy(source_p->host, source_p->sockhost, sizeof(source_p->host));
212380e3 439 }
55abcbb2 440
212380e3
AC
441 aconf = source_p->localClient->att_conf;
442
443 if(aconf == NULL)
444 {
e4a62bbc
MD
445 const char *not_authorised_client_message = ConfigFileEntry.not_authorised_client_message;
446
447 if (not_authorised_client_message == NULL)
448 not_authorised_client_message = "You are not authorised to access this server.";
449
450 exit_client(client_p, source_p, &me, not_authorised_client_message);
212380e3
AC
451 return (CLIENT_EXITED);
452 }
453
bbdc439a 454 if(IsConfSSLNeeded(aconf) && !IsSecure(source_p))
b1594414 455 {
e4a62bbc
MD
456 const char *ssltls_only_client_message = ConfigFileEntry.ssltls_only_client_message;
457
458 if (ssltls_only_client_message == NULL)
459 ssltls_only_client_message = "You need to use SSL/TLS to use this server.";
460
b1594414 461 ServerStats.is_ref++;
e4a62bbc
MD
462 sendto_one_notice(source_p, ":*** Notice -- %s", ssltls_only_client_message);
463
464 exit_client(client_p, source_p, &me, ssltls_only_client_message);
b1594414
JT
465 return (CLIENT_EXITED);
466 }
467
c6ad9b0c
SA
468 if(IsSCTP(source_p) && !IsConfAllowSCTP(aconf))
469 {
e4a62bbc
MD
470 const char *sctp_forbidden_client_message = ConfigFileEntry.sctp_forbidden_client_message;
471
472 if (sctp_forbidden_client_message == NULL)
473 sctp_forbidden_client_message = "You are not allowed to use SCTP on this server.";
474
c6ad9b0c 475 ServerStats.is_ref++;
e4a62bbc
MD
476 sendto_one_notice(source_p, ":*** Notice -- %s", sctp_forbidden_client_message);
477
478 exit_client(client_p, source_p, &me, sctp_forbidden_client_message);
c6ad9b0c
SA
479 return (CLIENT_EXITED);
480 }
481
212380e3
AC
482 if(!IsGotId(source_p))
483 {
484 const char *p;
485 int i = 0;
486
487 if(IsNeedIdentd(aconf))
488 {
e4a62bbc
MD
489
490 const char *identd_only_client_message = ConfigFileEntry.identd_only_client_message;
491
492 if (identd_only_client_message == NULL)
493 identd_only_client_message = "You need to install identd to use this server.";
494
47adde3d 495 ServerStats.is_ref++;
e4a62bbc
MD
496 sendto_one_notice(source_p, ":*** Notice -- %s", identd_only_client_message);
497
498 exit_client(client_p, source_p, &me, identd_only_client_message);
212380e3
AC
499 return (CLIENT_EXITED);
500 }
501
502 /* dont replace username if its supposed to be spoofed --fl */
27f616dd 503 if(!IsConfDoSpoofIp(aconf) || !strchr(aconf->info.name, '@'))
212380e3 504 {
21251822 505 p = myusername;
212380e3
AC
506
507 if(!IsNoTilde(aconf))
508 source_p->username[i++] = '~';
509
510 while (*p && i < USERLEN)
511 {
512 if(*p != '[')
513 source_p->username[i++] = *p;
514 p++;
515 }
516
517 source_p->username[i] = '\0';
518 }
519 }
520
d8f0b5d7 521 if(IsNeedSasl(aconf) && !*source_p->user->suser)
212380e3 522 {
05bc814d
MD
523
524 const char *sasl_only_client_message = ConfigFileEntry.sasl_only_client_message;
525
526 if (sasl_only_client_message == NULL)
202674a8 527 sasl_only_client_message = "You need to identify via SASL to use this server.";
05bc814d 528
47adde3d 529 ServerStats.is_ref++;
05bc814d
MD
530 sendto_one_notice(source_p, ":*** Notice -- %s", sasl_only_client_message);
531
532 exit_client(client_p, source_p, &me, sasl_only_client_message);
212380e3
AC
533 return (CLIENT_EXITED);
534 }
535
536 /* password check */
537 if(!EmptyString(aconf->passwd))
538 {
539 const char *encr;
540
541 if(EmptyString(source_p->localClient->passwd))
542 encr = "";
543 else if(IsConfEncrypted(aconf))
ba8b3ff1 544 encr = rb_crypt(source_p->localClient->passwd, aconf->passwd);
212380e3
AC
545 else
546 encr = source_p->localClient->passwd;
547
e69375f3 548 if(encr == NULL || strcmp(encr, aconf->passwd))
212380e3 549 {
47adde3d 550 ServerStats.is_ref++;
212380e3
AC
551 sendto_one(source_p, form_str(ERR_PASSWDMISMATCH), me.name, source_p->name);
552 exit_client(client_p, source_p, &me, "Bad Password");
553 return (CLIENT_EXITED);
554 }
555
556 /* clear password only if used now, otherwise send it
557 * to services -- jilles */
558 if(source_p->localClient->passwd)
559 {
560 memset(source_p->localClient->passwd, 0, strlen(source_p->localClient->passwd));
637c4932 561 rb_free(source_p->localClient->passwd);
212380e3
AC
562 source_p->localClient->passwd = NULL;
563 }
564 }
565
7a21fb5b 566 /* report and set flags (kline exempt etc.) as needed in source_p */
212380e3
AC
567 report_and_set_user_flags(source_p, aconf);
568
569 /* Limit clients */
570 /*
571 * We want to be able to have servers and F-line clients
572 * connect, so save room for "buffer" connections.
573 * Smaller servers may want to decrease this, and it should
574 * probably be just a percentage of the MAXCLIENTS...
575 * -Taner
576 */
577 /* Except "F:" clients */
330fc5c1 578 if(rb_dlink_list_length(&lclient_list) >=
5ca543e7 579 (unsigned long)GlobalSetOptions.maxclients && !IsConfExemptLimits(aconf))
212380e3 580 {
a9227555 581 sendto_realops_snomask(SNO_FULL, L_NETWIDE,
212380e3
AC
582 "Too many clients, rejecting %s[%s].", source_p->name, source_p->host);
583
e4a62bbc
MD
584 const char *server_full_client_message = ConfigFileEntry.server_full_client_message;
585
586 if (server_full_client_message == NULL)
587 server_full_client_message = "Sorry, server is full - try later";
588
47adde3d 589 ServerStats.is_ref++;
e4a62bbc 590 exit_client(client_p, source_p, &me, server_full_client_message);
212380e3
AC
591 return (CLIENT_EXITED);
592 }
593
212380e3
AC
594 /* kline exemption extends to xline too */
595 if(!IsExemptKline(source_p) &&
35f6f850 596 (xconf = find_xline(source_p->info, 1)) != NULL)
212380e3 597 {
47adde3d 598 ServerStats.is_ref++;
be52c4c0 599 sendto_realops_snomask(SNO_BANNED, L_NETWIDE,
78825899 600 "Rejecting X-Lined user %s [%s] (%s)", get_client_name(source_p, HIDE_IP),
601 show_ip(NULL, source_p) ? source_p->sockhost : "255.255.255.255", xconf->host);
be52c4c0 602
a9536f75 603 add_reject(source_p, xconf->host, NULL, NULL, NULL);
212380e3
AC
604 exit_client(client_p, source_p, &me, "Bad user info");
605 return CLIENT_EXITED;
606 }
607
d3f6b808 608 /* authd rejection check */
7a21fb5b
EM
609 if(authd_check(client_p, source_p))
610 return CLIENT_EXITED;
212380e3 611
0734f634
JT
612 /* valid user name check */
613
614 if(!valid_username(source_p->username))
615 {
a9227555 616 sendto_realops_snomask(SNO_REJ, L_NETWIDE,
0734f634
JT
617 "Invalid username: %s (%s@%s)",
618 source_p->name, source_p->username, source_p->host);
e4a62bbc
MD
619
620 const char *illegal_name_long_client_message = ConfigFileEntry.illegal_name_long_client_message;
621 const char *illegal_name_short_client_message = ConfigFileEntry.illegal_name_short_client_message;
622
623 if (illegal_name_long_client_message == NULL)
624 illegal_name_long_client_message = "Your username is invalid. Please make sure that your username contains "
625 "only alphanumeric characters.";
626 if (illegal_name_short_client_message == NULL)
627 illegal_name_short_client_message = "Invalid username";
628
47adde3d 629 ServerStats.is_ref++;
e4a62bbc
MD
630 sendto_one_notice(source_p, ":*** %s", illegal_name_long_client_message);
631 sprintf(tmpstr2, "%s [%s]", illegal_name_short_client_message, source_p->username);
0734f634
JT
632 exit_client(client_p, source_p, &me, tmpstr2);
633 return (CLIENT_EXITED);
634 }
635
636 /* end of valid user name check */
637
212380e3 638 /* Store original hostname -- jilles */
f427c8b0 639 rb_strlcpy(source_p->orighost, source_p->host, HOSTLEN + 1);
212380e3
AC
640
641 /* Spoof user@host */
642 if(*source_p->preClient->spoofuser)
f427c8b0 643 rb_strlcpy(source_p->username, source_p->preClient->spoofuser, USERLEN + 1);
212380e3
AC
644 if(*source_p->preClient->spoofhost)
645 {
f427c8b0 646 rb_strlcpy(source_p->host, source_p->preClient->spoofhost, HOSTLEN + 1);
212380e3
AC
647 if (irccmp(source_p->host, source_p->orighost))
648 SetDynSpoof(source_p);
649 }
650
4d8088c3
EM
651 umodes = ConfigFileEntry.default_umodes & ~aconf->umodes_mask;
652 umodes |= aconf->umodes;
653 umodes &= ~ConfigFileEntry.oper_only_umodes;
654 umodes &= ~orphaned_umodes;
655 source_p->umodes |= umodes;
e2b44358
JT
656
657 call_hook(h_new_local_user, source_p);
658
659 /* If they have died in send_* or were thrown out by the
660 * new_local_user hook don't do anything. */
661 if(IsAnyDead(source_p))
212380e3
AC
662 return CLIENT_EXITED;
663
e2b44358
JT
664 /* To avoid inconsistencies, do not abort the registration
665 * starting from this point -- jilles
666 */
caa4d9d2 667 rb_inet_ntop_sock((struct sockaddr *)&source_p->localClient->ip, ipaddr, sizeof(ipaddr));
212380e3
AC
668
669 sendto_realops_snomask(SNO_CCONN, L_ALL,
e62ec6f1 670 "Client connecting: %s (%s@%s) [%s] {%s} <%s> [%s]",
212380e3
AC
671 source_p->name, source_p->username, source_p->orighost,
672 show_ip(NULL, source_p) ? ipaddr : "255.255.255.255",
e62ec6f1
DS
673 get_client_class(source_p),
674 *source_p->user->suser ? source_p->user->suser : "*",
675 source_p->info);
212380e3
AC
676
677 sendto_realops_snomask(SNO_CCONNEXT, L_ALL,
e62ec6f1 678 "CLICONN %s %s %s %s %s %s 0 %s %s",
212380e3
AC
679 source_p->name, source_p->username, source_p->orighost,
680 show_ip(NULL, source_p) ? ipaddr : "255.255.255.255",
681 get_client_class(source_p),
682 /* mirc can sometimes send ips here */
683 show_ip(NULL, source_p) ? source_p->localClient->fullcaps : "<hidden> <hidden>",
e62ec6f1 684 *source_p->user->suser ? source_p->user->suser : "*",
212380e3
AC
685 source_p->info);
686
212380e3
AC
687 add_to_hostname_hash(source_p->orighost, source_p);
688
689 /* Allocate a UID if it was not previously allocated.
690 * If this already occured, it was probably during SASL auth...
691 */
692 if(!*source_p->id)
693 {
4d5a902f 694 rb_strlcpy(source_p->id, generate_uid(), sizeof(source_p->id));
212380e3
AC
695 add_to_id_hash(source_p->id, source_p);
696 }
697
bbdc439a 698 if (IsSecure(source_p))
35eccf49 699 source_p->umodes |= UMODE_SECURE;
3318e109 700
212380e3
AC
701 if (source_p->umodes & UMODE_INVISIBLE)
702 Count.invisi++;
703
704 s_assert(!IsClient(source_p));
330fc5c1 705 rb_dlinkMoveNode(&source_p->localClient->tnode, &unknown_list, &lclient_list);
212380e3
AC
706 SetClient(source_p);
707
0a61720a 708 source_p->servptr = &me;
330fc5c1 709 rb_dlinkAdd(source_p, &source_p->lnode, &source_p->servptr->serv->users);
0a61720a 710
212380e3
AC
711 /* Increment our total user count here */
712 if(++Count.total > Count.max_tot)
713 Count.max_tot = Count.total;
0a61720a 714
212380e3
AC
715 Count.totalrestartcount++;
716
717 s_assert(source_p->localClient != NULL);
718
330fc5c1 719 if(rb_dlink_list_length(&lclient_list) > (unsigned long)Count.max_loc)
212380e3 720 {
330fc5c1 721 Count.max_loc = rb_dlink_list_length(&lclient_list);
212380e3 722 if(!(Count.max_loc % 10))
a9227555 723 sendto_realops_snomask(SNO_GENERAL, L_NETWIDE,
212380e3
AC
724 "New Max Local Clients: %d", Count.max_loc);
725 }
726
727 /* they get a reduced limit */
728 if(find_tgchange(source_p->sockhost))
179becdf
JT
729 source_p->localClient->targets_free = TGCHANGE_INITIAL_LOW;
730 else
731 source_p->localClient->targets_free = TGCHANGE_INITIAL;
212380e3 732
212380e3
AC
733 monitor_signon(source_p);
734 user_welcome(source_p);
735
736 free_pre_client(source_p);
737
d8f0b5d7 738 introduce_client(client_p, source_p, source_p->user, source_p->name, 1);
6287d57f 739 return 0;
212380e3
AC
740}
741
742/*
743 * introduce_clients
744 *
745 * inputs -
746 * output -
747 * side effects - This common function introduces a client to the rest
748 * of the net, either from a local client connect or
749 * from a remote connect.
750 */
6287d57f 751void
212380e3
AC
752introduce_client(struct Client *client_p, struct Client *source_p, struct User *user, const char *nick, int use_euid)
753{
9744d53e 754 char ubuf[BUFSIZE];
212380e3
AC
755 struct Client *identifyservice_p;
756 char *p;
757 hook_data_umode_changed hdata;
758 hook_data_client hdata2;
759
760 if(MyClient(source_p))
29c92cf9 761 send_umode(source_p, source_p, 0, ubuf);
212380e3 762 else
29c92cf9 763 send_umode(NULL, source_p, 0, ubuf);
212380e3
AC
764
765 if(!*ubuf)
766 {
767 ubuf[0] = '+';
768 ubuf[1] = '\0';
769 }
770
ca273a1c
AC
771 s_assert(has_id(source_p));
772
ca273a1c
AC
773 if (use_euid)
774 sendto_server(client_p, NULL, CAP_EUID | CAP_TS6, NOCAPS,
775 ":%s EUID %s %d %ld %s %s %s %s %s %s %s :%s",
776 source_p->servptr->id, nick,
777 source_p->hopcount + 1,
778 (long) source_p->tsinfo, ubuf,
779 source_p->username, source_p->host,
e9f86e32 780 IsIPSpoof(source_p) ? "0" : source_p->sockhost,
ca273a1c
AC
781 source_p->id,
782 IsDynSpoof(source_p) ? source_p->orighost : "*",
783 EmptyString(source_p->user->suser) ? "*" : source_p->user->suser,
784 source_p->info);
785
786 sendto_server(client_p, NULL, CAP_TS6, use_euid ? CAP_EUID : NOCAPS,
787 ":%s UID %s %d %ld %s %s %s %s %s :%s",
788 source_p->servptr->id, nick,
789 source_p->hopcount + 1,
790 (long) source_p->tsinfo, ubuf,
791 source_p->username, source_p->host,
e9f86e32 792 IsIPSpoof(source_p) ? "0" : source_p->sockhost,
ca273a1c 793 source_p->id, source_p->info);
212380e3 794
8eda114a
JT
795 if(!EmptyString(source_p->certfp))
796 sendto_server(client_p, NULL, CAP_TS6, NOCAPS,
797 ":%s ENCAP * CERTFP :%s",
798 use_id(source_p), source_p->certfp);
799
212380e3
AC
800 if (IsDynSpoof(source_p))
801 {
802 sendto_server(client_p, NULL, CAP_TS6, use_euid ? CAP_EUID : NOCAPS, ":%s ENCAP * REALHOST %s",
803 use_id(source_p), source_p->orighost);
212380e3 804 }
ca273a1c 805
212380e3
AC
806 if (!EmptyString(source_p->user->suser))
807 {
808 sendto_server(client_p, NULL, CAP_TS6, use_euid ? CAP_EUID : NOCAPS, ":%s ENCAP * LOGIN %s",
809 use_id(source_p), source_p->user->suser);
212380e3
AC
810 }
811
812 if(MyConnect(source_p) && source_p->localClient->passwd)
813 {
0a01ecfa
JT
814 if (!EmptyString(ConfigFileEntry.identifyservice) &&
815 !EmptyString(ConfigFileEntry.identifycommand))
212380e3
AC
816 {
817 /* use user@server */
818 p = strchr(ConfigFileEntry.identifyservice, '@');
819 if (p != NULL)
820 identifyservice_p = find_named_client(p + 1);
821 else
822 identifyservice_p = NULL;
823 if (identifyservice_p != NULL)
12f4addb
SB
824 {
825 if (!EmptyString(source_p->localClient->auth_user))
826 sendto_one(identifyservice_p, ":%s PRIVMSG %s :%s %s %s",
827 get_id(source_p, identifyservice_p),
828 ConfigFileEntry.identifyservice,
829 ConfigFileEntry.identifycommand,
830 source_p->localClient->auth_user,
831 source_p->localClient->passwd);
832 else
833 sendto_one(identifyservice_p, ":%s PRIVMSG %s :%s %s",
834 get_id(source_p, identifyservice_p),
835 ConfigFileEntry.identifyservice,
836 ConfigFileEntry.identifycommand,
837 source_p->localClient->passwd);
838 }
212380e3
AC
839 }
840 memset(source_p->localClient->passwd, 0, strlen(source_p->localClient->passwd));
637c4932 841 rb_free(source_p->localClient->passwd);
212380e3
AC
842 source_p->localClient->passwd = NULL;
843 }
844
845 /* let modules providing usermodes know that we've got a new user,
846 * why is this here? -- well, some modules need to be able to send out new
847 * information about a client, so this was the best place to do it
848 * --nenolod
849 */
850 hdata.client = source_p;
851 hdata.oldumodes = 0;
852 hdata.oldsnomask = 0;
853 call_hook(h_umode_changed, &hdata);
854
855 /* On the other hand, some modules need to know when a client is
856 * being introduced, period.
857 * --gxti
858 */
859 hdata2.client = client_p;
860 hdata2.target = source_p;
861 call_hook(h_introduce_client, &hdata2);
212380e3
AC
862}
863
55abcbb2 864/*
212380e3
AC
865 * valid_hostname - check hostname for validity
866 *
867 * Inputs - pointer to user
6287d57f 868 * Output - true if valid, false if not
212380e3
AC
869 * Side effects - NONE
870 *
871 * NOTE: this doesn't allow a hostname to begin with a dot and
872 * will not allow more dots than chars.
873 */
6287d57f 874bool
212380e3
AC
875valid_hostname(const char *hostname)
876{
9a180ae3 877 const char *p = hostname, *last_slash = 0;
212380e3
AC
878 int found_sep = 0;
879
880 s_assert(NULL != p);
881
882 if(hostname == NULL)
6287d57f 883 return false;
212380e3 884
3c80b425 885 if(!strcmp(hostname, "localhost"))
6287d57f 886 return true;
3c80b425 887
9a180ae3 888 if('.' == *p || ':' == *p || '/' == *p)
6287d57f 889 return false;
212380e3
AC
890
891 while (*p)
892 {
893 if(!IsHostChar(*p))
6287d57f 894 return false;
212380e3
AC
895 if(*p == '.' || *p == ':')
896 found_sep++;
9a180ae3
SB
897 else if(*p == '/')
898 {
899 found_sep++;
900 last_slash = p;
901 }
212380e3
AC
902 p++;
903 }
904
905 if(found_sep == 0)
6287d57f 906 return false;
9a180ae3
SB
907
908 if(last_slash && IsDigit(last_slash[1]))
6287d57f 909 return false;
212380e3 910
6287d57f 911 return true;
212380e3
AC
912}
913
55abcbb2 914/*
212380e3
AC
915 * valid_username - check username for validity
916 *
917 * Inputs - pointer to user
6287d57f 918 * Output - true if valid, false if not
212380e3 919 * Side effects - NONE
55abcbb2 920 *
212380e3
AC
921 * Absolutely always reject any '*' '!' '?' '@' in an user name
922 * reject any odd control characters names.
923 * Allow '.' in username to allow for "first.last"
924 * style of username
925 */
6287d57f 926bool
212380e3
AC
927valid_username(const char *username)
928{
929 int dots = 0;
930 const char *p = username;
931
932 s_assert(NULL != p);
933
934 if(username == NULL)
6287d57f 935 return false;
212380e3
AC
936
937 if('~' == *p)
938 ++p;
939
940 /* reject usernames that don't start with an alphanum
941 * i.e. reject jokers who have '-@somehost' or '.@somehost'
942 * or "-hi-@somehost", "h-----@somehost" would still be accepted.
943 */
944 if(!IsAlNum(*p))
6287d57f 945 return false;
212380e3
AC
946
947 while (*++p)
948 {
949 if((*p == '.') && ConfigFileEntry.dots_in_ident)
950 {
951 dots++;
952 if(dots > ConfigFileEntry.dots_in_ident)
6287d57f 953 return false;
212380e3 954 if(!IsUserChar(p[1]))
6287d57f 955 return false;
212380e3
AC
956 }
957 else if(!IsUserChar(*p))
6287d57f 958 return false;
212380e3 959 }
6287d57f 960 return true;
212380e3
AC
961}
962
963/* report_and_set_user_flags
964 *
965 * Inputs - pointer to source_p
966 * - pointer to aconf for this user
967 * Output - NONE
968 * Side effects -
969 * Report to user any special flags they are getting, and set them.
970 */
971
972static void
973report_and_set_user_flags(struct Client *source_p, struct ConfItem *aconf)
974{
975 /* If this user is being spoofed, tell them so */
976 if(IsConfDoSpoofIp(aconf))
977 {
e07de82c 978 sendto_one_notice(source_p, ":*** Spoofing your IP");
212380e3
AC
979 }
980
981 /* If this user is in the exception class, Set it "E lined" */
982 if(IsConfExemptKline(aconf))
983 {
984 SetExemptKline(source_p);
5c16ab05 985 sendto_one_notice(source_p, ":*** You are exempt from K/X lines");
212380e3
AC
986 }
987
212380e3
AC
988 if(IsConfExemptDNSBL(aconf))
989 /* kline exempt implies this, don't send both */
990 if(!IsConfExemptKline(aconf))
3321eef4 991 sendto_one_notice(source_p, ":*** You are exempt from DNSBL listings");
212380e3
AC
992
993 /* If this user is exempt from user limits set it F lined" */
994 if(IsConfExemptLimits(aconf))
995 {
e07de82c 996 sendto_one_notice(source_p, ":*** You are exempt from user limits");
212380e3
AC
997 }
998
212380e3
AC
999 if(IsConfExemptFlood(aconf))
1000 {
1001 SetExemptFlood(source_p);
e07de82c 1002 sendto_one_notice(source_p, ":*** You are exempt from flood limits");
212380e3
AC
1003 }
1004
1005 if(IsConfExemptSpambot(aconf))
1006 {
1007 SetExemptSpambot(source_p);
e07de82c 1008 sendto_one_notice(source_p, ":*** You are exempt from spambot checks");
212380e3
AC
1009 }
1010
1011 if(IsConfExemptJupe(aconf))
1012 {
1013 SetExemptJupe(source_p);
e07de82c 1014 sendto_one_notice(source_p, ":*** You are exempt from juped channel warnings");
212380e3
AC
1015 }
1016
1017 if(IsConfExemptResv(aconf))
1018 {
1019 SetExemptResv(source_p);
e07de82c 1020 sendto_one_notice(source_p, ":*** You are exempt from resvs");
212380e3
AC
1021 }
1022
1023 if(IsConfExemptShide(aconf))
1024 {
1025 SetExemptShide(source_p);
e07de82c 1026 sendto_one_notice(source_p, ":*** You are exempt from serverhiding");
212380e3 1027 }
a4721f5e
AC
1028
1029 if(IsConfExtendChans(aconf))
1030 {
1031 SetExtendChans(source_p);
1032 sendto_one_notice(source_p, ":*** You are exempt from normal channel limits");
1033 }
212380e3
AC
1034}
1035
8aadf0ce
EK
1036void
1037report_priv_change(struct Client *client, struct PrivilegeSet *old, struct PrivilegeSet *new)
1038{
9962f625 1039 struct privset_diff diff = privilegeset_diff(old, new);
8aadf0ce
EK
1040
1041 hook_data_priv_change hdata = {
1042 .client = client,
1043 .new = new,
1044 .old = old,
9962f625
EK
1045 .unchanged = diff.unchanged,
1046 .added = diff.added,
1047 .removed = diff.removed,
8aadf0ce
EK
1048 };
1049 call_hook(h_priv_change, &hdata);
1050}
1051
681ddf64
JT
1052static void
1053show_other_user_mode(struct Client *source_p, struct Client *target_p)
1054{
1055 int i;
1056 char buf[BUFSIZE];
1057 char *m;
1058
1059 m = buf;
1060 *m++ = '+';
1061
1062 for (i = 0; i < 128; i++) /* >= 127 is extended ascii */
1063 if (target_p->umodes & user_modes[i])
1064 *m++ = (char) i;
1065 *m = '\0';
1066
1067 if (MyConnect(target_p) && target_p->snomask != 0)
1068 sendto_one_notice(source_p, ":Modes for %s are %s %s",
1069 target_p->name, buf,
1070 construct_snobuf(target_p->snomask));
1071 else
1072 sendto_one_notice(source_p, ":Modes for %s are %s",
1073 target_p->name, buf);
1074}
1075
212380e3
AC
1076/*
1077 * user_mode - set get current users mode
1078 *
1079 * m_umode() added 15/10/91 By Darren Reed.
212380e3
AC
1080 * parv[1] - username to change mode for
1081 * parv[2] - modes to change
1082 */
1083int
1084user_mode(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
1085{
1086 int flag;
1087 int i;
1088 char *m;
1089 const char *pm;
1090 struct Client *target_p;
1091 int what, setflags;
6287d57f
EM
1092 bool badflag = false; /* Only send one bad flag notice */
1093 bool showsnomask = false;
212380e3
AC
1094 unsigned int setsnomask;
1095 char buf[BUFSIZE];
1096 hook_data_umode_changed hdata;
1097
1098 what = MODE_ADD;
1099
1100 if(parc < 2)
1101 {
1102 sendto_one(source_p, form_str(ERR_NEEDMOREPARAMS), me.name, source_p->name, "MODE");
1103 return 0;
1104 }
1105
1106 if((target_p = MyClient(source_p) ? find_named_person(parv[1]) : find_person(parv[1])) == NULL)
1107 {
1108 if(MyConnect(source_p))
1109 sendto_one_numeric(source_p, ERR_NOSUCHCHANNEL,
1110 form_str(ERR_NOSUCHCHANNEL), parv[1]);
1111 return 0;
1112 }
1113
1114 /* Dont know why these were commented out..
1115 * put them back using new sendto() funcs
1116 */
1117
1118 if(IsServer(source_p))
1119 {
a9227555 1120 sendto_realops_snomask(SNO_GENERAL, L_NETWIDE,
212380e3
AC
1121 "*** Mode for User %s from %s", parv[1], source_p->name);
1122 return 0;
1123 }
1124
c98c2c89 1125 if(source_p != target_p)
212380e3 1126 {
74434cf8 1127 if (HasPrivilege(source_p, "auspex:umodes") && parc < 3)
681ddf64
JT
1128 show_other_user_mode(source_p, target_p);
1129 else
1130 sendto_one(source_p, form_str(ERR_USERSDONTMATCH), me.name, source_p->name);
212380e3
AC
1131 return 0;
1132 }
1133
1134 if(parc < 3)
1135 {
1136 m = buf;
1137 *m++ = '+';
1138
1139 for (i = 0; i < 128; i++) /* >= 127 is extended ascii */
1140 if (source_p->umodes & user_modes[i])
1141 *m++ = (char) i;
1142
1143 *m = '\0';
e8a2d50d 1144 sendto_one_numeric(source_p, RPL_UMODEIS, form_str(RPL_UMODEIS), buf);
88520303 1145
212380e3 1146 if (source_p->snomask != 0)
88520303 1147 sendto_one_numeric(source_p, RPL_SNOMASK, form_str(RPL_SNOMASK),
212380e3 1148 construct_snobuf(source_p->snomask));
88520303 1149
212380e3
AC
1150 return 0;
1151 }
1152
1153 /* find flags already set for user */
1154 setflags = source_p->umodes;
1155 setsnomask = source_p->snomask;
1156
1157 /*
1158 * parse mode change string(s)
1159 */
1160 for (pm = parv[2]; *pm; pm++)
1161 switch (*pm)
1162 {
1163 case '+':
1164 what = MODE_ADD;
1165 break;
1166 case '-':
1167 what = MODE_DEL;
1168 break;
1169
1170 case 'o':
1171 if(what == MODE_ADD)
1172 {
1173 if(IsServer(client_p) && !IsOper(source_p))
1174 {
1175 ++Count.oper;
1176 SetOper(source_p);
330fc5c1 1177 rb_dlinkAddAlloc(source_p, &oper_list);
212380e3
AC
1178 }
1179 }
1180 else
1181 {
1182 /* Only decrement the oper counts if an oper to begin with
55abcbb2 1183 * found by Pat Szuta, Perly , perly@xnet.com
212380e3
AC
1184 */
1185
1186 if(!IsOper(source_p))
1187 break;
1188
1189 ClearOper(source_p);
1190
1191 Count.oper--;
1192
1193 if(MyConnect(source_p))
1194 {
1195 source_p->umodes &= ~ConfigFileEntry.oper_only_umodes;
66f7fe67 1196 source_p->flags &= ~OPER_FLAGS;
212380e3 1197
330fc5c1 1198 rb_dlinkFindDestroy(source_p, &local_oper_list);
ed3ca2ff
EK
1199 }
1200
1201 if(source_p->user->opername != NULL)
1202 {
1203 rb_free(source_p->user->opername);
1204 source_p->user->opername = NULL;
1205 }
1206
1207 if(source_p->user->privset != NULL)
1208 {
8aadf0ce
EK
1209 report_priv_change(source_p, source_p->user->privset, NULL);
1210
ed3ca2ff
EK
1211 privilegeset_unref(source_p->user->privset);
1212 source_p->user->privset = NULL;
212380e3
AC
1213 }
1214
330fc5c1 1215 rb_dlinkFindDestroy(source_p, &oper_list);
212380e3
AC
1216 }
1217 break;
1218
1219 /* we may not get these,
1220 * but they shouldnt be in default
1221 */
1222
1223 /* can only be set on burst */
1224 case 'S':
3318e109 1225 case 'Z':
212380e3
AC
1226 case ' ':
1227 case '\n':
1228 case '\r':
1229 case '\t':
1230 break;
1231
1232 case 's':
1233 if (MyConnect(source_p))
1234 {
848df803
EK
1235 if((ConfigFileEntry.oper_only_umodes & UMODE_SERVNOTICE) &&
1236 (!IsOper(source_p) || !HasPrivilege(source_p, "usermode:servnotice")))
212380e3
AC
1237 {
1238 if (what == MODE_ADD || source_p->umodes & UMODE_SERVNOTICE)
6287d57f 1239 badflag = true;
212380e3
AC
1240 continue;
1241 }
6287d57f 1242 showsnomask = true;
212380e3
AC
1243 if(what == MODE_ADD)
1244 {
1245 if (parc > 3)
1246 source_p->snomask = parse_snobuf_to_mask(source_p->snomask, parv[3]);
1247 else
1248 source_p->snomask |= SNO_GENERAL;
1249 }
1250 else
1251 source_p->snomask = 0;
1252 if (source_p->snomask != 0)
1253 source_p->umodes |= UMODE_SERVNOTICE;
1254 else
1255 source_p->umodes &= ~UMODE_SERVNOTICE;
1256 break;
1257 }
1258 /* FALLTHROUGH */
1259 default:
2da6f6eb
JT
1260 if (MyConnect(source_p) && *pm == 'Q' && !ConfigChannel.use_forward)
1261 {
6287d57f 1262 badflag = true;
2da6f6eb
JT
1263 break;
1264 }
1265
212380e3
AC
1266 if((flag = user_modes[(unsigned char) *pm]))
1267 {
1268 if(MyConnect(source_p)
a8086a7c
JT
1269 && ((!IsOper(source_p)
1270 && (ConfigFileEntry.oper_only_umodes & flag))
1271 || (orphaned_umodes & flag)))
212380e3
AC
1272 {
1273 if (what == MODE_ADD || source_p->umodes & flag)
6287d57f 1274 badflag = true;
212380e3
AC
1275 }
1276 else
1277 {
1278 if(what == MODE_ADD)
1279 source_p->umodes |= flag;
1280 else
1281 source_p->umodes &= ~flag;
1282 }
1283 }
1284 else
1285 {
1286 if(MyConnect(source_p))
6287d57f 1287 badflag = true;
212380e3
AC
1288 }
1289 break;
1290 }
1291
1292 if(badflag)
1293 sendto_one(source_p, form_str(ERR_UMODEUNKNOWNFLAG), me.name, source_p->name);
1294
848df803
EK
1295 if(MyClient(source_p))
1296 {
1297 if ((ConfigFileEntry.oper_only_umodes & UMODE_SERVNOTICE) &&
1298 !HasPrivilege(source_p, "usermode:servnotice"))
1299 source_p->umodes &= ~UMODE_SERVNOTICE;
1300 if (!(source_p->umodes & UMODE_SERVNOTICE) && source_p->snomask != 0)
1301 {
1302 source_p->snomask = 0;
1303 showsnomask = true;
1304 }
1305 }
1306
212380e3
AC
1307 if(MyClient(source_p) && (source_p->snomask & SNO_NCHANGE) && !IsOperN(source_p))
1308 {
b4838ccd 1309 sendto_one_notice(source_p, ":*** You need oper and nick_changes flag for +s +n");
212380e3
AC
1310 source_p->snomask &= ~SNO_NCHANGE; /* only tcm's really need this */
1311 }
1312
1313 if(MyClient(source_p) && (source_p->umodes & UMODE_OPERWALL) && !IsOperOperwall(source_p))
1314 {
5366977b 1315 sendto_one_notice(source_p, ":*** You need oper and operwall flag for +z");
212380e3
AC
1316 source_p->umodes &= ~UMODE_OPERWALL;
1317 }
1318
1319 if(MyConnect(source_p) && (source_p->umodes & UMODE_ADMIN) &&
1320 (!IsOperAdmin(source_p) || IsOperHiddenAdmin(source_p)))
1321 {
b4838ccd 1322 sendto_one_notice(source_p, ":*** You need oper and admin flag for +a");
212380e3
AC
1323 source_p->umodes &= ~UMODE_ADMIN;
1324 }
1325
d4f7eb4c
EK
1326 if(MyClient(source_p))
1327 source_p->handler = IsOperGeneral(source_p) ? OPER_HANDLER : CLIENT_HANDLER;
1328
212380e3
AC
1329 /* let modules providing usermodes know that we've changed our usermode --nenolod */
1330 hdata.client = source_p;
1331 hdata.oldumodes = setflags;
1332 hdata.oldsnomask = setsnomask;
1333 call_hook(h_umode_changed, &hdata);
1334
1335 if(!(setflags & UMODE_INVISIBLE) && IsInvisible(source_p))
1336 ++Count.invisi;
1337 if((setflags & UMODE_INVISIBLE) && !IsInvisible(source_p))
1338 --Count.invisi;
1339 /*
1340 * compare new flags with old flags and send string which
1341 * will cause servers to update correctly.
1342 */
1343 send_umode_out(client_p, source_p, setflags);
1344 if (showsnomask && MyConnect(source_p))
88520303 1345 sendto_one_numeric(source_p, RPL_SNOMASK, form_str(RPL_SNOMASK),
212380e3
AC
1346 construct_snobuf(source_p->snomask));
1347
1348 return (0);
1349}
1350
1351/*
1352 * send the MODE string for user (user) to connection client_p
1353 * -avalon
1354 */
1355void
29c92cf9 1356send_umode(struct Client *client_p, struct Client *source_p, int old, char *umode_buf)
212380e3
AC
1357{
1358 int i;
1359 int flag;
1360 char *m;
1361 int what = 0;
1362
1363 /*
1364 * build a string in umode_buf to represent the change in the user's
1365 * mode between the new (source_p->flag) and 'old'.
1366 */
1367 m = umode_buf;
1368 *m = '\0';
1369
1370 for (i = 0; i < 128; i++)
1371 {
1372 flag = user_modes[i];
1373
1374 if((flag & old) && !(source_p->umodes & flag))
1375 {
1376 if(what == MODE_DEL)
1377 *m++ = (char) i;
1378 else
1379 {
1380 what = MODE_DEL;
1381 *m++ = '-';
1382 *m++ = (char) i;
1383 }
1384 }
1385 else if(!(flag & old) && (source_p->umodes & flag))
1386 {
1387 if(what == MODE_ADD)
1388 *m++ = (char) i;
1389 else
1390 {
1391 what = MODE_ADD;
1392 *m++ = '+';
1393 *m++ = (char) i;
1394 }
1395 }
1396 }
1397 *m = '\0';
1398
1399 if(*umode_buf && client_p)
1400 sendto_one(client_p, ":%s MODE %s :%s", source_p->name, source_p->name, umode_buf);
1401}
1402
1403/*
1404 * send_umode_out
1405 *
1406 * inputs -
1407 * output - NONE
55abcbb2 1408 * side effects -
212380e3
AC
1409 */
1410void
1411send_umode_out(struct Client *client_p, struct Client *source_p, int old)
1412{
1413 struct Client *target_p;
1414 char buf[BUFSIZE];
330fc5c1 1415 rb_dlink_node *ptr;
212380e3 1416
29c92cf9 1417 send_umode(NULL, source_p, old, buf);
212380e3 1418
5cefa1d6 1419 RB_DLINK_FOREACH(ptr, serv_list.head)
212380e3
AC
1420 {
1421 target_p = ptr->data;
1422
1423 if((target_p != client_p) && (target_p != source_p) && (*buf))
1424 {
1425 sendto_one(target_p, ":%s MODE %s :%s",
55abcbb2 1426 get_id(source_p, target_p),
212380e3
AC
1427 get_id(source_p, target_p), buf);
1428 }
1429 }
1430
1431 if(client_p && MyClient(client_p))
29c92cf9 1432 send_umode(client_p, source_p, old, buf);
212380e3
AC
1433}
1434
55abcbb2 1435/*
212380e3
AC
1436 * user_welcome
1437 *
1438 * inputs - client pointer to client to welcome
1439 * output - NONE
1440 * side effects -
1441 */
1442void
1443user_welcome(struct Client *source_p)
1444{
88520303
AC
1445 sendto_one_numeric(source_p, RPL_WELCOME, form_str(RPL_WELCOME), ServerInfo.network_name, source_p->name);
1446 sendto_one_numeric(source_p, RPL_YOURHOST, form_str(RPL_YOURHOST),
212380e3 1447 get_listener_name(source_p->localClient->listener), ircd_version);
88520303 1448 sendto_one_numeric(source_p, RPL_CREATED, form_str(RPL_CREATED), creation);
c18cb68b 1449 sendto_one_numeric(source_p, RPL_MYINFO, form_str(RPL_MYINFO), me.name, ircd_version, umodebuf, cflagsmyinfo);
212380e3
AC
1450
1451 show_isupport(source_p);
1452
1453 show_lusers(source_p);
1454
1455 if(ConfigFileEntry.short_motd)
1456 {
5366977b
AC
1457 sendto_one_notice(source_p, ":*** Notice -- motd was last changed at %s", user_motd_changed);
1458 sendto_one_notice(source_p, ":*** Notice -- Please read the motd if you haven't read it");
212380e3 1459
55abcbb2 1460 sendto_one(source_p, form_str(RPL_MOTDSTART),
212380e3
AC
1461 me.name, source_p->name, me.name);
1462
1463 sendto_one(source_p, form_str(RPL_MOTD),
1464 me.name, source_p->name, "*** This is the short motd ***");
1465
1466 sendto_one(source_p, form_str(RPL_ENDOFMOTD), me.name, source_p->name);
1467 }
1468 else
1469 send_user_motd(source_p);
1470}
1471
1472/* oper_up()
1473 *
1474 * inputs - pointer to given client to oper
1475 * - pointer to ConfItem to use
1476 * output - none
1477 * side effects - opers up source_p using aconf for reference
1478 */
6287d57f 1479void
212380e3
AC
1480oper_up(struct Client *source_p, struct oper_conf *oper_p)
1481{
1482 unsigned int old = source_p->umodes, oldsnomask = source_p->snomask;
1483 hook_data_umode_changed hdata;
1484
1485 SetOper(source_p);
1486
1487 if(oper_p->umodes)
1488 source_p->umodes |= oper_p->umodes;
1489 else if(ConfigFileEntry.oper_umodes)
1490 source_p->umodes |= ConfigFileEntry.oper_umodes;
1491 else
1492 source_p->umodes |= DEFAULT_OPER_UMODES;
1493
1494 if (oper_p->snomask)
1495 {
1496 source_p->snomask |= oper_p->snomask;
1497 source_p->umodes |= UMODE_SERVNOTICE;
1498 }
1499 else if (source_p->umodes & UMODE_SERVNOTICE)
1500 {
1501 /* Only apply these if +s is already set -- jilles */
1502 if (ConfigFileEntry.oper_snomask)
1503 source_p->snomask |= ConfigFileEntry.oper_snomask;
1504 else
1505 source_p->snomask |= DEFAULT_OPER_SNOMASK;
1506 }
1507
1508 Count.oper++;
1509
a4721f5e 1510 SetExtendChans(source_p);
212380e3
AC
1511 SetExemptKline(source_p);
1512
66f7fe67 1513 source_p->flags |= oper_p->flags;
ed3ca2ff
EK
1514 source_p->user->opername = rb_strdup(oper_p->name);
1515 source_p->user->privset = privilegeset_ref(oper_p->privset);
212380e3 1516
8aadf0ce
EK
1517 report_priv_change(source_p, NULL, source_p->user->privset);
1518
330fc5c1
AC
1519 rb_dlinkAddAlloc(source_p, &local_oper_list);
1520 rb_dlinkAddAlloc(source_p, &oper_list);
212380e3
AC
1521
1522 if(IsOperAdmin(source_p) && !IsOperHiddenAdmin(source_p))
1523 source_p->umodes |= UMODE_ADMIN;
1524 if(!IsOperN(source_p))
1525 source_p->snomask &= ~SNO_NCHANGE;
1526 if(!IsOperOperwall(source_p))
1527 source_p->umodes &= ~UMODE_OPERWALL;
848df803
EK
1528 if((ConfigFileEntry.oper_only_umodes & UMODE_SERVNOTICE) &&
1529 !HasPrivilege(source_p, "usermode:servnotice"))
1530 {
1531 source_p->umodes &= ~UMODE_SERVNOTICE;
1532 source_p->snomask = 0;
1533 }
212380e3
AC
1534 hdata.client = source_p;
1535 hdata.oldumodes = old;
1536 hdata.oldsnomask = oldsnomask;
1537 call_hook(h_umode_changed, &hdata);
1538
d4f7eb4c
EK
1539 source_p->handler = IsOperGeneral(source_p) ? OPER_HANDLER : CLIENT_HANDLER;
1540
212380e3 1541 sendto_realops_snomask(SNO_GENERAL, L_ALL,
5cca545c 1542 "%s (%s!%s@%s) is now an operator", oper_p->name, source_p->name,
212380e3 1543 source_p->username, source_p->host);
ed3ca2ff
EK
1544 sendto_server(NULL, NULL, CAP_TS6, NOCAPS, ":%s OPER %s %s",
1545 use_id(source_p), oper_p->name, oper_p->privset->name);
652b8478
JT
1546 if(!(old & UMODE_INVISIBLE) && IsInvisible(source_p))
1547 ++Count.invisi;
1548 if((old & UMODE_INVISIBLE) && !IsInvisible(source_p))
1549 --Count.invisi;
212380e3 1550 send_umode_out(source_p, source_p, old);
88520303 1551 sendto_one_numeric(source_p, RPL_SNOMASK, form_str(RPL_SNOMASK),
212380e3
AC
1552 construct_snobuf(source_p->snomask));
1553 sendto_one(source_p, form_str(RPL_YOUREOPER), me.name, source_p->name);
22c3b270 1554 sendto_one_notice(source_p, ":*** Oper privilege set is %s", oper_p->privset->name);
8aadf0ce 1555 send_multiline_init(source_p, " ", ":%s NOTICE %s :*** Oper privs are ", me.name, source_p->name);
181410f2 1556 for (const char *const *s = privilegeset_privs(oper_p->privset); *s != NULL; s++)
8aadf0ce
EK
1557 send_multiline_item(source_p, "%s", *s);
1558 send_multiline_fini(source_p, NULL);
212380e3 1559 send_oper_motd(source_p);
212380e3
AC
1560}
1561
01cebbd8
JT
1562/*
1563 * find_umode_slot
1564 *
1565 * inputs - NONE
1566 * outputs - an available umode bitmask or
1567 * 0 if no umodes are available
1568 * side effects - NONE
1569 */
1570unsigned int
1571find_umode_slot(void)
1572{
1573 unsigned int all_umodes = 0, my_umode = 0, i;
1574
1575 for (i = 0; i < 128; i++)
1576 all_umodes |= user_modes[i];
1577
1578 for (my_umode = 1; my_umode && (all_umodes & my_umode);
1579 my_umode <<= 1);
1580
1581 return my_umode;
1582}
1583
212380e3
AC
1584void
1585construct_umodebuf(void)
1586{
1587 int i;
1588 char *ptr = umodebuf;
a8086a7c 1589 static int prev_user_modes[128];
212380e3
AC
1590
1591 *ptr = '\0';
1592
1593 for (i = 0; i < 128; i++)
a8086a7c
JT
1594 {
1595 if (prev_user_modes[i] != 0 && prev_user_modes[i] != user_modes[i])
1596 {
1597 if (user_modes[i] == 0)
1598 {
1599 orphaned_umodes |= prev_user_modes[i];
a9227555 1600 sendto_realops_snomask(SNO_DEBUG, L_NETWIDE, "Umode +%c is now orphaned", i);
a8086a7c
JT
1601 }
1602 else
5a15b976 1603 {
a8086a7c 1604 orphaned_umodes &= ~prev_user_modes[i];
a9227555 1605 sendto_realops_snomask(SNO_DEBUG, L_NETWIDE, "Orphaned umode +%c is picked up by module", i);
5a15b976
SA
1606 }
1607 user_modes[i] = prev_user_modes[i];
a8086a7c
JT
1608 }
1609 else
1610 prev_user_modes[i] = user_modes[i];
212380e3
AC
1611 if (user_modes[i])
1612 *ptr++ = (char) i;
a8086a7c 1613 }
212380e3
AC
1614
1615 *ptr++ = '\0';
1616}
1617
1618void
1619change_nick_user_host(struct Client *target_p, const char *nick, const char *user,
82622732 1620 const char *host, int newts, const char *format, ...)
212380e3 1621{
330fc5c1 1622 rb_dlink_node *ptr;
212380e3
AC
1623 struct Channel *chptr;
1624 struct membership *mscptr;
1625 int changed = irccmp(target_p->name, nick);
1626 int changed_case = strcmp(target_p->name, nick);
1627 int do_qjm = irccmp(target_p->username, user) || irccmp(target_p->host, host);
1628 char mode[10], modeval[NICKLEN * 2 + 2], reason[256], *mptr;
1629 va_list ap;
1630
1631 modeval[0] = '\0';
55abcbb2 1632
212380e3
AC
1633 if(changed)
1634 {
1635 target_p->tsinfo = newts;
1636 monitor_signoff(target_p);
1637 }
1638 invalidate_bancache_user(target_p);
1639
1640 if(do_qjm)
1641 {
1642 va_start(ap, format);
57aa79ac 1643 vsnprintf(reason, sizeof reason, format, ap);
212380e3
AC
1644 va_end(ap);
1645
4a5330bb 1646 sendto_common_channels_local_butone(target_p, NOCAPS, CLICAP_CHGHOST, ":%s!%s@%s QUIT :%s",
212380e3
AC
1647 target_p->name, target_p->username, target_p->host,
1648 reason);
1649
5cefa1d6 1650 RB_DLINK_FOREACH(ptr, target_p->user->channel.head)
212380e3
AC
1651 {
1652 mscptr = ptr->data;
1653 chptr = mscptr->chptr;
1654 mptr = mode;
1655
1656 if(is_chanop(mscptr))
1657 {
1658 *mptr++ = 'o';
1659 strcat(modeval, nick);
1660 strcat(modeval, " ");
1661 }
1662
1663 if(is_voiced(mscptr))
1664 {
1665 *mptr++ = 'v';
1666 strcat(modeval, nick);
1667 }
1668
1669 *mptr = '\0';
1670
4a5330bb 1671 sendto_channel_local_with_capability_butone(target_p, ALL_MEMBERS, NOCAPS, CLICAP_EXTENDED_JOIN | CLICAP_CHGHOST, chptr,
a695b0e4 1672 ":%s!%s@%s JOIN %s", nick, user, host, chptr->chname);
4a5330bb 1673 sendto_channel_local_with_capability_butone(target_p, ALL_MEMBERS, CLICAP_EXTENDED_JOIN, CLICAP_CHGHOST, chptr,
a695b0e4
SB
1674 ":%s!%s@%s JOIN %s %s :%s", nick, user, host, chptr->chname,
1675 EmptyString(target_p->user->suser) ? "*" : target_p->user->suser,
1676 target_p->info);
1677
212380e3 1678 if(*mode)
ad9cbf9e
MU
1679 sendto_channel_local_with_capability_butone(target_p, ALL_MEMBERS, NOCAPS, CLICAP_CHGHOST, chptr,
1680 ":%s MODE %s +%s %s", target_p->servptr->name, chptr->chname, mode, modeval);
212380e3
AC
1681
1682 *modeval = '\0';
1683 }
1684
c5bbc603
KB
1685 /* Resend away message to away-notify enabled clients. */
1686 if (target_p->user->away)
4a5330bb 1687 sendto_common_channels_local_butone(target_p, CLICAP_AWAY_NOTIFY, CLICAP_CHGHOST, ":%s!%s@%s AWAY :%s",
0e17ce06 1688 nick, user, host,
c5bbc603
KB
1689 target_p->user->away);
1690
4a5330bb
AC
1691 sendto_common_channels_local_butone(target_p, CLICAP_CHGHOST, NOCAPS,
1692 ":%s!%s@%s CHGHOST %s %s",
1693 target_p->name, target_p->username, target_p->host, user, host);
1694
212380e3
AC
1695 if(MyClient(target_p) && changed_case)
1696 sendto_one(target_p, ":%s!%s@%s NICK %s",
4a5330bb 1697 target_p->name, user, host, nick);
ae4ce45f
KB
1698
1699 /* TODO: send some snotes to SNO_NCHANGE/SNO_CCONN/SNO_CCONNEXT? */
212380e3
AC
1700 }
1701 else if(changed_case)
1702 {
583f064f 1703 sendto_common_channels_local(target_p, NOCAPS, NOCAPS, ":%s!%s@%s NICK :%s",
4a5330bb 1704 target_p->name, user, host, nick);
ae4ce45f 1705
34616c3b
JT
1706 if(MyConnect(target_p))
1707 sendto_realops_snomask(SNO_NCHANGE, L_ALL,
1708 "Nick change: From %s to %s [%s@%s]",
1709 target_p->name, nick,
1710 target_p->username, target_p->host);
212380e3
AC
1711 }
1712
cd66c5b9
AC
1713 if (user != target_p->username)
1714 rb_strlcpy(target_p->username, user, sizeof target_p->username);
1715
f427c8b0 1716 rb_strlcpy(target_p->host, host, sizeof target_p->host);
212380e3
AC
1717
1718 if (changed)
b47f8a4f 1719 whowas_add_history(target_p, 1);
212380e3
AC
1720
1721 del_from_client_hash(target_p->name, target_p);
f427c8b0 1722 rb_strlcpy(target_p->name, nick, NICKLEN);
212380e3
AC
1723 add_to_client_hash(target_p->name, target_p);
1724
1725 if(changed)
1726 {
1727 monitor_signon(target_p);
1728 del_all_accepts(target_p);
1729 }
1730}
fdd4857c 1731
1732bool
1733has_common_channel(struct Client *source_p, struct Client *target_p)
1734{
1735 rb_dlink_node *ps, *pt;
1736 struct membership *ms, *mt;
1737 struct Channel *chptr;
1738
1739 ITER_COMM_CHANNELS(ps, pt, source_p->user->channel.head, target_p->user->channel.head, ms, mt, chptr)
1740 {
1741 if (ms != NULL && mt != NULL)
1742 return true;
1743 }
1744
1745 return false;
1746}
1747