Semicolon missing
[valheim_web.git] / backend / src / valheim_controller.rs
2021-03-22 Greg BurriSemicolon missing
2021-03-22 Greg BurriBe sure the right number of connection is used
2021-03-22 Greg BurriFix an issue where too few player was displayed
2021-03-22 Greg BurriAvoid data duplication.
2021-03-22 Greg BurriDisplay '<none>' if there is no active player.
2021-03-22 Greg BurriShow player names (WIP)
2021-03-18 Greg BurriUptime a bit more readable
2021-03-17 Greg BurriUse 'modified()' instead of 'created()' to get the...
2021-03-17 Greg Burri'unix' -> 'linux' (bis)
2021-03-17 Greg Burri'unix' -> 'linux'
2021-03-17 Greg BurriAdd the date and time of the latest backup.
2021-03-16 Greg BurriAdding information about backup (WIP)
2021-03-15 Greg BurriSupport systemd only on unix
2021-03-15 Greg BurriCache displayed data
2021-03-15 Greg BurriDisplay the number of active player
2021-03-11 Greg BurriPut the world path in the configuration file
2021-03-11 Greg BurriRemove all warnings
2021-03-11 Greg BurriAdd world size
2021-03-10 Greg BurriDisplay load average in percent
2021-03-10 Greg BurriUse the correct process name...
2021-03-10 Greg BurriReplace cpu usage by load average
2021-03-08 Greg BurriDisplay days (uptime)
2021-03-08 Greg BurriDisplay some server process information (memory, cpu...
2021-03-05 Greg BurriAdd a Valheim controller module.