summaryrefslogtreecommitdiffstats
path: root/src/UUID.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make offline UUIDs consistent with vanilla. (#4178)peterbell102018-07-201-4/+2
| | | | | Fixes #4177 This is a breaking change to existing Cuberite permissions settings.
* Fix cUUID::Variant (#4213)peterbell102018-04-081-1/+1
|
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | * 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
* cUUID: Fix FromHexDigit for digits >= 'a'peterbell102017-08-291-2/+2
|
* Add cUUID class (#3871)peterbell102017-08-251-0/+283