summaryrefslogtreecommitdiff
path: root/docs/module-doc/classserverrec.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/module-doc/classserverrec.html')
-rw-r--r--docs/module-doc/classserverrec.html101
1 files changed, 79 insertions, 22 deletions
diff --git a/docs/module-doc/classserverrec.html b/docs/module-doc/classserverrec.html
index fbae629e7..5555cf74b 100644
--- a/docs/module-doc/classserverrec.html
+++ b/docs/module-doc/classserverrec.html
@@ -18,7 +18,7 @@ Inheritance diagram for serverrec:<p><center><img src="classserverrec__inherit__
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for serverrec:<p><center><img src="classserverrec__coll__graph.gif" border="0" usemap="#serverrec__coll__map" alt="Collaboration graph"></center>
<map name="serverrec__coll__map">
-<area href="classconnection.html" shape="rect" coords="197,304,267,326" alt="">
+<area href="classconnection.html" shape="rect" coords="197,312,267,334" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classserverrec-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
@@ -46,6 +46,9 @@ Inheritance diagram for serverrec:<p><center><img src="classserverrec__inherit__
<tr><td>&nbsp;</td><td><font size=-1><em>ircd version</em> <a href="#m6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classserverrec.html#m7">jupiter</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>is a JUPE server (faked to enforce a server ban)</em> <a href="#m7"></a><em></em></font><br><br></td></tr>
+<tr><td nowrap align=right valign=top>char&nbsp;</td><td valign=bottom><a class="el" href="classserverrec.html#m8">description</a> [MAXBUF]</td></tr>
+<tr><td>&nbsp;</td><td><font size=-1><em>Description of the server.</em> <a href="#m8"></a><em></em></font><br><br></td></tr>
+<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classserverrec.html#m9">sync_soon</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A class that defines the local server or a remote server.
@@ -84,7 +87,7 @@ Constructor.
<p>
Definition at line <a class="el" href="servers_8cpp-source.html#l00012">12</a> of file <a class="el" href="servers_8cpp-source.html">servers.cpp</a>.
<p>
-References <a class="el" href="connection_8h-source.html#l00043">connection::fd</a>, <a class="el" href="servers_8h-source.html#l00040">hops_away</a>, <a class="el" href="servers_8h-source.html#l00046">jupiter</a>, <a class="el" href="connection_8h-source.html#l00054">connection::lastping</a>, <a class="el" href="servers_8h-source.html#l00037">opercount</a>, <a class="el" href="servers_8h-source.html#l00028">pingtime</a>, <a class="el" href="connection_8h-source.html#l00055">connection::signon</a>, <a class="el" href="servers_8h-source.html#l00034">usercount</a>, <a class="el" href="servers_8h-source.html#l00031">usercount_i</a>, and <a class="el" href="servers_8h-source.html#l00043">version</a>.
+References <a class="el" href="connection_8h-source.html#l00165">connection::fd</a>, <a class="el" href="servers_8h-source.html#l00040">hops_away</a>, <a class="el" href="servers_8h-source.html#l00046">jupiter</a>, <a class="el" href="connection_8h-source.html#l00215">connection::lastping</a>, <a class="el" href="servers_8h-source.html#l00037">opercount</a>, <a class="el" href="servers_8h-source.html#l00028">pingtime</a>, <a class="el" href="connection_8h-source.html#l00219">connection::signon</a>, <a class="el" href="servers_8h-source.html#l00052">sync_soon</a>, <a class="el" href="servers_8h-source.html#l00034">usercount</a>, <a class="el" href="servers_8h-source.html#l00031">usercount_i</a>, and <a class="el" href="servers_8h-source.html#l00043">version</a>.
<p>
<div class="fragment"><pre>00013 {
00014 strcpy(name,<span class="stringliteral">""</span>);
@@ -94,8 +97,9 @@ References <a class="el" href="connection_8h-source.html#l00043">connection::fd<
00018 <a class="code" href="classserverrec.html#m5">hops_away</a> = 1;
00019 <a class="code" href="classconnection.html#m13">signon</a> = time(NULL);
00020 <a class="code" href="classserverrec.html#m7">jupiter</a> = <span class="keyword">false</span>;
-00021 <a class="code" href="classconnection.html#m1">fd</a> = 0;
-00022 }
+00021 <a class="code" href="classconnection.html#m0">fd</a> = 0;
+00022 <a class="code" href="classserverrec.html#m9">sync_soon</a> = <span class="keyword">false</span>;
+00023 }
</pre></div> </td>
</tr>
</table>
@@ -144,20 +148,21 @@ Constructor which initialises some of the main variables.
<p>
<p>
-Definition at line <a class="el" href="servers_8cpp-source.html#l00029">29</a> of file <a class="el" href="servers_8cpp-source.html">servers.cpp</a>.
-<p>
-References <a class="el" href="connection_8h-source.html#l00043">connection::fd</a>, <a class="el" href="servers_8h-source.html#l00040">hops_away</a>, <a class="el" href="servers_8h-source.html#l00046">jupiter</a>, <a class="el" href="connection_8h-source.html#l00054">connection::lastping</a>, <a class="el" href="servers_8h-source.html#l00037">opercount</a>, <a class="el" href="connection_8h-source.html#l00055">connection::signon</a>, <a class="el" href="servers_8h-source.html#l00034">usercount</a>, <a class="el" href="servers_8h-source.html#l00031">usercount_i</a>, and <a class="el" href="servers_8h-source.html#l00043">version</a>.
-<p>
-<div class="fragment"><pre>00030 {
-00031 strcpy(name,n);
-00032 <a class="code" href="classconnection.html#m12">lastping</a> = time(NULL);
-00033 <a class="code" href="classserverrec.html#m2">usercount_i</a> = <a class="code" href="classserverrec.html#m3">usercount</a> = <a class="code" href="classserverrec.html#m4">opercount</a> = 0;
-00034 <a class="code" href="classserverrec.html#m6">version</a> = ver;
-00035 <a class="code" href="classserverrec.html#m5">hops_away</a> = 1;
-00036 <a class="code" href="classconnection.html#m13">signon</a> = time(NULL);
-00037 <a class="code" href="classserverrec.html#m7">jupiter</a> = jupe;
-00038 <a class="code" href="classconnection.html#m1">fd</a> = 0;
-00039 }
+Definition at line <a class="el" href="servers_8cpp-source.html#l00030">30</a> of file <a class="el" href="servers_8cpp-source.html">servers.cpp</a>.
+<p>
+References <a class="el" href="connection_8h-source.html#l00165">connection::fd</a>, <a class="el" href="servers_8h-source.html#l00040">hops_away</a>, <a class="el" href="servers_8h-source.html#l00046">jupiter</a>, <a class="el" href="connection_8h-source.html#l00215">connection::lastping</a>, <a class="el" href="servers_8h-source.html#l00037">opercount</a>, <a class="el" href="connection_8h-source.html#l00219">connection::signon</a>, <a class="el" href="servers_8h-source.html#l00052">sync_soon</a>, <a class="el" href="servers_8h-source.html#l00034">usercount</a>, <a class="el" href="servers_8h-source.html#l00031">usercount_i</a>, and <a class="el" href="servers_8h-source.html#l00043">version</a>.
+<p>
+<div class="fragment"><pre>00031 {
+00032 strcpy(name,n);
+00033 <a class="code" href="classconnection.html#m12">lastping</a> = time(NULL);
+00034 <a class="code" href="classserverrec.html#m2">usercount_i</a> = <a class="code" href="classserverrec.html#m3">usercount</a> = <a class="code" href="classserverrec.html#m4">opercount</a> = 0;
+00035 <a class="code" href="classserverrec.html#m6">version</a> = ver;
+00036 <a class="code" href="classserverrec.html#m5">hops_away</a> = 1;
+00037 <a class="code" href="classconnection.html#m13">signon</a> = time(NULL);
+00038 <a class="code" href="classserverrec.html#m7">jupiter</a> = jupe;
+00039 <a class="code" href="classconnection.html#m0">fd</a> = 0;
+00040 <a class="code" href="classserverrec.html#m9">sync_soon</a> = <span class="keyword">false</span>;
+00041 }
</pre></div> </td>
</tr>
</table>
@@ -190,14 +195,40 @@ Destructor.
<p>
<p>
-Definition at line <a class="el" href="servers_8cpp-source.html#l00025">25</a> of file <a class="el" href="servers_8cpp-source.html">servers.cpp</a>.
+Definition at line <a class="el" href="servers_8cpp-source.html#l00026">26</a> of file <a class="el" href="servers_8cpp-source.html">servers.cpp</a>.
<p>
-<div class="fragment"><pre>00026 {
-00027 }
+<div class="fragment"><pre>00027 {
+00028 }
</pre></div> </td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
+<a name="m8" doxytag="serverrec::description"></a><p>
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+ <tr>
+ <td class="md">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> char serverrec::description[MAXBUF]
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Description of the server.
+<p>
+
+<p>
+Definition at line <a class="el" href="servers_8h-source.html#l00050">50</a> of file <a class="el" href="servers_8h-source.html">servers.h</a>. </td>
+ </tr>
+</table>
<a name="m5" doxytag="serverrec::hops_away"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
@@ -336,6 +367,32 @@ Definition at line <a class="el" href="servers_8h-source.html#l00028">28</a> of
Referenced by <a class="el" href="servers_8cpp-source.html#l00012">serverrec()</a>. </td>
</tr>
</table>
+<a name="m9" doxytag="serverrec::sync_soon"></a><p>
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+ <tr>
+ <td class="md">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> bool serverrec::sync_soon
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="servers_8h-source.html#l00052">52</a> of file <a class="el" href="servers_8h-source.html">servers.h</a>.
+<p>
+Referenced by <a class="el" href="servers_8cpp-source.html#l00012">serverrec()</a>. </td>
+ </tr>
+</table>
<a name="m3" doxytag="serverrec::usercount"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
@@ -422,7 +479,7 @@ Referenced by <a class="el" href="servers_8cpp-source.html#l00012">serverrec()</
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="servers_8h-source.html">servers.h</a><li><a class="el" href="servers_8cpp-source.html">servers.cpp</a></ul>
-<hr><address style="align: right;"><small>Generated on Thu Apr 8 19:13:19 2004 for InspIRCd by
+<hr><address style="align: right;"><small>Generated on Sat Apr 17 13:31:55 2004 for InspIRCd by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc3 </small></address>