veloren/common/net
Marcel Märtens a98e72c391 Auth requests are now done async, the register system is fetching it, via a PendingLogin component
The auth server no longer allows the protocol to be specified. we enforce `https` for the auth server, so DO NOT provide a auth url with `https://` but without.
correct is now `auth.veloren.net`
incorrect is: `https://auth.veloren.net`
2021-03-11 17:05:02 +01:00
..
src git push -fTransport ChunkRequests and Chunkupdates in a own stream. ChunkUpdates are very big and having them in a own stream, helps slow clients to keep up with entity syncs and 2021-03-11 14:50:46 +01:00
Cargo.toml Auth requests are now done async, the register system is fetching it, via a PendingLogin component 2021-03-11 17:05:02 +01:00