2003-01-26 23:52:48 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
2005-03-25 03:51:56 +00:00
< title > InspIRCd: servers.cpp Source File< / title >
2004-04-03 15:46:53 +00:00
< link href = "inspircd.css" rel = "stylesheet" type = "text/css" >
2003-01-26 23:52:48 +00:00
< / head > < body >
2005-03-25 03:51:56 +00:00
<!-- Generated by Doxygen 1.3.3 -->
< div class = "qindex" > < a class = "qindex" href = "main.html" > Main Page< / a > | < a class = "qindex" href = "namespaces.html" > Namespace List< / a > | < a class = "qindex" href = "hierarchy.html" > Class Hierarchy< / a > | < a class = "qindex" href = "classes.html" > Alphabetical List< / a > | < a class = "qindex" href = "annotated.html" > Compound List< / a > | < a class = "qindex" href = "files.html" > File List< / a > | < a class = "qindex" href = "functions.html" > Compound Members< / a > | < a class = "qindex" href = "globals.html" > File Members< / a > < / div >
< h1 > servers.cpp< / h1 > < a href = "servers_8cpp.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" > * < brain@chatspike.net> < / span >
00008 < span class = "comment" > * < Craig@chatspike.net> < / 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 = "servers_8h.html" > servers.h< / a > "< / span >
00019 < span class = "preprocessor" > #include "inspircd.h"< / span >
00020 < span class = "preprocessor" > #include < stdio.h> < / span >
00021 < span class = "preprocessor" > #include < map> < / span >
2005-04-01 17:07:42 +00:00
00022 < span class = "preprocessor" > #include "inspstring.h"< / span >
00023
2005-04-07 20:15:05 +00:00
< a name = "l00024" > < / a > < a class = "code" href = "servers_8cpp.html#a0" > 00024< / a > < span class = "keyword" > extern< / span > time_t < a class = "code" href = "channels_8cpp.html#a37" > TIME< / a > ;
00025
< a name = "l00026" > < / a > < a class = "code" href = "classserverrec.html#a0" > 00026< / a > < a class = "code" href = "classserverrec.html#a0" > serverrec::serverrec< / a > ()
00027 {
00028 strlcpy(< a class = "code" href = "classserverrec.html#o0" > name< / a > ,< span class = "stringliteral" > ""< / span > ,256);
00029 < a class = "code" href = "classserverrec.html#o1" > pingtime< / a > = 0;
00030 < a class = "code" href = "classconnection.html#o12" > lastping< / a > = < a class = "code" href = "channels_8cpp.html#a37" > TIME< / a > ;
00031 < a class = "code" href = "classserverrec.html#o2" > usercount_i< / a > = < a class = "code" href = "classserverrec.html#o3" > usercount< / a > = < a class = "code" href = "classserverrec.html#o4" > opercount< / a > = < a class = "code" href = "classserverrec.html#o6" > version< / a > = 0;
00032 < a class = "code" href = "classserverrec.html#o5" > hops_away< / a > = 1;
00033 < a class = "code" href = "classconnection.html#o13" > signon< / a > = < a class = "code" href = "channels_8cpp.html#a37" > TIME< / a > ;
00034 < a class = "code" href = "classserverrec.html#o7" > jupiter< / a > = < span class = "keyword" > false< / span > ;
00035 < a class = "code" href = "classconnection.html#o0" > fd< / a > = 0;
00036 < a class = "code" href = "classserverrec.html#o10" > sync_soon< / a > = < span class = "keyword" > false< / span > ;
00037 strlcpy(< a class = "code" href = "classserverrec.html#o9" > nickserv< / a > ,< span class = "stringliteral" > ""< / span > ,NICKMAX);
00038 }
00039
00040
< a name = "l00041" > < / a > < a class = "code" href = "classserverrec.html#a2" > 00041< / a > < a class = "code" href = "classserverrec.html#a2" > serverrec::~serverrec< / a > ()
00042 {
00043 }
00044
< a name = "l00045" > < / a > < a class = "code" href = "classserverrec.html#a1" > 00045< / a > < a class = "code" href = "classserverrec.html#a0" > serverrec::serverrec< / a > (< span class = "keywordtype" > char< / span > * n, < span class = "keywordtype" > long< / span > ver, < span class = "keywordtype" > bool< / span > jupe)
00046 {
00047 strlcpy(< a class = "code" href = "classserverrec.html#o0" > name< / a > ,n,256);
00048 < a class = "code" href = "classconnection.html#o12" > lastping< / a > = < a class = "code" href = "channels_8cpp.html#a37" > TIME< / a > ;
00049 < a class = "code" href = "classserverrec.html#o2" > usercount_i< / a > = < a class = "code" href = "classserverrec.html#o3" > usercount< / a > = < a class = "code" href = "classserverrec.html#o4" > opercount< / a > = 0;
00050 < a class = "code" href = "classserverrec.html#o6" > version< / a > = ver;
00051 < a class = "code" href = "classserverrec.html#o5" > hops_away< / a > = 1;
00052 < a class = "code" href = "classconnection.html#o13" > signon< / a > = < a class = "code" href = "channels_8cpp.html#a37" > TIME< / a > ;
00053 < a class = "code" href = "classserverrec.html#o7" > jupiter< / a > = jupe;
00054 < a class = "code" href = "classconnection.html#o0" > fd< / a > = 0;
00055 < a class = "code" href = "classserverrec.html#o10" > sync_soon< / a > = < span class = "keyword" > false< / span > ;
00056 strlcpy(< a class = "code" href = "classserverrec.html#o9" > nickserv< / a > ,< span class = "stringliteral" > ""< / span > ,NICKMAX);
00057 }
00058
2005-04-16 18:58:08 +00:00
< / pre > < / div > < hr size = "1" > < address style = "align: right;" > < small > Generated on Sat Apr 16 18:57:14 2005 for InspIRCd by
2003-01-26 23:52:48 +00:00
< a href = "http://www.doxygen.org/index.html" >
2005-03-25 03:51:56 +00:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = 0 >
< / a > 1.3.3 < / small > < / address >
2003-01-26 23:52:48 +00:00
< / body >
< / html >