C# Class Server.Misc.AccountHandler

Show file Open project: Grimoric/RunUO.T2A

Public Properties

Property Type Description
ProtectPasswords PasswordProtection

Public Methods

Method Description
CanCreate ( IPAddress ip ) : bool
CheckAccount ( Server.Mobile mobCheck, Server.Mobile accCheck ) : bool
EventSink_AccountLogin ( AccountLoginEventArgs e ) : void
EventSink_GameLogin ( GameLoginEventArgs e ) : void
Initialize ( ) : void

Private Methods

Method Description
CreateAccount ( Server.Network.NetState state, string un, string pw ) : Account
EventSink_DeleteRequest ( DeleteRequestEventArgs e ) : void
IsForbiddenChar ( char c ) : bool
Password_OnCommand ( Server.CommandEventArgs e ) : void

Method Details

CanCreate() public static method

public static CanCreate ( IPAddress ip ) : bool
ip System.Net.IPAddress
return bool

CheckAccount() public static method

public static CheckAccount ( Server.Mobile mobCheck, Server.Mobile accCheck ) : bool
mobCheck Server.Mobile
accCheck Server.Mobile
return bool

EventSink_AccountLogin() public static method

public static EventSink_AccountLogin ( AccountLoginEventArgs e ) : void
e Server.AccountLoginEventArgs
return void

EventSink_GameLogin() public static method

public static EventSink_GameLogin ( GameLoginEventArgs e ) : void
e Server.GameLoginEventArgs
return void

Initialize() public static method

public static Initialize ( ) : void
return void

Property Details

ProtectPasswords public static property

public static PasswordProtection ProtectPasswords
return PasswordProtection