fix(server): remove aa_details for user from temp after sending
 
feat(client, server): finally handle AfterAuth properly
 
feat(server): recieve tick buffer messages
 
feat: update this horrible legacy shell.nix
 
feat(client): add flake.nix for easy development
 
feat(client): enable native wayland for bevy
 
feat: add openssl to shell.nix
 
feat(client): temporary new menu
 
feat(server, client): handle tick events, sorta
 
feat(client): handle AfterAuth message
 
feat(client): revamp CfgUser
 
feat(server, shared): send an AfterAuth payload to the client after auth
 
feat(server): handle connect, disconnect and error events
 
feat(client, server, shared): new login/register
 
fix(client): wrong title in menu
 
feat(api): create session on register
 
feat(shared): derive deserialize for APIError
 
feat(shared): add cookie support for reqwest
 
docs: update main readme with more up-to-date details