Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved types of utf 16 strings | tycho | 2015-10-02 | 1 | -4/+4 |
| | |||||
* | Added VarInt64, normalized cPacketizer datatype names. | Mattes D | 2015-03-22 | 1 | -6/+6 |
| | |||||
* | ProtoProxy: Fixed connection and logging. | Mattes D | 2015-03-22 | 1 | -0/+1 |
| | |||||
* | Unified cByteBuffer types. | Mattes D | 2015-03-21 | 1 | -333/+344 |
| | | | | cByteBuffer now reads and writes any of the [U]Int<N> types. | ||||
* | ProtoProxy: Fixed warnings in Connection.cpp. | Matyas Dolak | 2015-01-21 | 1 | -87/+89 |
| | |||||
* | ProtoProxy: Fixed warnings in Connection.cpp. | Matyas Dolak | 2015-01-21 | 1 | -15/+23 |
| | |||||
* | ProtoProxy: Log block change packet details. | Mattes D | 2014-12-25 | 1 | -0/+3 |
| | |||||
* | ProtoProxy: Added a sanity check to metadata string lengths. | Mattes D | 2014-12-21 | 1 | -2/+6 |
| | | | | Fixes CID 66415. | ||||
* | Fixed c++11 branch issues. | Mattes D | 2014-12-07 | 1 | -1/+2 |
| | |||||
* | Compilation fixes | Tiger Wang | 2014-11-23 | 1 | -2/+2 |
| | |||||
* | Compilation fix | Tiger Wang | 2014-09-28 | 1 | -2/+1 |
| | |||||
* | ProtoProxy: Renamed PublicKey to CryptoKey. | madmaxoft | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 2014-04-29 | 1 | -2/+2 |
| | |||||
* | Moved cPublicKey to its separate file in PolarSSL++. | madmaxoft | 2014-04-29 | 1 | -0/+1 |
| | |||||
* | ProtoProxy: Fixed weird gcc compilation errors. | madmaxoft | 2014-04-14 | 1 | -16/+22 |
| | |||||
* | ProtoProxy: Added 1.7.9 compatibility. | madmaxoft | 2014-04-14 | 1 | -0/+29 |
| | |||||
* | ProtoProxy: Fixed a few Clang and MSVC warnings. | madmaxoft | 2014-04-04 | 1 | -3/+7 |
| | |||||
* | Fixed a couple of unneeded returns in ProtoProxy | Tycho | 2014-03-14 | 1 | -4/+0 |
| | |||||
* | Fixed comments an assert | Tycho | 2014-03-12 | 1 | -2/+2 |
| | |||||
* | Fixed xofts issues | Tycho | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | Fixed Issues in ProtoProxy | Tycho | 2014-03-10 | 1 | -8/+8 |
| | |||||
* | ProtoProxy: Added encryption support. | madmaxoft | 2014-01-28 | 1 | -2/+19 |
| | |||||
* | ProtoProxy: Modified to use PolarSSL. | madmaxoft | 2014-01-25 | 1 | -31/+20 |
| | |||||
* | ProtoProxy: Fixed connection on *nix. | madmaxoft | 2014-01-24 | 1 | -1/+2 |
| | |||||
* | ProtoProxy: UpdateBlockEntity NBT is written | Tiger Wang | 2014-01-19 | 1 | -1/+14 |
| | |||||
* | ProtoProxy: Compiles under Linux. | madmaxoft | 2014-01-17 | 1 | -24/+33 |
| | |||||
* | ProtoProxy: Fixed compilation in Windows and in Linux. | madmaxoft | 2014-01-17 | 1 | -8/+4 |
| | |||||
* | Fixed ProtoProxy compilation. | madmaxoft | 2014-01-15 | 1 | -4/+8 |
| | |||||
* | ProtoProxy: Fixed login kick packet direction. | madmaxoft | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | ProtoProxy: Fixed favicon relaying. | madmaxoft | 2014-01-08 | 1 | -2/+2 |
| | | | | The buffer was too small for the favicon; now it's dynamic. | ||||
* | ProtoProxy: Fixed description-changing to work with 1.7.4. | madmaxoft | 2013-12-15 | 1 | -2/+3 |
| | |||||
* | ProtoProxy: Fixed metadata parsing. | madmaxoft | 2013-12-05 | 1 | -9/+27 |
| | |||||
* | ProtoProxy: Added dblquotes. | madmaxoft | 2013-11-10 | 1 | -2/+2 |
| | |||||
* | ProtoProxy: Fixed SpawnMob packet. | madmaxoft | 2013-11-07 | 1 | -12/+13 |
| | |||||
* | ProtoProxy: Fixed the SpawnObjectVehicle packet. | madmaxoft | 2013-11-03 | 1 | -1/+13 |
| | |||||
* | ProtoProxy: Removed unused enums. | madmaxoft | 2013-11-03 | 1 | -109/+3 |
| | |||||
* | ProtoProxy: Fixed handling of incomplete packets. | madmaxoft | 2013-11-03 | 1 | -0/+2 |
| | |||||
* | ProtoProxy: Working 1.7 protocol. | madmaxoft | 2013-10-29 | 1 | -158/+156 |
| | | | | Players can login, move around, dig blocks. | ||||
* | ProtoProxy: Updated the server-side packets to 1.7. | madmaxoft | 2013-10-29 | 1 | -171/+239 |
| | | | | Forgotten a file in the previous commit. | ||||
* | ProtoProxy: The login part of the protocol is implemented. | madmaxoft | 2013-10-29 | 1 | -206/+195 |
| | |||||
* | ProtoProxy: Implemented 1.7.2 status request / response / ping. | madmaxoft | 2013-10-28 | 1 | -113/+265 |
| | |||||
* | ProtoProxy: Added handling for the Explosion packet. | madmaxoft | 2013-09-19 | 1 | -0/+45 |
| | | | | This will help #129. | ||||
* | ProtoProxy: Removed the per-packet sleep from the DEBUG version. | madmaxoft | 2013-09-19 | 1 | -2/+9 |
| | | | | It is now enabled by defining a macro, by default off. | ||||
* | ProtoProxy: Logs are saved to a Logs subfolder. | madmaxoft | 2013-09-08 | 1 | -1/+11 |
| | |||||
* | ProtoProxy: The MOTD is modified to indicate ProtoProxy presence. | madmaxoft | 2013-09-08 | 1 | -7/+34 |
| | |||||
* | Merged branch 'Projectiles'. | madmaxoft | 2013-09-07 | 1 | -14/+26 |
|\ | |||||
| * | ProtoProxy: Improved logging for fixed-point numbers. | madmaxoft | 2013-09-04 | 1 | -14/+26 |
| | | | | | | | | "Absolute integers" and velocity are reported including their fractional part. | ||||
* | | ProtoProxy: Log individual chunks in MapChunkBulk packet. | madmaxoft | 2013-08-30 | 1 | -3/+32 |
|/ | |||||
* | ProtoProxy: Next packet type is logged for client as well. | madmaxoft | 2013-08-30 | 1 | -2/+2 |
| | |||||
* | ProtoProxy: Uses cTimer for the timing information. | madmaxoft | 2013-08-30 | 1 | -3/+2 |
| | | | | Previously used clock() is not suitable for the task, unfortunately it worked in MSVC. | ||||
* | Fixed ProtoProxy compilation, added client Kick handling. | madmaxoft | 2013-08-25 | 1 | -0/+17 |
| | |||||
* | Feature and bugfixes [SEE DESC] | Tiger Wang | 2013-08-16 | 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 | ||||
* | ProtoProxy: Tab completion logging lists the last item, too | madmaxoft | 2013-07-31 | 1 | -0/+4 |
| | |||||
* | ProtoProxy: Added the tab completion packet parsing | madmaxoft | 2013-07-31 | 1 | -0/+40 |
| | |||||
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 1 | -2551/+2551 |
| | |||||
* | ProtoProxy now properly waits for both sides to establish encryption | madmaxoft | 2013-07-28 | 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. | ||||
* | 1.6.2 protocol implemented, both in MCServer and in ProtoProxy | madmaxoft@gmail.com | 2013-07-08 | 1 | -0/+68 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1669 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | ProtoProxy: moved into the Tools folder | madmaxoft@gmail.com | 2013-07-06 | 1 | -0/+2448 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1657 0a769ca7-a7f5-676a-18bf-c427514a06d6 |