AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ACSoap.h"
#include "AccountMgr.h"
#include "Log.h"
#include "World.h"
#include "soapStub.h"
Go to the source code of this file.
Functions | |
void | ACSoapThread (const std::string &host, uint16 port) |
void | process_message (struct soap *soap_message) |
int | ns1__executeCommand (soap *soap, char *command, char **result) |
Variables | |
struct Namespace | namespaces [] |
void ACSoapThread | ( | const std::string & | host, |
uint16 | port | ||
) |
References World::IsStopped(), LOG_DEBUG, LOG_ERROR, LOG_INFO, and process_message().
Referenced by main().
int ns1__executeCommand | ( | soap * | soap, |
char * | command, | ||
char ** | result | ||
) |
References AccountMgr::CheckPassword(), SOAPCommand::commandFinished(), SOAPCommand::finishedPromise, AccountMgr::GetId(), AccountMgr::GetSecurity(), SOAPCommand::hasCommandSucceeded(), LOG_DEBUG, SOAPCommand::m_printBuffer, SOAPCommand::print(), SEC_ADMINISTRATOR, and sWorld.
void process_message | ( | struct soap * | soap_message | ) |
References LOG_TRACE.
Referenced by ACSoapThread().
struct Namespace namespaces[] |