m0r13 / mclogalyzer

Minecraft Server Log Analyzer
GNU General Public License v3.0
44 stars 20 forks source link

Added "Chat" tab showing full chatlog #14

Closed VikingScientist closed 9 years ago

VikingScientist commented 9 years ago

All general chat displayed in new tab. Separated by day to increase readability.

minecraft server log statistics - mozilla firefox_018

VikingScientist commented 9 years ago

May disable functionality by commandline arguments. File size of output html might end up being a problem on some servers so we might set the default behaviour to ignore chat and have it optionally included (current build includes chat by default).

m0r13 commented 9 years ago

I would prefer to have it disabled it by default. Can you fix that? Otherwise I can also do it.

VikingScientist commented 9 years ago

Default behaviour set to no chatlog in commit 4ecc437b665e45360e4780e8a13dc17bcaba5800.

Is this adequate or do I have to update the pull request to the newest commit as well?

m0r13 commented 9 years ago

Thanks for your patch!