summaryrefslogtreecommitdiffstats
path: root/Tools/ProtoProxy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the fmt library (#4065)peterbell102018-01-034-26/+22
| | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style.
* Fix style of ToolsAlexander Lyons Harkness2017-12-246-149/+131
|
* Fix Travis build (#4101)peterbell102017-12-221-4/+4
| | | | | | | | | Stop using gdb on osx - was breaking the build Add clang 3.5 build as travis now defaults to 5.0 Fix unknown-warning-option errors on AppleClang ProtoProxy: Use nullptr UrlClientTest: add override to callback destructor Update jsoncpp to use nullptr
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-193-3/+3
|
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-304-21/+21
| | | | | | | | | | | | | | | | | | | | | | * Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target
* Add cUUID class (#3871)peterbell102017-08-251-0/+2
|
* Remove double includes part 2 (#3890)peterbell102017-08-031-0/+5
|
* Removed the LeakFinder for Windows. (#3777)Mattes D2017-06-191-5/+3
|
* Fixed type-casting-related warnings.Mattes D2016-08-246-32/+33
|
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-3/+0
|
* Removed offending tr1 references.Alexander Harkness2015-12-221-33/+16
|
* Improved types of utf 16 stringstycho2015-10-021-4/+4
|
* Increase robustness of the logging subsystemtycho2015-09-151-4/+10
|
* Daemon support on Linux.Anthony Birkett2015-06-051-1/+1
| | | | Added null console log listener, avoid printf() when stdout is closed.
* Fix other clang 3.6 committycho2015-05-241-1/+4
|
* Disable -Werror for warnings in tools.tycho2015-05-241-1/+2
|
* Disable warnings in MCADefrag, ProtoProxy and teststycho2015-05-231-1/+3
|
* Update submodulesTiger Wang2015-05-021-1/+1
|
* Added VarInt64, normalized cPacketizer datatype names.Mattes D2015-03-221-6/+6
|
* ProtoProxy: Fixed connection and logging.Mattes D2015-03-224-15/+22
|
* Unified cByteBuffer types.Mattes D2015-03-213-338/+351
| | | | cByteBuffer now reads and writes any of the [U]Int<N> types.
* Fixed Server.cppCreaprog2015-02-161-1/+1
|
* Fixed Server.cppCreaprog2015-02-151-4/+3
|
* Fixed Server.cppCreaprog2015-02-151-0/+1
|
* Fixed Server.cppCreaprog2015-02-151-4/+4
|
* Fixed Server.cppCreaprog2015-02-151-4/+4
| | | Performance improvement.
* ProtoProxy: Added socket startup error reporting.Matyas Dolak2015-01-231-3/+31
| | | | Fixes CID 66433, fixes CID 66443.
* ProtoProxy: Fixed warnings in Connection.cpp.Matyas Dolak2015-01-211-87/+89
|
* ProtoProxy: Fixed warnings in Connection.cpp.Matyas Dolak2015-01-212-16/+24
|
* ProtoProxy: Log block change packet details.Mattes D2014-12-251-0/+3
|
* Fixed tools compilation.Mattes D2014-12-251-0/+2
| | | | Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5.
* ProtoProxy: Added a sanity check to metadata string lengths.Mattes D2014-12-211-2/+6
| | | | Fixes CID 66415.
* Fixed c++11 branch issues.Mattes D2014-12-071-1/+2
|
* Tools: Removed unused Timer.* file from CMakeLists.txt.Mattes D2014-12-041-2/+0
|
* Merged branch 'origin/master' into c++11.Mattes D2014-12-041-0/+10
|\
| * Fixed missing files in ProtoProxy.Mattes D2014-11-291-0/+8
| |
* | Compilation fixesTiger Wang2014-11-232-5/+3
| |
* | Compile fix?Tiger Wang2014-10-211-2/+0
|/
* Compilation fixTiger Wang2014-09-281-2/+1
|
* Renamed LoggersTycho2014-08-121-2/+2
|
* Fixed Tools to work with new logging frameworkTycho2014-08-101-4/+2
|
* Merge branch 'master' into SslWebAdminMattes D2014-05-101-1/+1
|\
| * Fixed ProtoProxy compilation in MSVC2013.madmaxoft2014-05-041-1/+1
| | | | | | | | Fixes #983.
* | ProtoProxy: Renamed PublicKey to CryptoKey.madmaxoft2014-05-012-4/+4
|/
* Moved the rest of the Crypto objects into their own respective files.madmaxoft2014-04-294-14/+12
|
* Moved cPublicKey to its separate file in PolarSSL++.madmaxoft2014-04-292-0/+3
|
* Fixed ProtoProxy.madmaxoft2014-04-294-3/+25
|
* ProtoProxy: Fixed weird gcc compilation errors.madmaxoft2014-04-141-16/+22
|
* ProtoProxy: Added 1.7.9 compatibility.madmaxoft2014-04-141-0/+29
|
* ProtoProxy: Fixed a few Clang and MSVC warnings.madmaxoft2014-04-042-4/+8
|
* Merge branch 'unreachable'madmaxoft2014-03-201-4/+0
|\
| * Fixed a couple of unneeded returns in ProtoProxyTycho2014-03-141-4/+0
| |
* | ProtoProxy: Fixed MSVC compilation.madmaxoft2014-03-201-2/+4
|/
* Merge branch 'Werror' into warningsTycho2014-03-121-2/+2
|\ | | | | | | | | Conflicts: src/Globals.h
| * Fixed comments an assertTycho2014-03-121-2/+2
| |
* | Added macros support to toolsTycho2014-03-111-1/+6
|/
* Fixed xofts issuesTycho2014-03-101-1/+1
|
* Fixed Issues in ProtoProxyTycho2014-03-102-9/+9
|
* ProtoProxy: ignoring PolarSSL build files.madmaxoft2014-02-181-0/+1
|
* Now uses setflags for flagsTycho2014-02-161-55/+4
|
* COnverted ProtoProxy to use library CMakeListsTycho2014-02-161-17/+4
|
* ProtoProxy: Added encryption support.madmaxoft2014-01-281-2/+19
|
* ProtoProxy: Modified to use PolarSSL.madmaxoft2014-01-256-60/+45
|
* ProtoProxy: Fixed connection on *nix.madmaxoft2014-01-241-1/+2
|
* ProtoProxy: UpdateBlockEntity NBT is writtenTiger Wang2014-01-191-1/+14
|
* ProtoProxy: Compiles under Linux.madmaxoft2014-01-174-28/+43
|
* ProtoProxy: Fixed inversed typedef.madmaxoft2014-01-171-1/+1
| | | | I must be going crazy...
* ProtoProxy: Fixed compilation in Windows and in Linux.madmaxoft2014-01-173-16/+21
|
* ProtoProxy: Fixed #include filename case.madmaxoft2014-01-171-4/+4
|
* Merge pull request #545 from mc-server/VarArgsMattes D2014-01-151-4/+8
|\ | | | | Var args
| * Fixed ProtoProxy compilation.madmaxoft2014-01-151-4/+8
| |
* | ProtoProxy: use CMake to generate the MSVC project files.madmaxoft2014-01-154-308/+156
|/
* ProtoProxy: Fixed login kick packet direction.madmaxoft2014-01-131-1/+1
|
* ProtoProxy: Fixed favicon relaying.madmaxoft2014-01-081-2/+2
| | | | The buffer was too small for the favicon; now it's dynamic.
* ProtoProxy: Fixed description-changing to work with 1.7.4.madmaxoft2013-12-151-2/+3
|
* ProtoProxy: Fixed metadata parsing.madmaxoft2013-12-051-9/+27
|
* ProtoProxy: Fixed after folder move.madmaxoft2013-11-282-30/+34
|
* ProtoProxy: Added dblquotes.madmaxoft2013-11-101-2/+2
|
* ProtoProxy: Fixed SpawnMob packet.madmaxoft2013-11-071-12/+13
|
* ProtoProxy: Fixed the SpawnObjectVehicle packet.madmaxoft2013-11-031-1/+13
|
* ProtoProxy: Removed unused enums.madmaxoft2013-11-031-109/+3
|
* ProtoProxy: Fixed handling of incomplete packets.madmaxoft2013-11-031-0/+2
|
* ProtoProxy: Working 1.7 protocol.madmaxoft2013-10-292-158/+160
| | | | Players can login, move around, dig blocks.
* ProtoProxy: Updated the server-side packets to 1.7.madmaxoft2013-10-291-171/+239
| | | | Forgotten a file in the previous commit.
* ProtoProxy: Updated the server-side packets to 1.7.madmaxoft2013-10-291-0/+5
|
* ProtoProxy: The login part of the protocol is implemented.madmaxoft2013-10-292-220/+229
|
* ProtoProxy: Implemented 1.7.2 status request / response / ping.madmaxoft2013-10-282-113/+272
|
* ProtoProxy: Fixed compilation after the previous cByteBuffer changes.madmaxoft2013-10-281-0/+4
|
* ProtoProxy: Added handling for the Explosion packet.madmaxoft2013-09-192-0/+46
| | | | This will help #129.
* ProtoProxy: Removed the per-packet sleep from the DEBUG version.madmaxoft2013-09-191-2/+9
| | | | It is now enabled by defining a macro, by default off.
* ProtoProxy: Logs are saved to a Logs subfolder.madmaxoft2013-09-082-1/+12
|
* ProtoProxy: The MOTD is modified to indicate ProtoProxy presence.madmaxoft2013-09-081-7/+34
|
* Merged branch 'Projectiles'.madmaxoft2013-09-071-14/+26
|\
| * ProtoProxy: Improved logging for fixed-point numbers.madmaxoft2013-09-041-14/+26
| | | | | | | | "Absolute integers" and velocity are reported including their fractional part.
* | ProtoProxy: Log individual chunks in MapChunkBulk packet.madmaxoft2013-08-301-3/+32
|/
* ProtoProxy: Next packet type is logged for client as well.madmaxoft2013-08-301-2/+2
|
* ProtoProxy: Uses cTimer for the timing information.madmaxoft2013-08-304-5/+14
| | | | Previously used clock() is not suitable for the task, unfortunately it worked in MSVC.
* Fixed ProtoProxy compilation, added client Kick handling.madmaxoft2013-08-252-0/+18
|
* Feature and bugfixes [SEE DESC]Tiger Wang2013-08-161-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, toomadmaxoft2013-07-311-0/+4
|
* ProtoProxy: Added the tab completion packet parsingmadmaxoft2013-07-312-0/+42
|
* Changed everyting to Unix line endings.Alexander Harkness2013-07-2910-3466/+3466
|
* ProtoProxy now properly waits for both sides to establish encryptionmadmaxoft2013-07-282-15/+54
| | | | 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.
* Set up proper ignores for ProtoProxymadmaxoft2013-07-281-0/+4
|
* 1.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com2013-07-082-0/+70
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1669 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtoProxy: moved into the Tools foldermadmaxoft@gmail.com2013-07-0610-0/+3358
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1657 0a769ca7-a7f5-676a-18bf-c427514a06d6