Abstracted CLI command handling interface, streamlined more logging

This commit is contained in:
Akkadius
2019-08-04 02:58:26 -05:00
parent 581cbccad5
commit 4498819fad
15 changed files with 1004 additions and 139 deletions
+3 -1
View File
@@ -21,6 +21,7 @@
#define EQEMU_ACCOUNT_MANAGEMENT_H
#include "iostream"
#include "../common/types.h"
class AccountManagement {
public:
@@ -28,9 +29,10 @@ public:
/**
* @param username
* @param password
* @param email
* @return
*/
static bool CreateLocalLoginServerAccount(std::string username, std::string password);
static uint32 CreateLocalLoginServerAccount(std::string username, std::string password, std::string email = "");
/**
* @param username