summaryrefslogtreecommitdiffstats
path: root/source/Protocol125.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-20Refactored windows.madmaxoft@gmail.com1-8/+19
2012-09-11Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com1-0/+10
2012-09-06Fixed slot parsing in 1.2.5 causing weird behavior ( http://forum.mc-server.org/showthread.php?tid=551&pid=4413#pid4413 )madmaxoft@gmail.com1-1/+1
2012-09-06Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2madmaxoft@gmail.com1-0/+11
2012-09-05Added the possibility of reserved player slots by implementing the HandleHandshake hook!faketruth1-3/+2
2012-09-04Fixed a possible race condition in cClientHandle's packet sending code; prepared for moving cSocket out of cClientHandle's ownership.madmaxoft@gmail.com1-1/+1
2012-09-02Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;)madmaxoft@gmail.com1-1/+2
2012-08-31Progress on the 1.3.2 protocol.madmaxoft@gmail.com1-61/+63
2012-08-30Added a basic protocol recognizer and the base for 1.3.2 protocol.madmaxoft@gmail.com1-3/+3
2012-08-30cProtocol handles the initial handshake up to player loginmadmaxoft@gmail.com1-1/+45
2012-08-29Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself.madmaxoft@gmail.com1-156/+241
2012-08-28Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.madmaxoft@gmail.com1-303/+434
2012-08-27Cut out all packet handling to a separate cProtocol descendantmadmaxoft@gmail.com1-0/+1104