summaryrefslogtreecommitdiffstats
path: root/src/Protocol/MojangAPI.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cMojangAPI: Don't update data if server is in offline mode.Mattes D2014-10-171-2/+5
* cMojangAPI: Added periodical refreshes.Mattes D2014-10-061-19/+111
* Init RankMgr pointer to NULLworktycho2014-08-311-1/+2
* Merge pull request #1290 from mc-server/RanksMattes D2014-08-261-0/+19
|\
| * cMojangAPI updates cRankManager's playernames.Mattes D2014-08-211-0/+19
* | Type warning fixes.Mattes D2014-08-251-1/+1
* | Fixed a type warning.Mattes D2014-08-251-2/+2
|/
* MojangAPI: Fixed PlayerNameToUUID().madmaxoft2014-08-041-1/+1
* Refactored case-conversion functions.madmaxoft2014-08-041-30/+22
* cMojangAPI: Added UUID-to-Name lookup.madmaxoft2014-08-031-42/+341
* Added cMojangAPI:GetUUIDFromPlayerName().madmaxoft2014-08-031-0/+28
* Removed trailing whitespace.madmaxoft2014-07-311-2/+2
* MojangAPI: Moved the settings to a separate ini section.madmaxoft2014-07-311-2/+2
* MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().madmaxoft2014-07-311-2/+5
* MojangAPI: Renamed cache file to MojangAPI.sqlite.madmaxoft2014-07-301-2/+2
* MojangAPI: Clarified the UUID conversion code.madmaxoft2014-07-301-2/+13
* MojangAPI: Implemented UUID shortening and dashing.madmaxoft2014-07-301-7/+27
* Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.madmaxoft2014-07-301-0/+446