| 1135 |
|
sendto_realops_flags(UMODE_ALL, L_OPER, |
| 1136 |
|
"Link with %s established: (%s) link", |
| 1137 |
|
inpath,show_capabilities(client_p)); |
| 1138 |
< |
ilog(L_NOTICE, "Link with %s established: (%s) link", |
| 1138 |
> |
ilog(LOG_TYPE_IRCD, "Link with %s established: (%s) link", |
| 1139 |
|
inpath_ip, show_capabilities(client_p)); |
| 1140 |
|
|
| 1141 |
|
client_p->serv->sconf = conf; |
| 1592 |
|
/* log */ |
| 1593 |
|
getnameinfo((struct sockaddr *)&aconf->ipnum, aconf->ipnum.ss_len, |
| 1594 |
|
buf, sizeof(buf), NULL, 0, NI_NUMERICHOST); |
| 1595 |
< |
ilog(L_NOTICE, "Connect to %s[%s] @%s", aconf->user, aconf->host, |
| 1595 |
> |
ilog(LOG_TYPE_IRCD, "Connect to %s[%s] @%s", aconf->user, aconf->host, |
| 1596 |
|
buf); |
| 1597 |
|
|
| 1598 |
|
/* Still processing a DNS lookup? -> exit */ |
| 1999 |
|
get_client_name(client_p, SHOW_IP), type, reason); |
| 2000 |
|
sendto_realops_flags(UMODE_ALL, L_OPER, "%s: CRYPTLINK %s error - %s", |
| 2001 |
|
get_client_name(client_p, MASK_IP), type, reason); |
| 2002 |
< |
ilog(L_ERROR, "%s: CRYPTLINK %s error - %s", |
| 2002 |
> |
ilog(LOG_TYPE_IRCD, "%s: CRYPTLINK %s error - %s", |
| 2003 |
|
get_client_name(client_p, SHOW_IP), type, reason); |
| 2004 |
|
|
| 2005 |
|
/* If client_reason isn't NULL, then exit the client with the message |