summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)Author
2024-08-24Update logo; Update lints; Bump dependency versions. Core: Add 'net' module; ↵0.13.0-1Gabriel Bjørnager Jensen
Add 'net::Request' and 'net::Response' types; Add 'net::SessionToken' type; Add 'net::DEFAULT_SERVER_PORT' constant. Client: Add 'ServerConnection' type; Add 'Client' type; Depend on 'bzipper'. Server: Rename 'App' to 'Server'; Depend on 'bzipper'.
2024-08-21Rewrite in Rust; Update copyright years; Update gitignore; Use decimal ↵0.13.0-0Gabriel Bjørnager Jensen
versioning; Add core library; Add client and ;server executables; Reformat changelog; Reformat credits. Core: Depend on 'bzipper'.