From 73b9d0c5cb02f0ea8350de28bc3687e0af70ea0f Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Jan 2003 19:45:57 +0000 Subject: Initial revision git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/users_8h.html | 239 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 docs/module-doc/users_8h.html (limited to 'docs/module-doc/users_8h.html') diff --git a/docs/module-doc/users_8h.html b/docs/module-doc/users_8h.html new file mode 100644 index 000000000..2593a2dcb --- /dev/null +++ b/docs/module-doc/users_8h.html @@ -0,0 +1,239 @@ + + +users.h File Reference + + + +
+Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+

users.h File Reference

#include "inspircd_config.h"
+#include "channels.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 vector< InvitedInvitedList
 Holds a complete list of all channels to which a user has been invited and has not yet joined.

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

+

+ + + + +
+ + +
#define CC_DENY   1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 43 of file users.h.

+

+ + + + +
+ + +
#define STATUS_HOP   2 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 38 of file users.h.

+

+ + + + +
+ + +
#define STATUS_NORMAL   0 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 40 of file users.h.

+

+ + + + +
+ + +
#define STATUS_OP   4 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 37 of file users.h.

+

+ + + + +
+ + +
#define STATUS_VOICE   1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 39 of file users.h.

+


Typedef Documentation

+

+ + + + +
+ + +
typedef vector<ConnectClass> ClassVector +
+
+ + + + + +
+   + + +

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

+ +

+Definition at line 72 of file users.h.

+

+ + + + +
+ + +
typedef 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 66 of file users.h.

+


Generated on Wed Jan 22 20:56:47 2003 for InspIRCd by + +doxygen1.3-rc2
+ + -- cgit v1.2.3