Minecraft-Console-Client/MinecraftClient
ReinforceZwei 3b5488a7bf
Remove illegal characters in chat messages before sending (#1587)
Sending illegal character will cause server to kick the client. This happens when using remote control to execute some command that contains color output. Message checking applies to remote control only.
2021-05-12 19:34:55 +02:00
..
ChatBots Remove illegal characters in chat messages before sending (#1587) 2021-05-12 19:34:55 +02:00
Commands Improve inventory command output (#1582) 2021-05-11 14:02:47 +08:00
config Add more intuitive link for hardcoding 2021-05-08 11:48:15 +02:00
Crypto fix some doc strings 2019-10-03 09:48:40 +02:00
Inventory Improve inventory command output (#1582) 2021-05-11 14:02:47 +08:00
Logger Implement log to file logger (#1494) 2021-03-07 14:23:26 +08:00
Mapping New method for getting looking location (#1503) 2021-03-13 22:23:58 +08:00
Properties Fix dev build numbering, add update notes 2019-04-28 15:58:10 +02:00
Protocol Fix calling schedule task cause deadlock (#1586) 2021-05-12 22:31:06 +08:00
Proxy Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
Resources Update de.ini (#1584) 2021-05-12 12:41:49 +08:00
WinAPI Add ability to perform clean-up code before quitting (#1561) 2021-05-01 16:56:31 +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 Implement schedule main thread task with return value (#1579) 2021-05-12 12:20:13 +08:00
Command.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
ConsoleIO.cs Strip Minecraft Color Codes (§) in BasicIO-NoColor mode (#995) 2020-05-14 19:36:56 +02:00
CSharpRunner.cs Remove SendText delay in C# scripts (#1480) 2021-02-25 18:02:41 +01:00
DefaultConfigResource.Designer.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
DefaultConfigResource.resx Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
FileMonitor.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
INIFile.cs Use FileMonitor to synchronize Mailer bot (#1108) (v2) 2020-08-07 11:58:44 +02:00
Json.cs Implement Realms support (#1533) 2021-04-12 19:46:33 +08:00
McClient.cs Remove illegal characters in chat messages before sending (#1587) 2021-05-12 19:34:55 +02:00
MinecraftClient.csproj Implement schedule main thread task with return value (#1579) 2021-05-12 12:20:13 +08:00
MinecraftClient.csproj.user Specify the CSharp version to 4 in project file 2021-04-07 21:01:07 +02:00
Program.cs Add ability to perform clean-up code before quitting (#1561) 2021-05-01 16:56:31 +02:00
Settings.cs Implement Realms support (#1533) 2021-04-12 19:46:33 +08:00
TaskWithResult.cs Implement schedule main thread task with return value (#1579) 2021-05-12 12:20:13 +08:00
Translations.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00