Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed trailing whitespace. | madmaxoft | 2014-07-31 | 1 | -2/+2 |
| | |||||
* | MojangAPI: Moved the settings to a separate ini section. | madmaxoft | 2014-07-31 | 1 | -2/+2 |
| | |||||
* | MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames(). | madmaxoft | 2014-07-31 | 1 | -2/+5 |
| | |||||
* | MojangAPI: Renamed cache file to MojangAPI.sqlite. | madmaxoft | 2014-07-30 | 1 | -2/+2 |
| | |||||
* | MojangAPI: Clarified the UUID conversion code. | madmaxoft | 2014-07-30 | 1 | -2/+13 |
| | |||||
* | MojangAPI: Implemented UUID shortening and dashing. | madmaxoft | 2014-07-30 | 1 | -7/+27 |
| | |||||
* | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 2014-07-30 | 1 | -0/+446 |
The cache is persisted into a SQLite DB file on server shutdown. |