summaryrefslogtreecommitdiffstats
path: root/ProtoProxy (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-28ProtoProxy: Now handles the ATTACH_ENTITY packet (0x27)madmaxoft@gmail.com2-0/+18
2012-12-27ProtoProxy: Fixed 1.4.6 compatibility with vehicles, logging for entity metadata.madmaxoft@gmail.com2-15/+141
2012-12-26ProtoProxy: more 1.4.6 stuff, now the connection holds stable with the 1.4.6 client.madmaxoft@gmail.com2-0/+39
2012-12-24ProtoProxy: updated to 1.4.6madmaxoft@gmail.com1-0/+5
2012-11-10ProtoProxy: Updated to protocol version 1.4.2madmaxoft@gmail.com2-6/+15
2012-10-20ProtoProxy: ListenPort and ConnectPort are now settable on commandline, the defaults have switched (listens on 25564, connects to localhost:25565)madmaxoft@gmail.com2-1/+6
2012-10-13ProtoProxy: Fixed parsing of the PACKET_PLAYER_ABILITIES packet.madmaxoft@gmail.com1-5/+6
2012-10-13ProtoProxy: Added the PACKET_ENTITY_ACTION packet handlingmadmaxoft@gmail.com2-0/+18
2012-10-11ProtoProxy: Added the PACKET_COLLECT_PICKUP packet handlingmadmaxoft@gmail.com2-0/+17
2012-09-25ProtoProxy: fixed after file renamingmadmaxoft@gmail.com2-25/+29
2012-09-23ProtoProxy: added the PACKET_PLAYER_ABILITIES packet parsing for client-sidemadmaxoft@gmail.com2-0/+18
2012-09-20ProtoProxy: moar packets! (can now sustain parsing while connected to vanilla server, most of the times)madmaxoft@gmail.com2-5/+135
2012-09-19ProtoProxy: Added the PACKET_UPDATE_TILE_ENTITY packet handlingmadmaxoft@gmail.com2-0/+28
2012-09-19ProtoProxy: added handling of several spawning packetsmadmaxoft@gmail.com2-0/+186
2012-09-18ProtoProxy: Added the ENTITY-class packets handlingmadmaxoft@gmail.com2-22/+242
2012-09-18ProtoProxy: Added the PACKET_MAP_CHUNK_BULK packet handlingmadmaxoft@gmail.com2-0/+31
2012-09-18ProtoProxy: Added the PACKET_SET_EXPERIENCE packet handlingmadmaxoft@gmail.com2-0/+20
2012-09-18ProtoProxy: added the CHANGE_GAME_STATE packet handlingmadmaxoft@gmail.com2-0/+18
2012-09-14ProtoProxy: added more packets, mostly windowing-relatedmadmaxoft@gmail.com2-43/+183
2012-09-07ProtoProxy: 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.com2-2/+128
2012-09-06ProtoProxy: Added blockchange packet parsingmadmaxoft@gmail.com2-0/+44
2012-09-05ProtoProxy: Added about 10 new packet types parsedmadmaxoft@gmail.com2-14/+100
2012-09-04ProtoProxy: Parsing some initial packets early in the conversationmadmaxoft@gmail.com4-39/+437
2012-09-02Protocol proxy now decrypts the data (but doesn't understand the packets yet)madmaxoft@gmail.com4-18/+569
2012-09-02ProtoProxy: Initial import of the protocol proxy project.madmaxoft@gmail.com10-0/+943