1
0
Commit Graph

21 Commits

Author SHA1 Message Date
madmaxoft@gmail.com
25434f50f1 ProtoProxy: Updated to protocol version 1.4.2
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1027 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-11-10 12:29:08 +00:00
madmaxoft@gmail.com
3ac98f3f26 ProtoProxy: ListenPort and ConnectPort are now settable on commandline, the defaults have switched (listens on 25564, connects to localhost:25565)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@992 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-20 21:52:34 +00:00
madmaxoft@gmail.com
7bca7f3cb9 ProtoProxy: Fixed parsing of the PACKET_PLAYER_ABILITIES packet.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@955 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-13 09:48:18 +00:00
madmaxoft@gmail.com
dfce9595e9 ProtoProxy: Added the PACKET_ENTITY_ACTION packet handling
git-svn-id: http://mc-server.googlecode.com/svn/trunk@954 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-13 09:40:55 +00:00
madmaxoft@gmail.com
3b125d47d1 ProtoProxy: Added the PACKET_COLLECT_PICKUP packet handling
git-svn-id: http://mc-server.googlecode.com/svn/trunk@949 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-11 19:40:26 +00:00
madmaxoft@gmail.com
24e94e7516 ProtoProxy: fixed after file renaming
git-svn-id: http://mc-server.googlecode.com/svn/trunk@890 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-25 08:22:10 +00:00
madmaxoft@gmail.com
45eddd63ad ProtoProxy: added the PACKET_PLAYER_ABILITIES packet parsing for client-side
git-svn-id: http://mc-server.googlecode.com/svn/trunk@873 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-23 15:56:42 +00:00
madmaxoft@gmail.com
2b35b9a724 ProtoProxy: moar packets! (can now sustain parsing while connected to vanilla server, most of the times)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@866 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-20 11:36:09 +00:00
madmaxoft@gmail.com
6229de5e67 ProtoProxy: Added the PACKET_UPDATE_TILE_ENTITY packet handling
git-svn-id: http://mc-server.googlecode.com/svn/trunk@865 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-19 07:17:47 +00:00
madmaxoft@gmail.com
44e38e9643 ProtoProxy: added handling of several spawning packets
git-svn-id: http://mc-server.googlecode.com/svn/trunk@864 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-19 07:11:31 +00:00
madmaxoft@gmail.com
184d7269c1 ProtoProxy: Added the ENTITY-class packets handling
git-svn-id: http://mc-server.googlecode.com/svn/trunk@863 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-18 11:59:41 +00:00
madmaxoft@gmail.com
13e5ee887c ProtoProxy: Added the PACKET_MAP_CHUNK_BULK packet handling
git-svn-id: http://mc-server.googlecode.com/svn/trunk@862 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-18 08:35:06 +00:00
madmaxoft@gmail.com
5d62d8158c ProtoProxy: Added the PACKET_SET_EXPERIENCE packet handling
git-svn-id: http://mc-server.googlecode.com/svn/trunk@861 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-18 08:17:38 +00:00
madmaxoft@gmail.com
e32a85f752 ProtoProxy: added the CHANGE_GAME_STATE packet handling
git-svn-id: http://mc-server.googlecode.com/svn/trunk@860 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-18 08:13:12 +00:00
madmaxoft@gmail.com
049557e60c ProtoProxy: added more packets, mostly windowing-related
git-svn-id: http://mc-server.googlecode.com/svn/trunk@859 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-14 17:13:56 +00:00
madmaxoft@gmail.com
4f052b2650 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)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@845 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-07 20:15:06 +00:00
madmaxoft@gmail.com
9696aa242c ProtoProxy: Added blockchange packet parsing
git-svn-id: http://mc-server.googlecode.com/svn/trunk@838 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-06 08:34:08 +00:00
madmaxoft@gmail.com
692afbca68 ProtoProxy: Added about 10 new packet types parsed
git-svn-id: http://mc-server.googlecode.com/svn/trunk@835 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-05 19:06:40 +00:00
madmaxoft@gmail.com
d50f30c3c4 ProtoProxy: Parsing some initial packets early in the conversation
git-svn-id: http://mc-server.googlecode.com/svn/trunk@834 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-04 20:21:23 +00:00
madmaxoft@gmail.com
532ed91a72 Protocol proxy now decrypts the data (but doesn't understand the packets yet)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@826 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-02 21:38:13 +00:00
madmaxoft@gmail.com
e1c83be32d ProtoProxy: Initial import of the protocol proxy project.
Currently it logs all communication, doesn't decode anything, doesn't decrypt.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@822 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-02 15:38:28 +00:00