Update features.md

This commit is contained in:
smallmodel 2025-04-18 18:49:30 +02:00
parent 1758a0cd2e
commit 7f662a93df
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -28,7 +28,14 @@ Overall, better compatibility on modern systems and bugfixes.
- Customizable FOV - Customizable FOV
- OpenAL and SDL are used - OpenAL and SDL are used
- Smoother animations - Smoother animations
- Stufftext protection: commands that the server want clients to execute are now filtered
#### Stufftext restriction
Servers can no longer make players run any command. Only a small number of safe commands are now allowed. This change helps prevent abuse, like unbinding player controls, and improves overall security.
To improve safety and the overall experience for everyone, `stufftext` is now limited to trusted, commonly used commands, like those for controlling in-game music.
The full list can be found in [cgame/cg_servercmds_filter.c](../code/cgame/cg_servercmds_filter.c).
### Server-side ### Server-side