summaryrefslogtreecommitdiffstats
path: root/ProtoProxy (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.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