summaryrefslogtreecommitdiffstats
path: root/ProtoProxy/Connection.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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.com1-2/+122
2012-09-06ProtoProxy: Added blockchange packet parsingmadmaxoft@gmail.com1-0/+42
2012-09-05ProtoProxy: Added about 10 new packet types parsedmadmaxoft@gmail.com1-14/+96
2012-09-04ProtoProxy: Parsing some initial packets early in the conversationmadmaxoft@gmail.com1-30/+408
2012-09-02Protocol proxy now decrypts the data (but doesn't understand the packets yet)madmaxoft@gmail.com1-16/+499
2012-09-02ProtoProxy: Initial import of the protocol proxy project.madmaxoft@gmail.com1-0/+203