summaryrefslogtreecommitdiff
path: root/test-server.ini
AgeCommit message (Collapse)Author
2024-08-27Fix weird crate versions; Bump dependency versions. Core: Implement 'Clone', ↵HEAD0.13.0-2masterGabriel Bjørnager Jensen
'Copy', 'Display', 'Eq', and 'PartialEq' for 'net::SessionToken'; Add more variants to 'Response'; Add 'net::ServerStatus' type. Client: Refactor. Server: Add 'Session' type; Restructure 'Server'; Handle and respond to requests; Add 'Error' and 'Result' types; Handle errors (instead of just panicking); Depend on 'rand'; Add 'Config' structure; Depend on 'configparser'; Add test configuration.