Cuberite
A lightweight, fast and extensible game server for Minecraft
Macros
Authenticator.cpp File Reference
#include "Globals.h"
#include "Authenticator.h"
#include "MojangAPI.h"
#include "../Root.h"
#include "../Server.h"
#include "../ClientHandle.h"
#include "../UUID.h"
#include "../IniFile.h"
#include "json/json.h"
#include "../mbedTLS++/BlockingSslClientSocket.h"
Include dependency graph for Authenticator.cpp:

Go to the source code of this file.

Macros

#define DEFAULT_AUTH_ADDRESS   "/session/minecraft/hasJoined?username=%USERNAME%&serverId=%SERVERID%"
 
#define DEFAULT_AUTH_SERVER   "sessionserver.mojang.com"
 

Macro Definition Documentation

#define DEFAULT_AUTH_ADDRESS   "/session/minecraft/hasJoined?username=%USERNAME%&serverId=%SERVERID%"

Definition at line 21 of file Authenticator.cpp.

#define DEFAULT_AUTH_SERVER   "sessionserver.mojang.com"

Definition at line 20 of file Authenticator.cpp.