Added some user message handlers

Handlers now exist for user creation, auth, state messages, and post
messages. Still need to do group permissions and messages
This commit is contained in:
2026-05-26 19:47:18 -07:00
parent eaeb293915
commit d71b10f89c
7 changed files with 158 additions and 19 deletions
+4
View File
@@ -8,6 +8,10 @@ media_directory = "/srv/confetti/media"
statefile = "./confetti.state"
loglevel = "debug"
max_message_len_kb = 10000
# List of users with server-level permissions that are allowed to change anything in
# any room
# admins = ["alice"]
admins = []
# Optional
# account_creation_code = "password1"