1
0
cuberite-2a/src/Protocol
ElNounch d75bbdd03d Fixing string literal catching word letter as hexa-digit
Was sending "\x08C""uberite" as plugin identifier, aka a String of lenght (Varint 0x8c 0x75 ->) 14988 characters but only 7 provided
Now sending "\x08""Cuberite" as plugin identifier, aka a String of lenght (Varint 0x08 ->) 8 characters, with 8 provided
Fix BungeeCord compatibility
2016-08-17 07:37:48 +00:00
..
Authenticator.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Authenticator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ChunkDataSerializer.cpp Dropped 1.7 support (#3253) 2016-07-21 09:47:42 +02:00
ChunkDataSerializer.h Dropped 1.7 support (#3253) 2016-07-21 09:47:42 +02:00
CMakeLists.txt Dropped 1.7 support (#3253) 2016-07-21 09:47:42 +02:00
MojangAPI.cpp Fixed problems in cBlockingSslClientSocket. 2015-12-30 13:00:02 +01:00
MojangAPI.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Packetizer.cpp Added VarInt64, normalized cPacketizer datatype names. 2015-03-22 23:09:23 +01:00
Packetizer.h Fixed a lot of warnings 2015-05-19 11:50:59 +01:00
Protocol.h 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135) 2016-05-14 20:12:42 +01:00
Protocol18x.cpp Fixing string literal catching word letter as hexa-digit 2016-08-17 07:37:48 +00:00
Protocol18x.h 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135) 2016-05-14 20:12:42 +01:00
Protocol19x.cpp Fixing string literal catching word letter as hexa-digit 2016-08-17 07:37:48 +00:00
Protocol19x.h Fixes for boat entities (#3265) 2016-07-18 22:10:00 +02:00
ProtocolRecognizer.cpp Dropped 1.7 support (#3253) 2016-07-21 09:47:42 +02:00
ProtocolRecognizer.h Dropped 1.7 support (#3253) 2016-07-21 09:47:42 +02:00