#include "Globals.h"
#include "MojangAPI.h"
#include "HTTP/UrlClient.h"
#include "IniFile.h"
#include "JsonUtils.h"
#include "json/json.h"
#include "mbedTLS++/BlockingSslClientSocket.h"
#include "mbedTLS++/SslConfig.h"
#include "OSSupport/IsThread.h"
#include "RankManager.h"
#include "Root.h"
#include "SQLiteCpp/Database.h"
#include "SQLiteCpp/Statement.h"
Go to the source code of this file.
◆ DEFAULT_NAME_TO_UUID_ADDRESS
constexpr char DEFAULT_NAME_TO_UUID_ADDRESS[] = "/profiles/minecraft" |
|
constexpr |
◆ DEFAULT_NAME_TO_UUID_SERVER
constexpr char DEFAULT_NAME_TO_UUID_SERVER[] = "api.mojang.com" |
|
constexpr |
◆ DEFAULT_UUID_TO_PROFILE_ADDRESS
constexpr char DEFAULT_UUID_TO_PROFILE_ADDRESS[] = "/session/minecraft/profile/%UUID%?unsigned=false" |
|
constexpr |
◆ DEFAULT_UUID_TO_PROFILE_SERVER
constexpr char DEFAULT_UUID_TO_PROFILE_SERVER[] = "sessionserver.mojang.com" |
|
constexpr |
◆ MAX_AGE
const Int64 MAX_AGE = 7 * 24 * 60 * 60 |
The maximum age for items to be kept in the cache.
Any item older than this will be removed.
Definition at line 25 of file MojangAPI.cpp.
◆ MAX_PER_QUERY
const int MAX_PER_QUERY = 100 |
The maximum number of names to send in a single query.
Definition at line 28 of file MojangAPI.cpp.