Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-31 | MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames(). | madmaxoft | 1 | -2/+4 | |
2014-07-30 | MojangAPI: Clarified the UUID conversion code. | madmaxoft | 1 | -2/+4 | |
2014-07-30 | Exported cMojangAPI to Lua. | madmaxoft | 1 | -1/+12 | |
2014-07-30 | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 1 | -0/+102 | |
The cache is persisted into a SQLite DB file on server shutdown. |