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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user