mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 16:58:20 +00:00
Reimplement some functions
This commit is contained in:
@@ -141,6 +141,11 @@ public:
|
||||
*/
|
||||
void DoFailedLogin();
|
||||
|
||||
/**
|
||||
* Verifies a login hash, will also attempt to update a login hash if needed.
|
||||
*/
|
||||
bool VerifyLoginHash(const std::string &user, const std::string &loginserver, const std::string &cred, const std::string &hash);
|
||||
|
||||
/**
|
||||
* Does a successful login
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user