1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 22:23:13 +02:00

- internal: Modified TKL system (getting ready for anti-spam system):

Instead of 1 big list of *lines, it's now an array to easily distinct between types.
  Also made tk->usermask static (USERLEN+2) instead of dynamic.
  These changes should give enough speed improvement to make the new anti-spam/anti-ads
  feature fast enough.
This commit is contained in:
Bram Matthys
2004-01-01 22:53:50 +00:00
parent 081056522e
commit 56cb95f189
4 changed files with 145 additions and 73 deletions
+5 -1
View File
@@ -2683,4 +2683,8 @@ seen. gmtime warning still there
- Added some additional warnings for insane large values for allow::maxperip, and class::*
stuff. Reported by Erik_Rana (#0001463).
- Fixed a bug with /rehash and cached remote includes reported by mustapha88
- internal: Modified TKL system (getting ready for anti-spam system):
Instead of 1 big list of *lines, it's now an array to easily distinct between types.
Also made tk->usermask static (USERLEN+2) instead of dynamic.
These changes should give enough speed improvement to make the new anti-spam/anti-ads
feature fast enough.