summaryrefslogtreecommitdiff
path: root/docs/module-doc/servers_8h-source.html
blob: 61f4383d1e8b168662c1a8ad24b22cedadd489d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>InspIRCd: servers.h Source File</title>
<link href="inspircd.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.3 -->
<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">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<h1>servers.h</h1><a href="servers_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*       +------------------------------------+</span>
00002 <span class="comment"> *       | Inspire Internet Relay Chat Daemon |</span>
00003 <span class="comment"> *       +------------------------------------+</span>
00004 <span class="comment"> *</span>
00005 <span class="comment"> *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.</span>
00006 <span class="comment"> *                       E-mail:</span>
00007 <span class="comment"> *                &lt;brain@chatspike.net&gt;</span>
00008 <span class="comment"> *                &lt;Craig@chatspike.net&gt;</span>
00009 <span class="comment"> *     </span>
00010 <span class="comment"> * Written by Craig Edwards, Craig McLure, and others.</span>
00011 <span class="comment"> * This program is free but copyrighted software; see</span>
00012 <span class="comment"> *            the file COPYING for details.</span>
00013 <span class="comment"> *</span>
00014 <span class="comment"> * ---------------------------------------------------</span>
00015 <span class="comment"> */</span>
00016 
00017 <span class="preprocessor">#include "inspircd_config.h"</span> 
00018 <span class="preprocessor">#include "<a class="code" href="connection_8h.html">connection.h</a>"</span>
00019 <span class="preprocessor">#include &lt;string&gt;</span>
00020 <span class="preprocessor">#include &lt;map&gt;</span>
00021  
00022 <span class="preprocessor">#ifndef __SERVERS_H__ </span>
00023 <span class="preprocessor"></span><span class="preprocessor">#define __SERVERS_H__ </span>
00024 <span class="preprocessor"></span> 
<a name="l00025"></a><a class="code" href="servers_8h.html#a0">00025</a> <span class="preprocessor">#define LINK_ACTIVE     1</span>
<a name="l00026"></a><a class="code" href="servers_8h.html#a1">00026</a> <span class="preprocessor"></span><span class="preprocessor">#define LINK_INACTIVE   0</span>
00027 <span class="preprocessor"></span>
<a name="l00030"></a><a class="code" href="classserverrec.html">00030</a> <span class="keyword">class </span><a class="code" href="classserverrec.html">serverrec</a> : <span class="keyword">public</span> <a class="code" href="classconnection.html">connection</a>
00031 {
00032  <span class="keyword">private</span>:
00033  <span class="keyword">public</span>:
<a name="l00036"></a><a class="code" href="classserverrec.html#o0">00036</a>         <span class="keywordtype">char</span> <a class="code" href="classserverrec.html#o0">name</a>[MAXBUF];
<a name="l00039"></a><a class="code" href="classserverrec.html#o1">00039</a>         <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#o1">pingtime</a>;
<a name="l00042"></a><a class="code" href="classserverrec.html#o2">00042</a>         <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#o2">usercount_i</a>;
<a name="l00045"></a><a class="code" href="classserverrec.html#o3">00045</a>         <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#o3">usercount</a>;
<a name="l00048"></a><a class="code" href="classserverrec.html#o4">00048</a>         <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#o4">opercount</a>;
<a name="l00051"></a><a class="code" href="classserverrec.html#o5">00051</a>         <span class="keywordtype">int</span> <a class="code" href="classserverrec.html#o5">hops_away</a>;
<a name="l00054"></a><a class="code" href="classserverrec.html#o6">00054</a>         <span class="keywordtype">long</span> <a class="code" href="classserverrec.html#o6">version</a>;
<a name="l00057"></a><a class="code" href="classserverrec.html#o7">00057</a>         <span class="keywordtype">bool</span> <a class="code" href="classserverrec.html#o7">jupiter</a>;
00058         
<a name="l00061"></a><a class="code" href="classserverrec.html#o8">00061</a>         <span class="keywordtype">char</span> <a class="code" href="classserverrec.html#o8">description</a>[MAXBUF];
00062 
<a name="l00065"></a><a class="code" href="classserverrec.html#o9">00065</a>         <span class="keywordtype">char</span> <a class="code" href="classserverrec.html#o9">nickserv</a>[NICKMAX];
00066         
<a name="l00067"></a><a class="code" href="classserverrec.html#o10">00067</a>         <span class="keywordtype">bool</span> <a class="code" href="classserverrec.html#o10">sync_soon</a>;
00068 
00071         <a class="code" href="classserverrec.html#a0">serverrec</a>();
00074         <a class="code" href="classserverrec.html#a0">serverrec</a>(<span class="keywordtype">char</span>* n, <span class="keywordtype">long</span> ver, <span class="keywordtype">bool</span> jupe);
00077         <a class="code" href="classserverrec.html#a2">~serverrec</a>();
00078         
00079 };
00080 
00081 
00082 
00083 <span class="preprocessor">#endif</span>
00084 <span class="preprocessor"></span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Apr 13 13:06:54 2005 for InspIRCd by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
</a>1.3.3 </small></address>
</body>
</html>