summaryrefslogtreecommitdiffstats
path: root/ProtoProxy/Connection.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ProtoProxy: Added server-ping parsingmadmaxoft@gmail.com2013-05-081-0/+3
* ProtoProxy: Now handles the ATTACH_ENTITY packet (0x27)madmaxoft@gmail.com2012-12-281-0/+1
* ProtoProxy: Fixed 1.4.6 compatibility with vehicles, logging for entity metadata.madmaxoft@gmail.com2012-12-271-0/+4
* ProtoProxy: more 1.4.6 stuff, now the connection holds stable with the 1.4.6 client.madmaxoft@gmail.com2012-12-261-0/+2
* ProtoProxy: Added the PACKET_ENTITY_ACTION packet handlingmadmaxoft@gmail.com2012-10-131-0/+1
* ProtoProxy: Added the PACKET_COLLECT_PICKUP packet handlingmadmaxoft@gmail.com2012-10-111-0/+1
* ProtoProxy: added the PACKET_PLAYER_ABILITIES packet parsing for client-sidemadmaxoft@gmail.com2012-09-231-0/+1
* ProtoProxy: moar packets! (can now sustain parsing while connected to vanilla server, most of the times)madmaxoft@gmail.com2012-09-201-0/+5
* ProtoProxy: Added the PACKET_UPDATE_TILE_ENTITY packet handlingmadmaxoft@gmail.com2012-09-191-0/+1
* ProtoProxy: added handling of several spawning packetsmadmaxoft@gmail.com2012-09-191-0/+5
* ProtoProxy: Added the ENTITY-class packets handlingmadmaxoft@gmail.com2012-09-181-0/+11
* ProtoProxy: Added the PACKET_MAP_CHUNK_BULK packet handlingmadmaxoft@gmail.com2012-09-181-0/+1
* ProtoProxy: Added the PACKET_SET_EXPERIENCE packet handlingmadmaxoft@gmail.com2012-09-181-0/+1
* ProtoProxy: added the CHANGE_GAME_STATE packet handlingmadmaxoft@gmail.com2012-09-181-0/+1
* ProtoProxy: added more packets, mostly windowing-relatedmadmaxoft@gmail.com2012-09-141-0/+7
* ProtoProxy: fixed a few mis-interpreted packets, added block placement packet parsing. Added leftover dumping for unparsed data (should not happen, if so, parsing is probably wrong)madmaxoft@gmail.com2012-09-071-0/+6
* ProtoProxy: Added blockchange packet parsingmadmaxoft@gmail.com2012-09-061-0/+2
* ProtoProxy: Added about 10 new packet types parsedmadmaxoft@gmail.com2012-09-051-0/+4
* ProtoProxy: Parsing some initial packets early in the conversationmadmaxoft@gmail.com2012-09-041-6/+23
* Protocol proxy now decrypts the data (but doesn't understand the packets yet)madmaxoft@gmail.com2012-09-021-0/+59
* ProtoProxy: Initial import of the protocol proxy project.madmaxoft@gmail.com2012-09-021-0/+59