aboutsummaryrefslogtreecommitdiff
path: root/server/src/main.rs
AgeCommit message (Expand)Author
2025-12-18add full game unit testmetamuffin
2025-11-07Update registry URLtpart
2025-10-30Remove inactive playermetamuffin
2025-10-30Add connection keepalives; Disconnect reasionsmetamuffin
2025-10-30Add disconnect reasonsmetamuffin
2025-10-30Improve cli doc stringsmetamuffin
2025-10-30clippymetamuffin
2025-10-30Configurable lobby map and inactivity kick timout (close #492)metamuffin
2025-10-24Localize book html exportmetamuffin
2025-10-24Kick player with no inputs in last 60s; refactor server iometamuffin
2025-10-17Add CLI option for user defined registry address (close #481)metamuffin
2025-10-11Improve server logging and use central player id counter (close #450)metamuffin
2025-10-11clippy + fmt; start using if let chainsmetamuffin
2025-10-10Update to newest rust; replace rand with std randommetamuffin
2025-10-08merge all makefiles into onemetamuffin
2025-10-06Move data code to own crate + general data refactormetamuffin
2025-09-30Extract server locale code to own cratemetamuffin
2025-09-29Implement ready packet + Refactor server pausingmetamuffin
2025-09-27remove bincode support everywheremetamuffin
2025-09-19Refactor book part 1metamuffin
2025-08-26server: annouce start feature, entity constructors, pause timermetamuffin
2025-08-24rename HURRYCURRY_DATA_PATH, add HURRYCURRY_DISTRIBUTIONmetamuffin
2025-08-24rename HURRYCURRY_DATA_PATH, add HURRYCURRY_DISTRIBUTIONmetamuffin
2025-08-24add runtime DATA_SEARCH_PATH variable; always fall backmetamuffin
2025-08-23reintroduce DATA_SEARCH_PATH, remove flatpak data search dir featuremetamuffin
2025-08-23compile feature for flatpak data pathsmetamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-07-07server mdns prevent advertising not supported ip versionsmetamuffin
2025-06-27read windows registry to detect data dirmetamuffin
2025-06-06print error messages without debug formatmetamuffin
2025-06-03use multiple ints for characters; close #294metamuffin
2025-06-03update rust toolchain and rust dependencies.metamuffin
2025-06-03Add pedestrians (and custom spawn locations)metamuffin
2024-12-23username length limitmetamuffin
2024-09-30use `[::]:27032` as default addressnokoe
2024-09-30data search path build variiablemetamuffin
2024-09-25player class decoupled from character idmetamuffin
2024-09-24optional upnp, mdns and register supportmetamuffin
2024-09-23uri register improvedmetamuffin
2024-09-21server: mdns and upnpmetamuffin
2024-09-20server can registermetamuffin
2024-09-18translate server messagesmetamuffin
2024-09-18test server startupmetamuffin
2024-09-02rephrase some messages in servermetamuffin
2024-09-02merge ServerState and Statemetamuffin
2024-08-13refactor server to use client-lib data model (breaks customers)metamuffin
2024-08-10decrease default log level to warnmetamuffin
2024-08-10Change protocol and server to allow multiple players per connection (untested)metamuffin
2024-07-23server: listen address cli optnokoe
2024-07-18increase server tps to 50metamuffin