Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
AuthHelper Namespace Reference

Functions

RealmBuildInfo const * GetBuildInfo (int build)
bool IsAcceptedClientBuild (int build)
bool IsPostBCAcceptedClientBuild (int build)
bool IsPreBCAcceptedClientBuild (int build)

Variables

static RealmBuildInfo const PostBcAcceptedClientBuilds []
static RealmBuildInfo const PreBcAcceptedClientBuilds []

Function Documentation

◆ GetBuildInfo()

RealmBuildInfo const * AuthHelper::GetBuildInfo ( int build)

Definition at line 72 of file AuthCodes.cpp.

References PostBcAcceptedClientBuilds, and PreBcAcceptedClientBuilds.

Referenced by AuthSocket::_HandleRealmList().

◆ IsAcceptedClientBuild()

bool AuthHelper::IsAcceptedClientBuild ( int build)

◆ IsPostBCAcceptedClientBuild()

bool AuthHelper::IsPostBCAcceptedClientBuild ( int build)

◆ IsPreBCAcceptedClientBuild()

bool AuthHelper::IsPreBCAcceptedClientBuild ( int build)

Variable Documentation

◆ PostBcAcceptedClientBuilds

RealmBuildInfo const AuthHelper::PostBcAcceptedClientBuilds[]
static
Initial value:
=
{
{18414, 5, 4, 8, ' '},
{18291, 5, 4, 8, ' '},
{18019, 5, 4, 7, ' '},
{17956, 5, 4, 7, ' '},
{17930, 5, 4, 7, ' '},
{17898, 5, 4, 7, ' '},
{17688, 5, 4, 2, 'a'},
{17658, 5, 4, 2, ' '},
{17538, 5, 4, 1, ' '},
{17399, 5, 4, 0, ' '},
{17128, 5, 3, 0, ' '},
{16769, 5, 2, 0, ' '},
{16357, 5, 1, 0, 'a'},
{16309, 5, 1, 0, ' '},
{16135, 5, 0, 5, 'b'},
{15595, 4, 3, 4, ' '},
{14545, 4, 2, 2, ' '},
{13623, 4, 0, 6, 'a'},
{12340, 3, 3, 5, 'a'},
{11723, 3, 3, 3, 'a'},
{11403, 3, 3, 2, ' '},
{11159, 3, 3, 0, 'a'},
{10505, 3, 2, 2, 'a'},
{9947, 3, 1, 3, ' '},
{8606, 2, 4, 3, ' '},
{0, 0, 0, 0, ' '}
}

Definition at line 11 of file AuthCodes.cpp.

Referenced by GetBuildInfo(), and IsPostBCAcceptedClientBuild().

◆ PreBcAcceptedClientBuilds

RealmBuildInfo const AuthHelper::PreBcAcceptedClientBuilds[]
static
Initial value:
=
{
{6141, 1, 12, 3, ' '},
{6005, 1, 12, 2, ' '},
{5875, 1, 12, 1, ' '},
{0, 0, 0, 0, ' '}
}

Definition at line 41 of file AuthCodes.cpp.

Referenced by GetBuildInfo(), and IsPreBCAcceptedClientBuild().