From 7f8adb501b471ac51eb07c26e1dc61e7cdf8d73d Mon Sep 17 00:00:00 2001 From: "Schimon Jehudah, Adv." Date: Sun, 15 Sep 2024 15:57:27 +0300 Subject: [PATCH] Update the general settings file. --- kaikout/assets/settings.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kaikout/assets/settings.toml b/kaikout/assets/settings.toml index d8aedc2..08a0b5e 100644 --- a/kaikout/assets/settings.toml +++ b/kaikout/assets/settings.toml @@ -9,6 +9,8 @@ check_moderation = 0 # Enable moderation abuse detection. check_status = 1 # Enable detection of status message abuse. count = 9 # The maximum allowed number of instances of a word or a phrase in a message. enabled = 1 # Work status (Value 0 to disable). +jid_blacklist = [] # A list of JIDs to blacklist. +jid_whitelist = [] # A list of JIDs to whitelist. finished = 0 # Send an extra message which indicates of the amount of time of a done task (Value 1 to enable). frequency_messages = 1 # The maximum allowed frequency (in seconds) of sent messages. frequency_presence = 180 # The maximum allowed frequency (in seconds) of changed status messages. @@ -75,5 +77,9 @@ deny = [ "wanker" ] +[[rtbl]] +jid = 'xmppbl.org' +node = 'muc_bans_sha256' + [ipc] bsd = 0 # IPC (BSD/UDS) POSIX sockets