Package crow.game.login.api


package crow.game.login.api
This package contains the shared objects and interfaces for usage between HA layers and the login server layer.

It's importantly different from crow.game.login.proto which is just the protocol objects between the client and the server and crow.game.ha0.proto which is protocol objects between the char server and login server.

I did try to keep this in login.proto but it didn't work out so well.

  • Class
    Description
    This provides a read-and-write view of the users that are active on the game server.
    The record for a character server we want to tell the login clients about.
    The pending auth collection contains pending authentications (with expirations) that the login server stores and recalls.
    An auth token is a login1/login2 item pair that we send to the client.
    The collection containing the servers.
     
    The interface for authenticating a user.
    Interface for loading users.