From 2c2710fee596b4fcc64cc3743ca215c85e47a909 Mon Sep 17 00:00:00 2001 From: fuwn Date: Tue, 13 Apr 2021 02:47:41 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Whirlsplash/site?= =?UTF-8?q?@93efb614740a2a903c6a76bad84ee1e035153248=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/worldserver-protocol/userserver/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/worldserver-protocol/userserver/index.html') diff --git a/docs/worldserver-protocol/userserver/index.html b/docs/worldserver-protocol/userserver/index.html index 5022e24..5642aaf 100644 --- a/docs/worldserver-protocol/userserver/index.html +++ b/docs/worldserver-protocol/userserver/index.html @@ -8,8 +8,8 @@ UserServer | Whirlsplash - - + + @@ -21,7 +21,7 @@
-
Skip to main content

UserServer

The following information is directly quoted from the GammaDocs.

The UserServer is used for larger worlds that require more than one RoomServer, or when user +

UserServer

The following information is directly quoted from the GammaDocs.

The UserServer is used for larger worlds that require more than one RoomServer, or when user registration and authentication are required. When user registration and authentication are not required, the UserServer is used in anonymous mode, and can handle large worlds with multiple RoomServers. When user registration and authentication are needed, the UserServer maintains a user @@ -32,10 +32,10 @@ UserServer - RoomServer communications fall into one of the following categories providing redirection to RoomServers, and other user queries. Transactional means that the client connection to the UserServer is maintained only as long as it takes to complete the desired transaction, then the client is either redirected to a RoomServer or dropped after a "grace period" of two minutes.

  • Provides registration and authentication services when registration and authentication are required.
  • Acts as database client to query or maintain a user database when registration and authentication services are required.
  • Acts as database client to query or maintain a World properties database when persistent -property changes are made by users or administrators.
  • +property changes are made by users or administrators.
    - - + + -- cgit v1.2.3