veloren/server-cli/src
2023-10-18 13:05:22 +02:00
..
web add a log for each person accessing the chat api 2023-10-18 13:05:22 +02:00
cli.rs fix clippy issues, WITHOUT clippy::needless_pass_by_ref_mut as we are still unsure how to proceed with it. we want to keep the &mut ref where we are actually writing. maybe we need another method support 2023-10-05 23:23:27 +02:00
main.rs imbris though the Cow would get Cloned anyway, so we go directly for String for now. OnceCell might be a thing in the future, but not now. 2023-10-18 10:50:58 +02:00
settings.rs move whole webserver to server-cli 2023-10-18 09:35:40 +02:00
shutdown_coordinator.rs Moved common networking code to common/net, clippy fixes 2020-12-13 17:23:45 +00:00
tui_runner.rs Revert "extended clippy from quality.sh" 2023-10-05 22:00:49 +02:00
tuilog.rs Switch from ansi-parser to cansi, down to a single version of nom! 2023-04-05 02:38:58 -04:00