summaryrefslogtreecommitdiffstats
path: root/src/Protocol/MojangAPI.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-23Close Ssl Socket on destroyTiger Wang1-1/+0
2015-05-21Added Equifax root CA.Mattes D1-6/+31
2015-05-16Initial implementation of IniFile overloadingtycho1-5/+5
2015-05-09More style checking.Mattes D1-2/+2
2014-12-07cMojangAPI: Fixed a possible problem with thread termination order.Mattes D1-5/+17
2014-10-23Merged IniFile into main MCS sources.Mattes D1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-8/+8
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-8/+8
2014-10-17cMojangAPI: Don't update data if server is in offline mode.Mattes D1-2/+5
2014-10-06cMojangAPI: Added periodical refreshes.Mattes D1-19/+111
2014-08-31Init RankMgr pointer to NULLworktycho1-1/+2
2014-08-25Type warning fixes.Mattes D1-1/+1
2014-08-25Fixed a type warning.Mattes D1-2/+2
2014-08-21cMojangAPI updates cRankManager's playernames.Mattes D1-0/+19
2014-08-04MojangAPI: Fixed PlayerNameToUUID().madmaxoft1-1/+1
2014-08-04Refactored case-conversion functions.madmaxoft1-30/+22
2014-08-03cMojangAPI: Added UUID-to-Name lookup.madmaxoft1-42/+341
2014-08-03Added cMojangAPI:GetUUIDFromPlayerName().madmaxoft1-0/+28
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