Per-user policies & grace periods #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a key point in making mod_e2e_policy more practical.
E2EE can be fiddly to get working (Dino setup key troubles for example).
Thus we want to allow new users a grace period in which the policy for them is set to
optional
before it automatically turns torequired
.Also, make this behavior optional, with another option being enabling users to set their policy (and possibly accepted E2EE schemes [see #3] via Ad-Hoc commands) and yet another the old behavior of having just one static policy for direct messages and another for MUCs.
And, of course add module options as needed.