| Commit message (Expand) | Author | Files | Lines |
2013-06-04 | ProtoProxy: Added PACKET_SPAWN_NAMED_ENTITY and PACKET_PLAYER_ANIMATION parsing | madmaxoft@gmail.com | 2 | -4/+71 |
2013-06-02 | ProtoProxy: Added logging for the window contents, item's metadata is saved to a separate file | madmaxoft@gmail.com | 3 | -15/+38 |
2013-05-30 | ProtoProxy: Added a note in the documentation about the need to switch off username verification | madmaxoft@gmail.com | 1 | -1/+3 |
2013-05-10 | ProtoProxy: updated the protocol support help text. | madmaxoft@gmail.com | 1 | -1/+2 |
2013-05-08 | ProtoProxy: Added server-ping parsing | madmaxoft@gmail.com | 2 | -2/+46 |
2013-03-05 | ProtoProxy: log PlayerPositionLook packet decoded data | madmaxoft@gmail.com | 1 | -2/+4 |
2012-12-28 | ProtoProxy: Now handles the ATTACH_ENTITY packet (0x27) | madmaxoft@gmail.com | 2 | -0/+18 |
2012-12-27 | ProtoProxy: Fixed 1.4.6 compatibility with vehicles, logging for entity metadata. | madmaxoft@gmail.com | 2 | -15/+141 |
2012-12-26 | ProtoProxy: more 1.4.6 stuff, now the connection holds stable with the 1.4.6 client. | madmaxoft@gmail.com | 2 | -0/+39 |
2012-12-24 | ProtoProxy: updated to 1.4.6 | madmaxoft@gmail.com | 1 | -0/+5 |
2012-11-10 | ProtoProxy: Updated to protocol version 1.4.2 | madmaxoft@gmail.com | 2 | -6/+15 |
2012-10-20 | ProtoProxy: ListenPort and ConnectPort are now settable on commandline, the defaults have switched (listens on 25564, connects to localhost:25565) | madmaxoft@gmail.com | 2 | -1/+6 |
2012-10-13 | ProtoProxy: Fixed parsing of the PACKET_PLAYER_ABILITIES packet. | madmaxoft@gmail.com | 1 | -5/+6 |
2012-10-13 | ProtoProxy: Added the PACKET_ENTITY_ACTION packet handling | madmaxoft@gmail.com | 2 | -0/+18 |
2012-10-11 | ProtoProxy: Added the PACKET_COLLECT_PICKUP packet handling | madmaxoft@gmail.com | 2 | -0/+17 |
2012-09-25 | ProtoProxy: fixed after file renaming | madmaxoft@gmail.com | 2 | -25/+29 |
2012-09-23 | ProtoProxy: added the PACKET_PLAYER_ABILITIES packet parsing for client-side | madmaxoft@gmail.com | 2 | -0/+18 |
2012-09-20 | ProtoProxy: moar packets! (can now sustain parsing while connected to vanilla server, most of the times) | madmaxoft@gmail.com | 2 | -5/+135 |
2012-09-19 | ProtoProxy: Added the PACKET_UPDATE_TILE_ENTITY packet handling | madmaxoft@gmail.com | 2 | -0/+28 |
2012-09-19 | ProtoProxy: added handling of several spawning packets | madmaxoft@gmail.com | 2 | -0/+186 |
2012-09-18 | ProtoProxy: Added the ENTITY-class packets handling | madmaxoft@gmail.com | 2 | -22/+242 |
2012-09-18 | ProtoProxy: Added the PACKET_MAP_CHUNK_BULK packet handling | madmaxoft@gmail.com | 2 | -0/+31 |
2012-09-18 | ProtoProxy: Added the PACKET_SET_EXPERIENCE packet handling | madmaxoft@gmail.com | 2 | -0/+20 |
2012-09-18 | ProtoProxy: added the CHANGE_GAME_STATE packet handling | madmaxoft@gmail.com | 2 | -0/+18 |
2012-09-14 | ProtoProxy: added more packets, mostly windowing-related | madmaxoft@gmail.com | 2 | -43/+183 |
2012-09-07 | 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.com | 2 | -2/+128 |
2012-09-06 | ProtoProxy: Added blockchange packet parsing | madmaxoft@gmail.com | 2 | -0/+44 |
2012-09-05 | ProtoProxy: Added about 10 new packet types parsed | madmaxoft@gmail.com | 2 | -14/+100 |
2012-09-04 | ProtoProxy: Parsing some initial packets early in the conversation | madmaxoft@gmail.com | 4 | -39/+437 |
2012-09-02 | Protocol proxy now decrypts the data (but doesn't understand the packets yet) | madmaxoft@gmail.com | 4 | -18/+569 |
2012-09-02 | ProtoProxy: Initial import of the protocol proxy project. | madmaxoft@gmail.com | 10 | -0/+943 |