veloren/voxygen
Joshua Yanovski 7fe721247c Allow mods/admins to log in when server is full.
As a side effect, this moves the initial game server sync message into
the login code, since that's the first place we can check for admin
permissions and we want to avoid sending large messages to users who are
not authenticated (especially if the player cap has been reached;
previously, the player cap check limited the damage that could be done
by unauthenticated players).

Some fallout from this is that we don't synchronize the Player component
anymore, which had some minor effects on voxygen.  This update also
breaks Torvus, since Client::new now expects the username and password
to be provided from the getgo--an accompanying MR will be submitted to
fix it.
2022-09-09 15:13:53 -07:00
..
anim Attempt to avoid calling the driver's allocator within critical sections 2022-08-28 17:34:02 -07:00
benches Fix warnings 2022-01-23 16:32:25 -05:00
dynlib Move Veloren to 2021 edition 2022-01-26 16:46:40 +02:00
egui Merge remote-tracking branch 'origin/master' into sharp/zoomy-worldgen 2022-07-27 15:30:37 -07:00
examples (See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf 2020-08-20 20:34:59 +02:00
i18n fix for #1604 : use correct values in calculation 2022-07-21 18:34:06 +01:00
src Allow mods/admins to log in when server is full. 2022-09-09 15:13:53 -07:00
build.rs
Cargo.toml Preliminary adding back support for sunlight. 2022-09-01 07:50:47 -07:00