Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-28 | ProtoProxy: Added encryption support. | madmaxoft | 1 | -2/+19 | |
2014-01-25 | ProtoProxy: Modified to use PolarSSL. | madmaxoft | 1 | -31/+20 | |
2014-01-24 | ProtoProxy: Fixed connection on *nix. | madmaxoft | 1 | -1/+2 | |
2014-01-19 | ProtoProxy: UpdateBlockEntity NBT is written | Tiger Wang | 1 | -1/+14 | |
2014-01-17 | ProtoProxy: Compiles under Linux. | madmaxoft | 1 | -24/+33 | |
2014-01-17 | ProtoProxy: Fixed compilation in Windows and in Linux. | madmaxoft | 1 | -8/+4 | |
2014-01-15 | Fixed ProtoProxy compilation. | madmaxoft | 1 | -4/+8 | |
2014-01-13 | ProtoProxy: Fixed login kick packet direction. | madmaxoft | 1 | -1/+1 | |
2014-01-08 | ProtoProxy: Fixed favicon relaying. | madmaxoft | 1 | -2/+2 | |
The buffer was too small for the favicon; now it's dynamic. | |||||
2013-12-15 | ProtoProxy: Fixed description-changing to work with 1.7.4. | madmaxoft | 1 | -2/+3 | |
2013-12-05 | ProtoProxy: Fixed metadata parsing. | madmaxoft | 1 | -9/+27 | |
2013-11-10 | ProtoProxy: Added dblquotes. | madmaxoft | 1 | -2/+2 | |
2013-11-07 | ProtoProxy: Fixed SpawnMob packet. | madmaxoft | 1 | -12/+13 | |
2013-11-03 | ProtoProxy: Fixed the SpawnObjectVehicle packet. | madmaxoft | 1 | -1/+13 | |
2013-11-03 | ProtoProxy: Removed unused enums. | madmaxoft | 1 | -109/+3 | |
2013-11-03 | ProtoProxy: Fixed handling of incomplete packets. | madmaxoft | 1 | -0/+2 | |
2013-10-29 | ProtoProxy: Working 1.7 protocol. | madmaxoft | 1 | -158/+156 | |
Players can login, move around, dig blocks. | |||||
2013-10-29 | ProtoProxy: Updated the server-side packets to 1.7. | madmaxoft | 1 | -171/+239 | |
Forgotten a file in the previous commit. | |||||
2013-10-29 | ProtoProxy: The login part of the protocol is implemented. | madmaxoft | 1 | -206/+195 | |
2013-10-28 | ProtoProxy: Implemented 1.7.2 status request / response / ping. | madmaxoft | 1 | -113/+265 | |
2013-09-19 | ProtoProxy: Added handling for the Explosion packet. | madmaxoft | 1 | -0/+45 | |
This will help #129. | |||||
2013-09-19 | ProtoProxy: Removed the per-packet sleep from the DEBUG version. | madmaxoft | 1 | -2/+9 | |
It is now enabled by defining a macro, by default off. | |||||
2013-09-08 | ProtoProxy: Logs are saved to a Logs subfolder. | madmaxoft | 1 | -1/+11 | |
2013-09-08 | ProtoProxy: The MOTD is modified to indicate ProtoProxy presence. | madmaxoft | 1 | -7/+34 | |
2013-09-04 | ProtoProxy: Improved logging for fixed-point numbers. | madmaxoft | 1 | -14/+26 | |
"Absolute integers" and velocity are reported including their fractional part. | |||||
2013-08-30 | ProtoProxy: Log individual chunks in MapChunkBulk packet. | madmaxoft | 1 | -3/+32 | |
2013-08-30 | ProtoProxy: Next packet type is logged for client as well. | madmaxoft | 1 | -2/+2 | |
2013-08-30 | ProtoProxy: Uses cTimer for the timing information. | madmaxoft | 1 | -3/+2 | |
Previously used clock() is not suitable for the task, unfortunately it worked in MSVC. | |||||
2013-08-25 | Fixed ProtoProxy compilation, added client Kick handling. | madmaxoft | 1 | -0/+17 | |
2013-08-16 | Feature and bugfixes [SEE DESC] | Tiger Wang | 1 | -0/+2 | |
Added TNT and Hopper minecarts Fixed piston code failing without an extension set Repeaters are now broken Fixed not being able to place a minecart on an activator rail Added much needed comments on piston code Fixed minor formatting issue | |||||
2013-07-31 | ProtoProxy: Tab completion logging lists the last item, too | madmaxoft | 1 | -0/+4 | |
2013-07-31 | ProtoProxy: Added the tab completion packet parsing | madmaxoft | 1 | -0/+40 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -2551/+2551 | |
2013-07-28 | ProtoProxy now properly waits for both sides to establish encryption | madmaxoft | 1 | -12/+47 | |
No more "End of stream" kicks in the client. Data sent while one connection is encrypted and the other is not is buffered and sent when the other link establishes encryption. | |||||
2013-07-08 | 1.6.2 protocol implemented, both in MCServer and in ProtoProxy | madmaxoft@gmail.com | 1 | -0/+68 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1669 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-06 | ProtoProxy: moved into the Tools folder | madmaxoft@gmail.com | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1657 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-05 | ProtoProxy: Updated to protocol 1.6.1 (#73) | madmaxoft@gmail.com | 1 | -42/+79 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1648 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-04 | ProtoProxy: Added PACKET_SPAWN_NAMED_ENTITY and PACKET_PLAYER_ANIMATION parsing | madmaxoft@gmail.com | 1 | -4/+68 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1552 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-02 | ProtoProxy: Added logging for the window contents, item's metadata is saved to a separate file | madmaxoft@gmail.com | 1 | -13/+30 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1537 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-08 | ProtoProxy: Added server-ping parsing | madmaxoft@gmail.com | 1 | -2/+43 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1460 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-05 | ProtoProxy: log PlayerPositionLook packet decoded data | madmaxoft@gmail.com | 1 | -2/+4 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1260 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-28 | ProtoProxy: Now handles the ATTACH_ENTITY packet (0x27) | madmaxoft@gmail.com | 1 | -0/+17 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1115 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-27 | ProtoProxy: Fixed 1.4.6 compatibility with vehicles, logging for entity metadata. | madmaxoft@gmail.com | 1 | -15/+137 | |
Also removed logging to console, it was slowing the program too much. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1108 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-26 | ProtoProxy: more 1.4.6 stuff, now the connection holds stable with the 1.4.6 client. | madmaxoft@gmail.com | 1 | -0/+37 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1103 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-24 | ProtoProxy: updated to 1.4.6 | madmaxoft@gmail.com | 1 | -0/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1100 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-10 | ProtoProxy: Updated to protocol version 1.4.2 | madmaxoft@gmail.com | 1 | -5/+11 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1027 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-13 | ProtoProxy: Fixed parsing of the PACKET_PLAYER_ABILITIES packet. | madmaxoft@gmail.com | 1 | -5/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@955 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-13 | ProtoProxy: Added the PACKET_ENTITY_ACTION packet handling | madmaxoft@gmail.com | 1 | -0/+17 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@954 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-11 | ProtoProxy: Added the PACKET_COLLECT_PICKUP packet handling | madmaxoft@gmail.com | 1 | -0/+16 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@949 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | ProtoProxy: added the PACKET_PLAYER_ABILITIES packet parsing for client-side | madmaxoft@gmail.com | 1 | -0/+17 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@873 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-20 | ProtoProxy: moar packets! (can now sustain parsing while connected to vanilla server, most of the times) | madmaxoft@gmail.com | 1 | -5/+130 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@866 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-19 | ProtoProxy: Added the PACKET_UPDATE_TILE_ENTITY packet handling | madmaxoft@gmail.com | 1 | -0/+27 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@865 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-19 | ProtoProxy: added handling of several spawning packets | madmaxoft@gmail.com | 1 | -0/+181 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@864 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-18 | ProtoProxy: Added the ENTITY-class packets handling | madmaxoft@gmail.com | 1 | -22/+231 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@863 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-18 | ProtoProxy: Added the PACKET_MAP_CHUNK_BULK packet handling | madmaxoft@gmail.com | 1 | -0/+30 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@862 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-18 | ProtoProxy: Added the PACKET_SET_EXPERIENCE packet handling | madmaxoft@gmail.com | 1 | -0/+19 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@861 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-18 | ProtoProxy: added the CHANGE_GAME_STATE packet handling | madmaxoft@gmail.com | 1 | -0/+17 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@860 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-14 | ProtoProxy: added more packets, mostly windowing-related | madmaxoft@gmail.com | 1 | -43/+176 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@859 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
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 | 1 | -2/+122 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@845 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-06 | ProtoProxy: Added blockchange packet parsing | madmaxoft@gmail.com | 1 | -0/+42 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@838 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-05 | ProtoProxy: Added about 10 new packet types parsed | madmaxoft@gmail.com | 1 | -14/+96 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@835 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-04 | ProtoProxy: Parsing some initial packets early in the conversation | madmaxoft@gmail.com | 1 | -30/+408 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@834 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-02 | Protocol proxy now decrypts the data (but doesn't understand the packets yet) | madmaxoft@gmail.com | 1 | -16/+499 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@826 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-02 | ProtoProxy: Initial import of the protocol proxy project. | madmaxoft@gmail.com | 1 | -0/+203 | |
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 |