X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/f427c8b00d445a30d73b24ff39d953b0be7c3ec5..9f1bde2683916a2ef8911298a637b54ad5a76d35:/extensions/ip_cloaking_old.c diff --git a/extensions/ip_cloaking_old.c b/extensions/ip_cloaking_old.c index 6c186b6a..16406536 100644 --- a/extensions/ip_cloaking_old.c +++ b/extensions/ip_cloaking_old.c @@ -59,9 +59,6 @@ distribute_hostchange(struct Client *client) sendto_server(NULL, NULL, CAP_TS6, CAP_EUID, ":%s ENCAP * CHGHOST %s :%s", use_id(&me), use_id(client), client->host); - sendto_server(NULL, NULL, - NOCAPS, CAP_TS6, ":%s ENCAP * CHGHOST %s :%s", - me.name, client->name, client->host); if (irccmp(client->host, client->orighost)) SetDynSpoof(client); else @@ -102,7 +99,7 @@ do_host_cloak(const char *inbuf, char *outbuf, int ipmask) /* try to avoid truncation -- jilles */ while (len1 + strlen(rest) >= HOSTLEN && (next = strchr(rest + 1, '.')) != NULL) rest = next; - strlcat(outbuf, rest, HOSTLEN); + rb_strlcat(outbuf, rest, HOSTLEN); } else rb_snprintf(outbuf, HOSTLEN, "%X%X.%s",