Major improvement, security handling, file handling +fixes

This commit is contained in:
unknown
2026-05-23 00:13:56 +02:00
parent 2129081599
commit a7b44af91a
25 changed files with 925 additions and 116 deletions

View File

@@ -9,6 +9,7 @@
# Path to the SQLite database file. Relative paths are resolved from the
# current working directory. Both the server and bot MUST use the same file.
database_path = "data/db.sqlite"
uname_changes_path = "data/uname_changes.json"
# ----------------------------------------------------------------------------
# Content settings
@@ -62,6 +63,9 @@ admin_group_ids = []
# Group IDs where reported content is forwarded for moderator review.
review_group_ids = []
# Enable global ban list enforcement across all groups.
global_ban = false
# ----------------------------------------------------------------------------
# Storage Paths
# ----------------------------------------------------------------------------