|
Callback interface for server authentication and registration. This allows you to support both authentication and account updating. You do not need to implement this if all you want is authentication, you only need this if other scripts connected to the same server calls e.g. Server::setTexture. Almost all of these methods support fall through, meaning murmur should continue the operation against its own database.
Register a new user.
User id of new user, -1 for registration failure, or -2 to fall through.
Unregister a user.
1 for successfull unregistration, 0 for unsuccessfull unregistration, -1 to fall through.
Get a list of registered users matching filter.
List of matching registered users.
Set additional information for user registration.
1 for successfull update, 0 for unsuccessfull update, -1 to fall through.
Set texture of user registration.
1 for successfull update, 0 for unsuccessfull update, -1 to fall through.
|