From 66f0cd6469d2643858c2fcd14726d362696bd68d Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 24 May 2005 02:34:33 +0000 Subject: New methods, new docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1484 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/channels_8cpp.html | 138 +++++++++++++++---------------------- 1 file changed, 56 insertions(+), 82 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 faf42d329..aefb0e58e 100644 --- a/docs/module-doc/channels_8cpp.html +++ b/docs/module-doc/channels_8cpp.html @@ -107,31 +107,29 @@ Include dependency graph for channels.cpp:

time_t nb_start -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 +time_t TIME -time_t TIME - -std::vector< ModeParametercustom_mode_params +std::vector< ModeParametercustom_mode_params

Define Documentation

@@ -156,7 +154,7 @@ Include dependency graph for channels.cpp:

53 of file channels.cpp. +Definition at line 55 of file channels.cpp.

Variable Documentation

@@ -232,13 +230,13 @@ Definition at line 66 Definition at line 68 of file channels.cpp. -

+

@@ -253,16 +251,16 @@ Definition at line 68

-Definition at line 95 of file channels.cpp. +Definition at line 94 of file channels.cpp.

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

+

@@ -277,10 +275,10 @@ Definition at line 95

-Definition at line 89 of file channels.cpp. +Definition at line 88 of file channels.cpp.

-
int boundPortCount + int boundPortCount
-

+

+Referenced by userrec::HasPermission().
@@ -301,18 +299,18 @@ Definition at line 89

-Definition at line 96 of file channels.cpp. +Definition at line 95 of file channels.cpp.

-Referenced by userrec::HasPermission().

-

+

@@ -327,9 +325,9 @@ Referenced by userrec::HasPer

-Definition at line 106 of file channels.cpp. +Definition at line 105 of file channels.cpp.

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

-
std::vector<ModeParameter> custom_mode_params + std::vector<ModeParameter> custom_mode_params

@@ -356,13 +354,13 @@ Referenced by chanrec::Get Definition at line 77 of file channels.cpp. -

+

@@ -377,7 +375,7 @@ Definition at line 77

-Definition at line 93 of file channels.cpp. +Definition at line 92 of file channels.cpp.

-
int defaultRoute + int defaultRoute

@@ -476,30 +474,6 @@ Definition at line 75 Definition at line 60 of file channels.cpp. -

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

- -

-Definition at line 86 of file channels.cpp.

@@ -523,16 +497,16 @@ Definition at line 86

Definition at line 73 of file channels.cpp.

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

-

+

@@ -547,7 +521,7 @@ Referenced by Server::GetUs

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

-
FILE* log_file + FILE* log_file

@@ -598,13 +572,13 @@ Definition at line 62 Definition at line 83 of file channels.cpp. -

+

@@ -619,7 +593,7 @@ Definition at line 83

-Definition at line 98 of file channels.cpp. +Definition at line 97 of file channels.cpp.

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

@@ -643,18 +617,18 @@ Definition at line 98

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

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

+

@@ -669,9 +643,9 @@ Referenced by Server::FindM

-Definition at line 87 of file channels.cpp. +Definition at line 86 of file channels.cpp.

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

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

@@ -697,7 +671,7 @@ Referenced by Server::FindM

Definition at line 59 of file channels.cpp.

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

@@ -796,13 +770,13 @@ Definition at line 82 Definition at line 64 of file channels.cpp. -

+

@@ -817,16 +791,16 @@ Definition at line 64

-Definition at line 90 of file channels.cpp. +Definition at line 89 of file channels.cpp.

-
int portCount + int portCount
-

+

@@ -841,7 +815,7 @@ Definition at line 90

-Definition at line 92 of file channels.cpp. +Definition at line 91 of file channels.cpp.

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

@@ -964,13 +938,13 @@ Definition at line 65 Definition at line 63 of file channels.cpp. -

+

@@ -985,7 +959,7 @@ Definition at line 63

-Definition at line 91 of file channels.cpp. +Definition at line 90 of file channels.cpp.

-
int SERVERportCount + int SERVERportCount

@@ -1012,7 +986,7 @@ Definition at line 91 Definition at line 81 of file channels.cpp. -

+

+Referenced by serverrec::serverrec(), and userrec::userrec().
@@ -1033,9 +1007,9 @@ Definition at line 81

-Definition at line 102 of file channels.cpp. +Definition at line 101 of file channels.cpp.

-Referenced by serverrec::serverrec(), and userrec::userrec().

@@ -1086,7 +1060,7 @@ Definition at line 79 Definition at line 78 of file channels.cpp. -


Generated on Sun May 15 18:36:30 2005 for InspIRCd by +
Generated on Tue May 24 02:30:29 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.3.1-10-gc9f91