View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005805 | unreal | ircd | public | 2021-01-13 17:31 | 2021-01-15 13:44 |
Reporter | nsturtz | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | new | Resolution | open | ||
Product Version | 5.0.8 | ||||
Summary | 0005805: Allow channels to be exempt from `username parted. Reason: Excess Flood` | ||||
Description | I have a ascii channel on my network, and people keep getting killed my unrealircd for "Excess Flood" I think a good idea would be to add a way to "exempt" a channel from the flood kill. | ||||
Tags | flood, security | ||||
3rd party modules | |||||
|
Actually my personally opinion about this suggestion is, a contrib 3rd party module that will allow the server administrator to specify in configuration his preferred channels to be excepted from nofakelag, so every user that is on that channel would have that ability for that channel. The most common 3rd module example is https://github.com/unrealircd/unrealircd-contrib/blob/master/files/nopmchannel.c Example: nofakelagchannel { name "#one"; name "#two"; } |
|
We could use this to exempt users as well. One possible use: nofakelag { exempt "#one,#two"; exempt "nick1,nick2"; //User must have umode +r (registered) } |