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 <string>

Include dependency graph for users.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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 20 of file users.h.

#define CC_DENY   1
 

Definition at line 21 of file users.h.

#define STATUS_HOP   2
 

Definition at line 16 of file users.h.

#define STATUS_NORMAL   0
 

Definition at line 18 of file users.h.

#define STATUS_OP   4
 

Definition at line 15 of file users.h.

#define STATUS_VOICE   1
 

Definition at line 17 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 70 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 64 of file users.h.


Generated on Sat Apr 17 13:33:50 2004 for InspIRCd by doxygen1.3-rc3