allthingslinux / tux

Tux is an all in one bot for the All Things Linux discord server.
https://discord.gg/linux
GNU General Public License v3.0
81 stars 24 forks source link

threads for reports show up in logs #607

Open tuxgitbot[bot] opened 1 day ago

tuxgitbot[bot] commented 1 day ago

I'll explain and provide pictures shortly

Author: atmois

electron271 commented 1 day ago

possible solutions

electron271 commented 1 day ago

imo this is out of tux's control for the most part, however since a lot of servers make audit logs public i think a anonymization config option is a good solution

rm-rf-tux commented 1 day ago

Yep I agree with anonymization options There's one issue though, if the only case in which the username and thread name are hidden is a report, it'll be trivial to check which thread creations are reports. Not sure that is an issue though. Especially with how many people are on the server.

Another solution would be to make Tux handle audit logs, instead of Wick. Then some types of events can be intentionally not logged. This is a lot of work though