View Issue Details

IDProjectCategoryView StatusLast Update
0006608unrealjson-rpcpublic2026-01-30 07:41
Reporteradator Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version6.2.2 
Fixed in Version6.2.3 
Summary0006608: connthrottle.set not working
DescriptionHello,
when you set the connthrottle to false and you call the status endpoint are we expecting to have the enabled field to false ?

Steps To Reproduce{
    "jsonrpc": "2.0",
    "method": "connthrottle.status",
    "params": {"enabled": false},
    "id": 123
}
output:
{
    "jsonrpc": "2.0",
    "method": "connthrottle.set",
    "id": 123,
    "result": {
        "success": true,
        "enabled": false
    }
}

==> CALL THE STATUS
{
    "jsonrpc": "2.0",
    "method": "connthrottle.status",
    "params": {},
    "id": 123
}

OUTPUT:

{
    "jsonrpc": "2.0",
    "method": "connthrottle.status",
    "id": 123,
    "result": {
        "enabled": true, ==> SHOULD NOT BE FALSE ?
        "throttling_this_minute": false,
         .....
3rd party modules

Activities

syzop

2026-01-30 07:32

administrator   ~0023606

I have renamed this issue "connthrottle.set not working" since i simply think it is not working at all :)

syzop

2026-01-30 07:41

administrator   ~0023608

Fixed in git for future 6.2.3, thanks for the report :)

https://github.com/unrealircd/unrealircd/commit/c24424bb500bd55192d1f8c8f58d2e811a5aa6f5

commit c24424bb500bd55192d1f8c8f58d2e811a5aa6f5 (HEAD -> unreal60_dev, origin/unreal60_dev, origin/HEAD)
Author: Bram Matthys <[email protected]>
Date: Fri Jan 30 07:39:37 2026 +0100

    JSON-RPC: throttle.set did not do anything
    Reported by adator in https://bugs.unrealircd.org/view.php?id=6608

Issue History

Date Modified Username Field Change
2026-01-30 00:10 adator New Issue
2026-01-30 07:32 syzop Summary connthrottle.set Vs status => connthrottle.set not working
2026-01-30 07:32 syzop Note Added: 0023606
2026-01-30 07:32 syzop Assigned To => syzop
2026-01-30 07:32 syzop Status new => confirmed
2026-01-30 07:41 syzop Status confirmed => resolved
2026-01-30 07:41 syzop Resolution open => fixed
2026-01-30 07:41 syzop Fixed in Version => 6.2.3
2026-01-30 07:41 syzop Note Added: 0023608