Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

users.h File Reference

#include "inspircd_config.h"
#include "channels.h"
#include "connection.h"
#include "inspstring.h"
#include <string>

Go to the source code of this file.

Compounds

class  ConnectClass
 Holds information relevent to <connect allow> and <connect deny> tags in the config file. More...

class  Invited
 Holds a channel name to which a user has been invited. More...

class  userrec
 Holds all information about a user This class stores all information about a user connected to the irc server. More...


Defines

#define STATUS_OP   4
#define STATUS_HOP   2
#define STATUS_VOICE   1
#define STATUS_NORMAL   0
#define CC_ALLOW   0
#define CC_DENY   1

Typedefs

typedef std::vector< InvitedInvitedList
 Holds a complete list of all channels to which a user has been invited and has not yet joined.

typedef std::vector< ConnectClassClassVector
 Holds a complete list of all allow and deny tags from the configuration file (connection classes).


Define Documentation

#define CC_ALLOW   0
 

Definition at line 31 of file users.h.

#define CC_DENY   1
 

Definition at line 32 of file users.h.

#define STATUS_HOP   2
 

Definition at line 27 of file users.h.

#define STATUS_NORMAL   0
 

Definition at line 29 of file users.h.

#define STATUS_OP   4
 

Definition at line 26 of file users.h.

#define STATUS_VOICE   1
 

Definition at line 28 of file users.h.


Typedef Documentation

typedef std::vector<ConnectClass> ClassVector
 

Holds a complete list of all allow and deny tags from the configuration file (connection classes).

Definition at line 81 of file users.h.

typedef std::vector<Invited> InvitedList
 

Holds a complete list of all channels to which a user has been invited and has not yet joined.

Definition at line 75 of file users.h.


Generated on Thu Apr 7 20:14:23 2005 for InspIRCd by doxygen 1.3.3