Add configurable duration handling when a holder already has a temporary permission/parent/option set - closes #152

This commit is contained in:
Luck
2017-02-03 22:24:42 +00:00
Unverified
parent 1d71ec07be
commit 6540c695de
11 changed files with 199 additions and 22 deletions
+8
View File
@@ -54,6 +54,14 @@ group-name-rewrite {
# default="Member"
}
# Controls how temporary permissions/parents/meta should be accumulated
#
# The default behaviour is "deny"
# If "accumulate": durations will be added to the existing expiry time
# If "replace": durations will be replaced if the new duration is later than the current expiration
# If "deny": the command will just fail if you try to add another node with the same expiry
temporary-add-behaviour="deny"