summaryrefslogtreecommitdiffstats
path: root/ProtoProxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* ProtoProxy: Added PACKET_SPAWN_NAMED_ENTITY and PACKET_PLAYER_ANIMATION parsingmadmaxoft@gmail.com2013-06-042-4/+71
* ProtoProxy: Added logging for the window contents, item's metadata is saved to a separate filemadmaxoft@gmail.com2013-06-023-15/+38
* ProtoProxy: Added a note in the documentation about the need to switch off username verificationmadmaxoft@gmail.com2013-05-301-1/+3
* ProtoProxy: updated the protocol support help text.madmaxoft@gmail.com2013-05-101-1/+2
* ProtoProxy: Added server-ping parsingmadmaxoft@gmail.com2013-05-082-2/+46
* ProtoProxy: log PlayerPositionLook packet decoded datamadmaxoft@gmail.com2013-03-051-2/+4
* ProtoProxy: Now handles the ATTACH_ENTITY packet (0x27)madmaxoft@gmail.com2012-12-282-0/+18
* ProtoProxy: Fixed 1.4.6 compatibility with vehicles, logging for entity metadata.madmaxoft@gmail.com2012-12-272-15/+141
* ProtoProxy: more 1.4.6 stuff, now the connection holds stable with the 1.4.6 client.madmaxoft@gmail.com2012-12-262-0/+39
* ProtoProxy: updated to 1.4.6madmaxoft@gmail.com2012-12-241-0/+5
* ProtoProxy: Updated to protocol version 1.4.2madmaxoft@gmail.com2012-11-102-6/+15
* ProtoProxy: ListenPort and ConnectPort are now settable on commandline, the defaults have switched (listens on 25564, connects to localhost:25565)madmaxoft@gmail.com2012-10-202-1/+6
* ProtoProxy: Fixed parsing of the PACKET_PLAYER_ABILITIES packet.madmaxoft@gmail.com2012-10-131-5/+6
* ProtoProxy: Added the PACKET_ENTITY_ACTION packet handlingmadmaxoft@gmail.com2012-10-132-0/+18
* ProtoProxy: Added the PACKET_COLLECT_PICKUP packet handlingmadmaxoft@gmail.com2012-10-112-0/+17
* ProtoProxy: fixed after file renamingmadmaxoft@gmail.com2012-09-252-25/+29
* ProtoProxy: added the PACKET_PLAYER_ABILITIES packet parsing for client-sidemadmaxoft@gmail.com2012-09-232-0/+18
* ProtoProxy: moar packets! (can now sustain parsing while connected to vanilla server, most of the times)madmaxoft@gmail.com2012-09-202-5/+135
* ProtoProxy: Added the PACKET_UPDATE_TILE_ENTITY packet handlingmadmaxoft@gmail.com2012-09-192-0/+28
* ProtoProxy: added handling of several spawning packetsmadmaxoft@gmail.com2012-09-192-0/+186
* ProtoProxy: Added the ENTITY-class packets handlingmadmaxoft@gmail.com2012-09-182-22/+242
* ProtoProxy: Added the PACKET_MAP_CHUNK_BULK packet handlingmadmaxoft@gmail.com2012-09-182-0/+31
* ProtoProxy: Added the PACKET_SET_EXPERIENCE packet handlingmadmaxoft@gmail.com2012-09-182-0/+20
* ProtoProxy: added the CHANGE_GAME_STATE packet handlingmadmaxoft@gmail.com2012-09-182-0/+18
* ProtoProxy: added more packets, mostly windowing-relatedmadmaxoft@gmail.com2012-09-142-43/+183
* 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-072-2/+128
* ProtoProxy: Added blockchange packet parsingmadmaxoft@gmail.com2012-09-062-0/+44
* ProtoProxy: Added about 10 new packet types parsedmadmaxoft@gmail.com2012-09-052-14/+100
* ProtoProxy: Parsing some initial packets early in the conversationmadmaxoft@gmail.com2012-09-044-39/+437
* Protocol proxy now decrypts the data (but doesn't understand the packets yet)madmaxoft@gmail.com2012-09-024-18/+569
* ProtoProxy: Initial import of the protocol proxy project.madmaxoft@gmail.com2012-09-0210-0/+943