Minecraft-Console-Client/MinecraftClient
ORelio 877e50579d Add connection timeout using server keepalives
Vanilla client will consider that connection has been lost
when no server keepalive was received during the last 30 seconds.
This commit implements a similar mechanism in MCC. See #802
2019-09-15 17:01:53 +02:00
..
ChatBots Fix TriggerOnLogin in ScriptScheduler w/ AutoRelog 2019-08-04 15:52:44 +02:00
Commands MC 1.14 Basic/Chat support (#703) 2019-04-29 00:26:32 +02:00
config Implement Terrain and Movements for MC 1.13 2019-04-25 22:19:50 +02:00
Crypto Remove padding mechanism 2015-06-19 19:40:18 +02:00
Mapping Fix Block.cs constructor ambiguity 2019-05-01 23:15:24 +02:00
Properties Fix dev build numbering, add update notes 2019-04-28 15:58:10 +02:00
Protocol Add connection timeout using server keepalives 2019-09-15 17:01:53 +02:00
Proxy Use SocketException when proxy connection fails 2019-04-17 05:59:02 +02:00
Resources Fix Resources folder 2014-05-31 02:01:53 +02:00
WinAPI Fix Windows version detection for UTF-8 console 2018-02-11 15:43:58 +01: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 Enable/Disable TerrainAndMovements while logged in 2019-04-28 21:32:03 +02:00
Command.cs Several fixes 2014-07-01 14:10:29 +02:00
ConsoleIO.cs ConsoleIO: Sync with SharpTools 2018-05-28 22:09:50 +02:00
CSharpRunner.cs https://github.com/ORelio/Minecraft-Console-Client/issues/625: add GetOnlinePlayersWithUUID() which allows to retrive a UUID <-> playerName relation 2019-04-22 14:22:14 +02:00
Json.cs Fix \n Json decoding and allow line breaks in chat 2017-06-07 20:52:08 +02:00
McTcpClient.cs Add connection timeout using server keepalives 2019-09-15 17:01:53 +02:00
MinecraftClient.csproj Started to implement inventory handling 2019-05-28 18:53:40 +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.14.4 support 2019-07-20 20:40:57 +02:00
Settings.cs Close Window & Toggle Setting 2019-05-28 18:53:40 +02:00