|
Functions |
GSbool | Login_Engine (GSuint uiMaxPostingDelay=500, GSuint uiMaxsOperationalDelay=800) |
| Update connection status-messages handling relating to the login service.
|
GSbool | LoginSend_Connect (const GSchar *szAddress, GSushort usPort) |
| Connect to the router.
|
GSbool | LoginSend_Disconnect () |
| Disconnect from the router.
|
GSbool | LoginSend_LoginRouter (const GSchar *szUsername, const GSchar *szPassword, const GSchar *szVersion, GSbool bPublicIP=GS_TRUE) |
| Login to the router.
|
GSbool | LoginSend_JoinWaitModule () |
| Ask to join the wait module.
|
GSbool | LoginSend_LoginWaitModule (const GSchar *szUsername) |
| Login to the wait module.
|
GSbool | LoginSend_PlayerInfo (const GSchar *szUsername) |
| Get player account information.
|
GSbool | LoginSend_Sleep () |
| Put player in sleep mode.
|
GSbool | LoginSend_WakeUp () |
| Put player in awake mode.
|
GSbool | LoginSend_ModifyAccount (const GSchar *szPassword, const GSchar *szFirstName, const GSchar *szLastName, const GSchar *szEmail, const GSchar *szCountry) |
| Modify player informations.
|
GSbool | LoginSend_CreateAccount (const GSchar *szVersion, const GSchar *szUsername, const GSchar *szPassword, const GSchar *szFirstName, const GSchar *szLastName, const GSchar *szEmail, const GSchar *szCountry) |
| Account creation.
|
GSbool | LoginSend_RequestMOTD (const GSchar *szLanguage) |
| Request the message of the day.
|