View Issue Details

IDProjectCategoryView StatusLast Update
0006375unrealircdpublic2023-12-28 13:32
ReporterGHF Assigned Tosyzop  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version6.1.3 
Fixed in Version6.1.5 
Summary0006375: Central blocklist too slow to respond
Descriptioncentral-blocklist.CENTRAL_BLOCKLIST_TIMEOUT [warn] Central blocklist too slow to respond. Possible problem with infrastructure at unrealircd.org. Allowing user [email protected] in unchecked.
Additional InformationThis happens if a user does not have registered account.
for IP 46.19.* I have require authentication block.
Each time user that has require authentication tries to connect, it sends the same message 10-20 times.
TagsNo tags attached.
3rd party modules

Activities

syzop

2023-12-28 12:59

administrator   ~0023125

*Delete previous comment*.. on second though it sounds like it is not a backend problem but more of a problem in the central blocklist module itself. I will replicate your setup and do some tests later today :)

syzop

2023-12-28 13:09

administrator   ~0023127

Heheh, it also has a nice effect on the client. After 10 seconds it will floods the "The server requires clients from this IP address to authenticate with a registered nickname and password" and "Please reconnect using SASL, or authenticate now by typing: /QUOTE AUTH nick:password" message to the client every 1 second.
Ok not a big flood, 1 per second, but rather silly :)

syzop

2023-12-28 13:32

administrator   ~0023128

Thanks, fixed in https://github.com/unrealircd/unrealircd/commit/079e7babef0e97d34a6056daa176a2e958c79410

commit 079e7babef0e97d34a6056daa176a2e958c79410 (HEAD -> unreal60_dev, origin/unreal60_dev, origin/HEAD)
Author: Bram Matthys <[email protected]>
Date: Thu Dec 28 13:30:49 2023 +0100

    Fix "Central blocklist too slow to respond" message when using softban
    or require authentication { } block.
    
    And the connecting user would get a message every second, which was
    a bit floody ;D.
    
    Repoerted by GHF in https://bugs.unrealircd.org/view.php?id=6375

Issue History

Date Modified Username Field Change
2023-12-28 12:27 GHF New Issue
2023-12-28 12:54 syzop Assigned To => syzop
2023-12-28 12:54 syzop Status new => acknowledged
2023-12-28 12:59 syzop Note Added: 0023125
2023-12-28 12:59 syzop View Status public => private
2023-12-28 13:09 syzop Note Added: 0023127
2023-12-28 13:30 syzop View Status private => public
2023-12-28 13:32 syzop Status acknowledged => resolved
2023-12-28 13:32 syzop Resolution open => fixed
2023-12-28 13:32 syzop Fixed in Version => 6.1.5
2023-12-28 13:32 syzop Note Added: 0023128