This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
veloren
Watch
1
Star
0
Fork
0
You've already forked veloren
mirror of
https://gitlab.com/veloren/veloren.git
synced
2024-08-30 18:12:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
veloren
/
server-cli
/
src
History
Marcel Märtens
9e5bd1e463
add a log for each person accessing the chat api
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