user Class Reference

Data on a user to the game. More...

#include <user.h>

List of all members.

Public Member Functions

void save (channel *ch)
 Save the data of a user.

Public Attributes

std::string username
 Login name of the user.
std::string password
 MD5 sum of the password or empty when a server connection.
std::string session
 Last given out session ID.
long sessnr
 counter on connections to the central server, chat and gameserver
channelch
 Channel to the client of this user, can be 0 = down.


Detailed Description

Data on a user to the game.

Member Function Documentation

void user::save ( channel ch  ) 

Save the data of a user.


Member Data Documentation

std::string user::username

Login name of the user.

std::string user::password

MD5 sum of the password or empty when a server connection.

std::string user::session

Last given out session ID.

long user::sessnr

counter on connections to the central server, chat and gameserver

channel* user::ch

Channel to the client of this user, can be 0 = down.


The documentation for this class was generated from the following files:

Generated on Tue Jan 1 17:30:02 2008 for user Class Reference by  doxygen   Visit the project page on SourceForge.net Logo