![]() |
TrinityCore
|
Classes | |
| class | AuthChallenge |
| class | AuthContinuedSession |
| class | AuthResponse |
| class | AuthSession |
| struct | AuthSuccessInfo |
| struct | AuthWaitInfo |
| struct | BaseBuildKey |
| class | ConnectTo |
| class | ConnectToFailed |
| class | EarlyProcessClientPacket |
| class | EnterEncryptedMode |
| struct | GameTime |
| class | LogDisconnect |
| class | Ping |
| class | Pong |
| class | QueuedMessagesEnd |
| class | ResumeComms |
| struct | VirtualRealmInfo |
| struct | VirtualRealmNameInfo |
| class | WaitQueueFinish |
| class | WaitQueueUpdate |
Enumerations | |
| enum class | ConnectToSerial : uint32 { None = 0 , Realm = 14 , WorldAttempt1 = 17 , WorldAttempt2 = 35 , WorldAttempt3 = 53 , WorldAttempt4 = 71 , WorldAttempt5 = 89 } |
Functions | |
| ByteBuffer & | operator<< (ByteBuffer &data, VirtualRealmNameInfo const &virtualRealmInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, VirtualRealmInfo const &virtualRealmInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, GameTime const &gameTime) |
| ByteBuffer & | operator<< (ByteBuffer &data, BaseBuildKey const &buildKey) |
| ByteBuffer & | operator<< (ByteBuffer &data, AuthSuccessInfo const &successInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, AuthWaitInfo const &waitInfo) |
Variables | |
| std::array< uint8, 32 > constexpr | EnableEncryptionSeed |
| std::array< uint8, 16 > constexpr | EnableEncryptionContext = { 0xA7, 0x1F, 0xB6, 0x9B, 0xC9, 0x7C, 0xDD, 0x96, 0xE9, 0xBB, 0xB8, 0x21, 0x39, 0x8D, 0x5A, 0xD4 } |
|
strong |
| Enumerator | |
|---|---|
| None | |
| Realm | |
| WorldAttempt1 | |
| WorldAttempt2 | |
| WorldAttempt3 | |
| WorldAttempt4 | |
| WorldAttempt5 | |
Definition at line 224 of file AuthenticationPackets.h.
| ByteBuffer & WorldPackets::Auth::operator<< | ( | ByteBuffer & | data, |
| AuthSuccessInfo const & | successInfo | ||
| ) |
| ByteBuffer & WorldPackets::Auth::operator<< | ( | ByteBuffer & | data, |
| AuthWaitInfo const & | waitInfo | ||
| ) |
| ByteBuffer & WorldPackets::Auth::operator<< | ( | ByteBuffer & | data, |
| BaseBuildKey const & | buildKey | ||
| ) |
Definition at line 108 of file AuthenticationPackets.cpp.
| ByteBuffer & WorldPackets::Auth::operator<< | ( | ByteBuffer & | data, |
| GameTime const & | gameTime | ||
| ) |
| ByteBuffer & WorldPackets::Auth::operator<< | ( | ByteBuffer & | data, |
| VirtualRealmInfo const & | virtualRealmInfo | ||
| ) |
Definition at line 43 of file AuthenticationPackets.cpp.
| ByteBuffer & WorldPackets::Auth::operator<< | ( | ByteBuffer & | data, |
| VirtualRealmNameInfo const & | virtualRealmInfo | ||
| ) |
|
constexpr |
Definition at line 359 of file AuthenticationPackets.cpp.
|
constexpr |
Definition at line 357 of file AuthenticationPackets.cpp.