[AB-xxx] adding check to limit the join duration of users being banned by honeypot

This commit is contained in:
Sheldan
2024-02-09 23:17:12 +01:00
parent 1689fcdae9
commit 11914d1be5
3 changed files with 19 additions and 6 deletions

View File

@@ -98,8 +98,11 @@ abstracto.featureModes.notifyMemberWarningDecays.enabled=true
abstracto.systemConfigs.honeypotRoleId.name=honeypotRoleId
abstracto.systemConfigs.honeypotRoleId.longValue=0
abstracto.systemConfigs.honeyPotIgnoredLevel.name=honeyPotIgnoredLevel
abstracto.systemConfigs.honeyPotIgnoredLevel.longValue=100
abstracto.systemConfigs.honeypotIgnoredLevel.name=honeypotIgnoredLevel
abstracto.systemConfigs.honeypotIgnoredLevel.longValue=100
abstracto.systemConfigs.honeypotIgnoredJoinDurationSeconds.name=honeypotIgnoredJoinDurationSeconds
abstracto.systemConfigs.honeypotIgnoredJoinDurationSeconds.longValue=86400
abstracto.featureFlags.honeypot.featureName=honeypot
abstracto.featureFlags.honeypot.enabled=false