mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 16:58:20 +00:00
Rework login credential functions
This commit is contained in:
+1
-10
@@ -21,9 +21,6 @@
|
||||
#include "../common/global_define.h"
|
||||
#include "../common/opcodemgr.h"
|
||||
#include "../common/random.h"
|
||||
#ifndef WIN32
|
||||
#include "eq_crypto_api.h"
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
#include "../common/eq_stream_intf.h"
|
||||
@@ -41,12 +38,6 @@ enum LSClientStatus
|
||||
cs_logged_in
|
||||
};
|
||||
|
||||
enum LoginMode
|
||||
{
|
||||
lm_initial = 2,
|
||||
lm_from_world = 3
|
||||
};
|
||||
|
||||
/**
|
||||
* Client class, controls a single client and it's
|
||||
* connection to the login server.
|
||||
@@ -87,7 +78,7 @@ public:
|
||||
/**
|
||||
* Sends a server list packet to the client.
|
||||
*/
|
||||
void SendServerListPacket();
|
||||
void SendServerListPacket(uint32 seq);
|
||||
|
||||
/**
|
||||
* Sends the input packet to the client and clears our play response states.
|
||||
|
||||
Reference in New Issue
Block a user