veloren/server-cli/src
2020-10-23 20:30:33 +01:00
..
admin.rs Change admins from Vec<String> into Hashset<Uuid>, add commands to server-cli-bin for adding and removing admins 2020-10-10 02:10:32 -04:00
logging.rs rename a file, fix error msg, dont spam persistence by default 2020-10-13 00:06:24 +02:00
main.rs Fix clippy, minor fmt, add TODO comments 2020-10-10 03:01:30 -04:00
settings.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
shutdown_coordinator.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
tui_runner.rs Change admins from Vec<String> into Hashset<Uuid>, add commands to server-cli-bin for adding and removing admins 2020-10-10 02:10:32 -04:00
tuilog.rs Fixed the server cli dropping new lines 2020-10-23 20:30:33 +01:00