From 4d5a17380bc71cabe544b41c7c8a26a292384f3d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 17:05:15 +0000 Subject: Added docs for hashcomp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1396 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8cpp.html | 698 ++++++++++++++++++-------------------- 1 file changed, 330 insertions(+), 368 deletions(-) (limited to 'docs/module-doc/modules_8cpp.html') diff --git a/docs/module-doc/modules_8cpp.html b/docs/module-doc/modules_8cpp.html index 0f38ceb30..b43b1f7af 100644 --- a/docs/module-doc/modules_8cpp.html +++ b/docs/module-doc/modules_8cpp.html @@ -4,26 +4,20 @@ -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members
+
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

modules.cpp File Reference

#include "inspircd.h"
#include "inspircd_io.h"
#include "inspircd_util.h"
#include "inspircd_config.h"
#include <unistd.h>
-#include <fcntl.h>
#include <sys/errno.h>
-#include <sys/ioctl.h>
-#include <sys/utsname.h>
-#include <cstdio>
#include <time.h>
#include <string>
#include <hash_map>
#include <map>
#include <sstream>
#include <vector>
-#include <errno.h>
#include <deque>
-#include <sched.h>
#include "connection.h"
#include "users.h"
#include "servers.h"
@@ -37,206 +31,174 @@ #include "xline.h"
#include "commands.h"
#include "inspstring.h"
+#include "helperfuncs.h"
+#include "hashcomp.h"

Include dependency graph for modules.cpp:

Include dependency graph
- - - - - - - - - + + + + + + + + + +

Go to the source code of this file. - - - - - - - - - - + string >, StrHashComp >  + string >, StrHashComp >  + in_addr >, InAddr_HashComp >  + nspace::hash< string >, StrHashComp >  - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -

Namespaces

namespace  nspace

Compounds

class  ExtMode
struct  InAddr_HashComp
struct  StrHashComp

Defines

#define nspace   std

Typedefs

typedef nspace::hash_map<
std::string, userrec *, nspace::hash<
- string >, StrHashComp
user_hash
user_hash
typedef nspace::hash_map<
std::string, chanrec *, nspace::hash<
- string >, StrHashComp
chan_hash
chan_hash
typedef nspace::hash_map<
in_addr, string *, nspace::hash<
- in_addr >, InAddr_HashComp
address_cache
address_cache
typedef nspace::hash_map<
std::string, WhoWasUser *,
- nspace::hash< string >, StrHashComp
whowas_hash
whowas_hash
typedef std::deque< command_tcommand_table
typedef std::deque< command_tcommand_table
typedef std::vector< ExtModeExtModeList
typedef std::vector< ExtModeExtModeList
typedef ExtModeList::iterator ExtModeListIter
typedef ExtModeList::iterator ExtModeListIter

Functions

bool ModeDefined (char modechar, int type)
bool ModeDefined (char modechar, int type)
bool ModeIsListMode (char modechar, int type)
bool ModeIsListMode (char modechar, int type)
bool ModeDefinedOper (char modechar, int type)
bool ModeDefinedOper (char modechar, int type)
int ModeDefinedOn (char modechar, int type)
int ModeDefinedOn (char modechar, int type)
int ModeDefinedOff (char modechar, int type)
int ModeDefinedOff (char modechar, int type)
bool DoAddExtendedMode (char modechar, int type, bool requires_oper, int params_on, int params_off)
bool DoAddExtendedMode (char modechar, int type, bool requires_oper, int params_on, int params_off)
void ModeMakeList (char modechar)
void ModeMakeList (char modechar)
std::vector< Module * > modules (255)
std::vector< Module * > modules (255)
std::vector< ircd_module * > factory (255)
std::vector< ircd_module * > factory (255)

Variables

int MODCOUNT = -1
int MODCOUNT = -1
std::vector< Module * > modules
std::vector< Module * > modules
std::vector< ircd_module * > factory
std::vector< ircd_module * > factory
time_t TIME
time_t TIME
int LogLevel
int LogLevel
char ServerName [MAXBUF]
char ServerName [MAXBUF]
char Network [MAXBUF]
char Network [MAXBUF]
char ServerDesc [MAXBUF]
char ServerDesc [MAXBUF]
char AdminName [MAXBUF]
char AdminName [MAXBUF]
char AdminEmail [MAXBUF]
char AdminEmail [MAXBUF]
char AdminNick [MAXBUF]
char AdminNick [MAXBUF]
char diepass [MAXBUF]
char diepass [MAXBUF]
char restartpass [MAXBUF]
char restartpass [MAXBUF]
char motd [MAXBUF]
char motd [MAXBUF]
char rules [MAXBUF]
char rules [MAXBUF]
char list [MAXBUF]
char list [MAXBUF]
char PrefixQuit [MAXBUF]
char PrefixQuit [MAXBUF]
char DieValue [MAXBUF]
char DieValue [MAXBUF]
int debugging
int debugging
int WHOWAS_STALE
int WHOWAS_STALE
int WHOWAS_MAX
int WHOWAS_MAX
int DieDelay
int DieDelay
time_t startup_time
time_t startup_time
int NetBufferSize
int NetBufferSize
int MaxWhoResults
int MaxWhoResults
time_t nb_start
time_t nb_start
std::vector< int > fd_reap
std::vector< int > fd_reap
std::vector< std::string > module_names
std::vector< std::string > module_names
int boundPortCount
int boundPortCount
int portCount
int portCount
int SERVERportCount
int SERVERportCount
int ports [MAXSOCKS]
int ports [MAXSOCKS]
int defaultRoute
int defaultRoute
std::vector< long > auth_cookies
std::vector< long > auth_cookies
std::stringstream config_f
std::stringstream config_f
serverrecme [32]
serverrecme [32]
FILE * log_file
FILE * log_file
userrecfd_ref_table [65536]
userrecfd_ref_table [65536]
user_hash clientlist
user_hash clientlist
chan_hash chanlist
chan_hash chanlist
whowas_hash whowas
whowas_hash whowas
command_table cmdlist
command_table cmdlist
file_cache MOTD
file_cache MOTD
file_cache RULES
file_cache RULES
address_cache IP
address_cache IP
ExtModeList EMode
ExtModeList EMode
-


Define Documentation

-

- - - - -
- - -
#define nspace   std -
-
- - - - -
-   - - -

- -

-Definition at line 64 of file modules.cpp.


Typedef Documentation

-

+

@@ -251,16 +213,16 @@ Definition at line 64 o

-Definition at line 187 of file modules.cpp. +Definition at line 111 of file modules.cpp.

-
typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, InAddr_HashComp> address_cache + typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, InAddr_HashComp> address_cache
-

+

@@ -275,16 +237,16 @@ Definition at line 187

-Definition at line 186 of file modules.cpp. +Definition at line 110 of file modules.cpp.

-
typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, StrHashComp> chan_hash + typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, StrHashComp> chan_hash
-

+

@@ -299,16 +261,16 @@ Definition at line 186

-Definition at line 189 of file modules.cpp. +Definition at line 113 of file modules.cpp.

-
typedef std::deque<command_t> command_table + typedef std::deque<command_t> command_table
-

+

@@ -323,16 +285,16 @@ Definition at line 189

-Definition at line 215 of file modules.cpp. +Definition at line 139 of file modules.cpp.

-
typedef std::vector<ExtMode> ExtModeList + typedef std::vector<ExtMode> ExtModeList
-

+

@@ -347,18 +309,18 @@ Definition at line 215

-Definition at line 216 of file modules.cpp. +Definition at line 140 of file modules.cpp.

-Referenced by ModeDefined(), ModeDefinedOff(), ModeDefinedOn(), ModeDefinedOper(), ModeIsListMode(), and ModeMakeList(). +Referenced by ModeDefined(), ModeDefinedOff(), ModeDefinedOn(), ModeDefinedOper(), ModeIsListMode(), and ModeMakeList().

-
typedef ExtModeList::iterator ExtModeListIter + typedef ExtModeList::iterator ExtModeListIter
-

+

@@ -373,16 +335,16 @@ Referenced by ModeDefined()

-Definition at line 185 of file modules.cpp. +Definition at line 109 of file modules.cpp.

-
typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, StrHashComp> user_hash + typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, StrHashComp> user_hash
-

+

@@ -397,11 +359,11 @@ Definition at line 185

-Definition at line 188 of file modules.cpp. +Definition at line 112 of file modules.cpp.

-
typedef nspace::hash_map<std::string, WhoWasUser*, nspace::hash<string>, StrHashComp> whowas_hash + typedef nspace::hash_map<std::string, WhoWasUser*, nspace::hash<string>, StrHashComp> whowas_hash


Function Documentation

-

+

@@ -456,23 +418,23 @@ Definition at line 188

-Definition at line 285 of file modules.cpp. +Definition at line 209 of file modules.cpp.

-References EMode, and ModeDefined(). +References EMode, and ModeDefined().

-Referenced by Server::AddExtendedListMode(), and Server::AddExtendedMode(). +Referenced by Server::AddExtendedListMode(), and Server::AddExtendedMode().

-

00286 {
-00287         if (ModeDefined(modechar,type)) {
-00288                 return false;
-00289         }
-00290         EMode.push_back(ExtMode(modechar,type,requires_oper,params_on,params_off));
-00291         return true;
-00292 }
+
00210 {
+00211         if (ModeDefined(modechar,type)) {
+00212                 return false;
+00213         }
+00214         EMode.push_back(ExtMode(modechar,type,requires_oper,params_on,params_off));
+00215         return true;
+00216 }
 
-

+

@@ -501,7 +463,7 @@ Referenced by Server::AddEx
-

+

@@ -538,26 +500,26 @@ Referenced by Server::AddEx

-Definition at line 222 of file modules.cpp. +Definition at line 146 of file modules.cpp.

-References EMode, and ExtModeListIter. +References EMode, and ExtModeListIter.

-Referenced by DoAddExtendedMode(). +Referenced by DoAddExtendedMode().

-

00223 {
-00224         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00225         {
-00226                 if ((i->modechar == modechar) && (i->type == type))
-00227                 {
-00228                         return true;
-00229                 }
-00230         }
-00231         return false;
-00232 }
+
00147 {
+00148         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00149         {
+00150                 if ((i->modechar == modechar) && (i->type == type))
+00151                 {
+00152                         return true;
+00153                 }
+00154         }
+00155         return false;
+00156 }
 
-

+

@@ -594,24 +556,24 @@ Referenced by DoAddExtended

-Definition at line 272 of file modules.cpp. +Definition at line 196 of file modules.cpp.

-References EMode, and ExtModeListIter. +References EMode, and ExtModeListIter.

-

00273 {
-00274         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00275         {
-00276                 if ((i->modechar == modechar) && (i->type == type))
-00277                 {
-00278                         return i->params_when_off;
-00279                 }
-00280         }
-00281         return 0;
-00282 }
+
00197 {
+00198         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00199         {
+00200                 if ((i->modechar == modechar) && (i->type == type))
+00201                 {
+00202                         return i->params_when_off;
+00203                 }
+00204         }
+00205         return 0;
+00206 }
 
-

+

@@ -648,24 +610,24 @@ References EMode, and <

-Definition at line 259 of file modules.cpp. +Definition at line 183 of file modules.cpp.

-References EMode, and ExtModeListIter. +References EMode, and ExtModeListIter.

-

00260 {
-00261         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00262         {
-00263                 if ((i->modechar == modechar) && (i->type == type))
-00264                 {
-00265                         return i->params_when_on;
-00266                 }
-00267         }
-00268         return 0;
-00269 }
+
00184 {
+00185         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00186         {
+00187                 if ((i->modechar == modechar) && (i->type == type))
+00188                 {
+00189                         return i->params_when_on;
+00190                 }
+00191         }
+00192         return 0;
+00193 }
 
-

+

@@ -702,24 +664,24 @@ References EMode, and <

-Definition at line 246 of file modules.cpp. +Definition at line 170 of file modules.cpp.

-References EMode, and ExtModeListIter. +References EMode, and ExtModeListIter.

-

00247 {
-00248         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00249         {
-00250                 if ((i->modechar == modechar) && (i->type == type) && (i->needsoper == true))
-00251                 {
-00252                         return true;
-00253                 }
-00254         }
-00255         return false;
-00256 }
+
00171 {
+00172         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00173         {
+00174                 if ((i->modechar == modechar) && (i->type == type) && (i->needsoper == true))
+00175                 {
+00176                         return true;
+00177                 }
+00178         }
+00179         return false;
+00180 }
 
-

+

@@ -756,24 +718,24 @@ References EMode, and <

-Definition at line 234 of file modules.cpp. +Definition at line 158 of file modules.cpp.

-References EMode, and ExtModeListIter. +References EMode, and ExtModeListIter.

-

00235 {
-00236         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00237         {
-00238                 if ((i->modechar == modechar) && (i->type == type) && (i->list == true))
-00239                 {
-00240                         return true;
-00241                 }
-00242         }
-00243         return false;
-00244 }
+
00159 {
+00160         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00161         {
+00162                 if ((i->modechar == modechar) && (i->type == type) && (i->list == true))
+00163                 {
+00164                         return true;
+00165                 }
+00166         }
+00167         return false;
+00168 }
 
-

+

@@ -801,27 +763,27 @@ References EMode, and <

-Definition at line 295 of file modules.cpp. -

-References EMode, ExtModeListIter, and MT_CHANNEL. -

-Referenced by Server::AddExtendedListMode(). +Definition at line 219 of file modules.cpp.

-

00296 {
-00297         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00298         {
-00299                 if ((i->modechar == modechar) && (i->type == MT_CHANNEL))
-00300                 {
-00301                         i->list = true;
-00302                         return;
-00303                 }
-00304         }
-00305         return;
-00306 }
+References EMode, ExtModeListIter, and MT_CHANNEL.
+

+Referenced by Server::AddExtendedListMode(). +

+

00220 {
+00221         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00222         {
+00223                 if ((i->modechar == modechar) && (i->type == MT_CHANNEL))
+00224                 {
+00225                         i->list = true;
+00226                         return;
+00227                 }
+00228         }
+00229         return;
+00230 }
 
-

+

@@ -851,13 +813,13 @@ Referenced by Server::AddEx


Variable Documentation

-

+

@@ -872,16 +834,16 @@ Referenced by Server::AddEx

-Definition at line 84 of file modules.cpp. +Definition at line 72 of file modules.cpp.

-
char AdminEmail[MAXBUF] + char AdminEmail[MAXBUF]
-

+

@@ -896,16 +858,16 @@ Definition at line 84 o

-Definition at line 83 of file modules.cpp. +Definition at line 71 of file modules.cpp.

-
char AdminName[MAXBUF] + char AdminName[MAXBUF]
-

+

@@ -920,16 +882,16 @@ Definition at line 83 o

-Definition at line 85 of file modules.cpp. +Definition at line 73 of file modules.cpp.

-
char AdminNick[MAXBUF] + char AdminNick[MAXBUF]
-

+

@@ -944,16 +906,16 @@ Definition at line 85 o

-Definition at line 112 of file modules.cpp. +Definition at line 100 of file modules.cpp.

-
std::vector<long> auth_cookies + std::vector<long> auth_cookies
-

+

@@ -968,16 +930,16 @@ Definition at line 112

-Definition at line 106 of file modules.cpp. +Definition at line 94 of file modules.cpp.

-
int boundPortCount + int boundPortCount
-

+

@@ -992,16 +954,16 @@ Definition at line 106

-Definition at line 193 of file modules.cpp. +Definition at line 117 of file modules.cpp.

-
chan_hash chanlist + chan_hash chanlist
-

+

@@ -1016,16 +978,16 @@ Definition at line 193

-Definition at line 192 of file modules.cpp. +Definition at line 116 of file modules.cpp.

-
user_hash clientlist + user_hash clientlist
-

+

@@ -1040,10 +1002,10 @@ Definition at line 192

-Definition at line 195 of file modules.cpp. +Definition at line 119 of file modules.cpp.

-
command_table cmdlist + command_table cmdlist
-

+

+Definition at line 101 of file modules.cpp.
@@ -1064,16 +1026,16 @@ Definition at line 195

-Definition at line 113 of file modules.cpp.

-

+

@@ -1088,16 +1050,16 @@ Definition at line 113

-Definition at line 94 of file modules.cpp. +Definition at line 82 of file modules.cpp.

-
int debugging + int debugging
-

+

@@ -1112,16 +1074,16 @@ Definition at line 94 o

-Definition at line 110 of file modules.cpp. +Definition at line 98 of file modules.cpp.

-
int defaultRoute + int defaultRoute
-

+

@@ -1136,16 +1098,16 @@ Definition at line 110

-Definition at line 97 of file modules.cpp. +Definition at line 85 of file modules.cpp.

-
int DieDelay + int DieDelay
-

+

@@ -1160,16 +1122,16 @@ Definition at line 97 o

-Definition at line 86 of file modules.cpp. +Definition at line 74 of file modules.cpp.

-
char diepass[MAXBUF] + char diepass[MAXBUF]
-

+

@@ -1184,16 +1146,16 @@ Definition at line 86 o

-Definition at line 92 of file modules.cpp. +Definition at line 80 of file modules.cpp.

-
char DieValue[MAXBUF] + char DieValue[MAXBUF]
-

+

@@ -1208,12 +1170,12 @@ Definition at line 92 o

-Definition at line 219 of file modules.cpp. +Definition at line 143 of file modules.cpp.

-Referenced by DoAddExtendedMode(), ModeDefined(), ModeDefinedOff(), ModeDefinedOn(), ModeDefinedOper(), ModeIsListMode(), and ModeMakeList(). +Referenced by DoAddExtendedMode(), ModeDefined(), ModeDefinedOff(), ModeDefinedOn(), ModeDefinedOper(), ModeIsListMode(), and ModeMakeList().

-
ExtModeList EMode + ExtModeList EMode
-

+

+Definition at line 63 of file modules.cpp.
@@ -1234,16 +1196,16 @@ Referenced by DoAddExtended

-Definition at line 75 of file modules.cpp.

-

+

@@ -1258,16 +1220,16 @@ Definition at line 75 o

-Definition at line 103 of file modules.cpp. +Definition at line 91 of file modules.cpp.

-
std::vector<int> fd_reap + std::vector<int> fd_reap
-

+

@@ -1282,18 +1244,18 @@ Definition at line 103

-Definition at line 119 of file modules.cpp. +Definition at line 107 of file modules.cpp.

-Referenced by Server::FindDescriptor(), and Server::PseudoToUser(). +Referenced by Server::FindDescriptor(), and Server::PseudoToUser().

-
userrec* fd_ref_table[65536] + userrec* fd_ref_table[65536]
-

+

@@ -1308,16 +1270,16 @@ Referenced by Server::FindD

-Definition at line 198 of file modules.cpp. +Definition at line 122 of file modules.cpp.

-
address_cache IP + address_cache IP
-

+

@@ -1332,16 +1294,16 @@ Definition at line 198

-Definition at line 90 of file modules.cpp. +Definition at line 78 of file modules.cpp.

-
char list[MAXBUF] + char list[MAXBUF]
-

+

@@ -1356,16 +1318,16 @@ Definition at line 90 o

-Definition at line 117 of file modules.cpp. +Definition at line 105 of file modules.cpp.

-
FILE* log_file + FILE* log_file
-

+

@@ -1380,16 +1342,16 @@ Definition at line 117

-Definition at line 79 of file modules.cpp. +Definition at line 67 of file modules.cpp.

-
int LogLevel + int LogLevel
-

+

@@ -1404,16 +1366,16 @@ Definition at line 79 o

-Definition at line 100 of file modules.cpp. +Definition at line 88 of file modules.cpp.

-
int MaxWhoResults + int MaxWhoResults
-

+

@@ -1428,16 +1390,16 @@ Definition at line 100

-Definition at line 115 of file modules.cpp. +Definition at line 103 of file modules.cpp.

-
serverrec* me[32] + serverrec* me[32]
-

+

@@ -1452,16 +1414,16 @@ Definition at line 115

-Definition at line 1067 of file modules.cpp. +Definition at line 996 of file modules.cpp.

-
int MODCOUNT = -1 + int MODCOUNT = -1
-

+

@@ -1476,10 +1438,10 @@ Definition at line 1067

-Definition at line 104 of file modules.cpp. +Definition at line 92 of file modules.cpp.

-
std::vector<std::string> module_names + std::vector<std::string> module_names
-

+

+Definition at line 62 of file modules.cpp.
@@ -1500,16 +1462,16 @@ Definition at line 104

-Definition at line 74 of file modules.cpp.

-

+

@@ -1524,16 +1486,16 @@ Definition at line 74 o

-Definition at line 196 of file modules.cpp. +Definition at line 120 of file modules.cpp.

-
file_cache MOTD + file_cache MOTD
-

+

@@ -1548,16 +1510,16 @@ Definition at line 196

-Definition at line 88 of file modules.cpp. +Definition at line 76 of file modules.cpp.

-
char motd[MAXBUF] + char motd[MAXBUF]
-

+

@@ -1572,16 +1534,16 @@ Definition at line 88 o

-Definition at line 101 of file modules.cpp. +Definition at line 89 of file modules.cpp.

-
time_t nb_start + time_t nb_start
-

+

@@ -1596,16 +1558,16 @@ Definition at line 101

-Definition at line 99 of file modules.cpp. +Definition at line 87 of file modules.cpp.

-
int NetBufferSize + int NetBufferSize
-

+

@@ -1620,16 +1582,16 @@ Definition at line 99 o

-Definition at line 81 of file modules.cpp. +Definition at line 69 of file modules.cpp.

-
char Network[MAXBUF] + char Network[MAXBUF]
-

+

@@ -1644,16 +1606,16 @@ Definition at line 81 o

-Definition at line 107 of file modules.cpp. +Definition at line 95 of file modules.cpp.

-
int portCount + int portCount
-

+

@@ -1668,16 +1630,16 @@ Definition at line 107

-Definition at line 109 of file modules.cpp. +Definition at line 97 of file modules.cpp.

-
int ports[MAXSOCKS] + int ports[MAXSOCKS]
-

+

@@ -1692,16 +1654,16 @@ Definition at line 109

-Definition at line 91 of file modules.cpp. +Definition at line 79 of file modules.cpp.

-
char PrefixQuit[MAXBUF] + char PrefixQuit[MAXBUF]
-

+

@@ -1716,16 +1678,16 @@ Definition at line 91 o

-Definition at line 87 of file modules.cpp. +Definition at line 75 of file modules.cpp.

-
char restartpass[MAXBUF] + char restartpass[MAXBUF]
-

+

@@ -1740,16 +1702,16 @@ Definition at line 87 o

-Definition at line 197 of file modules.cpp. +Definition at line 121 of file modules.cpp.

-
file_cache RULES + file_cache RULES
-

+

@@ -1764,16 +1726,16 @@ Definition at line 197

-Definition at line 89 of file modules.cpp. +Definition at line 77 of file modules.cpp.

-
char rules[MAXBUF] + char rules[MAXBUF]
-

+

@@ -1788,16 +1750,16 @@ Definition at line 89 o

-Definition at line 82 of file modules.cpp. +Definition at line 70 of file modules.cpp.

-
char ServerDesc[MAXBUF] + char ServerDesc[MAXBUF]
-

+

@@ -1812,16 +1774,16 @@ Definition at line 82 o

-Definition at line 80 of file modules.cpp. +Definition at line 68 of file modules.cpp.

-
char ServerName[MAXBUF] + char ServerName[MAXBUF]
-

+

@@ -1836,16 +1798,16 @@ Definition at line 80 o

-Definition at line 108 of file modules.cpp. +Definition at line 96 of file modules.cpp.

-
int SERVERportCount + int SERVERportCount
-

+

@@ -1860,10 +1822,10 @@ Definition at line 108

-Definition at line 98 of file modules.cpp. +Definition at line 86 of file modules.cpp.

-
time_t startup_time + time_t startup_time
-

+

+Definition at line 65 of file modules.cpp.
@@ -1884,16 +1846,16 @@ Definition at line 98 o

-Definition at line 77 of file modules.cpp.

-

+

@@ -1908,16 +1870,16 @@ Definition at line 77 o

-Definition at line 194 of file modules.cpp. +Definition at line 118 of file modules.cpp.

-
whowas_hash whowas + whowas_hash whowas
-

+

@@ -1932,16 +1894,16 @@ Definition at line 194

-Definition at line 96 of file modules.cpp. +Definition at line 84 of file modules.cpp.

-
int WHOWAS_MAX + int WHOWAS_MAX
-

+

@@ -1956,10 +1918,10 @@ Definition at line 96 o

-Definition at line 95 of file modules.cpp. +Definition at line 83 of file modules.cpp.

-
int WHOWAS_STALE + int WHOWAS_STALE
-


Generated on Fri May 13 15:49:09 2005 for InspIRCd by +
Generated on Sun May 15 17:02:42 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3