Minecraft-Console-Client/MinecraftClient
Pokechu22 295dfe717e Fixed issues with passwords containing unicode special characters.
The main fix is the change to ProtocolHandler's jsonEncode method.  Previously,
it used 'char.IsLetterOrDigit' to see if it needed to be escaped, but some
chars, such as "Ð", count as a letter but still need to be escaped.  The fix is
to check if it's in the right range, rather than using that method.

There's also some changes to those methods for performance and clarity reasons.
Most of this is using a StringBuilder rather than appending to the string.  Not
too important, but it makes things clearer.
2015-08-17 11:11:09 -07:00
..
ChatBots Add 'other' messages support in AutoRespond 2015-08-02 12:20:51 +02:00
Commands AutoRespond tests and fixes 2015-06-21 16:40:13 +02:00
config Add 'other' messages support in AutoRespond 2015-08-02 12:20:51 +02:00
Crypto Remove padding mechanism 2015-06-19 19:40:18 +02:00
Properties Add offline command prompt 2014-08-18 15:10:15 +02:00
Protocol Fixed issues with passwords containing unicode special characters. 2015-08-17 11:11:09 -07:00
Proxy More startup error handling 2015-04-20 17:26:16 +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 joshbean39's chat formats 2015-07-31 12:23:13 +02:00
Command.cs Several fixes 2014-07-01 14:10:29 +02:00
ConsoleIcon.cs Revert to CMD icon on exit 2014-07-27 16:43:45 +02:00
ConsoleIO.cs Fixed issues with passwords containing unicode special characters. 2015-08-17 11:11:09 -07:00
McTcpClient.cs Remove packet debugging code 2015-07-30 17:32:42 +02:00
MinecraftClient.csproj Move 1.7 handling into 1.8 handler 2015-07-30 16:47:58 +02: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 1.8.8 as supported version 2015-07-30 12:37:29 +02:00
Settings.cs Add comments for server IP parsing 2015-07-05 20:53:35 +02:00