Minecraft-Console-Client/MinecraftClient
ORelio c30d3025f7 Use BouncyCastle for handling AES on Mono Framework
Mono Framework does not handle CFB-8 AES encryption mode. So now MCC
will now use borrowed code from the BouncyCastle project for handling
AES when running on Mono framework, instead of using a dirty workaround
to try getting Mono encryption working. Regular .NET framework
encryption module will still be used when not running under Mono (eg on
Windows or using Wine)

Should hopefully fix all the issues encountered on Mono including #41
and finally achieve full compatibility of MCC with Mac and Linux.
2015-03-19 22:16:42 +01:00
..
ChatBots Fix crash when log file is in same folder 2015-02-26 12:19:46 +01:00
Commands Add /list support in Protocol16 2014-11-11 12:35:08 +01:00
config Update version info for 1.8.2 release 2015-03-11 19:58:39 +01:00
Crypto Use BouncyCastle for handling AES on Mono Framework 2015-03-19 22:16:42 +01:00
Properties Add offline command prompt 2014-08-18 15:10:15 +02:00
Protocol Update version info for 1.8.2 release 2015-03-11 19:58:39 +01:00
Proxy Variable engine done, catch bot exceptions 2014-06-11 20:40:25 +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 Handle HeroChat chat messages 2015-02-26 12:45:24 +01: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 Fix TAB different behavior between MCC and Vanilla 2014-08-18 10:25:43 +02:00
McTcpClient.cs Fix concurrency crashes for player list 2015-03-19 22:08:26 +01:00
MinecraftClient.csproj Use BouncyCastle for handling AES on Mono Framework 2015-03-19 22:16:42 +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 Update version info for 1.8.2 release 2015-03-11 19:58:39 +01:00
Settings.cs Use Trim instead of space deletion 2015-01-27 20:23:59 +01:00