Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update submodules | Tiger Wang | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Update fmt to 6.2.0 (#4718) | peterbell10 | 2020-05-05 | 1 | -4/+14 |
| | | | * Update fmt to 6.2.0 | ||||
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 1 | -2/+6 |
| | | | | | | | * 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 Tools | Alexander Lyons Harkness | 2017-12-24 | 1 | -58/+56 |
| | |||||
* | Removed UTF-8 BOM (#4033) | Lukas Pioch | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 2017-08-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | ProtoProxy: Fixed warnings in Connection.cpp. | Matyas Dolak | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Compilation fixes | Tiger Wang | 2014-11-23 | 1 | -3/+1 |
| | |||||
* | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 2014-04-29 | 1 | -4/+6 |
| | |||||
* | ProtoProxy: Fixed a few Clang and MSVC warnings. | madmaxoft | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | Fixed Issues in ProtoProxy | Tycho | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | ProtoProxy: Modified to use PolarSSL. | madmaxoft | 2014-01-25 | 1 | -7/+5 |
| | |||||
* | ProtoProxy: Fixed after folder move. | madmaxoft | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | ProtoProxy: Working 1.7 protocol. | madmaxoft | 2013-10-29 | 1 | -0/+4 |
| | | | | Players can login, move around, dig blocks. | ||||
* | ProtoProxy: Updated the server-side packets to 1.7. | madmaxoft | 2013-10-29 | 1 | -0/+5 |
| | |||||
* | ProtoProxy: The login part of the protocol is implemented. | madmaxoft | 2013-10-29 | 1 | -14/+34 |
| | |||||
* | ProtoProxy: Implemented 1.7.2 status request / response / ping. | madmaxoft | 2013-10-28 | 1 | -0/+7 |
| | |||||
* | ProtoProxy: Added handling for the Explosion packet. | madmaxoft | 2013-09-19 | 1 | -0/+1 |
| | | | | This will help #129. | ||||
* | ProtoProxy: Uses cTimer for the timing information. | madmaxoft | 2013-08-30 | 1 | -2/+3 |
| | | | | 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/+1 |
| | |||||
* | ProtoProxy: Added the tab completion packet parsing | madmaxoft | 2013-07-31 | 1 | -0/+2 |
| | |||||
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 1 | -206/+206 |
| | |||||
* | ProtoProxy now properly waits for both sides to establish encryption | madmaxoft | 2013-07-28 | 1 | -3/+7 |
| | | | | 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/+2 |
| | | | | 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/+200 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1657 0a769ca7-a7f5-676a-18bf-c427514a06d6 |