#include "account.h"
#include "internal.h"
#include "net/tmwserv/connection.h"
#include "net/tmwserv/protocol.h"
#include "net/messageout.h"
#include "utils/sha256.h"
#include <string>
Go to the source code of this file.
Functions | |
void | Net::AccountServer::Account::createCharacter (const std::string &name, char hairStyle, char hairColor, char gender, short strength, short agility, short vitality, short intelligence, short dexterity, short willpower) |
void | Net::AccountServer::Account::deleteCharacter (char slot) |
void | Net::AccountServer::Account::selectCharacter (char slot) |
void | Net::AccountServer::Account::unregister (const std::string &username, const std::string &password) |
void | Net::AccountServer::Account::changeEmail (const std::string &email) |
void | Net::AccountServer::Account::changePassword (const std::string &username, const std::string &oldPassword, const std::string &newPassword) |