Shorter paragraph
Some checks failed
CodeQL / Analyze (push) Waiting to run
Build branch / build-all (push) Failing after 48s

This commit is contained in:
smallmodel 2025-04-18 21:28:12 +02:00
parent 7f662a93df
commit 6d20a438db
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -33,9 +33,7 @@ Overall, better compatibility on modern systems and bugfixes.
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. 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. `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).
The full list can be found in [cgame/cg_servercmds_filter.c](../code/cgame/cg_servercmds_filter.c).
### Server-side ### Server-side