summaryrefslogtreecommitdiffstats
path: root/source/Protocol.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com2012-09-111-1/+2
* Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2madmaxoft@gmail.com2012-09-061-0/+3
* 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-1/+2
* Progress on the 1.3.2 protocol.madmaxoft@gmail.com2012-08-311-1/+1
* Added a basic protocol recognizer and the base for 1.3.2 protocol.madmaxoft@gmail.com2012-08-301-1/+1
* cProtocol handles the initial handshake up to player loginmadmaxoft@gmail.com2012-08-301-1/+0
* Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself.madmaxoft@gmail.com2012-08-291-2/+2
* Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.madmaxoft@gmail.com2012-08-281-29/+103
* Cut out all packet handling to a separate cProtocol descendantmadmaxoft@gmail.com2012-08-271-0/+95