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
State system is fully implemented and passing tests. I added in a
handful of unit tests to test most of the available operations.
Other work has involved getting the interface between client and server
right and starting on the actual message handler. This involves starting
work on the db as well
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
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.