KarlOfDuty / SCPDiscord

A NWAPI plugin which adds remote interaction to an SCP:SL server through Discord.
https://karlofduty.com
GNU General Public License v3.0
14 stars 13 forks source link

Please obfuscate Steam64 IDs from users with DNT both on the /list command and in logs. #104

Closed noahnightmare closed 9 months ago

noahnightmare commented 10 months ago

Describe the bug The plugin's /list command and logs violate the VSR by ignoring the DNT flag on users that may have it enabled.

To Reproduce Steps to reproduce the behavior:

  1. Enable DNT
  2. Join the server and connect the bot
  3. Use /list, or do anything that logs an action

Screenshots N/A

Setup (please complete the following information): N/A

Please obfuscate Steam64 IDs from users with DNT both on the /list command and in logs.

KarlOfDuty commented 9 months ago

I will not be adding anything to remove players with DNT turned on from the logs. As we discussed, this would ruin a lot of the moderation aspects of this plugin.

Also per our previous discussion you claimed the existing steam id filter in the config didn't work, but this is incorrect as you can see here with the filter off/on:

image

image

As the section we discussed implementing in discord already exists in the bot I will close this, you can reopen it if the solution doesn't work for your use case or something.