BesterDataStore

This represents the accounts management system of the server. It is only an abstract class.

Members

Functions

authenticate
bool authenticate(string username, string password)
Undocumented in source.
createAccount
void createAccount(string username, string password)

Creates a new account with the given username and password.

shutdown
void shutdown()
Undocumented in source.
userExists
bool userExists(string username)

Check if the user, username, exists in the database.

Meta