summaryrefslogtreecommitdiffstats
path: root/source/Protocol132.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com2012-09-111-0/+18
* Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2madmaxoft@gmail.com2012-09-061-9/+103
* Removed excessive debug logging in cProtocol132madmaxoft@gmail.com2012-09-061-30/+4
* Added the possibility of reserved player slots by implementing the HandleHandshake hook!faketruth2012-09-051-0/+5
* Hopefully fixed pointer arithmetic problems in GCC compilation in cProtocol132madmaxoft@gmail.com2012-09-041-1/+1
* Removed OS dependencies from CryptoPP; Removed unused modules that didn't compile on some platformsmadmaxoft@gmail.com2012-09-041-3/+5
* Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;)madmaxoft@gmail.com2012-09-021-22/+102
* Progress on the 1.3.2 protocol.madmaxoft@gmail.com2012-08-311-20/+319
* Implemented 1.3.2 protocol encryption using CryptoPP, up to Client Status packet (http://wiki.vg/Protocol_FAQ step 14)madmaxoft@gmail.com2012-08-301-4/+196
* Added a basic protocol recognizer and the base for 1.3.2 protocol.madmaxoft@gmail.com2012-08-301-0/+65