Commit graph

22 commits

Author SHA1 Message Date
StevenLawson bc3ff0312f Finished implementing data tag event. 2014-08-22 23:03:23 -04:00
StevenLawson fa353bf01b Added TelnetRequestDataTagsEvent so other plugins can send arbitrary data tags back for each player.
This will be used for more detailed client-side information.
2014-08-20 21:22:02 -04:00
StevenLawson f7bccca400 Changed output to use whole lines (no more partial lines that start with ":").
Fixed glitch that caused mainLoop to stop blocking and run-away loop (possible cause of high CPU errors).
2014-08-17 20:52:57 -04:00
StevenLawson c5aa5f813d Add display name to player list JSON.
Send a player list update when someone enables enhanced mode.
2014-08-16 23:10:52 -04:00
StevenLawson b355edb37b Prevent flood of player list messages by only allowing 1 update every 2 seconds. 2014-08-16 21:53:09 -04:00
StevenLawson 6a9d5c9acb Added functionality for client side player list. 2014-08-16 20:33:55 -04:00
Jerom van der Sar 76f21c3487 Only remove from TelnetLogAppender if the socket is truely closed. Resolves #3
Small changes.
2014-06-15 16:40:09 +02:00
unknown 4407c6ab95 The LogAppender should be a single instance only. Fixes #3 2014-05-16 14:36:37 +02:00
unknown 0de2dcae69 Small api improvements 2014-03-21 11:34:01 +01:00
unknown 0316e52260 Cleaned up TelnetLogger 2014-03-20 18:08:27 +01:00
unknown c7cf109425 Finished the reset of the major rewrite 2014-03-20 17:57:22 +01:00
unknown b90f0fbd9f Batch format 2014-03-18 16:29:55 +01:00
unknown a8a429817c Beginning rewrite 2014-03-18 16:26:48 +01:00
Wilee999 75d4c19eb2 Implement new telnet.exit command. 2014-01-24 22:29:11 -08:00
Wilee999 2ef8f3daf3 Log who uses telnet.stopserver. 2014-01-19 13:20:44 -08:00
Wilee999 1a5ff8a258 Re-implement telnet commands. 2014-01-19 12:40:00 -08:00
unknown 8dac5b018e Added a better .gitignore
Batch format
2013-12-18 16:06:44 +01:00
unknown 7707093231 Call new TelnetCommandEvent when a telnet user tries to run a command
Some cleanup
2013-12-17 16:16:19 +01:00
unknown 30b42f485d Worked around Apache Commons for Minecraft 1.7
Added formatting settings in project files
2013-12-16 22:50:33 +01:00
StevenLawson c066e3e5bc Adjusted input filtering. 2013-09-27 10:19:50 -04:00
StevenLawson a9c8930f3b Implement authentication 2013-09-26 19:07:30 -04:00
StevenLawson fed6962883 Begin rewrite.
TODO: Finish authentication.
2013-09-26 08:21:26 -04:00