summaryrefslogtreecommitdiffstats
path: root/src/Protocol/MojangAPI.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added cMojangAPI:GetUUIDFromPlayerName().madmaxoft2014-08-031-0/+7
| | | | This is a simpler way to ask for a single name -> uuid conversion.
* 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
The cache is persisted into a SQLite DB file on server shutdown.