summaryrefslogtreecommitdiffstats
path: root/source/Protocol132.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-23Source files cleanup: Protocol-related files in a separate subfoldermadmaxoft@gmail.com1-769/+0
2012-09-23Source files cleanup: UI files renamedmadmaxoft@gmail.com1-1/+1
2012-09-23Fixed position confirming for 1.3.2 (FS #245)madmaxoft@gmail.com1-0/+3
2012-09-23Fixed entity equipment packet in the 1.3.2 protocol.madmaxoft@gmail.com1-0/+15
2012-09-21Working shift-click support in crafting areas; window update working in 1.3.2madmaxoft@gmail.com1-0/+21
2012-09-20UI: Added shift-click support to most slot areas, except crafting.madmaxoft@gmail.com1-1/+2
2012-09-11Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com1-0/+18
2012-09-06Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2madmaxoft@gmail.com1-9/+103
2012-09-06Removed excessive debug logging in cProtocol132madmaxoft@gmail.com1-30/+4
2012-09-05Added the possibility of reserved player slots by implementing the HandleHandshake hook!faketruth1-0/+5
2012-09-04Hopefully fixed pointer arithmetic problems in GCC compilation in cProtocol132madmaxoft@gmail.com1-1/+1
2012-09-04Removed OS dependencies from CryptoPP; Removed unused modules that didn't compile on some platformsmadmaxoft@gmail.com1-3/+5
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-22/+102
2012-08-31Progress on the 1.3.2 protocol.madmaxoft@gmail.com1-20/+319
2012-08-30Implemented 1.3.2 protocol encryption using CryptoPP, up to Client Status packet (http://wiki.vg/Protocol_FAQ step 14)madmaxoft@gmail.com1-4/+196
2012-08-30Added a basic protocol recognizer and the base for 1.3.2 protocol.madmaxoft@gmail.com1-0/+65