summaryrefslogtreecommitdiffstats
path: root/src/Protocol/MojangAPI.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-04Refactored case-conversion functions.madmaxoft1-2/+2
StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place.
2014-08-03cMojangAPI: Added UUID-to-Name lookup.madmaxoft1-16/+81
Also fixed the bindings, now all functions are static-like.
2014-08-03Added cMojangAPI:GetUUIDFromPlayerName().madmaxoft1-0/+7
This is a simpler way to ask for a single name -> uuid conversion.
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
The cache is persisted into a SQLite DB file on server shutdown.