You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if I could add a flag to a server ban, to make draupnir also enforce the ACL as bans. On the other side, would also be nice if server bans had an option to not be written as an ACL, but be executed as a wildcard user ban, without relying on wildcard bans directly. This allows a better amount of separation between user policies and server policies.
Implementation ideas:
draupnir ban server.abc mylist --kick # Kick all users matching server (prevents ACL leaks)
draupnir ban server.abc mylist --no-acl --kick # Kick all users matching server, does not add an ACL
draupnir ban server.acb mylist --no-acl --ban # Ban all users matching server, without adding ACL
The text was updated successfully, but these errors were encountered:
Would be nice if I could add a flag to a server ban, to make draupnir also enforce the ACL as bans. On the other side, would also be nice if server bans had an option to not be written as an ACL, but be executed as a wildcard user ban, without relying on wildcard bans directly. This allows a better amount of separation between user policies and server policies.
Implementation ideas:
draupnir ban server.abc mylist --kick # Kick all users matching server (prevents ACL leaks)
draupnir ban server.abc mylist --no-acl --kick # Kick all users matching server, does not add an ACL
draupnir ban server.acb mylist --no-acl --ban # Ban all users matching server, without adding ACL
The text was updated successfully, but these errors were encountered: