C# Class Server.Misc.AccountHandler

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Свойство Type Description
ProtectPasswords PasswordProtection

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static CanCreate ( IPAddress ip ) : bool
ip System.Net.IPAddress
Résultat bool

CheckAccount() public static méthode

public static CheckAccount ( Server.Mobile mobCheck, Server.Mobile accCheck ) : bool
mobCheck Server.Mobile
accCheck Server.Mobile
Résultat bool

EventSink_AccountLogin() public static méthode

public static EventSink_AccountLogin ( AccountLoginEventArgs e ) : void
e Server.AccountLoginEventArgs
Résultat void

EventSink_GameLogin() public static méthode

public static EventSink_GameLogin ( GameLoginEventArgs e ) : void
e Server.GameLoginEventArgs
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Property Details

ProtectPasswords public_oe static_oe property

public static PasswordProtection ProtectPasswords
Résultat PasswordProtection