]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/users_8h.html
Modified documentation
[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 "<a class="el" href="connection_8h-source.html">connection.h</a>"</code><br>
12 <code>#include &lt;string&gt;</code><br>
13
14 <p>
15 <a href="users_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
16 <tr><td></td></tr>
17 <tr><td colspan=2><br><h2>Compounds</h2></td></tr>
18 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classConnectClass.html">ConnectClass</a></td></tr>
19 <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>
20 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classInvited.html">Invited</a></td></tr>
21 <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>
22 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classuserrec.html">userrec</a></td></tr>
23 <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>
24 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
25 <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>
26 <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>
27 <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>
28 <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>
29 <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>
30 <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>
31 <tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
32 <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>
33 <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>
34 <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>
35 <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>
36 </table>
37 <hr><h2>Define Documentation</h2>
38 <a name="a4" doxytag="users.h::CC_ALLOW"></a><p>
39 <table width="100%" cellpadding="2" cellspacing="0" border="0">
40   <tr>
41     <td class="md">
42       <table cellpadding="0" cellspacing="0" border="0">
43         <tr>
44           <td class="md" nowrap valign="top"> #define CC_ALLOW&nbsp;&nbsp;&nbsp;0
45       </table>
46     </td>
47   </tr>
48 </table>
49 <table cellspacing=5 cellpadding=0 border=0>
50   <tr>
51     <td>
52       &nbsp;
53     </td>
54     <td>
55
56 <p>
57
58 <p>
59 Definition at line <a class="el" href="users_8h-source.html#l00050">50</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
60   </tr>
61 </table>
62 <a name="a5" doxytag="users.h::CC_DENY"></a><p>
63 <table width="100%" cellpadding="2" cellspacing="0" border="0">
64   <tr>
65     <td class="md">
66       <table cellpadding="0" cellspacing="0" border="0">
67         <tr>
68           <td class="md" nowrap valign="top"> #define CC_DENY&nbsp;&nbsp;&nbsp;1
69       </table>
70     </td>
71   </tr>
72 </table>
73 <table cellspacing=5 cellpadding=0 border=0>
74   <tr>
75     <td>
76       &nbsp;
77     </td>
78     <td>
79
80 <p>
81
82 <p>
83 Definition at line <a class="el" href="users_8h-source.html#l00051">51</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
84   </tr>
85 </table>
86 <a name="a1" doxytag="users.h::STATUS_HOP"></a><p>
87 <table width="100%" cellpadding="2" cellspacing="0" border="0">
88   <tr>
89     <td class="md">
90       <table cellpadding="0" cellspacing="0" border="0">
91         <tr>
92           <td class="md" nowrap valign="top"> #define STATUS_HOP&nbsp;&nbsp;&nbsp;2
93       </table>
94     </td>
95   </tr>
96 </table>
97 <table cellspacing=5 cellpadding=0 border=0>
98   <tr>
99     <td>
100       &nbsp;
101     </td>
102     <td>
103
104 <p>
105
106 <p>
107 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>
108   </tr>
109 </table>
110 <a name="a3" doxytag="users.h::STATUS_NORMAL"></a><p>
111 <table width="100%" cellpadding="2" cellspacing="0" border="0">
112   <tr>
113     <td class="md">
114       <table cellpadding="0" cellspacing="0" border="0">
115         <tr>
116           <td class="md" nowrap valign="top"> #define STATUS_NORMAL&nbsp;&nbsp;&nbsp;0
117       </table>
118     </td>
119   </tr>
120 </table>
121 <table cellspacing=5 cellpadding=0 border=0>
122   <tr>
123     <td>
124       &nbsp;
125     </td>
126     <td>
127
128 <p>
129
130 <p>
131 Definition at line <a class="el" href="users_8h-source.html#l00048">48</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
132   </tr>
133 </table>
134 <a name="a0" doxytag="users.h::STATUS_OP"></a><p>
135 <table width="100%" cellpadding="2" cellspacing="0" border="0">
136   <tr>
137     <td class="md">
138       <table cellpadding="0" cellspacing="0" border="0">
139         <tr>
140           <td class="md" nowrap valign="top"> #define STATUS_OP&nbsp;&nbsp;&nbsp;4
141       </table>
142     </td>
143   </tr>
144 </table>
145 <table cellspacing=5 cellpadding=0 border=0>
146   <tr>
147     <td>
148       &nbsp;
149     </td>
150     <td>
151
152 <p>
153
154 <p>
155 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>
156   </tr>
157 </table>
158 <a name="a2" doxytag="users.h::STATUS_VOICE"></a><p>
159 <table width="100%" cellpadding="2" cellspacing="0" border="0">
160   <tr>
161     <td class="md">
162       <table cellpadding="0" cellspacing="0" border="0">
163         <tr>
164           <td class="md" nowrap valign="top"> #define STATUS_VOICE&nbsp;&nbsp;&nbsp;1
165       </table>
166     </td>
167   </tr>
168 </table>
169 <table cellspacing=5 cellpadding=0 border=0>
170   <tr>
171     <td>
172       &nbsp;
173     </td>
174     <td>
175
176 <p>
177
178 <p>
179 Definition at line <a class="el" href="users_8h-source.html#l00047">47</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
180   </tr>
181 </table>
182 <hr><h2>Typedef Documentation</h2>
183 <a name="a7" doxytag="users.h::ClassVector"></a><p>
184 <table width="100%" cellpadding="2" cellspacing="0" border="0">
185   <tr>
186     <td class="md">
187       <table cellpadding="0" cellspacing="0" border="0">
188         <tr>
189           <td class="md" nowrap valign="top"> typedef vector&lt;<a class="el" href="classConnectClass.html">ConnectClass</a>&gt; ClassVector
190       </table>
191     </td>
192   </tr>
193 </table>
194 <table cellspacing=5 cellpadding=0 border=0>
195   <tr>
196     <td>
197       &nbsp;
198     </td>
199     <td>
200
201 <p>
202 Holds a complete list of all allow and deny tags from the configuration file (connection classes).
203 <p>
204
205 <p>
206 Definition at line <a class="el" href="users_8h-source.html#l00080">80</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
207   </tr>
208 </table>
209 <a name="a6" doxytag="users.h::InvitedList"></a><p>
210 <table width="100%" cellpadding="2" cellspacing="0" border="0">
211   <tr>
212     <td class="md">
213       <table cellpadding="0" cellspacing="0" border="0">
214         <tr>
215           <td class="md" nowrap valign="top"> typedef vector&lt;<a class="el" href="classInvited.html">Invited</a>&gt; InvitedList
216       </table>
217     </td>
218   </tr>
219 </table>
220 <table cellspacing=5 cellpadding=0 border=0>
221   <tr>
222     <td>
223       &nbsp;
224     </td>
225     <td>
226
227 <p>
228 Holds a complete list of all channels to which a user has been invited and has not yet joined.
229 <p>
230
231 <p>
232 Definition at line <a class="el" href="users_8h-source.html#l00074">74</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
233   </tr>
234 </table>
235 <hr><address style="align: right;"><small>Generated on Mon Jan 27 00:16:41 2003 for InspIRCd by
236 <a href="http://www.doxygen.org/index.html">
237 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
238 width=110 height=53></a>1.3-rc2 </small></address>
239 </body>
240 </html>