summaryrefslogtreecommitdiffstats
path: root/src/UUID.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-20Make offline UUIDs consistent with vanilla. (#4178)peterbell101-4/+2
Fixes #4177 This is a breaking change to existing Cuberite permissions settings.
2018-04-08Fix cUUID::Variant (#4213)peterbell101-1/+1
2017-08-30Update mbedtls to 2.5.1 (#3964)peterbell101-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
2017-08-29cUUID: Fix FromHexDigit for digits >= 'a'peterbell101-2/+2
2017-08-25Add cUUID class (#3871)peterbell101-0/+283