C# Class TSO_LoginServer.Network.LoginPacketHandlers

Exibir arquivo Open project: RHY3756547/FreeSO

Public Methods

Method Description
HandleChallengeResponse ( NetworkClient Client, ProcessedPacket P ) : void

Client sent a response to our challenge, as well as account name and password.

HandleCharacterCreate ( NetworkClient Client, ProcessedPacket P ) : void

Client created a character!

HandleCharacterInfoRequest ( NetworkClient Client, ProcessedPacket P ) : void

Client requested information about its characters.

HandleCharacterRetirement ( NetworkClient Client, ProcessedPacket P ) : void

Client wanted to retire a character.

HandleCityInfoRequest ( NetworkClient Client, ProcessedPacket P ) : void

Client requested information about a city.

HandleCityTokenRequest ( NetworkClient Client, ProcessedPacket P ) : void

Client wanted to transfer to a city server.

HandleLoginRequest ( NetworkClient Client, ProcessedPacket P ) : void

Client wanted to log in!

Private Methods

Method Description
SanitizeAccount ( string AccountName ) : string

Method Details

HandleChallengeResponse() public static method

Client sent a response to our challenge, as well as account name and password.
public static HandleChallengeResponse ( NetworkClient Client, ProcessedPacket P ) : void
Client GonzoNet.NetworkClient
P ProcessedPacket
return void

HandleCharacterCreate() public static method

Client created a character!
public static HandleCharacterCreate ( NetworkClient Client, ProcessedPacket P ) : void
Client GonzoNet.NetworkClient
P ProcessedPacket
return void

HandleCharacterInfoRequest() public static method

Client requested information about its characters.
public static HandleCharacterInfoRequest ( NetworkClient Client, ProcessedPacket P ) : void
Client GonzoNet.NetworkClient
P ProcessedPacket
return void

HandleCharacterRetirement() public static method

Client wanted to retire a character.
public static HandleCharacterRetirement ( NetworkClient Client, ProcessedPacket P ) : void
Client GonzoNet.NetworkClient
P ProcessedPacket
return void

HandleCityInfoRequest() public static method

Client requested information about a city.
public static HandleCityInfoRequest ( NetworkClient Client, ProcessedPacket P ) : void
Client GonzoNet.NetworkClient
P ProcessedPacket
return void

HandleCityTokenRequest() public static method

Client wanted to transfer to a city server.
public static HandleCityTokenRequest ( NetworkClient Client, ProcessedPacket P ) : void
Client GonzoNet.NetworkClient
P ProcessedPacket
return void

HandleLoginRequest() public static method

Client wanted to log in!
public static HandleLoginRequest ( NetworkClient Client, ProcessedPacket P ) : void
Client GonzoNet.NetworkClient
P ProcessedPacket
return void