Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: flag to propagate ACLs as bans #613

Open
TheArcaneBrony opened this issue Oct 13, 2024 · 1 comment
Open

Feature request: flag to propagate ACLs as bans #613

TheArcaneBrony opened this issue Oct 13, 2024 · 1 comment

Comments

@TheArcaneBrony
Copy link
Contributor

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

@TheArcaneBrony
Copy link
Contributor Author

TheArcaneBrony commented Oct 13, 2024

Main use case: ability to ACL eg. matrix.org without having matrix.org as an unmoderated cesspit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant