mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-10 11:19:25 +00:00
restructured channel service calls a little bit moved dm sending to message service fixed log level configuration added full user dto, to be used as a combination of a AUserInServer and Member, for operations which need both, to avoid converting and reloading the user added mute command and mute role command added mute table added mute role table added job to automatically unmute people at the given time period restructured warn service removed simple message log for warnings added method to templating to support formatting instants
12 lines
576 B
INI
12 lines
576 B
INI
abstracto.postTargets.moderation=joinLog,leaveLog,warnLog,kickLog,banLog,editLog,deleteLog,muteLog
|
|
abstracto.features.moderation=false
|
|
abstracto.features.warnings=false
|
|
abstracto.features.logging=true
|
|
abstracto.features.mutes=true
|
|
|
|
abstracto.scheduling.jobs.unMuteJob.name=unMuteJob
|
|
abstracto.scheduling.jobs.unMuteJob.group=moderation
|
|
abstracto.scheduling.jobs.unMuteJob.clazz=dev.sheldan.abstracto.moderation.job.UnMuteJob
|
|
abstracto.scheduling.jobs.unMuteJob.standAlone=false
|
|
abstracto.scheduling.jobs.unMuteJob.active=true
|
|
abstracto.scheduling.jobs.unMuteJob.recovery=false |