View Issue Details

IDProjectCategoryView StatusLast Update
0006395unrealircdpublic2024-03-23 18:11
ReporterValware Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Summary0006395: Please add the possibility for using set <security group>::restrict-commands
DescriptionIt would be super cool to be able to restrict commands per security-group.

Example:
<code>
set unknown-users {
  restrict-commands {
    list { except { identified yes; } }
    private-message { except { identified yes; } }
    private-notice { except { identified yes; } }
  }
}
</code>
TagsNo tags attached.
3rd party modules

Activities

syzop

2024-03-23 18:08

administrator   ~0023154

The ::except item is a Mask item, so you can already use security-group there. https://www.unrealircd.org/docs/Mask_item

But what you suggest is possibly more intuitive. Although I am not 100% sure if it wouldn't be more confusing in the end if you have like multiple security group matches, skipping the original set block, having security group selectors within this suggestion.. etc... but will think about it!

Valware

2024-03-23 18:11

reporter   ~0023155

Well, I do like the fact you can use a mask item in the security-group block so you can match other security-groups. �

Issue History

Date Modified Username Field Change
2024-03-23 16:32 Valware New Issue
2024-03-23 18:08 syzop Note Added: 0023154
2024-03-23 18:11 Valware Note Added: 0023155