summaryrefslogtreecommitdiffstats
path: root/src/Protocol/MojangAPI.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-31Removed trailing whitespace.madmaxoft1-2/+2
2014-07-31MojangAPI: Moved the settings to a separate ini section.madmaxoft1-2/+2
2014-07-31MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().madmaxoft1-2/+5
2014-07-30MojangAPI: Renamed cache file to MojangAPI.sqlite.madmaxoft1-2/+2
2014-07-30MojangAPI: Clarified the UUID conversion code.madmaxoft1-2/+13
2014-07-30MojangAPI: Implemented UUID shortening and dashing.madmaxoft1-7/+27
2014-07-30Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.madmaxoft1-0/+446