From 03be04a9a2d86a4568d09d5e1689dd7ef37c863a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 14:52:12 +0000 Subject: Added extra docs for new config system git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2417 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/channels_8cpp.html | 584 ++----------------------------------- 1 file changed, 25 insertions(+), 559 deletions(-) (limited to 'docs/module-doc/channels_8cpp.html') diff --git a/docs/module-doc/channels_8cpp.html b/docs/module-doc/channels_8cpp.html index 6db594237..2e0e6ea5e 100644 --- a/docs/module-doc/channels_8cpp.html +++ b/docs/module-doc/channels_8cpp.html @@ -9,7 +9,7 @@ home » brain » inspircd-cvs » inspircd » src

channels.cpp File Reference

#include "inspircd_config.h"
#include "inspircd.h"
-#include "inspircd_io.h"
+#include "inspircd_io.h"
#include "inspircd_util.h"
#include <unistd.h>
#include <sys/errno.h>
@@ -37,12 +37,13 @@

Include dependency graph for channels.cpp:

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

@@ -55,68 +56,26 @@ Include dependency graph for channels.cpp:

#define nspace   std

Variables

+ServerConfigConfig + int MODCOUNT = -1 std::vector< Module * > modules std::vector< ircd_module * > factory -int LogLevel - -char ServerName [MAXBUF] - -char Network [MAXBUF] - -char ServerDesc [MAXBUF] - -char AdminName [MAXBUF] - -char AdminEmail [MAXBUF] - -char AdminNick [MAXBUF] - -char diepass [MAXBUF] - -char restartpass [MAXBUF] - -char motd [MAXBUF] - -char rules [MAXBUF] - -char list [MAXBUF] - -char PrefixQuit [MAXBUF] - -char DieValue [MAXBUF] - -int debugging - int WHOWAS_STALE int WHOWAS_MAX -int DieDelay - time_t startup_time -int NetBufferSize - -int MaxWhoResults - -time_t nb_start - std::vector< std::stringmodule_names int boundPortCount -int portCount - -int ports [MAXSOCKS] - std::stringstream config_f -FILE * log_file - time_t TIME std::vector< ModeParametercustom_mode_params @@ -149,59 +108,13 @@ Definition at line 53

Variable Documentation

-

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

-

-

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

-

-

+

@@ -218,13 +131,13 @@ Definition at line 53
- +
char AdminNick[MAXBUF] int boundPortCount
-

+

@@ -247,7 +160,7 @@ Definition at line 53 @@ -261,9 +174,7 @@ Definition at line 53 +
- +
int boundPortCount ServerConfig* Config
- +
std::stringstream config_f std::stringstream config_f

- -

-Referenced by userrec::HasPermission().

@@ -288,101 +199,9 @@ Referenced by userrec::HasPer

-Definition at line 99 of file channels.cpp. -

-Referenced by chanrec::GetModeParameter(), and chanrec::SetCustomModeParam(). - - -

- - - - -
- - - - -
int debugging
-
- - - - - -
-   - - -

-

-

- - - - -
- - - - -
int DieDelay
-
- - - - - -
-   - - +Definition at line 71 of file channels.cpp.

-

-

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

-

-

- - - - -
- - - - -
char DieValue[MAXBUF]
-
- - - - +Referenced by chanrec::GetModeParameter(), and chanrec::SetCustomModeParam().
-   - - -

-

@@ -408,102 +227,6 @@ Referenced by chanrec::Get -

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

- -

-Referenced by Server::GetUsers().

-

- - - - -
- - - - -
FILE* log_file
-
- - - - - -
-   - - -

-

-

- - - - -
- - - - -
int LogLevel
-
- - - - - -
-   - - -

-

-

- - - - -
- - - - -
int MaxWhoResults
-
- - - - - -
-   - - -

- -

-Definition at line 81 of file channels.cpp.

@@ -526,9 +249,9 @@ Definition at line 81

-Definition at line 1005 of file modules.cpp. +Definition at line 933 of file modules.cpp.

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

@@ -537,7 +260,7 @@ Referenced by Server::FindM - +
std::vector<std::string> module_names std::vector<std::string> module_names
@@ -551,9 +274,7 @@ Referenced by
Server::FindM

- -

-Referenced by Server::FindModule(). +

@@ -578,262 +299,7 @@ Referenced by Server::FindM

-Referenced by Server::FindModule(). - - -

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

-

-

- - - - -
- - - - -
time_t nb_start
-
- - - - - -
-   - - -

-

-

- - - - -
- - - - -
int NetBufferSize
-
- - - - - -
-   - - -

-

-

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

-

-

- - - - -
- - - - -
int portCount
-
- - - - - -
-   - - -

-

-

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

-

-

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

-

-

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

-

-

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

-

-

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

-

-

- - - - -
- - - - -
char ServerName[MAXBUF]
-
- - - - +Referenced by Server::FindModule().
-   - - -

- -

-Referenced by userrec::userrec().

@@ -881,7 +347,7 @@ Referenced by userrec::userre

-Referenced by userrec::userrec(). +Referenced by userrec::userrec().

@@ -930,7 +396,7 @@ Referenced by userrec::userre -


Generated on Mon Dec 12 18:30:59 2005 for InspIRCd by  +
Generated on Wed Dec 14 14:49:20 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3