1
0
cuberite-2a/src/Protocol
madmaxoft 30c431b479 Fixed client packet parsing.
When the packet wouldn't fit the current buffer, the server would mis-parse the next packet. This was the cause for #541.
Also modified comm logging, now each direction can be turned on separately.
2014-01-26 17:56:12 +01:00
..
ChunkDataSerializer.cpp Fixed the remaining derps 2013-11-27 07:40:59 +00:00
ChunkDataSerializer.h Moved source to src 2013-11-24 14:19:41 +00:00
CMakeLists.txt moved protocol to glob 2013-12-19 00:11:04 +00:00
Protocol.h Merge branch 'master' of https://github.com/mc-server/MCServer 2014-01-21 20:40:41 +02:00
Protocol14x.cpp PolarSSL is fully used for 1.3.2 protocol encryption. 2014-01-23 23:35:23 +01:00
Protocol14x.h Moved source to src 2013-11-24 14:19:41 +00:00
Protocol15x.cpp Fixed 1.5.x scoreboard packet IDs 2014-01-23 21:06:05 +02:00
Protocol15x.h Scoreboard protocol support 2014-01-21 15:58:17 +02:00
Protocol16x.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Protocol16x.h Moved source to src 2013-11-24 14:19:41 +00:00
Protocol17x.cpp Fixed client packet parsing. 2014-01-26 17:56:12 +01:00
Protocol17x.h Merged branch 'master' into ChangeToPolarSSL. 2014-01-25 15:37:00 +01:00
Protocol125.cpp Removed internal cEntity::GetRot() usage. 2014-01-17 11:11:17 +01:00
Protocol125.h Merge branch 'master' of https://github.com/mc-server/MCServer 2014-01-21 20:40:41 +02:00
Protocol132.cpp PolarSSL is fully used for 1.3.2 protocol encryption. 2014-01-23 23:35:23 +01:00
Protocol132.h PolarSSL is fully used for 1.3.2 protocol encryption. 2014-01-23 23:35:23 +01:00
ProtocolRecognizer.cpp PolarSSL is fully used for 1.3.2 protocol encryption. 2014-01-23 23:35:23 +01:00
ProtocolRecognizer.h Merge branch 'master' of https://github.com/mc-server/MCServer 2014-01-21 20:40:41 +02:00