-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Milestone
Description
Currently, we have a few rooms which are logged. These logs are served via HTTPS and we have both private and public logs.
These logs come with two problems:
- They contain nick names so they might be a privacy concern.
- Difficult to migrate because of very complex web server rules.
I'm personally leaning towards not migrating them at all and let them die for good until we have a new logging mechanism which properly anonymizes the conversation (which is hard to do, because even the structure of the sentences can reveal user identity).