More plumbing, client partially implemented

Working through client implementation. The broadcast recieve + send is
working now, just have to get through all the incoming message types and
state and db work now
This commit is contained in:
2026-05-17 13:45:02 -07:00
parent 42bcebb50c
commit 907c6a8fb0
7 changed files with 363 additions and 34 deletions
+3
View File
@@ -7,6 +7,9 @@ keyfile = "/etc/letsencrypt/confetti/privkey.pem"
media_directory = "/srv/confetti/media"
statefile = "./confetti.state"
loglevel = "debug"
max_message_len_kb = 10000
# Optional
# account_creation_code = "password1"
[database]
url = "my.db.server"