Real Penalty - Hide the encrypted chat messages
Added 2023-03-12 15:41:17 +0000 UTCI think it's a very good news!
I did not know that but it's now possible to hide the chat traffic of Real Penalty using the CSP extra options on the server as described here:
https://github.com/ac-custom-shaders-patch/acc-extension-config/wiki/Misc-%E2%80%93-Server-extra-options#chat-tweaks
I tested the following options: everything works perfectly but all encrypted messages are now hidden!
[CHAT]
MESSAGES_FILTER='RP'
COMMANDS_NONADMIN_FILTER='RP'
SERVER_MESSAGES_FILTER='RP'
The messages sent by your client are visible. Only the messages from the server or from the other drivers are hidden.
Comments
A little better chat filter: [CHAT] MESSAGES_FILTER='^RP[><]' COMMANDS_NONADMIN_FILTER='^/RP[><]' SERVER_MESSAGES_FILTER='^RP[><]'
Davide Bolognesi
2023-03-13 11:32:41 +0000 UTC