1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 03:43:12 +02:00

Major TKL speed improvements.

This commit is contained in:
Bram Matthys
2019-03-03 20:25:05 +01:00
parent 87c81e7e9f
commit fac1e30b91
6 changed files with 578 additions and 340 deletions
-1
View File
@@ -1346,7 +1346,6 @@ int _register_user(aClient *cptr, aClient *sptr, char *nick, char *username, cha
RunHookReturnInt2(HOOKTYPE_REQUIRE_SASL, sptr, bconf->reason, !=0);
return banned_client(sptr, "Require-Auth", bconf->reason?bconf->reason:"", 0, 0);
}
tkl_check_expire(NULL);
/* Check G/Z lines before shuns -- kill before quite -- codemastr */
if ((xx = find_tkline_match(sptr, 0)) < 0)
{
+568 -332
View File
File diff suppressed because it is too large Load Diff