Minecraft-Console-Client/MinecraftClient
Pokechu22 0617629570 Fix two bugs with 1.7.10 protocol
The first bug is that the list isn't cleared in some cases, meaning new packets get data from the previous packet if it isn't read fully.  Most commonly, this happens with a plugin channel message.  The second bug happens because lists don't throw IndexOutOfRangeExceptions, but instead throw ArgumentOutOfRangeExceptions.  This caused the catch for ignoring message types to not occur, instead causing the client to crash.  This only happens in 1.7.10, where the message type is not included.

Most likely, these changes will fix the bugs seen in #114 and #117, although they may be caused by other bugs.
2016-02-26 18:00:27 -08:00
..
ChatBots Add basic location handling 2015-11-27 17:16:37 +01:00
Commands Add simple movements with /move command 2015-12-12 16:48:38 +01:00
config Add regex settings for parsing chat messages 2015-10-22 22:17:15 +02:00
Crypto Remove padding mechanism 2015-06-19 19:40:18 +02:00
Mapping Add timeout when calculating unreachable path 2015-12-17 17:40:26 +01:00
Properties Add offline command prompt 2014-08-18 15:10:15 +02:00
Protocol Fix two bugs with 1.7.10 protocol 2016-02-26 18:00:27 -08:00
Proxy Merge onlyforlogin and enabled in proxy settings 2015-10-22 20:56:08 +02:00
Resources Fix Resources folder 2014-05-31 02:01:53 +02:00
.gitignore BouncyCastle reference is still there 2013-11-04 18:48:48 +11:00
AutoTimeout.cs Fix BungeeCord 1.8 (2nd attempt) 2015-01-31 11:21:06 +01:00
ChatBot.cs Add an "AfterGameJoined" method to ChatBot.cs. 2016-02-07 14:55:29 -08:00
Command.cs Several fixes 2014-07-01 14:10:29 +02:00
ConsoleIcon.cs First attempt at Realms list retrieval 2015-11-27 16:52:45 +01:00
ConsoleIO.cs Catch exception while moving cursor in ConsoleIO 2015-10-20 22:55:29 +02:00
CSharpRunner.cs Add regex access for C# scripts 2016-01-27 00:22:20 +01:00
McTcpClient.cs Fixed IndexOutOfRangeException when bot is unloaded on update 2016-02-23 11:19:14 -07:00
MinecraftClient.csproj Add simple movements with /move command 2015-12-12 16:48:38 +01:00
MinecraftClient.csproj.user Last minute changes for 1.6.0 + Changes from #13 2013-08-12 13:06:07 +02:00
Program.cs Add basic location handling 2015-11-27 17:16:37 +01:00
Settings.cs Update to 1.8's language files. 2016-01-30 22:14:53 -08:00