#include <loginhandler.h>
|
void | sendLoginRegister (const std::string &username, const std::string &password, const std::string &email) const |
|
Definition at line 32 of file loginhandler.h.
◆ LoginHandler()
TmwAthena::LoginHandler::LoginHandler |
( |
| ) |
|
◆ ~LoginHandler()
TmwAthena::LoginHandler::~LoginHandler |
( |
| ) |
|
|
virtual |
◆ changePassword()
void TmwAthena::LoginHandler::changePassword |
( |
const std::string & |
oldPassword, |
|
|
const std::string & |
newPassword |
|
) |
| const |
|
virtual |
Implements Net::LoginHandler.
Definition at line 85 of file loginhandler.cpp.
90 outMsg.writeStringNoLog(oldPassword, 24,
"old password");
91 outMsg.writeStringNoLog(newPassword, 24,
"new password");
#define createOutPacket(name)
References createOutPacket.
◆ connect()
void TmwAthena::LoginHandler::connect |
( |
| ) |
const |
|
virtual |
◆ disconnect()
void TmwAthena::LoginHandler::disconnect |
( |
| ) |
const |
|
virtual |
◆ getCharServer()
ServerInfo * TmwAthena::LoginHandler::getCharServer |
( |
| ) |
const |
|
virtual |
◆ getMaxPasswordLength()
unsigned int TmwAthena::LoginHandler::getMaxPasswordLength |
( |
| ) |
const |
|
inlinevirtual |
◆ isConnected()
bool TmwAthena::LoginHandler::isConnected |
( |
| ) |
const |
|
virtual |
◆ ping()
void TmwAthena::LoginHandler::ping |
( |
| ) |
const |
|
virtual |
◆ requestUpdateHosts()
void TmwAthena::LoginHandler::requestUpdateHosts |
( |
| ) |
|
|
static |
◆ sendLoginRegister()
void TmwAthena::LoginHandler::sendLoginRegister |
( |
const std::string & |
username, |
|
|
const std::string & |
password, |
|
|
const std::string & |
email |
|
) |
| const |
|
privatevirtual |
◆ sendMobileCode()
void TmwAthena::LoginHandler::sendMobileCode |
( |
const BeingId |
accountId, |
|
|
const std::string & |
code |
|
) |
| const |
|
virtual |
◆ sendOtpCode()
void TmwAthena::LoginHandler::sendOtpCode |
( |
const std::string & |
code | ) |
const |
|
virtual |
◆ sendVersion()
void TmwAthena::LoginHandler::sendVersion |
( |
| ) |
const |
|
virtual |
◆ updatePacketVersion()
void TmwAthena::LoginHandler::updatePacketVersion |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: