View Issue Details

IDProjectCategoryView StatusLast Update
0006188unrealircdpublic2023-05-22 12:26
Reporteradamus1red Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionduplicate 
Product Version6.0.4.1 
Summary0006188: [Feature Request] Per-Class maxchannelsperuser
DescriptionCurrently maxchannelsperuser is only settable as a global default, As a server admin I would like to have the ability to set this as a per-class option.

i.e.

class znclient {
    pingfreq 90;
    maxclients 1000;
    sendq 200k;
    recvq 8000;
    options {
        maxchannelsperuser 50;
    }
}
TagsNo tags attached.
3rd party modules

Activities

syzop

2023-05-20 15:54

administrator   ~0022875

Duplicate of 0000771:
This is now possible not in class but in set::anti-flood::<secgroup>::max-channels-per-user.
Done in https://github.com/unrealircd/unrealircd/commit/3652940c2ca7c8000253e26cfb9fe5c1abaf97bd
Also docs updated in https://www.unrealircd.org/docs/Anti-flood_settings#max-channels-per-user (and the set:: setting too)

syzop

2023-05-22 12:26

administrator   ~0022876

Correction, this is now in set blocks for security groups (not in anti-flood):
https://www.unrealircd.org/docs/Set_block#Set_block_for_a_security_group

Issue History

Date Modified Username Field Change
2022-11-12 23:12 adamus1red New Issue
2023-05-20 15:54 syzop Assigned To => syzop
2023-05-20 15:54 syzop Status new => closed
2023-05-20 15:54 syzop Resolution open => duplicate
2023-05-20 15:54 syzop Note Added: 0022875
2023-05-22 12:26 syzop Note Added: 0022876