veloren/server-cli/src
Marcel Märtens 514d5db038 Update Network Protocol
- now last digit version is compatible 0.6.0 will connect to 0.6.1
 - the TCP DATA Frames no longer contain START field, as it's not needed
 - the TCP OPENSTREAM Frames will now contain the BANDWIDTH field
 - MID is not Protocol internal

Update network
 - update API with Bandwidth

Update veloren
 - introduce better runtime and `async` things that are IO bound.
 - Remove `uvth` and instead use `tokio::runtime::Runtime::spawn_blocking`
 - remove futures_execute from client and server use tokio::runtime::Runtime instead
 - give threads a Name
2021-02-22 17:34:55 +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 Update Network Protocol 2021-02-22 17:34:55 +01:00
main.rs get rid of async_std::channel 2021-02-17 12:38:53 +01: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 Moved common networking code to common/net, clippy fixes 2020-12-13 17:23:45 +00:00
tui_runner.rs adjust fmt and clippy after toolchain upgrade 2020-12-10 14:53:01 +01:00
tuilog.rs Fixed the server cli dropping new lines 2020-10-23 20:30:33 +01:00