OpenFusionProject / OpenFusion

Open source server for the FusionFall client
MIT License
351 stars 64 forks source link

Include emails in chat dump #227

Closed yungcomputerchair closed 3 years ago

yungcomputerchair commented 3 years ago

Emails are not currently being logged so they can't be easily monitored for moderation purposes. This PR leverages the existing chat dump attached to the server monitor and pushes email strings into the same stack. 1 The email string consists of [Email], the sender name, receiver name, subject line in arrow braces <> followed by a newline, then every sanitized line of the message body. 2