C# Class LoginEngine.Program

Program class for LoginEngine
Datei anzeigen Open project: CellAO/CellAO-NightPredator

Public Methods

Method Description
StartTheServer ( ) : void

Private Methods

Method Description
AddUser ( string obj ) : void

CheckAddUserParameters ( string obj ) : bool

CheckDatabase ( ) : bool

CheckUsername ( string username ) : bool
CommandLoop ( string args ) : void

Initialize ( ) : bool

InitializeConsoleCommands ( ) : bool

InitializeLogAndBug ( ) : bool

InitializeServerInstance ( ) : bool

IsNumber ( string number ) : bool
IsServerRunning ( string obj ) : void

LogoffCharacters ( string obj ) : void

Main ( string args ) : void

Entry point

SetDebug ( string obj ) : void
SetGMLevel ( string obj ) : void

SetHash ( string obj ) : void

SetPassword ( string obj ) : void

ShowCommandHelp ( ) : void

ShutDownServer ( string obj ) : void

StartServer ( string parts ) : void

StopServer ( string obj ) : void

Method Details

StartTheServer() public static method

public static StartTheServer ( ) : void
return void