Feature request: flag to propagate ACLs as bans
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
Main use case: ability to ACL eg. matrix.org without having matrix.org as an unmoderated cesspit