]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classuserrec.html
4313e9ff515ce398f87c1a90ab09012d3623d76d
[user/henk/code/inspircd.git] / docs / module-doc / classuserrec.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>InspIRCd: userrec Class Reference</title>
4 <link href="inspircd.doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.4-20050815 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <h1>userrec Class Reference</h1><!-- doxytag: class="userrec" --><!-- doxytag: inherits="connection" -->Holds all information about a user This class stores all information about a user connected to the irc server.  
9 <a href="#_details">More...</a>
10 <p>
11 <code>#include &lt;<a class="el" href="users_8h-source.html">users.h</a>&gt;</code>
12 <p>
13 Inheritance diagram for userrec:<p><center><img src="classuserrec__inherit__graph.gif" border="0" usemap="#userrec__inherit__map" alt="Inheritance graph"></center>
14 <map name="userrec__inherit__map">
15 <area href="classconnection.html" shape="rect" coords="7,156,92,183" alt="">
16 <area href="classExtensible.html" shape="rect" coords="8,81,91,108" alt="">
17 <area href="classclassbase.html" shape="rect" coords="10,7,90,33" alt="">
18 </map>
19 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for userrec:<p><center><img src="classuserrec__coll__graph.gif" border="0" usemap="#userrec__coll__map" alt="Collaboration graph"></center>
20 <map name="userrec__coll__map">
21 <area href="classconnection.html" shape="rect" coords="209,355,295,382" alt="">
22 </map>
23 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classuserrec-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
24 <tr><td></td></tr>
25 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
26 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#userrec_28_29">userrec</a> ()</td></tr>
27
28 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#GetFullHost_28_29">GetFullHost</a> ()</td></tr>
29
30 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the full displayed host of the user This member function returns the hostname of the user as seen by other users on the server, in nick!identhost form.  <a href="#GetFullHost_28_29"></a><br></td></tr>
31 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#GetFullRealHost_28_29">GetFullRealHost</a> ()</td></tr>
32
33 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the full real host of the user This member function returns the hostname of the user as seen by other users on the server, in nick!identhost form.  <a href="#GetFullRealHost_28_29"></a><br></td></tr>
34 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#IsInvited_28irc_3A_3Astring_20_26channel_29">IsInvited</a> (<a class="el" href="namespaceirc.html#string">irc::string</a> &amp;channel)</td></tr>
35
36 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if a user is invited to a channel.  <a href="#IsInvited_28irc_3A_3Astring_20_26channel_29"></a><br></td></tr>
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#InviteTo_28irc_3A_3Astring_20_26channel_29">InviteTo</a> (<a class="el" href="namespaceirc.html#string">irc::string</a> &amp;channel)</td></tr>
38
39 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Adds a channel to a users invite list (invites them to a channel).  <a href="#InviteTo_28irc_3A_3Astring_20_26channel_29"></a><br></td></tr>
40 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#RemoveInvite_28irc_3A_3Astring_20_26channel_29">RemoveInvite</a> (<a class="el" href="namespaceirc.html#string">irc::string</a> &amp;channel)</td></tr>
41
42 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes a channel from a users invite list.  <a href="#RemoveInvite_28irc_3A_3Astring_20_26channel_29"></a><br></td></tr>
43 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#HasPermission_28std_3A_3Astring_20_26command_29">HasPermission</a> (<a class="el" href="namespaceirc.html#string">std::string</a> &amp;command)</td></tr>
44
45 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true or false for if a user can execute a privilaged oper command.  <a href="#HasPermission_28std_3A_3Astring_20_26command_29"></a><br></td></tr>
46 <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#ReadData_28void_20_2Abuffer_2C_20size_5Ft_20size_29">ReadData</a> (void *buffer, size_t size)</td></tr>
47
48 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Calls read() to read some data for this user using their fd.  <a href="#ReadData_28void_20_2Abuffer_2C_20size_5Ft_20size_29"></a><br></td></tr>
49 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#AddBuffer_28std_3A_3Astring_20a_29">AddBuffer</a> (<a class="el" href="namespaceirc.html#string">std::string</a> a)</td></tr>
50
51 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method adds data to the buffer of the user.  <a href="#AddBuffer_28std_3A_3Astring_20a_29"></a><br></td></tr>
52 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#BufferIsReady_28_29">BufferIsReady</a> ()</td></tr>
53
54 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method returns true if the buffer contains at least one carriage return character (e.g.  <a href="#BufferIsReady_28_29"></a><br></td></tr>
55 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#ClearBuffer_28_29">ClearBuffer</a> ()</td></tr>
56
57 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function clears the entire buffer by setting it to an empty string.  <a href="#ClearBuffer_28_29"></a><br></td></tr>
58 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceirc.html#string">std::string</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#GetBuffer_28_29">GetBuffer</a> ()</td></tr>
59
60 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method returns the first available string at the tail end of the buffer and advances the tail end of the buffer past the string.  <a href="#GetBuffer_28_29"></a><br></td></tr>
61 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#SetWriteError_28std_3A_3Astring_20error_29">SetWriteError</a> (<a class="el" href="namespaceirc.html#string">std::string</a> error)</td></tr>
62
63 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the write error for a connection.  <a href="#SetWriteError_28std_3A_3Astring_20error_29"></a><br></td></tr>
64 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceirc.html#string">std::string</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#GetWriteError_28_29">GetWriteError</a> ()</td></tr>
65
66 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the write error which last occured on this connection or an empty string if none occured.  <a href="#GetWriteError_28_29"></a><br></td></tr>
67 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#AddWriteBuf_28std_3A_3Astring_20data_29">AddWriteBuf</a> (<a class="el" href="namespaceirc.html#string">std::string</a> data)</td></tr>
68
69 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Adds to the user's write buffer.  <a href="#AddWriteBuf_28std_3A_3Astring_20data_29"></a><br></td></tr>
70 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#FlushWriteBuf_28_29">FlushWriteBuf</a> ()</td></tr>
71
72 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flushes as much of the user's buffer to the file descriptor as possible.  <a href="#FlushWriteBuf_28_29"></a><br></td></tr>
73 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="users_8h.html#InvitedList">InvitedList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#GetInviteList_28_29">GetInviteList</a> ()</td></tr>
74
75 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the list of channels this user has been invited to but has not yet joined.  <a href="#GetInviteList_28_29"></a><br></td></tr>
76 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#CloseSocket_28_29">CloseSocket</a> ()</td></tr>
77
78 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Shuts down and closes the user's socket.  <a href="#CloseSocket_28_29"></a><br></td></tr>
79 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#_7Euserrec_28_29">~userrec</a> ()</td></tr>
80
81 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
82 <tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#nick_5BNICKMAX_5D">nick</a> [NICKMAX]</td></tr>
83
84 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The users nickname.  <a href="#nick_5BNICKMAX_5D"></a><br></td></tr>
85 <tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#ident_5BIDENTMAX_2B_32_5D">ident</a> [IDENTMAX+2]</td></tr>
86
87 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The users ident reply.  <a href="#ident_5BIDENTMAX_2B_32_5D"></a><br></td></tr>
88 <tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#dhost_5B_31_36_30_5D">dhost</a> [160]</td></tr>
89
90 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The host displayed to non-opers (used for cloaking etc).  <a href="#dhost_5B_31_36_30_5D"></a><br></td></tr>
91 <tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#fullname_5BMAXGECOS_2B_31_5D">fullname</a> [MAXGECOS+1]</td></tr>
92
93 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The users full name.  <a href="#fullname_5BMAXGECOS_2B_31_5D"></a><br></td></tr>
94 <tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#modes_5B_35_34_5D">modes</a> [54]</td></tr>
95
96 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The user's mode string.  <a href="#modes_5B_35_34_5D"></a><br></td></tr>
97 <tr><td class="memItemLeft" nowrap align="right" valign="top">std::vector&lt; <a class="el" href="classucrec.html">ucrec</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#chans">chans</a></td></tr>
98
99 <tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#server">server</a></td></tr>
100
101 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The server the user is connected to.  <a href="#server"></a><br></td></tr>
102 <tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#awaymsg_5BMAXAWAY_2B_31_5D">awaymsg</a> [MAXAWAY+1]</td></tr>
103
104 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The user's away message.  <a href="#awaymsg_5BMAXAWAY_2B_31_5D"></a><br></td></tr>
105 <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#flood">flood</a></td></tr>
106
107 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Number of lines the user can place into the buffer (up to the global NetBufferSize bytes) before they are disconnected for excess flood.  <a href="#flood"></a><br></td></tr>
108 <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#timeout">timeout</a></td></tr>
109
110 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Number of seconds this user is given to send USER/NICK If they do not send their details in this time limit they will be disconnected.  <a href="#timeout"></a><br></td></tr>
111 <tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#oper_5BNICKMAX_5D">oper</a> [NICKMAX]</td></tr>
112
113 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The oper type they logged in as, if they are an oper.  <a href="#oper_5BNICKMAX_5D"></a><br></td></tr>
114 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#dns_5Fdone">dns_done</a></td></tr>
115
116 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">True when <a class="el" href="classDNS.html">DNS</a> lookups are completed.  <a href="#dns_5Fdone"></a><br></td></tr>
117 <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#pingmax">pingmax</a></td></tr>
118
119 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Number of seconds between PINGs for this user (set from &lt;connect:allow&gt; tag.  <a href="#pingmax"></a><br></td></tr>
120 <tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#password_5BMAXBUF_5D">password</a> [MAXBUF]</td></tr>
121
122 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Password specified by the user when they registered.  <a href="#password_5BMAXBUF_5D"></a><br></td></tr>
123 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceirc.html#string">std::string</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#recvq">recvq</a></td></tr>
124
125 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">User's receive queue.  <a href="#recvq"></a><br></td></tr>
126 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceirc.html#string">std::string</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#sendq">sendq</a></td></tr>
127
128 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">User's send queue.  <a href="#sendq"></a><br></td></tr>
129 <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#lines_5Fin">lines_in</a></td></tr>
130
131 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flood counters.  <a href="#lines_5Fin"></a><br></td></tr>
132 <tr><td class="memItemLeft" nowrap align="right" valign="top">time_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#reset_5Fdue">reset_due</a></td></tr>
133
134 <tr><td class="memItemLeft" nowrap align="right" valign="top">long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#threshold">threshold</a></td></tr>
135
136 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceirc.html#string">std::string</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#WriteError">WriteError</a></td></tr>
137
138 <tr><td class="memItemLeft" nowrap align="right" valign="top">long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#sendqmax">sendqmax</a></td></tr>
139
140 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Maximum size this user's sendq can become.  <a href="#sendqmax"></a><br></td></tr>
141 <tr><td class="memItemLeft" nowrap align="right" valign="top">long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#recvqmax">recvqmax</a></td></tr>
142
143 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Maximum size this user's recvq can become.  <a href="#recvqmax"></a><br></td></tr>
144 <tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
145 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="users_8h.html#InvitedList">InvitedList</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classuserrec.html#invites">invites</a></td></tr>
146
147 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A list of channels the user has a pending invite to.  <a href="#invites"></a><br></td></tr>
148 </table>
149 <hr><a name="_details"></a><h2>Detailed Description</h2>
150 Holds all information about a user This class stores all information about a user connected to the irc server. 
151 <p>
152 Everything about a connection is stored here primarily, from the user's socket ID (file descriptor) through to the user's nickname and hostname. Use the Find method of the server class to locate a specific user by nickname.
153 <p>
154
155 <p>
156 Definition at line <a class="el" href="users_8h-source.html#l00115">115</a> of file <a class="el" href="users_8h-source.html">users.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
157 <a class="anchor" name="userrec_28_29"></a><!-- doxytag: member="userrec::userrec" ref="userrec_28_29" args="()" --><p>
158 <table class="mdTable" cellpadding="2" cellspacing="0">
159   <tr>
160     <td class="mdRow">
161       <table cellpadding="0" cellspacing="0" border="0">
162         <tr>
163           <td class="md" nowrap valign="top">userrec::userrec           </td>
164           <td class="md" valign="top">(&nbsp;</td>
165           <td class="mdname1" valign="top" nowrap>          </td>
166           <td class="md" valign="top">&nbsp;)&nbsp;</td>
167           <td class="md" nowrap></td>
168         </tr>
169       </table>
170     </td>
171   </tr>
172 </table>
173 <table cellspacing="5" cellpadding="0" border="0">
174   <tr>
175     <td>
176       &nbsp;
177     </td>
178     <td>
179
180 <p>
181
182 <p>
183 Definition at line <a class="el" href="users_8cpp-source.html#l00063">63</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
184 <p>
185 References <a class="el" href="users_8h-source.html#l00162">awaymsg</a>, <a class="el" href="connection_8h-source.html#l00054">connection::bytes_in</a>, <a class="el" href="connection_8h-source.html#l00058">connection::bytes_out</a>, <a class="el" href="users_8h-source.html#l00153">chans</a>, <a class="el" href="connection_8h-source.html#l00062">connection::cmds_in</a>, <a class="el" href="connection_8h-source.html#l00066">connection::cmds_out</a>, <a class="el" href="users_8h-source.html#l00138">dhost</a>, <a class="el" href="users_8h-source.html#l00185">dns_done</a>, <a class="el" href="connection_8h-source.html#l00042">connection::fd</a>, <a class="el" href="inspircd_8h.html#FindServerNamePtr_28std_3A_3Astring_20servername_29">FindServerNamePtr()</a>, <a class="el" href="users_8h-source.html#l00168">flood</a>, <a class="el" href="users_8h-source.html#l00142">fullname</a>, <a class="el" href="connection_8h-source.html#l00070">connection::haspassed</a>, <a class="el" href="connection_8h-source.html#l00046">connection::host</a>, <a class="el" href="users_8h-source.html#l00133">ident</a>, <a class="el" href="connection_8h-source.html#l00092">connection::idle_lastmsg</a>, <a class="el" href="users_8h-source.html#l00121">invites</a>, <a class="el" href="connection_8h-source.html#l00050">connection::ip</a>, <a class="el" href="connection_8h-source.html#l00084">connection::lastping</a>, <a class="el" href="users_8h-source.html#l00210">lines_in</a>, <a class="el" href="users_8h-source.html#l00151">modes</a>, <a class="el" href="users_8h-source.html#l00128">nick</a>, <a class="el" href="connection_8h-source.html#l00096">connection::nping</a>, <a class="el" href="users_8h-source.html#l00181">oper</a>, <a class="el" href="connection_8h-source.html#l00076">connection::port</a>, <a class="el" href="users_8h-source.html#l00201">recvq</a>, <a class="el" href="connection_8h-source.html#l00080">connection::registered</a>, <a class="el" href="users_8h-source.html#l00211">reset_due</a>, <a class="el" href="users_8h-source.html#l00206">sendq</a>, <a class="el" href="users_8h-source.html#l00157">server</a>, <a class="el" href="inspircd__io_8h-source.html#l00069">ServerConfig::ServerName</a>, <a class="el" href="connection_8h-source.html#l00088">connection::signon</a>, <a class="el" href="channels_8cpp.html#TIME">TIME</a>, and <a class="el" href="users_8h-source.html#l00174">timeout</a>.<div class="fragment"><pre class="fragment"><a name="l00064"></a>00064 {
186 <a name="l00065"></a>00065         <span class="comment">// the PROPER way to do it, AVOID bzero at *ALL* costs</span>
187 <a name="l00066"></a>00066         strcpy(<a class="code" href="classuserrec.html#nick_5BNICKMAX_5D">nick</a>,<span class="stringliteral">""</span>);
188 <a name="l00067"></a>00067         strcpy(<a class="code" href="classconnection.html#ip_5B_31_36_5D">ip</a>,<span class="stringliteral">"127.0.0.1"</span>);
189 <a name="l00068"></a>00068         <a class="code" href="classuserrec.html#timeout">timeout</a> = 0;
190 <a name="l00069"></a>00069         strcpy(<a class="code" href="classuserrec.html#ident_5BIDENTMAX_2B_32_5D">ident</a>,<span class="stringliteral">""</span>);
191 <a name="l00070"></a>00070         strcpy(<a class="code" href="classconnection.html#host_5B_31_36_30_5D">host</a>,<span class="stringliteral">""</span>);
192 <a name="l00071"></a>00071         strcpy(<a class="code" href="classuserrec.html#dhost_5B_31_36_30_5D">dhost</a>,<span class="stringliteral">""</span>);
193 <a name="l00072"></a>00072         strcpy(<a class="code" href="classuserrec.html#fullname_5BMAXGECOS_2B_31_5D">fullname</a>,<span class="stringliteral">""</span>);
194 <a name="l00073"></a>00073         strcpy(<a class="code" href="classuserrec.html#modes_5B_35_34_5D">modes</a>,<span class="stringliteral">""</span>);
195 <a name="l00074"></a>00074         <a class="code" href="classuserrec.html#server">server</a> = (<span class="keywordtype">char</span>*)<a class="code" href="inspircd_8h.html#FindServerNamePtr_28std_3A_3Astring_20servername_29">FindServerNamePtr</a>(<a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#ServerName_5BMAXBUF_5D">ServerName</a>);
196 <a name="l00075"></a>00075         strcpy(<a class="code" href="classuserrec.html#awaymsg_5BMAXAWAY_2B_31_5D">awaymsg</a>,<span class="stringliteral">""</span>);
197 <a name="l00076"></a>00076         strcpy(<a class="code" href="classuserrec.html#oper_5BNICKMAX_5D">oper</a>,<span class="stringliteral">""</span>);
198 <a name="l00077"></a>00077         <a class="code" href="classuserrec.html#reset_5Fdue">reset_due</a> = <a class="code" href="channels_8cpp.html#TIME">TIME</a>;
199 <a name="l00078"></a>00078         <a class="code" href="classuserrec.html#lines_5Fin">lines_in</a> = 0;
200 <a name="l00079"></a>00079         <a class="code" href="classconnection.html#fd">fd</a> = <a class="code" href="classconnection.html#lastping">lastping</a> = <a class="code" href="classconnection.html#signon">signon</a> = <a class="code" href="classconnection.html#idle_5Flastmsg">idle_lastmsg</a> = <a class="code" href="classconnection.html#nping">nping</a> = <a class="code" href="classconnection.html#registered">registered</a> = 0;
201 <a name="l00080"></a>00080         <a class="code" href="classuserrec.html#flood">flood</a> = <a class="code" href="classconnection.html#port">port</a> = <a class="code" href="classconnection.html#bytes_5Fin">bytes_in</a> = <a class="code" href="classconnection.html#bytes_5Fout">bytes_out</a> = <a class="code" href="classconnection.html#cmds_5Fin">cmds_in</a> = <a class="code" href="classconnection.html#cmds_5Fout">cmds_out</a> = 0;
202 <a name="l00081"></a>00081         <a class="code" href="classconnection.html#haspassed">haspassed</a> = <span class="keyword">false</span>;
203 <a name="l00082"></a>00082         <a class="code" href="classuserrec.html#dns_5Fdone">dns_done</a> = <span class="keyword">false</span>;
204 <a name="l00083"></a>00083         <a class="code" href="classuserrec.html#recvq">recvq</a> = <span class="stringliteral">""</span>;
205 <a name="l00084"></a>00084         <a class="code" href="classuserrec.html#sendq">sendq</a> = <span class="stringliteral">""</span>;
206 <a name="l00085"></a>00085         <a class="code" href="classuserrec.html#chans">chans</a>.clear();
207 <a name="l00086"></a>00086         <a class="code" href="classuserrec.html#invites">invites</a>.clear();
208 <a name="l00087"></a>00087 }
209 </pre></div>
210 <p>
211     </td>
212   </tr>
213 </table>
214 <a class="anchor" name="_7Euserrec_28_29"></a><!-- doxytag: member="userrec::~userrec" ref="_7Euserrec_28_29" args="()" --><p>
215 <table class="mdTable" cellpadding="2" cellspacing="0">
216   <tr>
217     <td class="mdRow">
218       <table cellpadding="0" cellspacing="0" border="0">
219         <tr>
220           <td class="md" nowrap valign="top">userrec::~userrec           </td>
221           <td class="md" valign="top">(&nbsp;</td>
222           <td class="mdname1" valign="top" nowrap>          </td>
223           <td class="md" valign="top">&nbsp;)&nbsp;</td>
224           <td class="md" nowrap><code> [virtual]</code></td>
225         </tr>
226       </table>
227     </td>
228   </tr>
229 </table>
230 <table cellspacing="5" cellpadding="0" border="0">
231   <tr>
232     <td>
233       &nbsp;
234     </td>
235     <td>
236
237 <p>
238
239 <p>
240 Definition at line <a class="el" href="users_8cpp-source.html#l00089">89</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00090"></a>00090 {
241 <a name="l00091"></a>00091 }
242 </pre></div>
243 <p>
244     </td>
245   </tr>
246 </table>
247 <hr><h2>Member Function Documentation</h2>
248 <a class="anchor" name="AddBuffer_28std_3A_3Astring_20a_29"></a><!-- doxytag: member="userrec::AddBuffer" ref="AddBuffer_28std_3A_3Astring_20a_29" args="(std::string a)" --><p>
249 <table class="mdTable" cellpadding="2" cellspacing="0">
250   <tr>
251     <td class="mdRow">
252       <table cellpadding="0" cellspacing="0" border="0">
253         <tr>
254           <td class="md" nowrap valign="top">bool userrec::AddBuffer           </td>
255           <td class="md" valign="top">(&nbsp;</td>
256           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">std::string</a>&nbsp;</td>
257           <td class="mdname1" valign="top" nowrap> <em>a</em>          </td>
258           <td class="md" valign="top">&nbsp;)&nbsp;</td>
259           <td class="md" nowrap></td>
260         </tr>
261       </table>
262     </td>
263   </tr>
264 </table>
265 <table cellspacing="5" cellpadding="0" border="0">
266   <tr>
267     <td>
268       &nbsp;
269     </td>
270     <td>
271
272 <p>
273 This method adds data to the buffer of the user. 
274 <p>
275 The buffer can grow to any size within limits of the available memory, managed by the size of a <a class="el" href="namespaceirc.html#string">std::string</a>, however if any individual line in the buffer grows over 600 bytes in length (which is 88 chars over the RFC-specified limit per line) then the method will return false and the text will not be inserted.
276 <p>
277 Definition at line <a class="el" href="users_8cpp-source.html#l00219">219</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
278 <p>
279 References <a class="el" href="users_8h-source.html#l00201">recvq</a>, <a class="el" href="users_8h-source.html#l00224">recvqmax</a>, <a class="el" href="users_8cpp-source.html#l00317">SetWriteError()</a>, and <a class="el" href="globals_8h.html#WriteOpers_28char_20_2Atext_2C_2E_2E_2E_29">WriteOpers()</a>.<div class="fragment"><pre class="fragment"><a name="l00220"></a>00220 {
280 <a name="l00221"></a>00221         <a class="code" href="namespaceirc.html#string">std::string</a> b = <span class="stringliteral">""</span>;
281 <a name="l00222"></a>00222         <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0; i &lt; a.length(); i++)
282 <a name="l00223"></a>00223                 <span class="keywordflow">if</span> ((a[i] != <span class="charliteral">'\r'</span>) &amp;&amp; (a[i] != <span class="charliteral">'\0'</span>) &amp;&amp; (a[i] != 7))
283 <a name="l00224"></a>00224                         b = b + a[i];
284 <a name="l00225"></a>00225         std::stringstream stream(<a class="code" href="classuserrec.html#recvq">recvq</a>);
285 <a name="l00226"></a>00226         stream &lt;&lt; b;
286 <a name="l00227"></a>00227         <a class="code" href="classuserrec.html#recvq">recvq</a> = stream.str();
287 <a name="l00228"></a>00228         <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0;
288 <a name="l00229"></a>00229         <span class="comment">// count the size of the first line in the buffer.</span>
289 <a name="l00230"></a>00230         <span class="keywordflow">while</span> (i &lt; <a class="code" href="classuserrec.html#recvq">recvq</a>.length())
290 <a name="l00231"></a>00231         {
291 <a name="l00232"></a>00232                 <span class="keywordflow">if</span> (<a class="code" href="classuserrec.html#recvq">recvq</a>[i++] == <span class="charliteral">'\n'</span>)
292 <a name="l00233"></a>00233                         <span class="keywordflow">break</span>;
293 <a name="l00234"></a>00234         }
294 <a name="l00235"></a>00235         <span class="keywordflow">if</span> (<a class="code" href="classuserrec.html#recvq">recvq</a>.length() &gt; (unsigned)this-&gt;<a class="code" href="classuserrec.html#recvqmax">recvqmax</a>)
295 <a name="l00236"></a>00236         {
296 <a name="l00237"></a>00237                 this-&gt;<a class="code" href="classuserrec.html#SetWriteError_28std_3A_3Astring_20error_29">SetWriteError</a>(<span class="stringliteral">"RecvQ exceeded"</span>);
297 <a name="l00238"></a>00238                 <a class="code" href="globals_8h.html#WriteOpers_28char_20_2Atext_2C_2E_2E_2E_29">WriteOpers</a>(<span class="stringliteral">"*** User %s RecvQ of %d exceeds connect class maximum of %d"</span>,this-&gt;nick,<a class="code" href="classuserrec.html#recvq">recvq</a>.length(),this-&gt;<a class="code" href="classuserrec.html#recvqmax">recvqmax</a>);
298 <a name="l00239"></a>00239         }
299 <a name="l00240"></a>00240         <span class="comment">// return false if we've had more than 600 characters WITHOUT</span>
300 <a name="l00241"></a>00241         <span class="comment">// a carriage return (this is BAD, drop the socket)</span>
301 <a name="l00242"></a>00242         <span class="keywordflow">return</span> (i &lt; 600);
302 <a name="l00243"></a>00243 }
303 </pre></div>
304 <p>
305     </td>
306   </tr>
307 </table>
308 <a class="anchor" name="AddWriteBuf_28std_3A_3Astring_20data_29"></a><!-- doxytag: member="userrec::AddWriteBuf" ref="AddWriteBuf_28std_3A_3Astring_20data_29" args="(std::string data)" --><p>
309 <table class="mdTable" cellpadding="2" cellspacing="0">
310   <tr>
311     <td class="mdRow">
312       <table cellpadding="0" cellspacing="0" border="0">
313         <tr>
314           <td class="md" nowrap valign="top">void userrec::AddWriteBuf           </td>
315           <td class="md" valign="top">(&nbsp;</td>
316           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">std::string</a>&nbsp;</td>
317           <td class="mdname1" valign="top" nowrap> <em>data</em>          </td>
318           <td class="md" valign="top">&nbsp;)&nbsp;</td>
319           <td class="md" nowrap></td>
320         </tr>
321       </table>
322     </td>
323   </tr>
324 </table>
325 <table cellspacing="5" cellpadding="0" border="0">
326   <tr>
327     <td>
328       &nbsp;
329     </td>
330     <td>
331
332 <p>
333 Adds to the user's write buffer. 
334 <p>
335 You may add any amount of text up to this users sendq value, if you exceed the sendq value, <a class="el" href="classuserrec.html#SetWriteError_28std_3A_3Astring_20error_29">SetWriteError()</a> will be called to set the users error string to "SendQ exceeded", and further buffer adds will be dropped.
336 <p>
337 Definition at line <a class="el" href="users_8cpp-source.html#l00275">275</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
338 <p>
339 References <a class="el" href="users_8h-source.html#l00206">sendq</a>, <a class="el" href="users_8h-source.html#l00220">sendqmax</a>, <a class="el" href="users_8cpp-source.html#l00317">SetWriteError()</a>, and <a class="el" href="globals_8h.html#WriteOpers_28char_20_2Atext_2C_2E_2E_2E_29">WriteOpers()</a>.<div class="fragment"><pre class="fragment"><a name="l00276"></a>00276 {
340 <a name="l00277"></a>00277         <span class="keywordflow">if</span> (this-&gt;GetWriteError() != <span class="stringliteral">""</span>)
341 <a name="l00278"></a>00278                 <span class="keywordflow">return</span>;
342 <a name="l00279"></a>00279         <span class="keywordflow">if</span> (<a class="code" href="classuserrec.html#sendq">sendq</a>.length() + data.length() &gt; (unsigned)this-&gt;<a class="code" href="classuserrec.html#sendqmax">sendqmax</a>)
343 <a name="l00280"></a>00280         {
344 <a name="l00281"></a>00281                 <span class="comment">/* Fix by brain - Set the error text BEFORE calling writeopers, because</span>
345 <a name="l00282"></a>00282 <span class="comment">                 * if we dont it'll recursively  call here over and over again trying</span>
346 <a name="l00283"></a>00283 <span class="comment">                 * to repeatedly add the text to the sendq!</span>
347 <a name="l00284"></a>00284 <span class="comment">                 */</span>
348 <a name="l00285"></a>00285                 this-&gt;<a class="code" href="classuserrec.html#SetWriteError_28std_3A_3Astring_20error_29">SetWriteError</a>(<span class="stringliteral">"SendQ exceeded"</span>);
349 <a name="l00286"></a>00286                 <a class="code" href="globals_8h.html#WriteOpers_28char_20_2Atext_2C_2E_2E_2E_29">WriteOpers</a>(<span class="stringliteral">"*** User %s SendQ of %d exceeds connect class maximum of %d"</span>,this-&gt;nick,<a class="code" href="classuserrec.html#sendq">sendq</a>.length() + data.length(),this-&gt;<a class="code" href="classuserrec.html#sendqmax">sendqmax</a>);
350 <a name="l00287"></a>00287                 <span class="keywordflow">return</span>;
351 <a name="l00288"></a>00288         }
352 <a name="l00289"></a>00289         std::stringstream stream;
353 <a name="l00290"></a>00290         stream &lt;&lt; <a class="code" href="classuserrec.html#sendq">sendq</a> &lt;&lt; data;
354 <a name="l00291"></a>00291         <a class="code" href="classuserrec.html#sendq">sendq</a> = stream.str();
355 <a name="l00292"></a>00292 }
356 </pre></div>
357 <p>
358     </td>
359   </tr>
360 </table>
361 <a class="anchor" name="BufferIsReady_28_29"></a><!-- doxytag: member="userrec::BufferIsReady" ref="BufferIsReady_28_29" args="()" --><p>
362 <table class="mdTable" cellpadding="2" cellspacing="0">
363   <tr>
364     <td class="mdRow">
365       <table cellpadding="0" cellspacing="0" border="0">
366         <tr>
367           <td class="md" nowrap valign="top">bool userrec::BufferIsReady           </td>
368           <td class="md" valign="top">(&nbsp;</td>
369           <td class="mdname1" valign="top" nowrap>          </td>
370           <td class="md" valign="top">&nbsp;)&nbsp;</td>
371           <td class="md" nowrap></td>
372         </tr>
373       </table>
374     </td>
375   </tr>
376 </table>
377 <table cellspacing="5" cellpadding="0" border="0">
378   <tr>
379     <td>
380       &nbsp;
381     </td>
382     <td>
383
384 <p>
385 This method returns true if the buffer contains at least one carriage return character (e.g. 
386 <p>
387 one complete line may be read)
388 <p>
389 Definition at line <a class="el" href="users_8cpp-source.html#l00245">245</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
390 <p>
391 References <a class="el" href="users_8h-source.html#l00201">recvq</a>.<div class="fragment"><pre class="fragment"><a name="l00246"></a>00246 {
392 <a name="l00247"></a>00247         <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0; i &lt; <a class="code" href="classuserrec.html#recvq">recvq</a>.length(); i++)
393 <a name="l00248"></a>00248                 <span class="keywordflow">if</span> (<a class="code" href="classuserrec.html#recvq">recvq</a>[i] == <span class="charliteral">'\n'</span>)
394 <a name="l00249"></a>00249                         <span class="keywordflow">return</span> <span class="keyword">true</span>;
395 <a name="l00250"></a>00250         <span class="keywordflow">return</span> <span class="keyword">false</span>;
396 <a name="l00251"></a>00251 }
397 </pre></div>
398 <p>
399     </td>
400   </tr>
401 </table>
402 <a class="anchor" name="ClearBuffer_28_29"></a><!-- doxytag: member="userrec::ClearBuffer" ref="ClearBuffer_28_29" args="()" --><p>
403 <table class="mdTable" cellpadding="2" cellspacing="0">
404   <tr>
405     <td class="mdRow">
406       <table cellpadding="0" cellspacing="0" border="0">
407         <tr>
408           <td class="md" nowrap valign="top">void userrec::ClearBuffer           </td>
409           <td class="md" valign="top">(&nbsp;</td>
410           <td class="mdname1" valign="top" nowrap>          </td>
411           <td class="md" valign="top">&nbsp;)&nbsp;</td>
412           <td class="md" nowrap></td>
413         </tr>
414       </table>
415     </td>
416   </tr>
417 </table>
418 <table cellspacing="5" cellpadding="0" border="0">
419   <tr>
420     <td>
421       &nbsp;
422     </td>
423     <td>
424
425 <p>
426 This function clears the entire buffer by setting it to an empty string. 
427 <p>
428
429 <p>
430 Definition at line <a class="el" href="users_8cpp-source.html#l00253">253</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
431 <p>
432 References <a class="el" href="users_8h-source.html#l00201">recvq</a>.
433 <p>
434 Referenced by <a class="el" href="modules_8cpp-source.html#l00609">Server::PseudoToUser()</a>, and <a class="el" href="modules_8cpp-source.html#l00597">Server::UserToPseudo()</a>.<div class="fragment"><pre class="fragment"><a name="l00254"></a>00254 {
435 <a name="l00255"></a>00255         <a class="code" href="classuserrec.html#recvq">recvq</a> = <span class="stringliteral">""</span>;
436 <a name="l00256"></a>00256 }
437 </pre></div>
438 <p>
439     </td>
440   </tr>
441 </table>
442 <a class="anchor" name="CloseSocket_28_29"></a><!-- doxytag: member="userrec::CloseSocket" ref="CloseSocket_28_29" args="()" --><p>
443 <table class="mdTable" cellpadding="2" cellspacing="0">
444   <tr>
445     <td class="mdRow">
446       <table cellpadding="0" cellspacing="0" border="0">
447         <tr>
448           <td class="md" nowrap valign="top">void userrec::CloseSocket           </td>
449           <td class="md" valign="top">(&nbsp;</td>
450           <td class="mdname1" valign="top" nowrap>          </td>
451           <td class="md" valign="top">&nbsp;)&nbsp;</td>
452           <td class="md" nowrap></td>
453         </tr>
454       </table>
455     </td>
456   </tr>
457 </table>
458 <table cellspacing="5" cellpadding="0" border="0">
459   <tr>
460     <td>
461       &nbsp;
462     </td>
463     <td>
464
465 <p>
466 Shuts down and closes the user's socket. 
467 <p>
468
469 <p>
470 Definition at line <a class="el" href="users_8cpp-source.html#l00093">93</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
471 <p>
472 Referenced by <a class="el" href="users_8cpp-source.html#l00349">kill_link()</a>, and <a class="el" href="users_8cpp-source.html#l00412">kill_link_silent()</a>.<div class="fragment"><pre class="fragment"><a name="l00094"></a>00094 {
473 <a name="l00095"></a>00095         shutdown(this-&gt;fd,2);
474 <a name="l00096"></a>00096         close(this-&gt;fd);
475 <a name="l00097"></a>00097 }
476 </pre></div>
477 <p>
478     </td>
479   </tr>
480 </table>
481 <a class="anchor" name="FlushWriteBuf_28_29"></a><!-- doxytag: member="userrec::FlushWriteBuf" ref="FlushWriteBuf_28_29" args="()" --><p>
482 <table class="mdTable" cellpadding="2" cellspacing="0">
483   <tr>
484     <td class="mdRow">
485       <table cellpadding="0" cellspacing="0" border="0">
486         <tr>
487           <td class="md" nowrap valign="top">void userrec::FlushWriteBuf           </td>
488           <td class="md" valign="top">(&nbsp;</td>
489           <td class="mdname1" valign="top" nowrap>          </td>
490           <td class="md" valign="top">&nbsp;)&nbsp;</td>
491           <td class="md" nowrap></td>
492         </tr>
493       </table>
494     </td>
495   </tr>
496 </table>
497 <table cellspacing="5" cellpadding="0" border="0">
498   <tr>
499     <td>
500       &nbsp;
501     </td>
502     <td>
503
504 <p>
505 Flushes as much of the user's buffer to the file descriptor as possible. 
506 <p>
507 This function may not always flush the entire buffer, rather instead as much of it as it possibly can. If the send() call fails to send the entire buffer, the buffer position is advanced forwards and the rest of the data sent at the next call to this method.
508 <p>
509 Definition at line <a class="el" href="users_8cpp-source.html#l00295">295</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
510 <p>
511 References <a class="el" href="connection_8h-source.html#l00058">connection::bytes_out</a>, <a class="el" href="connection_8h-source.html#l00066">connection::cmds_out</a>, <a class="el" href="users_8h-source.html#l00206">sendq</a>, and <a class="el" href="users_8cpp-source.html#l00317">SetWriteError()</a>.
512 <p>
513 Referenced by <a class="el" href="users_8cpp-source.html#l00349">kill_link()</a>, and <a class="el" href="users_8cpp-source.html#l00412">kill_link_silent()</a>.<div class="fragment"><pre class="fragment"><a name="l00296"></a>00296 {
514 <a name="l00297"></a>00297         <span class="keywordflow">if</span> (<a class="code" href="classuserrec.html#sendq">sendq</a>.length())
515 <a name="l00298"></a>00298         {
516 <a name="l00299"></a>00299                 <span class="keywordtype">char</span>* tb = (<span class="keywordtype">char</span>*)this-&gt;<a class="code" href="classuserrec.html#sendq">sendq</a>.c_str();
517 <a name="l00300"></a>00300                 <span class="keywordtype">int</span> n_sent = write(this-&gt;fd,tb,this-&gt;sendq.length());
518 <a name="l00301"></a>00301                 <span class="keywordflow">if</span> (n_sent == -1)
519 <a name="l00302"></a>00302                 {
520 <a name="l00303"></a>00303                         this-&gt;<a class="code" href="classuserrec.html#SetWriteError_28std_3A_3Astring_20error_29">SetWriteError</a>(strerror(errno));
521 <a name="l00304"></a>00304                 }
522 <a name="l00305"></a>00305                 <span class="keywordflow">else</span>
523 <a name="l00306"></a>00306                 {
524 <a name="l00307"></a>00307                         <span class="comment">// advance the queue</span>
525 <a name="l00308"></a>00308                         tb += n_sent;
526 <a name="l00309"></a>00309                         this-&gt;<a class="code" href="classuserrec.html#sendq">sendq</a> = tb;
527 <a name="l00310"></a>00310                         <span class="comment">// update the user's stats counters</span>
528 <a name="l00311"></a>00311                         this-&gt;<a class="code" href="classconnection.html#bytes_5Fout">bytes_out</a> += n_sent;
529 <a name="l00312"></a>00312                         this-&gt;<a class="code" href="classconnection.html#cmds_5Fout">cmds_out</a>++;
530 <a name="l00313"></a>00313                 }
531 <a name="l00314"></a>00314         }
532 <a name="l00315"></a>00315 }
533 </pre></div>
534 <p>
535     </td>
536   </tr>
537 </table>
538 <a class="anchor" name="GetBuffer_28_29"></a><!-- doxytag: member="userrec::GetBuffer" ref="GetBuffer_28_29" args="()" --><p>
539 <table class="mdTable" cellpadding="2" cellspacing="0">
540   <tr>
541     <td class="mdRow">
542       <table cellpadding="0" cellspacing="0" border="0">
543         <tr>
544           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">std::string</a> userrec::GetBuffer           </td>
545           <td class="md" valign="top">(&nbsp;</td>
546           <td class="mdname1" valign="top" nowrap>          </td>
547           <td class="md" valign="top">&nbsp;)&nbsp;</td>
548           <td class="md" nowrap></td>
549         </tr>
550       </table>
551     </td>
552   </tr>
553 </table>
554 <table cellspacing="5" cellpadding="0" border="0">
555   <tr>
556     <td>
557       &nbsp;
558     </td>
559     <td>
560
561 <p>
562 This method returns the first available string at the tail end of the buffer and advances the tail end of the buffer past the string. 
563 <p>
564 This means it is a one way operation in a similar way to strtok(), and multiple calls return multiple lines if they are available. The results of this function if there are no lines to be read are unknown, always use <a class="el" href="classuserrec.html#BufferIsReady_28_29">BufferIsReady()</a> to check if it is ok to read the buffer before calling <a class="el" href="classuserrec.html#GetBuffer_28_29">GetBuffer()</a>.
565 <p>
566 Definition at line <a class="el" href="users_8cpp-source.html#l00258">258</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
567 <p>
568 References <a class="el" href="users_8h-source.html#l00201">recvq</a>.<div class="fragment"><pre class="fragment"><a name="l00259"></a>00259 {
569 <a name="l00260"></a>00260         <span class="keywordflow">if</span> (<a class="code" href="classuserrec.html#recvq">recvq</a> == <span class="stringliteral">""</span>)
570 <a name="l00261"></a>00261                 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
571 <a name="l00262"></a>00262         <span class="keywordtype">char</span>* line = (<span class="keywordtype">char</span>*)<a class="code" href="classuserrec.html#recvq">recvq</a>.c_str();
572 <a name="l00263"></a>00263         <a class="code" href="namespaceirc.html#string">std::string</a> ret = <span class="stringliteral">""</span>;
573 <a name="l00264"></a>00264         <span class="keywordflow">while</span> ((*line != <span class="charliteral">'\n'</span>) &amp;&amp; (strlen(line)))
574 <a name="l00265"></a>00265         {
575 <a name="l00266"></a>00266                 ret = ret + *line;
576 <a name="l00267"></a>00267                 line++;
577 <a name="l00268"></a>00268         }
578 <a name="l00269"></a>00269         <span class="keywordflow">if</span> ((*line == <span class="charliteral">'\n'</span>) || (*line == <span class="charliteral">'\r'</span>))
579 <a name="l00270"></a>00270                 line++;
580 <a name="l00271"></a>00271         <a class="code" href="classuserrec.html#recvq">recvq</a> = line;
581 <a name="l00272"></a>00272         <span class="keywordflow">return</span> ret;
582 <a name="l00273"></a>00273 }
583 </pre></div>
584 <p>
585     </td>
586   </tr>
587 </table>
588 <a class="anchor" name="GetFullHost_28_29"></a><!-- doxytag: member="userrec::GetFullHost" ref="GetFullHost_28_29" args="()" --><p>
589 <table class="mdTable" cellpadding="2" cellspacing="0">
590   <tr>
591     <td class="mdRow">
592       <table cellpadding="0" cellspacing="0" border="0">
593         <tr>
594           <td class="md" nowrap valign="top">char * userrec::GetFullHost           </td>
595           <td class="md" valign="top">(&nbsp;</td>
596           <td class="mdname1" valign="top" nowrap>          </td>
597           <td class="md" valign="top">&nbsp;)&nbsp;</td>
598           <td class="md" nowrap><code> [virtual]</code></td>
599         </tr>
600       </table>
601     </td>
602   </tr>
603 </table>
604 <table cellspacing="5" cellpadding="0" border="0">
605   <tr>
606     <td>
607       &nbsp;
608     </td>
609     <td>
610
611 <p>
612 Returns the full displayed host of the user This member function returns the hostname of the user as seen by other users on the server, in nick!identhost form. 
613 <p>
614
615 <p>
616 Definition at line <a class="el" href="users_8cpp-source.html#l00099">99</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
617 <p>
618 References <a class="el" href="users_8h-source.html#l00138">dhost</a>, <a class="el" href="users_8h-source.html#l00133">ident</a>, and <a class="el" href="users_8h-source.html#l00128">nick</a>.
619 <p>
620 Referenced by <a class="el" href="channels_8cpp-source.html#l00194">add_channel()</a>.<div class="fragment"><pre class="fragment"><a name="l00100"></a>00100 {
621 <a name="l00101"></a>00101         <span class="keyword">static</span> <span class="keywordtype">char</span> result[MAXBUF];
622 <a name="l00102"></a>00102         snprintf(result,MAXBUF,<span class="stringliteral">"%s!%s@%s"</span>,<a class="code" href="classuserrec.html#nick_5BNICKMAX_5D">nick</a>,<a class="code" href="classuserrec.html#ident_5BIDENTMAX_2B_32_5D">ident</a>,<a class="code" href="classuserrec.html#dhost_5B_31_36_30_5D">dhost</a>);
623 <a name="l00103"></a>00103         <span class="keywordflow">return</span> result;
624 <a name="l00104"></a>00104 }
625 </pre></div>
626 <p>
627     </td>
628   </tr>
629 </table>
630 <a class="anchor" name="GetFullRealHost_28_29"></a><!-- doxytag: member="userrec::GetFullRealHost" ref="GetFullRealHost_28_29" args="()" --><p>
631 <table class="mdTable" cellpadding="2" cellspacing="0">
632   <tr>
633     <td class="mdRow">
634       <table cellpadding="0" cellspacing="0" border="0">
635         <tr>
636           <td class="md" nowrap valign="top">char * userrec::GetFullRealHost           </td>
637           <td class="md" valign="top">(&nbsp;</td>
638           <td class="mdname1" valign="top" nowrap>          </td>
639           <td class="md" valign="top">&nbsp;)&nbsp;</td>
640           <td class="md" nowrap><code> [virtual]</code></td>
641         </tr>
642       </table>
643     </td>
644   </tr>
645 </table>
646 <table cellspacing="5" cellpadding="0" border="0">
647   <tr>
648     <td>
649       &nbsp;
650     </td>
651     <td>
652
653 <p>
654 Returns the full real host of the user This member function returns the hostname of the user as seen by other users on the server, in nick!identhost form. 
655 <p>
656 If any form of hostname cloaking is in operation, e.g. through a module, then this method will ignore it and return the true hostname.
657 <p>
658 Definition at line <a class="el" href="users_8cpp-source.html#l00116">116</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
659 <p>
660 References <a class="el" href="connection_8h-source.html#l00046">connection::host</a>, <a class="el" href="users_8h-source.html#l00133">ident</a>, and <a class="el" href="users_8h-source.html#l00128">nick</a>.<div class="fragment"><pre class="fragment"><a name="l00117"></a>00117 {
661 <a name="l00118"></a>00118         <span class="keyword">static</span> <span class="keywordtype">char</span> fresult[MAXBUF];
662 <a name="l00119"></a>00119         snprintf(fresult,MAXBUF,<span class="stringliteral">"%s!%s@%s"</span>,<a class="code" href="classuserrec.html#nick_5BNICKMAX_5D">nick</a>,<a class="code" href="classuserrec.html#ident_5BIDENTMAX_2B_32_5D">ident</a>,<a class="code" href="classconnection.html#host_5B_31_36_30_5D">host</a>);
663 <a name="l00120"></a>00120         <span class="keywordflow">return</span> fresult;
664 <a name="l00121"></a>00121 }
665 </pre></div>
666 <p>
667     </td>
668   </tr>
669 </table>
670 <a class="anchor" name="GetInviteList_28_29"></a><!-- doxytag: member="userrec::GetInviteList" ref="GetInviteList_28_29" args="()" --><p>
671 <table class="mdTable" cellpadding="2" cellspacing="0">
672   <tr>
673     <td class="mdRow">
674       <table cellpadding="0" cellspacing="0" border="0">
675         <tr>
676           <td class="md" nowrap valign="top"><a class="el" href="users_8h.html#InvitedList">InvitedList</a> * userrec::GetInviteList           </td>
677           <td class="md" valign="top">(&nbsp;</td>
678           <td class="mdname1" valign="top" nowrap>          </td>
679           <td class="md" valign="top">&nbsp;)&nbsp;</td>
680           <td class="md" nowrap></td>
681         </tr>
682       </table>
683     </td>
684   </tr>
685 </table>
686 <table cellspacing="5" cellpadding="0" border="0">
687   <tr>
688     <td>
689       &nbsp;
690     </td>
691     <td>
692
693 <p>
694 Returns the list of channels this user has been invited to but has not yet joined. 
695 <p>
696
697 <p>
698 Definition at line <a class="el" href="users_8cpp-source.html#l00136">136</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
699 <p>
700 References <a class="el" href="users_8h-source.html#l00121">invites</a>.<div class="fragment"><pre class="fragment"><a name="l00137"></a>00137 {
701 <a name="l00138"></a>00138         <span class="keywordflow">return</span> &amp;<a class="code" href="classuserrec.html#invites">invites</a>;
702 <a name="l00139"></a>00139 }
703 </pre></div>
704 <p>
705     </td>
706   </tr>
707 </table>
708 <a class="anchor" name="GetWriteError_28_29"></a><!-- doxytag: member="userrec::GetWriteError" ref="GetWriteError_28_29" args="()" --><p>
709 <table class="mdTable" cellpadding="2" cellspacing="0">
710   <tr>
711     <td class="mdRow">
712       <table cellpadding="0" cellspacing="0" border="0">
713         <tr>
714           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">std::string</a> userrec::GetWriteError           </td>
715           <td class="md" valign="top">(&nbsp;</td>
716           <td class="mdname1" valign="top" nowrap>          </td>
717           <td class="md" valign="top">&nbsp;)&nbsp;</td>
718           <td class="md" nowrap></td>
719         </tr>
720       </table>
721     </td>
722   </tr>
723 </table>
724 <table cellspacing="5" cellpadding="0" border="0">
725   <tr>
726     <td>
727       &nbsp;
728     </td>
729     <td>
730
731 <p>
732 Returns the write error which last occured on this connection or an empty string if none occured. 
733 <p>
734
735 <p>
736 Definition at line <a class="el" href="users_8cpp-source.html#l00325">325</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
737 <p>
738 References <a class="el" href="users_8h-source.html#l00216">WriteError</a>.<div class="fragment"><pre class="fragment"><a name="l00326"></a>00326 {
739 <a name="l00327"></a>00327         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classuserrec.html#WriteError">WriteError</a>;
740 <a name="l00328"></a>00328 }
741 </pre></div>
742 <p>
743     </td>
744   </tr>
745 </table>
746 <a class="anchor" name="HasPermission_28std_3A_3Astring_20_26command_29"></a><!-- doxytag: member="userrec::HasPermission" ref="HasPermission_28std_3A_3Astring_20_26command_29" args="(std::string &amp;command)" --><p>
747 <table class="mdTable" cellpadding="2" cellspacing="0">
748   <tr>
749     <td class="mdRow">
750       <table cellpadding="0" cellspacing="0" border="0">
751         <tr>
752           <td class="md" nowrap valign="top">bool userrec::HasPermission           </td>
753           <td class="md" valign="top">(&nbsp;</td>
754           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">std::string</a> &amp;&nbsp;</td>
755           <td class="mdname1" valign="top" nowrap> <em>command</em>          </td>
756           <td class="md" valign="top">&nbsp;)&nbsp;</td>
757           <td class="md" nowrap></td>
758         </tr>
759       </table>
760     </td>
761   </tr>
762 </table>
763 <table cellspacing="5" cellpadding="0" border="0">
764   <tr>
765     <td>
766       &nbsp;
767     </td>
768     <td>
769
770 <p>
771 Returns true or false for if a user can execute a privilaged oper command. 
772 <p>
773 This is done by looking up their oper type from <a class="el" href="classuserrec.html#oper_5BNICKMAX_5D">userrec::oper</a>, then referencing this to their oper classes and checking the commands they can execute.
774 <p>
775 Definition at line <a class="el" href="users_8cpp-source.html#l00165">165</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
776 <p>
777 References <a class="el" href="inspircd__io_8h-source.html#l00239">ServerConfig::config_f</a>, <a class="el" href="classServerConfig.html#ConfValue_28char_20_2Atag_2C_20char_20_2Avar_2C_20int_20index_2C_20char_20_2Aresult_2C_20std_3A_3Astringstream_20_2Aconfig_29">ServerConfig::ConfValue()</a>, and <a class="el" href="commands_8h.html#is_5Fuline_28const_20char_20_2Aserver_29">is_uline()</a>.<div class="fragment"><pre class="fragment"><a name="l00166"></a>00166 {
778 <a name="l00167"></a>00167         <span class="keywordtype">char</span> TypeName[MAXBUF],Classes[MAXBUF],ClassName[MAXBUF],CommandList[MAXBUF];
779 <a name="l00168"></a>00168         <span class="keywordtype">char</span>* mycmd;
780 <a name="l00169"></a>00169         <span class="keywordtype">char</span>* savept;
781 <a name="l00170"></a>00170         <span class="keywordtype">char</span>* savept2;
782 <a name="l00171"></a>00171         
783 <a name="l00172"></a>00172         <span class="comment">// users on u-lined servers can completely bypass</span>
784 <a name="l00173"></a>00173         <span class="comment">// all permissions based checks.</span>
785 <a name="l00174"></a>00174         <span class="comment">//</span>
786 <a name="l00175"></a>00175         <span class="comment">// of course, if this is sent to a remote server and this</span>
787 <a name="l00176"></a>00176         <span class="comment">// server is not ulined there, then that other server</span>
788 <a name="l00177"></a>00177         <span class="comment">// silently drops the command.</span>
789 <a name="l00178"></a>00178         <span class="keywordflow">if</span> (<a class="code" href="commands_8h.html#is_5Fuline_28const_20char_20_2Aserver_29">is_uline</a>(this-&gt;server))
790 <a name="l00179"></a>00179                 <span class="keywordflow">return</span> <span class="keyword">true</span>;
791 <a name="l00180"></a>00180         
792 <a name="l00181"></a>00181         <span class="comment">// are they even an oper at all?</span>
793 <a name="l00182"></a>00182         <span class="keywordflow">if</span> (strchr(this-&gt;modes,<span class="charliteral">'o'</span>))
794 <a name="l00183"></a>00183         {
795 <a name="l00184"></a>00184                 <span class="keywordflow">for</span> (<span class="keywordtype">int</span> j =0; j &lt; Config-&gt;ConfValueEnum(<span class="stringliteral">"type"</span>,&amp;<a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#config_5Ff">config_f</a>); j++)
796 <a name="l00185"></a>00185                 {
797 <a name="l00186"></a>00186                         <a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#ConfValue_28char_20_2Atag_2C_20char_20_2Avar_2C_20int_20index_2C_20char_20_2Aresult_2C_20std_3A_3Astringstream_20_2Aconfig_29">ConfValue</a>(<span class="stringliteral">"type"</span>,<span class="stringliteral">"name"</span>,j,TypeName,&amp;<a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#config_5Ff">config_f</a>);
798 <a name="l00187"></a>00187                         <span class="keywordflow">if</span> (!strcmp(TypeName,this-&gt;oper))
799 <a name="l00188"></a>00188                         {
800 <a name="l00189"></a>00189                                 <a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#ConfValue_28char_20_2Atag_2C_20char_20_2Avar_2C_20int_20index_2C_20char_20_2Aresult_2C_20std_3A_3Astringstream_20_2Aconfig_29">ConfValue</a>(<span class="stringliteral">"type"</span>,<span class="stringliteral">"classes"</span>,j,Classes,&amp;<a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#config_5Ff">config_f</a>);
801 <a name="l00190"></a>00190                                 <span class="keywordtype">char</span>* myclass = strtok_r(Classes,<span class="stringliteral">" "</span>,&amp;savept);
802 <a name="l00191"></a>00191                                 <span class="keywordflow">while</span> (myclass)
803 <a name="l00192"></a>00192                                 {
804 <a name="l00193"></a>00193                                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> k =0; k &lt; Config-&gt;ConfValueEnum(<span class="stringliteral">"class"</span>,&amp;<a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#config_5Ff">config_f</a>); k++)
805 <a name="l00194"></a>00194                                         {
806 <a name="l00195"></a>00195                                                 <a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#ConfValue_28char_20_2Atag_2C_20char_20_2Avar_2C_20int_20index_2C_20char_20_2Aresult_2C_20std_3A_3Astringstream_20_2Aconfig_29">ConfValue</a>(<span class="stringliteral">"class"</span>,<span class="stringliteral">"name"</span>,k,ClassName,&amp;<a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#config_5Ff">config_f</a>);
807 <a name="l00196"></a>00196                                                 <span class="keywordflow">if</span> (!strcmp(ClassName,myclass))
808 <a name="l00197"></a>00197                                                 {
809 <a name="l00198"></a>00198                                                         <a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#ConfValue_28char_20_2Atag_2C_20char_20_2Avar_2C_20int_20index_2C_20char_20_2Aresult_2C_20std_3A_3Astringstream_20_2Aconfig_29">ConfValue</a>(<span class="stringliteral">"class"</span>,<span class="stringliteral">"commands"</span>,k,CommandList,&amp;<a class="code" href="channels_8cpp.html#Config">Config</a>-&gt;<a class="code" href="classServerConfig.html#config_5Ff">config_f</a>);
810 <a name="l00199"></a>00199                                                         mycmd = strtok_r(CommandList,<span class="stringliteral">" "</span>,&amp;savept2);
811 <a name="l00200"></a>00200                                                         <span class="keywordflow">while</span> (mycmd)
812 <a name="l00201"></a>00201                                                         {
813 <a name="l00202"></a>00202                                                                 <span class="keywordflow">if</span> ((!strcasecmp(mycmd,command.c_str())) || (*mycmd == <span class="charliteral">'*'</span>))
814 <a name="l00203"></a>00203                                                                 {
815 <a name="l00204"></a>00204                                                                         <span class="keywordflow">return</span> <span class="keyword">true</span>;
816 <a name="l00205"></a>00205                                                                 }
817 <a name="l00206"></a>00206                                                                 mycmd = strtok_r(NULL,<span class="stringliteral">" "</span>,&amp;savept2);
818 <a name="l00207"></a>00207                                                         }
819 <a name="l00208"></a>00208                                                 }
820 <a name="l00209"></a>00209                                         }
821 <a name="l00210"></a>00210                                         myclass = strtok_r(NULL,<span class="stringliteral">" "</span>,&amp;savept);
822 <a name="l00211"></a>00211                                 }
823 <a name="l00212"></a>00212                         }
824 <a name="l00213"></a>00213                 }
825 <a name="l00214"></a>00214         }
826 <a name="l00215"></a>00215         <span class="keywordflow">return</span> <span class="keyword">false</span>;
827 <a name="l00216"></a>00216 }
828 </pre></div>
829 <p>
830     </td>
831   </tr>
832 </table>
833 <a class="anchor" name="InviteTo_28irc_3A_3Astring_20_26channel_29"></a><!-- doxytag: member="userrec::InviteTo" ref="InviteTo_28irc_3A_3Astring_20_26channel_29" args="(irc::string &amp;channel)" --><p>
834 <table class="mdTable" cellpadding="2" cellspacing="0">
835   <tr>
836     <td class="mdRow">
837       <table cellpadding="0" cellspacing="0" border="0">
838         <tr>
839           <td class="md" nowrap valign="top">void userrec::InviteTo           </td>
840           <td class="md" valign="top">(&nbsp;</td>
841           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">irc::string</a> &amp;&nbsp;</td>
842           <td class="mdname1" valign="top" nowrap> <em>channel</em>          </td>
843           <td class="md" valign="top">&nbsp;)&nbsp;</td>
844           <td class="md" nowrap><code> [virtual]</code></td>
845         </tr>
846       </table>
847     </td>
848   </tr>
849 </table>
850 <table cellspacing="5" cellpadding="0" border="0">
851   <tr>
852     <td>
853       &nbsp;
854     </td>
855     <td>
856
857 <p>
858 Adds a channel to a users invite list (invites them to a channel). 
859 <p>
860
861 <p>
862 Definition at line <a class="el" href="users_8cpp-source.html#l00141">141</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
863 <p>
864 References <a class="el" href="users_8h-source.html#l00046">Invited::channel</a>, and <a class="el" href="users_8h-source.html#l00121">invites</a>.<div class="fragment"><pre class="fragment"><a name="l00142"></a>00142 {
865 <a name="l00143"></a>00143         <a class="code" href="classInvited.html">Invited</a> i;
866 <a name="l00144"></a>00144         i.<a class="code" href="classInvited.html#channel">channel</a> = channel;
867 <a name="l00145"></a>00145         <a class="code" href="classuserrec.html#invites">invites</a>.push_back(i);
868 <a name="l00146"></a>00146 }
869 </pre></div>
870 <p>
871     </td>
872   </tr>
873 </table>
874 <a class="anchor" name="IsInvited_28irc_3A_3Astring_20_26channel_29"></a><!-- doxytag: member="userrec::IsInvited" ref="IsInvited_28irc_3A_3Astring_20_26channel_29" args="(irc::string &amp;channel)" --><p>
875 <table class="mdTable" cellpadding="2" cellspacing="0">
876   <tr>
877     <td class="mdRow">
878       <table cellpadding="0" cellspacing="0" border="0">
879         <tr>
880           <td class="md" nowrap valign="top">bool userrec::IsInvited           </td>
881           <td class="md" valign="top">(&nbsp;</td>
882           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">irc::string</a> &amp;&nbsp;</td>
883           <td class="mdname1" valign="top" nowrap> <em>channel</em>          </td>
884           <td class="md" valign="top">&nbsp;)&nbsp;</td>
885           <td class="md" nowrap><code> [virtual]</code></td>
886         </tr>
887       </table>
888     </td>
889   </tr>
890 </table>
891 <table cellspacing="5" cellpadding="0" border="0">
892   <tr>
893     <td>
894       &nbsp;
895     </td>
896     <td>
897
898 <p>
899 Returns true if a user is invited to a channel. 
900 <p>
901
902 <p>
903 Definition at line <a class="el" href="users_8cpp-source.html#l00123">123</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
904 <p>
905 References <a class="el" href="users_8h-source.html#l00121">invites</a>.
906 <p>
907 Referenced by <a class="el" href="channels_8cpp-source.html#l00194">add_channel()</a>.<div class="fragment"><pre class="fragment"><a name="l00124"></a>00124 {
908 <a name="l00125"></a>00125         <span class="keywordflow">for</span> (InvitedList::iterator i = <a class="code" href="classuserrec.html#invites">invites</a>.begin(); i != <a class="code" href="classuserrec.html#invites">invites</a>.end(); i++)
909 <a name="l00126"></a>00126         {
910 <a name="l00127"></a>00127                 <a class="code" href="namespaceirc.html#string">irc::string</a> compare = i-&gt;channel;
911 <a name="l00128"></a>00128                 <span class="keywordflow">if</span> (compare == channel)
912 <a name="l00129"></a>00129                 {
913 <a name="l00130"></a>00130                         <span class="keywordflow">return</span> <span class="keyword">true</span>;
914 <a name="l00131"></a>00131                 }
915 <a name="l00132"></a>00132         }
916 <a name="l00133"></a>00133         <span class="keywordflow">return</span> <span class="keyword">false</span>;
917 <a name="l00134"></a>00134 }
918 </pre></div>
919 <p>
920     </td>
921   </tr>
922 </table>
923 <a class="anchor" name="ReadData_28void_20_2Abuffer_2C_20size_5Ft_20size_29"></a><!-- doxytag: member="userrec::ReadData" ref="ReadData_28void_20_2Abuffer_2C_20size_5Ft_20size_29" args="(void *buffer, size_t size)" --><p>
924 <table class="mdTable" cellpadding="2" cellspacing="0">
925   <tr>
926     <td class="mdRow">
927       <table cellpadding="0" cellspacing="0" border="0">
928         <tr>
929           <td class="md" nowrap valign="top">int userrec::ReadData           </td>
930           <td class="md" valign="top">(&nbsp;</td>
931           <td class="md" nowrap valign="top">void *&nbsp;</td>
932           <td class="mdname" nowrap> <em>buffer</em>, </td>
933         </tr>
934         <tr>
935           <td class="md" nowrap align="right"></td>
936           <td class="md"></td>
937           <td class="md" nowrap>size_t&nbsp;</td>
938           <td class="mdname" nowrap> <em>size</em></td>
939         </tr>
940         <tr>
941           <td class="md"></td>
942           <td class="md">)&nbsp;</td>
943           <td class="md" colspan="2"></td>
944         </tr>
945       </table>
946     </td>
947   </tr>
948 </table>
949 <table cellspacing="5" cellpadding="0" border="0">
950   <tr>
951     <td>
952       &nbsp;
953     </td>
954     <td>
955
956 <p>
957 Calls read() to read some data for this user using their fd. 
958 <p>
959
960 <p>
961 Definition at line <a class="el" href="users_8cpp-source.html#l00106">106</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00107"></a>00107 {
962 <a name="l00108"></a>00108         <span class="keywordflow">if</span> (this-&gt;fd &gt; -1)
963 <a name="l00109"></a>00109         {
964 <a name="l00110"></a>00110                 <span class="keywordflow">return</span> read(this-&gt;fd, buffer, size);
965 <a name="l00111"></a>00111         }
966 <a name="l00112"></a>00112         <span class="keywordflow">else</span> <span class="keywordflow">return</span> 0;
967 <a name="l00113"></a>00113 }
968 </pre></div>
969 <p>
970     </td>
971   </tr>
972 </table>
973 <a class="anchor" name="RemoveInvite_28irc_3A_3Astring_20_26channel_29"></a><!-- doxytag: member="userrec::RemoveInvite" ref="RemoveInvite_28irc_3A_3Astring_20_26channel_29" args="(irc::string &amp;channel)" --><p>
974 <table class="mdTable" cellpadding="2" cellspacing="0">
975   <tr>
976     <td class="mdRow">
977       <table cellpadding="0" cellspacing="0" border="0">
978         <tr>
979           <td class="md" nowrap valign="top">void userrec::RemoveInvite           </td>
980           <td class="md" valign="top">(&nbsp;</td>
981           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">irc::string</a> &amp;&nbsp;</td>
982           <td class="mdname1" valign="top" nowrap> <em>channel</em>          </td>
983           <td class="md" valign="top">&nbsp;)&nbsp;</td>
984           <td class="md" nowrap><code> [virtual]</code></td>
985         </tr>
986       </table>
987     </td>
988   </tr>
989 </table>
990 <table cellspacing="5" cellpadding="0" border="0">
991   <tr>
992     <td>
993       &nbsp;
994     </td>
995     <td>
996
997 <p>
998 Removes a channel from a users invite list. 
999 <p>
1000 This member function is called on successfully joining an invite only channel to which the user has previously been invited, to clear the invitation.
1001 <p>
1002 Definition at line <a class="el" href="users_8cpp-source.html#l00148">148</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
1003 <p>
1004 References <a class="el" href="inspircd__io_8h-source.html#l00029">DEBUG</a>, <a class="el" href="users_8h-source.html#l00121">invites</a>, and <a class="el" href="globals_8h.html#log_28int_20level_2C_20char_20_2Atext_2C_2E_2E_2E_29">log()</a>.
1005 <p>
1006 Referenced by <a class="el" href="channels_8cpp-source.html#l00194">add_channel()</a>.<div class="fragment"><pre class="fragment"><a name="l00149"></a>00149 {
1007 <a name="l00150"></a>00150         <a class="code" href="globals_8h.html#log_28int_20level_2C_20char_20_2Atext_2C_2E_2E_2E_29">log</a>(<a class="code" href="inspircd__io_8h.html#DEBUG">DEBUG</a>,<span class="stringliteral">"Removing invites"</span>);
1008 <a name="l00151"></a>00151         <span class="keywordflow">if</span> (<a class="code" href="classuserrec.html#invites">invites</a>.size())
1009 <a name="l00152"></a>00152         {
1010 <a name="l00153"></a>00153                 <span class="keywordflow">for</span> (InvitedList::iterator i = <a class="code" href="classuserrec.html#invites">invites</a>.begin(); i != <a class="code" href="classuserrec.html#invites">invites</a>.end(); i++)
1011 <a name="l00154"></a>00154                 {
1012 <a name="l00155"></a>00155                         <a class="code" href="namespaceirc.html#string">irc::string</a> compare = i-&gt;channel;
1013 <a name="l00156"></a>00156                         <span class="keywordflow">if</span> (compare == channel)
1014 <a name="l00157"></a>00157                         {
1015 <a name="l00158"></a>00158                                 <a class="code" href="classuserrec.html#invites">invites</a>.erase(i);
1016 <a name="l00159"></a>00159                                 <span class="keywordflow">return</span>;
1017 <a name="l00160"></a>00160                         }
1018 <a name="l00161"></a>00161                 }
1019 <a name="l00162"></a>00162         }
1020 <a name="l00163"></a>00163 }
1021 </pre></div>
1022 <p>
1023     </td>
1024   </tr>
1025 </table>
1026 <a class="anchor" name="SetWriteError_28std_3A_3Astring_20error_29"></a><!-- doxytag: member="userrec::SetWriteError" ref="SetWriteError_28std_3A_3Astring_20error_29" args="(std::string error)" --><p>
1027 <table class="mdTable" cellpadding="2" cellspacing="0">
1028   <tr>
1029     <td class="mdRow">
1030       <table cellpadding="0" cellspacing="0" border="0">
1031         <tr>
1032           <td class="md" nowrap valign="top">void userrec::SetWriteError           </td>
1033           <td class="md" valign="top">(&nbsp;</td>
1034           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">std::string</a>&nbsp;</td>
1035           <td class="mdname1" valign="top" nowrap> <em>error</em>          </td>
1036           <td class="md" valign="top">&nbsp;)&nbsp;</td>
1037           <td class="md" nowrap></td>
1038         </tr>
1039       </table>
1040     </td>
1041   </tr>
1042 </table>
1043 <table cellspacing="5" cellpadding="0" border="0">
1044   <tr>
1045     <td>
1046       &nbsp;
1047     </td>
1048     <td>
1049
1050 <p>
1051 Sets the write error for a connection. 
1052 <p>
1053 This is done because the actual disconnect of a client may occur at an inopportune time such as half way through /LIST output. The WriteErrors of clients are checked at a more ideal time (in the mainloop) and errored clients purged.
1054 <p>
1055 Definition at line <a class="el" href="users_8cpp-source.html#l00317">317</a> of file <a class="el" href="users_8cpp-source.html">users.cpp</a>.
1056 <p>
1057 References <a class="el" href="inspircd__io_8h-source.html#l00029">DEBUG</a>, <a class="el" href="globals_8h.html#log_28int_20level_2C_20char_20_2Atext_2C_2E_2E_2E_29">log()</a>, and <a class="el" href="users_8h-source.html#l00216">WriteError</a>.
1058 <p>
1059 Referenced by <a class="el" href="users_8cpp-source.html#l00219">AddBuffer()</a>, <a class="el" href="users_8cpp-source.html#l00275">AddWriteBuf()</a>, and <a class="el" href="users_8cpp-source.html#l00295">FlushWriteBuf()</a>.<div class="fragment"><pre class="fragment"><a name="l00318"></a>00318 {
1060 <a name="l00319"></a>00319         <a class="code" href="globals_8h.html#log_28int_20level_2C_20char_20_2Atext_2C_2E_2E_2E_29">log</a>(<a class="code" href="inspircd__io_8h.html#DEBUG">DEBUG</a>,<span class="stringliteral">"Setting error string for %s to '%s'"</span>,this-&gt;nick,error.c_str());
1061 <a name="l00320"></a>00320         <span class="comment">// don't try to set the error twice, its already set take the first string.</span>
1062 <a name="l00321"></a>00321         <span class="keywordflow">if</span> (this-&gt;WriteError == <span class="stringliteral">""</span>)
1063 <a name="l00322"></a>00322                 this-&gt;<a class="code" href="classuserrec.html#WriteError">WriteError</a> = error;
1064 <a name="l00323"></a>00323 }
1065 </pre></div>
1066 <p>
1067     </td>
1068   </tr>
1069 </table>
1070 <hr><h2>Member Data Documentation</h2>
1071 <a class="anchor" name="awaymsg_5BMAXAWAY_2B_31_5D"></a><!-- doxytag: member="userrec::awaymsg" ref="awaymsg_5BMAXAWAY_2B_31_5D" args="[MAXAWAY+1]" --><p>
1072 <table class="mdTable" cellpadding="2" cellspacing="0">
1073   <tr>
1074     <td class="mdRow">
1075       <table cellpadding="0" cellspacing="0" border="0">
1076         <tr>
1077           <td class="md" nowrap valign="top">char <a class="el" href="classuserrec.html#awaymsg_5BMAXAWAY_2B_31_5D">userrec::awaymsg</a>[MAXAWAY+1]          </td>
1078         </tr>
1079       </table>
1080     </td>
1081   </tr>
1082 </table>
1083 <table cellspacing="5" cellpadding="0" border="0">
1084   <tr>
1085     <td>
1086       &nbsp;
1087     </td>
1088     <td>
1089
1090 <p>
1091 The user's away message. 
1092 <p>
1093 If this string is empty, the user is not marked as away.
1094 <p>
1095 Definition at line <a class="el" href="users_8h-source.html#l00162">162</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1096 <p>
1097 Referenced by <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1098   </tr>
1099 </table>
1100 <a class="anchor" name="chans"></a><!-- doxytag: member="userrec::chans" ref="chans" args="" --><p>
1101 <table class="mdTable" cellpadding="2" cellspacing="0">
1102   <tr>
1103     <td class="mdRow">
1104       <table cellpadding="0" cellspacing="0" border="0">
1105         <tr>
1106           <td class="md" nowrap valign="top">std::vector&lt;<a class="el" href="classucrec.html">ucrec</a>&gt; <a class="el" href="classuserrec.html#chans">userrec::chans</a>          </td>
1107         </tr>
1108       </table>
1109     </td>
1110   </tr>
1111 </table>
1112 <table cellspacing="5" cellpadding="0" border="0">
1113   <tr>
1114     <td>
1115       &nbsp;
1116     </td>
1117     <td>
1118
1119 <p>
1120
1121 <p>
1122 Definition at line <a class="el" href="users_8h-source.html#l00153">153</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1123 <p>
1124 Referenced by <a class="el" href="channels_8cpp-source.html#l00194">add_channel()</a>, <a class="el" href="channels_8cpp-source.html#l00401">del_channel()</a>, <a class="el" href="channels_8cpp-source.html#l00459">kick_channel()</a>, <a class="el" href="modules_8cpp-source.html#l00609">Server::PseudoToUser()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1125   </tr>
1126 </table>
1127 <a class="anchor" name="dhost_5B_31_36_30_5D"></a><!-- doxytag: member="userrec::dhost" ref="dhost_5B_31_36_30_5D" args="[160]" --><p>
1128 <table class="mdTable" cellpadding="2" cellspacing="0">
1129   <tr>
1130     <td class="mdRow">
1131       <table cellpadding="0" cellspacing="0" border="0">
1132         <tr>
1133           <td class="md" nowrap valign="top">char <a class="el" href="classuserrec.html#dhost_5B_31_36_30_5D">userrec::dhost</a>[160]          </td>
1134         </tr>
1135       </table>
1136     </td>
1137   </tr>
1138 </table>
1139 <table cellspacing="5" cellpadding="0" border="0">
1140   <tr>
1141     <td>
1142       &nbsp;
1143     </td>
1144     <td>
1145
1146 <p>
1147 The host displayed to non-opers (used for cloaking etc). 
1148 <p>
1149 This usually matches the value of <a class="el" href="classconnection.html#host_5B_31_36_30_5D">userrec::host</a>.
1150 <p>
1151 Definition at line <a class="el" href="users_8h-source.html#l00138">138</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1152 <p>
1153 Referenced by <a class="el" href="users_8cpp-source.html#l00471">AddWhoWas()</a>, <a class="el" href="users_8cpp-source.html#l00099">GetFullHost()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1154   </tr>
1155 </table>
1156 <a class="anchor" name="dns_5Fdone"></a><!-- doxytag: member="userrec::dns_done" ref="dns_5Fdone" args="" --><p>
1157 <table class="mdTable" cellpadding="2" cellspacing="0">
1158   <tr>
1159     <td class="mdRow">
1160       <table cellpadding="0" cellspacing="0" border="0">
1161         <tr>
1162           <td class="md" nowrap valign="top">bool <a class="el" href="classuserrec.html#dns_5Fdone">userrec::dns_done</a>          </td>
1163         </tr>
1164       </table>
1165     </td>
1166   </tr>
1167 </table>
1168 <table cellspacing="5" cellpadding="0" border="0">
1169   <tr>
1170     <td>
1171       &nbsp;
1172     </td>
1173     <td>
1174
1175 <p>
1176 True when <a class="el" href="classDNS.html">DNS</a> lookups are completed. 
1177 <p>
1178
1179 <p>
1180 Definition at line <a class="el" href="users_8h-source.html#l00185">185</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1181 <p>
1182 Referenced by <a class="el" href="users_8cpp-source.html#l00731">ConnectUser()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1183   </tr>
1184 </table>
1185 <a class="anchor" name="flood"></a><!-- doxytag: member="userrec::flood" ref="flood" args="" --><p>
1186 <table class="mdTable" cellpadding="2" cellspacing="0">
1187   <tr>
1188     <td class="mdRow">
1189       <table cellpadding="0" cellspacing="0" border="0">
1190         <tr>
1191           <td class="md" nowrap valign="top">int <a class="el" href="classuserrec.html#flood">userrec::flood</a>          </td>
1192         </tr>
1193       </table>
1194     </td>
1195   </tr>
1196 </table>
1197 <table cellspacing="5" cellpadding="0" border="0">
1198   <tr>
1199     <td>
1200       &nbsp;
1201     </td>
1202     <td>
1203
1204 <p>
1205 Number of lines the user can place into the buffer (up to the global NetBufferSize bytes) before they are disconnected for excess flood. 
1206 <p>
1207
1208 <p>
1209 Definition at line <a class="el" href="users_8h-source.html#l00168">168</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1210 <p>
1211 Referenced by <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1212   </tr>
1213 </table>
1214 <a class="anchor" name="fullname_5BMAXGECOS_2B_31_5D"></a><!-- doxytag: member="userrec::fullname" ref="fullname_5BMAXGECOS_2B_31_5D" args="[MAXGECOS+1]" --><p>
1215 <table class="mdTable" cellpadding="2" cellspacing="0">
1216   <tr>
1217     <td class="mdRow">
1218       <table cellpadding="0" cellspacing="0" border="0">
1219         <tr>
1220           <td class="md" nowrap valign="top">char <a class="el" href="classuserrec.html#fullname_5BMAXGECOS_2B_31_5D">userrec::fullname</a>[MAXGECOS+1]          </td>
1221         </tr>
1222       </table>
1223     </td>
1224   </tr>
1225 </table>
1226 <table cellspacing="5" cellpadding="0" border="0">
1227   <tr>
1228     <td>
1229       &nbsp;
1230     </td>
1231     <td>
1232
1233 <p>
1234 The users full name. 
1235 <p>
1236
1237 <p>
1238 Definition at line <a class="el" href="users_8h-source.html#l00142">142</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1239 <p>
1240 Referenced by <a class="el" href="users_8cpp-source.html#l00471">AddWhoWas()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1241   </tr>
1242 </table>
1243 <a class="anchor" name="ident_5BIDENTMAX_2B_32_5D"></a><!-- doxytag: member="userrec::ident" ref="ident_5BIDENTMAX_2B_32_5D" args="[IDENTMAX+2]" --><p>
1244 <table class="mdTable" cellpadding="2" cellspacing="0">
1245   <tr>
1246     <td class="mdRow">
1247       <table cellpadding="0" cellspacing="0" border="0">
1248         <tr>
1249           <td class="md" nowrap valign="top">char <a class="el" href="classuserrec.html#ident_5BIDENTMAX_2B_32_5D">userrec::ident</a>[IDENTMAX+2]          </td>
1250         </tr>
1251       </table>
1252     </td>
1253   </tr>
1254 </table>
1255 <table cellspacing="5" cellpadding="0" border="0">
1256   <tr>
1257     <td>
1258       &nbsp;
1259     </td>
1260     <td>
1261
1262 <p>
1263 The users ident reply. 
1264 <p>
1265 Two characters are added to the user-defined limit to compensate for the tilde etc.
1266 <p>
1267 Definition at line <a class="el" href="users_8h-source.html#l00133">133</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1268 <p>
1269 Referenced by <a class="el" href="users_8cpp-source.html#l00471">AddWhoWas()</a>, <a class="el" href="users_8cpp-source.html#l00647">FullConnectUser()</a>, <a class="el" href="users_8cpp-source.html#l00099">GetFullHost()</a>, <a class="el" href="users_8cpp-source.html#l00116">GetFullRealHost()</a>, <a class="el" href="users_8cpp-source.html#l00349">kill_link()</a>, <a class="el" href="users_8cpp-source.html#l00412">kill_link_silent()</a>, <a class="el" href="modules_8cpp-source.html#l00609">Server::PseudoToUser()</a>, <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>, and <a class="el" href="modules_8cpp-source.html#l00597">Server::UserToPseudo()</a>.    </td>
1270   </tr>
1271 </table>
1272 <a class="anchor" name="invites"></a><!-- doxytag: member="userrec::invites" ref="invites" args="" --><p>
1273 <table class="mdTable" cellpadding="2" cellspacing="0">
1274   <tr>
1275     <td class="mdRow">
1276       <table cellpadding="0" cellspacing="0" border="0">
1277         <tr>
1278           <td class="md" nowrap valign="top"><a class="el" href="users_8h.html#InvitedList">InvitedList</a> <a class="el" href="classuserrec.html#invites">userrec::invites</a><code> [private]</code>          </td>
1279         </tr>
1280       </table>
1281     </td>
1282   </tr>
1283 </table>
1284 <table cellspacing="5" cellpadding="0" border="0">
1285   <tr>
1286     <td>
1287       &nbsp;
1288     </td>
1289     <td>
1290
1291 <p>
1292 A list of channels the user has a pending invite to. 
1293 <p>
1294
1295 <p>
1296 Definition at line <a class="el" href="users_8h-source.html#l00121">121</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1297 <p>
1298 Referenced by <a class="el" href="users_8cpp-source.html#l00136">GetInviteList()</a>, <a class="el" href="users_8cpp-source.html#l00141">InviteTo()</a>, <a class="el" href="users_8cpp-source.html#l00123">IsInvited()</a>, <a class="el" href="users_8cpp-source.html#l00148">RemoveInvite()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1299   </tr>
1300 </table>
1301 <a class="anchor" name="lines_5Fin"></a><!-- doxytag: member="userrec::lines_in" ref="lines_5Fin" args="" --><p>
1302 <table class="mdTable" cellpadding="2" cellspacing="0">
1303   <tr>
1304     <td class="mdRow">
1305       <table cellpadding="0" cellspacing="0" border="0">
1306         <tr>
1307           <td class="md" nowrap valign="top">int <a class="el" href="classuserrec.html#lines_5Fin">userrec::lines_in</a>          </td>
1308         </tr>
1309       </table>
1310     </td>
1311   </tr>
1312 </table>
1313 <table cellspacing="5" cellpadding="0" border="0">
1314   <tr>
1315     <td>
1316       &nbsp;
1317     </td>
1318     <td>
1319
1320 <p>
1321 Flood counters. 
1322 <p>
1323
1324 <p>
1325 Definition at line <a class="el" href="users_8h-source.html#l00210">210</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1326 <p>
1327 Referenced by <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1328   </tr>
1329 </table>
1330 <a class="anchor" name="modes_5B_35_34_5D"></a><!-- doxytag: member="userrec::modes" ref="modes_5B_35_34_5D" args="[54]" --><p>
1331 <table class="mdTable" cellpadding="2" cellspacing="0">
1332   <tr>
1333     <td class="mdRow">
1334       <table cellpadding="0" cellspacing="0" border="0">
1335         <tr>
1336           <td class="md" nowrap valign="top">char <a class="el" href="classuserrec.html#modes_5B_35_34_5D">userrec::modes</a>[54]          </td>
1337         </tr>
1338       </table>
1339     </td>
1340   </tr>
1341 </table>
1342 <table cellspacing="5" cellpadding="0" border="0">
1343   <tr>
1344     <td>
1345       &nbsp;
1346     </td>
1347     <td>
1348
1349 <p>
1350 The user's mode string. 
1351 <p>
1352 This may contain any of the following RFC characters: o, w, s, i Your module may define other mode characters as it sees fit. it is limited to length 54, as there can only be a maximum of 52 user modes (26 upper, 26 lower case) a null terminating char, and an optional + character.
1353 <p>
1354 Definition at line <a class="el" href="users_8h-source.html#l00151">151</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1355 <p>
1356 Referenced by <a class="el" href="channels_8cpp-source.html#l00194">add_channel()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1357   </tr>
1358 </table>
1359 <a class="anchor" name="nick_5BNICKMAX_5D"></a><!-- doxytag: member="userrec::nick" ref="nick_5BNICKMAX_5D" args="[NICKMAX]" --><p>
1360 <table class="mdTable" cellpadding="2" cellspacing="0">
1361   <tr>
1362     <td class="mdRow">
1363       <table cellpadding="0" cellspacing="0" border="0">
1364         <tr>
1365           <td class="md" nowrap valign="top">char <a class="el" href="classuserrec.html#nick_5BNICKMAX_5D">userrec::nick</a>[NICKMAX]          </td>
1366         </tr>
1367       </table>
1368     </td>
1369   </tr>
1370 </table>
1371 <table cellspacing="5" cellpadding="0" border="0">
1372   <tr>
1373     <td>
1374       &nbsp;
1375     </td>
1376     <td>
1377
1378 <p>
1379 The users nickname. 
1380 <p>
1381 An invalid nickname indicates an unregistered connection prior to the NICK command.
1382 <p>
1383 Definition at line <a class="el" href="users_8h-source.html#l00128">128</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1384 <p>
1385 Referenced by <a class="el" href="channels_8cpp-source.html#l00194">add_channel()</a>, <a class="el" href="users_8cpp-source.html#l00471">AddWhoWas()</a>, <a class="el" href="channels_8cpp-source.html#l00401">del_channel()</a>, <a class="el" href="modules_8cpp-source.html#l00834">ConfigReader::DumpErrors()</a>, <a class="el" href="users_8cpp-source.html#l00647">FullConnectUser()</a>, <a class="el" href="users_8cpp-source.html#l00099">GetFullHost()</a>, <a class="el" href="users_8cpp-source.html#l00116">GetFullRealHost()</a>, <a class="el" href="channels_8cpp-source.html#l00459">kick_channel()</a>, <a class="el" href="users_8cpp-source.html#l00349">kill_link()</a>, <a class="el" href="users_8cpp-source.html#l00412">kill_link_silent()</a>, <a class="el" href="modules_8cpp-source.html#l00609">Server::PseudoToUser()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1386   </tr>
1387 </table>
1388 <a class="anchor" name="oper_5BNICKMAX_5D"></a><!-- doxytag: member="userrec::oper" ref="oper_5BNICKMAX_5D" args="[NICKMAX]" --><p>
1389 <table class="mdTable" cellpadding="2" cellspacing="0">
1390   <tr>
1391     <td class="mdRow">
1392       <table cellpadding="0" cellspacing="0" border="0">
1393         <tr>
1394           <td class="md" nowrap valign="top">char <a class="el" href="classuserrec.html#oper_5BNICKMAX_5D">userrec::oper</a>[NICKMAX]          </td>
1395         </tr>
1396       </table>
1397     </td>
1398   </tr>
1399 </table>
1400 <table cellspacing="5" cellpadding="0" border="0">
1401   <tr>
1402     <td>
1403       &nbsp;
1404     </td>
1405     <td>
1406
1407 <p>
1408 The oper type they logged in as, if they are an oper. 
1409 <p>
1410 This is used to check permissions in operclasses, so that we can say 'yay' or 'nay' to any commands they issue. The value of this is the value of a valid 'type name=' tag.
1411 <p>
1412 Definition at line <a class="el" href="users_8h-source.html#l00181">181</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1413 <p>
1414 Referenced by <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1415   </tr>
1416 </table>
1417 <a class="anchor" name="password_5BMAXBUF_5D"></a><!-- doxytag: member="userrec::password" ref="password_5BMAXBUF_5D" args="[MAXBUF]" --><p>
1418 <table class="mdTable" cellpadding="2" cellspacing="0">
1419   <tr>
1420     <td class="mdRow">
1421       <table cellpadding="0" cellspacing="0" border="0">
1422         <tr>
1423           <td class="md" nowrap valign="top">char <a class="el" href="classuserrec.html#password_5BMAXBUF_5D">userrec::password</a>[MAXBUF]          </td>
1424         </tr>
1425       </table>
1426     </td>
1427   </tr>
1428 </table>
1429 <table cellspacing="5" cellpadding="0" border="0">
1430   <tr>
1431     <td>
1432       &nbsp;
1433     </td>
1434     <td>
1435
1436 <p>
1437 Password specified by the user when they registered. 
1438 <p>
1439 This is stored even if the &lt;connect&gt; block doesnt need a password, so that modules may check it.
1440 <p>
1441 Definition at line <a class="el" href="users_8h-source.html#l00195">195</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
1442   </tr>
1443 </table>
1444 <a class="anchor" name="pingmax"></a><!-- doxytag: member="userrec::pingmax" ref="pingmax" args="" --><p>
1445 <table class="mdTable" cellpadding="2" cellspacing="0">
1446   <tr>
1447     <td class="mdRow">
1448       <table cellpadding="0" cellspacing="0" border="0">
1449         <tr>
1450           <td class="md" nowrap valign="top">unsigned int <a class="el" href="classuserrec.html#pingmax">userrec::pingmax</a>          </td>
1451         </tr>
1452       </table>
1453     </td>
1454   </tr>
1455 </table>
1456 <table cellspacing="5" cellpadding="0" border="0">
1457   <tr>
1458     <td>
1459       &nbsp;
1460     </td>
1461     <td>
1462
1463 <p>
1464 Number of seconds between PINGs for this user (set from &lt;connect:allow&gt; tag. 
1465 <p>
1466
1467 <p>
1468 Definition at line <a class="el" href="users_8h-source.html#l00189">189</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
1469   </tr>
1470 </table>
1471 <a class="anchor" name="recvq"></a><!-- doxytag: member="userrec::recvq" ref="recvq" args="" --><p>
1472 <table class="mdTable" cellpadding="2" cellspacing="0">
1473   <tr>
1474     <td class="mdRow">
1475       <table cellpadding="0" cellspacing="0" border="0">
1476         <tr>
1477           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">std::string</a> <a class="el" href="classuserrec.html#recvq">userrec::recvq</a>          </td>
1478         </tr>
1479       </table>
1480     </td>
1481   </tr>
1482 </table>
1483 <table cellspacing="5" cellpadding="0" border="0">
1484   <tr>
1485     <td>
1486       &nbsp;
1487     </td>
1488     <td>
1489
1490 <p>
1491 User's receive queue. 
1492 <p>
1493 Lines from the IRCd awaiting processing are stored here. Upgraded april 2005, old system a bit hairy.
1494 <p>
1495 Definition at line <a class="el" href="users_8h-source.html#l00201">201</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1496 <p>
1497 Referenced by <a class="el" href="users_8cpp-source.html#l00219">AddBuffer()</a>, <a class="el" href="users_8cpp-source.html#l00245">BufferIsReady()</a>, <a class="el" href="users_8cpp-source.html#l00253">ClearBuffer()</a>, <a class="el" href="users_8cpp-source.html#l00258">GetBuffer()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1498   </tr>
1499 </table>
1500 <a class="anchor" name="recvqmax"></a><!-- doxytag: member="userrec::recvqmax" ref="recvqmax" args="" --><p>
1501 <table class="mdTable" cellpadding="2" cellspacing="0">
1502   <tr>
1503     <td class="mdRow">
1504       <table cellpadding="0" cellspacing="0" border="0">
1505         <tr>
1506           <td class="md" nowrap valign="top">long <a class="el" href="classuserrec.html#recvqmax">userrec::recvqmax</a>          </td>
1507         </tr>
1508       </table>
1509     </td>
1510   </tr>
1511 </table>
1512 <table cellspacing="5" cellpadding="0" border="0">
1513   <tr>
1514     <td>
1515       &nbsp;
1516     </td>
1517     <td>
1518
1519 <p>
1520 Maximum size this user's recvq can become. 
1521 <p>
1522
1523 <p>
1524 Definition at line <a class="el" href="users_8h-source.html#l00224">224</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1525 <p>
1526 Referenced by <a class="el" href="users_8cpp-source.html#l00219">AddBuffer()</a>.    </td>
1527   </tr>
1528 </table>
1529 <a class="anchor" name="reset_5Fdue"></a><!-- doxytag: member="userrec::reset_due" ref="reset_5Fdue" args="" --><p>
1530 <table class="mdTable" cellpadding="2" cellspacing="0">
1531   <tr>
1532     <td class="mdRow">
1533       <table cellpadding="0" cellspacing="0" border="0">
1534         <tr>
1535           <td class="md" nowrap valign="top">time_t <a class="el" href="classuserrec.html#reset_5Fdue">userrec::reset_due</a>          </td>
1536         </tr>
1537       </table>
1538     </td>
1539   </tr>
1540 </table>
1541 <table cellspacing="5" cellpadding="0" border="0">
1542   <tr>
1543     <td>
1544       &nbsp;
1545     </td>
1546     <td>
1547
1548 <p>
1549
1550 <p>
1551 Definition at line <a class="el" href="users_8h-source.html#l00211">211</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1552 <p>
1553 Referenced by <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1554   </tr>
1555 </table>
1556 <a class="anchor" name="sendq"></a><!-- doxytag: member="userrec::sendq" ref="sendq" args="" --><p>
1557 <table class="mdTable" cellpadding="2" cellspacing="0">
1558   <tr>
1559     <td class="mdRow">
1560       <table cellpadding="0" cellspacing="0" border="0">
1561         <tr>
1562           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">std::string</a> <a class="el" href="classuserrec.html#sendq">userrec::sendq</a>          </td>
1563         </tr>
1564       </table>
1565     </td>
1566   </tr>
1567 </table>
1568 <table cellspacing="5" cellpadding="0" border="0">
1569   <tr>
1570     <td>
1571       &nbsp;
1572     </td>
1573     <td>
1574
1575 <p>
1576 User's send queue. 
1577 <p>
1578 Lines waiting to be sent are stored here until their buffer is flushed.
1579 <p>
1580 Definition at line <a class="el" href="users_8h-source.html#l00206">206</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1581 <p>
1582 Referenced by <a class="el" href="users_8cpp-source.html#l00275">AddWriteBuf()</a>, <a class="el" href="users_8cpp-source.html#l00295">FlushWriteBuf()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1583   </tr>
1584 </table>
1585 <a class="anchor" name="sendqmax"></a><!-- doxytag: member="userrec::sendqmax" ref="sendqmax" args="" --><p>
1586 <table class="mdTable" cellpadding="2" cellspacing="0">
1587   <tr>
1588     <td class="mdRow">
1589       <table cellpadding="0" cellspacing="0" border="0">
1590         <tr>
1591           <td class="md" nowrap valign="top">long <a class="el" href="classuserrec.html#sendqmax">userrec::sendqmax</a>          </td>
1592         </tr>
1593       </table>
1594     </td>
1595   </tr>
1596 </table>
1597 <table cellspacing="5" cellpadding="0" border="0">
1598   <tr>
1599     <td>
1600       &nbsp;
1601     </td>
1602     <td>
1603
1604 <p>
1605 Maximum size this user's sendq can become. 
1606 <p>
1607
1608 <p>
1609 Definition at line <a class="el" href="users_8h-source.html#l00220">220</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1610 <p>
1611 Referenced by <a class="el" href="users_8cpp-source.html#l00275">AddWriteBuf()</a>.    </td>
1612   </tr>
1613 </table>
1614 <a class="anchor" name="server"></a><!-- doxytag: member="userrec::server" ref="server" args="" --><p>
1615 <table class="mdTable" cellpadding="2" cellspacing="0">
1616   <tr>
1617     <td class="mdRow">
1618       <table cellpadding="0" cellspacing="0" border="0">
1619         <tr>
1620           <td class="md" nowrap valign="top">char* <a class="el" href="classuserrec.html#server">userrec::server</a>          </td>
1621         </tr>
1622       </table>
1623     </td>
1624   </tr>
1625 </table>
1626 <table cellspacing="5" cellpadding="0" border="0">
1627   <tr>
1628     <td>
1629       &nbsp;
1630     </td>
1631     <td>
1632
1633 <p>
1634 The server the user is connected to. 
1635 <p>
1636
1637 <p>
1638 Definition at line <a class="el" href="users_8h-source.html#l00157">157</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1639 <p>
1640 Referenced by <a class="el" href="users_8cpp-source.html#l00471">AddWhoWas()</a>, <a class="el" href="channels_8cpp-source.html#l00459">kick_channel()</a>, and <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1641   </tr>
1642 </table>
1643 <a class="anchor" name="threshold"></a><!-- doxytag: member="userrec::threshold" ref="threshold" args="" --><p>
1644 <table class="mdTable" cellpadding="2" cellspacing="0">
1645   <tr>
1646     <td class="mdRow">
1647       <table cellpadding="0" cellspacing="0" border="0">
1648         <tr>
1649           <td class="md" nowrap valign="top">long <a class="el" href="classuserrec.html#threshold">userrec::threshold</a>          </td>
1650         </tr>
1651       </table>
1652     </td>
1653   </tr>
1654 </table>
1655 <table cellspacing="5" cellpadding="0" border="0">
1656   <tr>
1657     <td>
1658       &nbsp;
1659     </td>
1660     <td>
1661
1662 <p>
1663
1664 <p>
1665 Definition at line <a class="el" href="users_8h-source.html#l00212">212</a> of file <a class="el" href="users_8h-source.html">users.h</a>.    </td>
1666   </tr>
1667 </table>
1668 <a class="anchor" name="timeout"></a><!-- doxytag: member="userrec::timeout" ref="timeout" args="" --><p>
1669 <table class="mdTable" cellpadding="2" cellspacing="0">
1670   <tr>
1671     <td class="mdRow">
1672       <table cellpadding="0" cellspacing="0" border="0">
1673         <tr>
1674           <td class="md" nowrap valign="top">unsigned int <a class="el" href="classuserrec.html#timeout">userrec::timeout</a>          </td>
1675         </tr>
1676       </table>
1677     </td>
1678   </tr>
1679 </table>
1680 <table cellspacing="5" cellpadding="0" border="0">
1681   <tr>
1682     <td>
1683       &nbsp;
1684     </td>
1685     <td>
1686
1687 <p>
1688 Number of seconds this user is given to send USER/NICK If they do not send their details in this time limit they will be disconnected. 
1689 <p>
1690
1691 <p>
1692 Definition at line <a class="el" href="users_8h-source.html#l00174">174</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1693 <p>
1694 Referenced by <a class="el" href="users_8cpp-source.html#l00063">userrec()</a>.    </td>
1695   </tr>
1696 </table>
1697 <a class="anchor" name="WriteError"></a><!-- doxytag: member="userrec::WriteError" ref="WriteError" args="" --><p>
1698 <table class="mdTable" cellpadding="2" cellspacing="0">
1699   <tr>
1700     <td class="mdRow">
1701       <table cellpadding="0" cellspacing="0" border="0">
1702         <tr>
1703           <td class="md" nowrap valign="top"><a class="el" href="namespaceirc.html#string">std::string</a> <a class="el" href="classuserrec.html#WriteError">userrec::WriteError</a>          </td>
1704         </tr>
1705       </table>
1706     </td>
1707   </tr>
1708 </table>
1709 <table cellspacing="5" cellpadding="0" border="0">
1710   <tr>
1711     <td>
1712       &nbsp;
1713     </td>
1714     <td>
1715
1716 <p>
1717
1718 <p>
1719 Definition at line <a class="el" href="users_8h-source.html#l00216">216</a> of file <a class="el" href="users_8h-source.html">users.h</a>.
1720 <p>
1721 Referenced by <a class="el" href="users_8cpp-source.html#l00325">GetWriteError()</a>, and <a class="el" href="users_8cpp-source.html#l00317">SetWriteError()</a>.    </td>
1722   </tr>
1723 </table>
1724 <hr>The documentation for this class was generated from the following files:<ul>
1725 <li><a class="el" href="users_8h-source.html">users.h</a><li><a class="el" href="users_8cpp-source.html">users.cpp</a></ul>
1726 <hr size="1"><address style="align: right;"><small>Generated on Mon Dec 19 18:02:16 2005 for InspIRCd by&nbsp;
1727 <a href="http://www.doxygen.org/index.html">
1728 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4-20050815 </small></address>
1729 </body>
1730 </html>