summaryrefslogtreecommitdiffstats
path: root/src/Protocol/MojangAPI.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cTCPLink and cUrlClient accept list of trusted root CAs for TLS.Mattes D2023-05-191-13/+8
* Auth SSL Fixesx12xx12x2023-05-191-8/+3
* Add cUUID class (#3871)peterbell102017-08-251-30/+20
* Remove smart pointer macrospeterbell102017-07-211-1/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-27/+27
* Initial implementation of IniFile overloadingtycho2015-05-161-2/+2
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
* cMojangAPI: Don't update data if server is in offline mode.Mattes D2014-10-171-1/+1
* cMojangAPI: Added periodical refreshes.Mattes D2014-10-061-0/+21
* cMojangAPI updates cRankManager's playernames.Mattes D2014-08-211-1/+21
* cMojangAPI: Fixed MakeUUID___() bindings.Mattes D2014-08-211-4/+0
* Refactored case-conversion functions.madmaxoft2014-08-041-2/+2
* cMojangAPI: Added UUID-to-Name lookup.madmaxoft2014-08-031-16/+81
* Added cMojangAPI:GetUUIDFromPlayerName().madmaxoft2014-08-031-0/+7
* MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().madmaxoft2014-07-311-2/+4
* MojangAPI: Clarified the UUID conversion code.madmaxoft2014-07-301-2/+4
* Exported cMojangAPI to Lua.madmaxoft2014-07-301-1/+12
* Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.madmaxoft2014-07-301-0/+102