Kaszanas / SC2InfoExtractorGo

GNU General Public License v3.0
0 stars 2 forks source link

Anonymization switch for chat messages #30

Closed Kaszanas closed 3 years ago

Kaszanas commented 3 years ago

Currently when anonymization is performed it is made in two steps.

anonimizeMessageEvents() and then anonymizePlayers()

Where anonymizeMessageEvents() deletes all of the communication information between players, and anonymizePlayers changes the unique toon of a player into an arbitrary integer counter, and redacts nickname and clan information.

It is required to introduce a switch that will allow for the user to pick whether ChatEvents ought to be anonymized along with the toon.

Kaszanas commented 3 years ago

Solved in #31