]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/users_8h.html
Updated documentation scripts
[user/henk/code/inspircd.git] / docs / module-doc / users_8h.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>users.h File Reference</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc2 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>users.h File Reference</h1><code>#include "inspircd_config.h"</code><br>
10 <code>#include "<a class="el" href="channels_8h-source.html">channels.h</a>"</code><br>
11 <code>#include &lt;string&gt;</code><br>
12
13 <p>
14 <a href="users_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
15 <tr><td></td></tr>
16 <tr><td colspan=2><br><h2>Compounds</h2></td></tr>
17 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classConnectClass.html">ConnectClass</a></td></tr>
18 <tr><td>&nbsp;</td><td><font size=-1><em>Holds information relevent to &lt;connect allow&gt; and &lt;connect deny&gt; tags in the config file.</em> <a href="classConnectClass.html#_details">More...</a><em></em></font><br><br></td></tr>
19 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classInvited.html">Invited</a></td></tr>
20 <tr><td>&nbsp;</td><td><font size=-1><em>Holds a channel name to which a user has been invited.</em> <a href="classInvited.html#_details">More...</a><em></em></font><br><br></td></tr>
21 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classuserrec.html">userrec</a></td></tr>
22 <tr><td>&nbsp;</td><td><font size=-1><em>Holds all information about a user This class stores all information about a user connected to the irc server.</em> <a href="classuserrec.html#_details">More...</a><em></em></font><br><br></td></tr>
23 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
24 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="users_8h.html#a0">STATUS_OP</a>&nbsp;&nbsp;&nbsp;4</td></tr>
25 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="users_8h.html#a1">STATUS_HOP</a>&nbsp;&nbsp;&nbsp;2</td></tr>
26 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="users_8h.html#a2">STATUS_VOICE</a>&nbsp;&nbsp;&nbsp;1</td></tr>
27 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="users_8h.html#a3">STATUS_NORMAL</a>&nbsp;&nbsp;&nbsp;0</td></tr>
28 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="users_8h.html#a4">CC_ALLOW</a>&nbsp;&nbsp;&nbsp;0</td></tr>
29 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="users_8h.html#a5">CC_DENY</a>&nbsp;&nbsp;&nbsp;1</td></tr>
30 <tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
31 <tr><td nowrap align=right valign=top>typedef vector&lt; <a class="el" href="classInvited.html">Invited</a> &gt;&nbsp;</td><td valign=bottom><a class="el" href="users_8h.html#a6">InvitedList</a></td></tr>
32 <tr><td>&nbsp;</td><td><font size=-1><em>Holds a complete list of all channels to which a user has been invited and has not yet joined.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
33 <tr><td nowrap align=right valign=top>typedef vector&lt; <a class="el" href="classConnectClass.html">ConnectClass</a> &gt;&nbsp;</td><td valign=bottom><a class="el" href="users_8h.html#a7">ClassVector</a></td></tr>
34 <tr><td>&nbsp;</td><td><font size=-1><em>Holds a complete list of all allow and deny tags from the configuration file (connection classes).</em> <a href="#a7"></a><em></em></font><br><br></td></tr>
35 </table>
36 <hr><h2>Define Documentation</h2>
37 <a name="a4" doxytag="users.h::CC_ALLOW"></a><p>
38 <table width="100%" cellpadding="2" cellspacing="0" border="0">
39   <tr>
40     <td class="md">
41       <table cellpadding="0" cellspacing="0" border="0">
42         <tr>
43           <td class="md" nowrap valign="top"> #define CC_ALLOW&nbsp;&nbsp;&nbsp;0
44       </table>
45     </td>
46   </tr>
47 </table>
48 <table cellspacing=5 cellpadding=0 border=0>
49   <tr>
50     <td>
51       &nbsp;
52     </td>
53     <td>
54
55 <p>
56
57 <p>
58 Definition at line <a class="el" href="users_8h-source.html#l00045">45</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
59   </tr>
60 </table>
61 <a name="a5" doxytag="users.h::CC_DENY"></a><p>
62 <table width="100%" cellpadding="2" cellspacing="0" border="0">
63   <tr>
64     <td class="md">
65       <table cellpadding="0" cellspacing="0" border="0">
66         <tr>
67           <td class="md" nowrap valign="top"> #define CC_DENY&nbsp;&nbsp;&nbsp;1
68       </table>
69     </td>
70   </tr>
71 </table>
72 <table cellspacing=5 cellpadding=0 border=0>
73   <tr>
74     <td>
75       &nbsp;
76     </td>
77     <td>
78
79 <p>
80
81 <p>
82 Definition at line <a class="el" href="users_8h-source.html#l00046">46</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
83   </tr>
84 </table>
85 <a name="a1" doxytag="users.h::STATUS_HOP"></a><p>
86 <table width="100%" cellpadding="2" cellspacing="0" border="0">
87   <tr>
88     <td class="md">
89       <table cellpadding="0" cellspacing="0" border="0">
90         <tr>
91           <td class="md" nowrap valign="top"> #define STATUS_HOP&nbsp;&nbsp;&nbsp;2
92       </table>
93     </td>
94   </tr>
95 </table>
96 <table cellspacing=5 cellpadding=0 border=0>
97   <tr>
98     <td>
99       &nbsp;
100     </td>
101     <td>
102
103 <p>
104
105 <p>
106 Definition at line <a class="el" href="users_8h-source.html#l00041">41</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
107   </tr>
108 </table>
109 <a name="a3" doxytag="users.h::STATUS_NORMAL"></a><p>
110 <table width="100%" cellpadding="2" cellspacing="0" border="0">
111   <tr>
112     <td class="md">
113       <table cellpadding="0" cellspacing="0" border="0">
114         <tr>
115           <td class="md" nowrap valign="top"> #define STATUS_NORMAL&nbsp;&nbsp;&nbsp;0
116       </table>
117     </td>
118   </tr>
119 </table>
120 <table cellspacing=5 cellpadding=0 border=0>
121   <tr>
122     <td>
123       &nbsp;
124     </td>
125     <td>
126
127 <p>
128
129 <p>
130 Definition at line <a class="el" href="users_8h-source.html#l00043">43</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
131   </tr>
132 </table>
133 <a name="a0" doxytag="users.h::STATUS_OP"></a><p>
134 <table width="100%" cellpadding="2" cellspacing="0" border="0">
135   <tr>
136     <td class="md">
137       <table cellpadding="0" cellspacing="0" border="0">
138         <tr>
139           <td class="md" nowrap valign="top"> #define STATUS_OP&nbsp;&nbsp;&nbsp;4
140       </table>
141     </td>
142   </tr>
143 </table>
144 <table cellspacing=5 cellpadding=0 border=0>
145   <tr>
146     <td>
147       &nbsp;
148     </td>
149     <td>
150
151 <p>
152
153 <p>
154 Definition at line <a class="el" href="users_8h-source.html#l00040">40</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
155   </tr>
156 </table>
157 <a name="a2" doxytag="users.h::STATUS_VOICE"></a><p>
158 <table width="100%" cellpadding="2" cellspacing="0" border="0">
159   <tr>
160     <td class="md">
161       <table cellpadding="0" cellspacing="0" border="0">
162         <tr>
163           <td class="md" nowrap valign="top"> #define STATUS_VOICE&nbsp;&nbsp;&nbsp;1
164       </table>
165     </td>
166   </tr>
167 </table>
168 <table cellspacing=5 cellpadding=0 border=0>
169   <tr>
170     <td>
171       &nbsp;
172     </td>
173     <td>
174
175 <p>
176
177 <p>
178 Definition at line <a class="el" href="users_8h-source.html#l00042">42</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
179   </tr>
180 </table>
181 <hr><h2>Typedef Documentation</h2>
182 <a name="a7" doxytag="users.h::ClassVector"></a><p>
183 <table width="100%" cellpadding="2" cellspacing="0" border="0">
184   <tr>
185     <td class="md">
186       <table cellpadding="0" cellspacing="0" border="0">
187         <tr>
188           <td class="md" nowrap valign="top"> typedef vector&lt;<a class="el" href="classConnectClass.html">ConnectClass</a>&gt; ClassVector
189       </table>
190     </td>
191   </tr>
192 </table>
193 <table cellspacing=5 cellpadding=0 border=0>
194   <tr>
195     <td>
196       &nbsp;
197     </td>
198     <td>
199
200 <p>
201 Holds a complete list of all allow and deny tags from the configuration file (connection classes).
202 <p>
203
204 <p>
205 Definition at line <a class="el" href="users_8h-source.html#l00075">75</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
206   </tr>
207 </table>
208 <a name="a6" doxytag="users.h::InvitedList"></a><p>
209 <table width="100%" cellpadding="2" cellspacing="0" border="0">
210   <tr>
211     <td class="md">
212       <table cellpadding="0" cellspacing="0" border="0">
213         <tr>
214           <td class="md" nowrap valign="top"> typedef vector&lt;<a class="el" href="classInvited.html">Invited</a>&gt; InvitedList
215       </table>
216     </td>
217   </tr>
218 </table>
219 <table cellspacing=5 cellpadding=0 border=0>
220   <tr>
221     <td>
222       &nbsp;
223     </td>
224     <td>
225
226 <p>
227 Holds a complete list of all channels to which a user has been invited and has not yet joined.
228 <p>
229
230 <p>
231 Definition at line <a class="el" href="users_8h-source.html#l00069">69</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
232   </tr>
233 </table>
234 <hr><address style="align: right;"><small>Generated on Thu Jan 23 20:28:58 2003 for InspIRCd by
235 <a href="http://www.doxygen.org/index.html">
236 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
237 width=110 height=53></a>1.3-rc2 </small></address>
238 </body>
239 </html>