Develop an anti cheat solution
The details have to be discussed but the following are minimum requirements for an anti cheat:
- automatic bans of game breaking hacks
- utility/tools/dashboard for admins to ban players based on suspicious behavior.
The details have to be discussed but the following are minimum requirements for an anti cheat:
added 1 deleted label
changed milestone to %Veloren beyond - Long term goals
Currently, there's an issue where if the player moves too fast, the server can get caught attempting to check for collisions along their velocity path. To resolve this, we should add something like .min(100.0)
after this line to limit the maximum value of increments
: https://gitlab.com/veloren/veloren/-/blob/master/common/src/sys/phys.rs#L184.
added stale statusneeds discussion typefeature labels and removed 1 deleted label
closed
reopened
added tracking label