24 #ifndef NET_TMWA_LOGINHANDLER_H
25 #define NET_TMWA_LOGINHANDLER_H
41 void connect()
const override final;
51 const std::string &
restrict newPassword)
void sendLoginRegister(const std::string &username, const std::string &password, const std::string &email) const
ServerInfo * getCharServer() const A_CONST
void sendOtpCode(const std::string &code) const
static void requestUpdateHosts()
void changePassword(const std::string &oldPassword, const std::string &newPassword) const
void updatePacketVersion() const
void sendMobileCode(const BeingId accountId, const std::string &code) const
unsigned int getMaxPasswordLength() const
#define A_DELETE_COPY(func)