From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8cpp.html | 1240 +++++++++++++++++-------------------- 1 file changed, 560 insertions(+), 680 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 97b101a7f..a7853803c 100644 --- a/docs/module-doc/modules_8cpp.html +++ b/docs/module-doc/modules_8cpp.html @@ -1,14 +1,16 @@ - + InspIRCd: modules.cpp File Reference - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
-

modules.cpp File Reference

#include "inspircd_config.h"
-#include "inspircd.h"
-#include "inspircd_io.h"
-#include "inspircd_util.h"
+ +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
+ +

modules.cpp File Reference

#include "inspircd_config.h"
+#include "inspircd.h"
+#include "inspircd_io.h"
+#include "inspircd_util.h"
#include <unistd.h>
#include <sys/errno.h>
#include <time.h>
@@ -18,192 +20,185 @@ #include <sstream>
#include <vector>
#include <deque>
-#include "connection.h"
-#include "users.h"
-#include "servers.h"
-#include "ctables.h"
-#include "globals.h"
-#include "modules.h"
-#include "dynamic.h"
-#include "wildcard.h"
-#include "message.h"
-#include "mode.h"
-#include "xline.h"
-#include "commands.h"
-#include "inspstring.h"
-#include "helperfuncs.h"
-#include "hashcomp.h"
- -

-Include dependency graph for modules.cpp:

Include dependency graph
+#include "users.h"
+#include "ctables.h"
+#include "globals.h"
+#include "modules.h"
+#include "dynamic.h"
+#include "wildcard.h"
+#include "message.h"
+#include "mode.h"
+#include "xline.h"
+#include "commands.h"
+#include "inspstring.h"
+#include "helperfuncs.h"
+#include "hashcomp.h"
+#include "socket.h"
+ +

+Include dependency graph for modules.cpp:

- - - - - - - - - - + + + + + + + + +

-Go to the source code of this file. +Go to the source code of this file.
- - + + - - + + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - +

Compounds

class  ExtMode

Classes

class  ExtMode

Typedefs

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

Typedefs

typedef nspace::hash_map<
+ std::string, userrec *, nspace::hash<
+ string >, irc::StrHashComp
user_hash
typedef nspace::hash_map<
- std::string, chanrec *, nspace::hash<
- string >, irc::StrHashComp
chan_hash
typedef nspace::hash_map<
+ std::string, chanrec *, nspace::hash<
+ string >, irc::StrHashComp
chan_hash
typedef nspace::hash_map<
- in_addr, string *, nspace::hash<
- in_addr >, irc::InAddr_HashComp
address_cache
typedef nspace::hash_map<
+ in_addr, string *, nspace::hash<
+ in_addr >, irc::InAddr_HashComp
address_cache
typedef nspace::hash_map<
- std::string, WhoWasUser *,
- nspace::hash< string >, irc::StrHashComp
whowas_hash
typedef nspace::hash_map<
+ std::string, WhoWasUser *,
+ nspace::hash< string >, irc::StrHashComp
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)

Functions

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

Variables

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


Typedef Documentation

-

- +

+

- +
typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, irc::InAddr_HashComp> address_cache + typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, irc::InAddr_HashComp> address_cache
- +
+Definition at line 123 of file modules.cpp.
  @@ -213,21 +208,22 @@ Include dependency graph for modules.cpp:

122 of file modules.cpp.
-

- +

+

- +
typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, irc::StrHashComp> chan_hash + typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, irc::StrHashComp> chan_hash
- +
+Definition at line 122 of file modules.cpp.
  @@ -237,21 +233,22 @@ Definition at line 122

-Definition at line 121 of file modules.cpp.

-

- +

+

- +
typedef std::deque<command_t> command_table + typedef std::deque<command_t> command_table
- +
+Definition at line 125 of file modules.cpp.
  @@ -261,21 +258,22 @@ Definition at line 121

-Definition at line 124 of file modules.cpp.

-

- +

+

- +
typedef std::vector<ExtMode> ExtModeList + typedef std::vector<ExtMode> ExtModeList
- +
+Definition at line 151 of file modules.cpp.
  @@ -285,21 +283,22 @@ Definition at line 124

-Definition at line 150 of file modules.cpp.

-

- +

+

- +
typedef ExtModeList::iterator ExtModeListIter + typedef ExtModeList::iterator ExtModeListIter
- +
+Definition at line 152 of file modules.cpp.
  @@ -309,23 +308,22 @@ Definition at line 150

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

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

-

- +

+

- +
typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, irc::StrHashComp> user_hash + typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, irc::StrHashComp> user_hash
- +
+Definition at line 121 of file modules.cpp.
  @@ -335,21 +333,22 @@ Referenced by ModeDefined()

-Definition at line 120 of file modules.cpp.

-

- +

+

- +
typedef nspace::hash_map<std::string, WhoWasUser*, nspace::hash<string>, irc::StrHashComp> whowas_hash + typedef nspace::hash_map<std::string, WhoWasUser*, nspace::hash<string>, irc::StrHashComp> whowas_hash
- +
+Definition at line 124 of file modules.cpp.
  @@ -359,56 +358,55 @@ Definition at line 120

-Definition at line 123 of file modules.cpp.


Function Documentation

-

- +

+

- + - - + + - - + + - - + + - - + + - + -
bool DoAddExtendedMode bool DoAddExtendedMode char  modechar,
int  type,
bool  requires_oper,
int  params_on,
int  params_off
- +
+
  @@ -418,41 +416,40 @@ Definition at line 123

-Definition at line 220 of file modules.cpp. +Definition at line 221 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().

00222 {
+00223         if (ModeDefined(modechar,type)) {
+00224                 return false;
+00225         }
+00226         EMode.push_back(ExtMode(modechar,type,requires_oper,params_on,params_off));
+00227         return true;
+00228 }
+

-

00221 {
-00222         if (ModeDefined(modechar,type)) {
-00223                 return false;
-00224         }
-00225         EMode.push_back(ExtMode(modechar,type,requires_oper,params_on,params_off));
-00226         return true;
-00227 }
-
-

- +

+

- + -
std::vector<ircd_module*> factory std::vector<ircd_module*> factory 255   ) 
- +
  @@ -463,34 +460,33 @@ Referenced by Server::AddEx
-

- +

+

- + - - + + - + -
bool ModeDefined bool ModeDefined char  modechar,
int  type
- +
+
  @@ -500,53 +496,52 @@ Referenced by Server::AddEx

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

-References EMode, and ExtModeListIter. +References EMode.

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

00159 {
+00160         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00161         {
+00162                 if ((i->modechar == modechar) && (i->type == type))
+00163                 {
+00164                         return true;
+00165                 }
+00166         }
+00167         return false;
+00168 }
+

-

00158 {
-00159         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00160         {
-00161                 if ((i->modechar == modechar) && (i->type == type))
-00162                 {
-00163                         return true;
-00164                 }
-00165         }
-00166         return false;
-00167 }
-
-

- +

+

- + - - + + - + -
int ModeDefinedOff int ModeDefinedOff char  modechar,
int  type
- +
+
  @@ -556,51 +551,50 @@ Referenced by DoAddExtended

-Definition at line 207 of file modules.cpp. +Definition at line 208 of file modules.cpp.

-References EMode, and ExtModeListIter. +References EMode.

00209 {
+00210         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00211         {
+00212                 if ((i->modechar == modechar) && (i->type == type))
+00213                 {
+00214                         return i->params_when_off;
+00215                 }
+00216         }
+00217         return 0;
+00218 }
+

-

00208 {
-00209         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00210         {
-00211                 if ((i->modechar == modechar) && (i->type == type))
-00212                 {
-00213                         return i->params_when_off;
-00214                 }
-00215         }
-00216         return 0;
-00217 }
-
-

- +

+

- + - - + + - + -
int ModeDefinedOn int ModeDefinedOn char  modechar,
int  type
- +
+
  @@ -610,51 +604,50 @@ References EMode, and <

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

-References EMode, and ExtModeListIter. +References EMode.

00196 {
+00197         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00198         {
+00199                 if ((i->modechar == modechar) && (i->type == type))
+00200                 {
+00201                         return i->params_when_on;
+00202                 }
+00203         }
+00204         return 0;
+00205 }
+

-

00195 {
-00196         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00197         {
-00198                 if ((i->modechar == modechar) && (i->type == type))
-00199                 {
-00200                         return i->params_when_on;
-00201                 }
-00202         }
-00203         return 0;
-00204 }
-
-

- +

+

- + - - + + - + -
bool ModeDefinedOper bool ModeDefinedOper char  modechar,
int  type
- +
+
  @@ -664,51 +657,50 @@ References EMode, and <

-Definition at line 181 of file modules.cpp. +Definition at line 182 of file modules.cpp.

-References EMode, and ExtModeListIter. +References EMode.

00183 {
+00184         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00185         {
+00186                 if ((i->modechar == modechar) && (i->type == type) && (i->needsoper == true))
+00187                 {
+00188                         return true;
+00189                 }
+00190         }
+00191         return false;
+00192 }
+

-

00182 {
-00183         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00184         {
-00185                 if ((i->modechar == modechar) && (i->type == type) && (i->needsoper == true))
-00186                 {
-00187                         return true;
-00188                 }
-00189         }
-00190         return false;
-00191 }
-
-

- +

+

- + - - + + - + -
bool ModeIsListMode bool ModeIsListMode char  modechar,
int  type
- +
+
  @@ -718,42 +710,41 @@ References EMode, and <

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

-References EMode, and ExtModeListIter. +References EMode.

00171 {
+00172         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00173         {
+00174                 if ((i->modechar == modechar) && (i->type == type) && (i->list == true))
+00175                 {
+00176                         return true;
+00177                 }
+00178         }
+00179         return false;
+00180 }
+

-

00170 {
-00171         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00172         {
-00173                 if ((i->modechar == modechar) && (i->type == type) && (i->list == true))
-00174                 {
-00175                         return true;
-00176                 }
-00177         }
-00178         return false;
-00179 }
-
-

- +

+

- + -
void ModeMakeList void ModeMakeList char  modechar  ) 
- +
+
  @@ -763,45 +754,44 @@ References EMode, and <

-Definition at line 230 of file modules.cpp. +Definition at line 231 of file modules.cpp.

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

-Referenced by Server::AddExtendedListMode(). +Referenced by Server::AddExtendedListMode().

00232 {
+00233         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
+00234         {
+00235                 if ((i->modechar == modechar) && (i->type == MT_CHANNEL))
+00236                 {
+00237                         i->list = true;
+00238                         return;
+00239                 }
+00240         }
+00241         return;
+00242 }
+

-

00231 {
-00232         for (ExtModeListIter i = EMode.begin(); i < EMode.end(); i++)
-00233         {
-00234                 if ((i->modechar == modechar) && (i->type == MT_CHANNEL))
-00235                 {
-00236                         i->list = true;
-00237                         return;
-00238                 }
-00239         }
-00240         return;
-00241 }
-
-

- +

+

- + -
std::vector<Module*> modules std::vector<Module*> modules 255   ) 
- +
  @@ -813,18 +803,19 @@ Referenced by Server::AddEx


Variable Documentation

-

- +

+

- +
char AdminEmail[MAXBUF] + char AdminEmail[MAXBUF]
- +
- -
  @@ -832,47 +823,22 @@ Referenced by Server::AddEx

- -

-Definition at line 84 of file modules.cpp.

-

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

- -

-Definition at line 83 of file modules.cpp.

-

- +

+

- +
char AdminNick[MAXBUF] + char AdminName[MAXBUF]
- +
- -
  @@ -880,47 +846,22 @@ Definition at line 83 o

- -

-Definition at line 85 of file modules.cpp.

-

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

- -

-Definition at line 111 of file modules.cpp.

-

- +

+

- +
int boundPortCount + char AdminNick[MAXBUF]
- +
+
  @@ -928,23 +869,22 @@ Definition at line 111

- -

-Definition at line 105 of file modules.cpp.

-

- +

+

- +
chan_hash chanlist + int boundPortCount
- +
+
  @@ -952,23 +892,22 @@ Definition at line 105

- -

-Definition at line 128 of file modules.cpp.

-

- +

+

- +
user_hash clientlist + chan_hash chanlist
- +
+
  @@ -976,23 +915,22 @@ Definition at line 128

- -

-Definition at line 127 of file modules.cpp.

-

- +

+

- +
command_table cmdlist + user_hash clientlist
- +
+
  @@ -1000,23 +938,22 @@ Definition at line 127

- -

-Definition at line 130 of file modules.cpp.

-

- +

+

- +
std::stringstream config_f + command_table cmdlist
- +
+
  @@ -1024,23 +961,22 @@ Definition at line 130

- -

-Definition at line 112 of file modules.cpp.

-

- +

+

- +
int debugging + std::stringstream config_f
- +
+
  @@ -1048,23 +984,22 @@ Definition at line 112

- -

-Definition at line 94 of file modules.cpp.

-

- +

+

- +
int defaultRoute + int debugging
- +
+
  @@ -1072,23 +1007,22 @@ Definition at line 94 o

- -

-Definition at line 109 of file modules.cpp.

-

- +

+

- +
int DieDelay + int DieDelay
- +
+
  @@ -1096,23 +1030,22 @@ Definition at line 109

- -

-Definition at line 97 of file modules.cpp.

-

- +

+

- +
char diepass[MAXBUF] + char diepass[MAXBUF]
- +
+
  @@ -1120,23 +1053,22 @@ Definition at line 97 o

- -

-Definition at line 86 of file modules.cpp.

-

- +

+

- +
char DieValue[MAXBUF] + char DieValue[MAXBUF]
- +
+
  @@ -1144,23 +1076,22 @@ Definition at line 86 o

- -

-Definition at line 92 of file modules.cpp.

-

- +

+

- +
ExtModeList EMode + ExtModeList EMode
- +
+Referenced by DoAddExtendedMode(), ModeDefined(), ModeDefinedOff(), ModeDefinedOn(), ModeDefinedOper(), ModeIsListMode(), and ModeMakeList().
  @@ -1170,23 +1101,24 @@ Definition at line 92 o

-Definition at line 154 of file modules.cpp. +Definition at line 155 of file modules.cpp.

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

-

- +

+

- +
std::vector<ircd_module*> factory + std::vector<ircd_module*> factory
- +
- -
  @@ -1194,49 +1126,22 @@ Referenced by DoAddExtended

- -

-Definition at line 73 of file modules.cpp.

-

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

- -

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

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

-

- +

+

- +
std::vector<std::string> include_stack + userrec* fd_ref_table[65536]
- +
+
  @@ -1244,25 +1149,22 @@ Referenced by Server::FindD

- -

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

-Referenced by ConfigReader::ConfigReader().

-

- +

+

- +
address_cache IP + std::vector<std::string> include_stack
- +
+Referenced by ConfigReader::ConfigReader().
  @@ -1272,21 +1174,22 @@ Referenced by ConfigReader:

-Definition at line 133 of file modules.cpp.

-

- +

+

- +
char list[MAXBUF] + address_cache IP
- +
+
  @@ -1294,23 +1197,22 @@ Definition at line 133

- -

-Definition at line 90 of file modules.cpp.

-

- +

+

- +
FILE* log_file + char list[MAXBUF]
- +
+
  @@ -1318,23 +1220,22 @@ Definition at line 90 o

- -

-Definition at line 116 of file modules.cpp.

-

- +

+

- +
int LogLevel + FILE* log_file
- +
+
  @@ -1342,23 +1243,22 @@ Definition at line 116

- -

-Definition at line 79 of file modules.cpp.

-

- +

+

- +
int MaxWhoResults + int LogLevel
- +
+
  @@ -1366,23 +1266,22 @@ Definition at line 79 o

- -

-Definition at line 100 of file modules.cpp.

-

- +

+

- +
serverrec* me[32] + int MaxWhoResults
- +
+Definition at line 81 of file channels.cpp.
  @@ -1392,21 +1291,22 @@ Definition at line 100

-Definition at line 114 of file modules.cpp.

-

- +

+

- +
int MODCOUNT = -1 + int MODCOUNT = -1
- +
+Definition at line 994 of file modules.cpp.
  @@ -1416,21 +1316,22 @@ Definition at line 114

-Definition at line 1019 of file modules.cpp.

-

- +

+

- +
std::vector<std::string> module_names + std::vector<std::string> module_names
- +
+
  @@ -1438,23 +1339,22 @@ Definition at line 1019

- -

-Definition at line 103 of file modules.cpp.

-

- +

+

- +
std::vector<Module*> modules + std::vector<InspSocket*> module_sockets
- +
+Referenced by Server::AddSocket(), and Server::DelSocket().
  @@ -1464,21 +1364,22 @@ Definition at line 103

-Definition at line 72 of file modules.cpp.

-

- +

+

- +
file_cache MOTD + std::vector<Module*> modules
- +
+
  @@ -1486,23 +1387,22 @@ Definition at line 72 o

- -

-Definition at line 131 of file modules.cpp.

-

- +

+

- +
char motd[MAXBUF] + file_cache MOTD
- +
+
  @@ -1510,23 +1410,22 @@ Definition at line 131

- -

-Definition at line 88 of file modules.cpp.

-

- +

+

- +
time_t nb_start + char motd[MAXBUF]
- +
+
  @@ -1534,23 +1433,22 @@ Definition at line 88 o

- -

-Definition at line 101 of file modules.cpp.

-

- +

+

- +
int NetBufferSize + time_t nb_start
- +
+
  @@ -1558,23 +1456,22 @@ Definition at line 101

- -

-Definition at line 99 of file modules.cpp.

-

- +

+

- +
char Network[MAXBUF] + int NetBufferSize
- +
+
  @@ -1582,23 +1479,22 @@ Definition at line 99 o

- -

-Definition at line 81 of file modules.cpp.

-

- +

+

- +
int portCount + char Network[MAXBUF]
- +
+
  @@ -1606,23 +1502,22 @@ Definition at line 81 o

- -

-Definition at line 106 of file modules.cpp.

-

- +

+

- +
int ports[MAXSOCKS] + int portCount
- +
+
  @@ -1630,23 +1525,22 @@ Definition at line 106

- -

-Definition at line 108 of file modules.cpp.

-

- +

+

- +
char PrefixQuit[MAXBUF] + int ports[MAXSOCKS]
- +
+
  @@ -1654,23 +1548,22 @@ Definition at line 108

- -

-Definition at line 91 of file modules.cpp.

-

- +

+

- +
char restartpass[MAXBUF] + char PrefixQuit[MAXBUF]
- +
+
  @@ -1678,23 +1571,22 @@ Definition at line 91 o

- -

-Definition at line 87 of file modules.cpp.

-

- +

+

- +
file_cache RULES + char restartpass[MAXBUF]
- +
+
  @@ -1702,23 +1594,22 @@ Definition at line 87 o

- -

-Definition at line 132 of file modules.cpp.

-

- +

+

- +
char rules[MAXBUF] + file_cache RULES
- +
+
  @@ -1726,23 +1617,22 @@ Definition at line 132

- -

-Definition at line 89 of file modules.cpp.

-

- +

+

- +
char ServerDesc[MAXBUF] + char rules[MAXBUF]
- +
+
  @@ -1750,23 +1640,22 @@ Definition at line 89 o

- -

-Definition at line 82 of file modules.cpp.

-

- +

+

- +
char ServerName[MAXBUF] + char ServerDesc[MAXBUF]
- +
+
  @@ -1774,23 +1663,22 @@ Definition at line 82 o

- -

-Definition at line 80 of file modules.cpp.

-

- +

+

- +
int SERVERportCount + char ServerName[MAXBUF]
- +
+
  @@ -1798,23 +1686,22 @@ Definition at line 80 o

- -

-Definition at line 107 of file modules.cpp.

-

- +

+

- +
time_t startup_time + time_t startup_time
- +
+
  @@ -1822,23 +1709,22 @@ Definition at line 107

- -

-Definition at line 98 of file modules.cpp.

-

- +

+

- +
time_t TIME + time_t TIME
- +
+
  @@ -1846,23 +1732,22 @@ Definition at line 98 o

- -

-Definition at line 77 of file modules.cpp.

-

- +

+

- +
whowas_hash whowas + whowas_hash whowas
- +
+
  @@ -1870,23 +1755,22 @@ Definition at line 77 o

- -

-Definition at line 129 of file modules.cpp.

-

- +

+

- +
int WHOWAS_MAX + int WHOWAS_MAX
- +
+
  @@ -1894,23 +1778,22 @@ Definition at line 129

- -

-Definition at line 96 of file modules.cpp.

-

- +

+

- +
int WHOWAS_STALE + int WHOWAS_STALE
- +
+
  @@ -1918,14 +1801,11 @@ Definition at line 96 o

- -

-Definition at line 95 of file modules.cpp.

-


Generated on Mon May 30 05:16:04 2005 for InspIRCd by +
Generated on Sun Nov 27 01:43:24 2005 for InspIRCd by  -doxygen -1.3.3
+doxygen 1.4.4-20050815
-- cgit v1.2.3