summaryrefslogtreecommitdiffstats
path: root/src/Protocol/MojangAPI.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-17cMojangAPI: Don't update data if server is in offline mode.Mattes D1-1/+1
2014-10-06cMojangAPI: Added periodical refreshes.Mattes D1-0/+21
2014-08-21cMojangAPI updates cRankManager's playernames.Mattes D1-1/+21
2014-08-21cMojangAPI: Fixed MakeUUID___() bindings.Mattes D1-4/+0
2014-08-04Refactored case-conversion functions.madmaxoft1-2/+2
2014-08-03cMojangAPI: Added UUID-to-Name lookup.madmaxoft1-16/+81
2014-08-03Added cMojangAPI:GetUUIDFromPlayerName().madmaxoft1-0/+7
2014-07-31MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().madmaxoft1-2/+4
2014-07-30MojangAPI: Clarified the UUID conversion code.madmaxoft1-2/+4
2014-07-30Exported cMojangAPI to Lua.madmaxoft1-1/+12
2014-07-30Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.madmaxoft1-0/+102