6 Commits

Author SHA1 Message Date
uelen 0f9f89cdd4 Fix example config and an unwrap in main()
Was panicking on missing cert file. Oops. Now prints an error like it
should
2026-06-01 11:30:24 -07:00
uelen 8ba58234e0 Added lots of debugging + token auth
Now you dont have to send your password over the wire every time and can
make do with a token instead. There's lots of debugging info now to make
it easier for me to fix bugs with the server
2026-05-30 18:22:54 -07:00
uelen d71b10f89c 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
2026-05-26 19:47:18 -07:00
uelen 907c6a8fb0 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
2026-05-17 13:45:02 -07:00
uelen 42bcebb50c Lots more plumbing
Focusing mostly on getting main in shape and figuring out how to make
the connections flow. The main is pretty much there, going to be a bit
more when I take a shot at federation.
2026-05-16 13:31:23 -07:00
uelen 1bd9555287 Initial commit
Has the super barebones of a server

State API is next I think
2026-05-13 12:28:06 -07:00