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/classConnectClass.html | 179 +++++++++++++++++---------------- 1 file changed, 93 insertions(+), 86 deletions(-) (limited to 'docs/module-doc/classConnectClass.html') diff --git a/docs/module-doc/classConnectClass.html b/docs/module-doc/classConnectClass.html index a429cb11e..8b6b1b40a 100644 --- a/docs/module-doc/classConnectClass.html +++ b/docs/module-doc/classConnectClass.html @@ -1,56 +1,56 @@ - + -InspIRCd: ConnectClass class Reference +InspIRCd: ConnectClass Class Reference - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
-

ConnectClass Class Reference

Holds information relevent to <connect allow> and <connect deny> tags in the config file. + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
+

ConnectClass Class Reference

Holds information relevent to <connect allow> and <connect deny> tags in the config file. More...

#include <users.h>

Inheritance diagram for ConnectClass:

Inheritance graph
- +
[legend]
Collaboration diagram for ConnectClass:

Collaboration graph
- + -
[legend]
List of all members. +
[legend]
List of all members.
- - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - +

Public Member Functions

 ConnectClass ()

Public Member Functions

 ConnectClass ()

Public Attributes

char type

Public Attributes

char type
 Type of line, either CC_ALLOW or CC_DENY.

int registration_timeout
 Type of line, either CC_ALLOW or CC_DENY.
int registration_timeout
 Max time to register the connection in seconds.

int flood
 Max time to register the connection in seconds.
int flood
 Number of lines in buffer before excess flood is triggered.

char host [MAXBUF]
 Number of lines in buffer before excess flood is triggered.
char host [MAXBUF]
 Host mask for this line.

int pingtime
 Host mask for this line.
int pingtime
 Number of seconds between pings for this line.

char pass [MAXBUF]
 Number of seconds between pings for this line.
char pass [MAXBUF]
 (Optional) Password for this line

int threshold
 (Optional) Password for this line
int threshold
 Threshold value for flood disconnect.

long sendqmax
 Threshold value for flood disconnect.
long sendqmax
 Maximum size of sendq for users in this class (bytes).

long recvqmax
 Maximum size of sendq for users in this class (bytes).
long recvqmax
 Maximum size of recvq for users in this class (bytes).

 Maximum size of recvq for users in this class (bytes).

Detailed Description

Holds information relevent to <connect allow> and <connect deny> tags in the config file. @@ -58,24 +58,23 @@ Holds information relevent to <connect allow> and <connect deny> tag

Definition at line 45 of file users.h.


Constructor & Destructor Documentation

-

- +

+

- + -
ConnectClass::ConnectClass ConnectClass::ConnectClass  )  [inline]
- +
+References flood, host, pass, pingtime, recvqmax, registration_timeout, sendqmax, and threshold.
00080         {
+00081                 registration_timeout = 0;
+00082                 flood = 0;
+00083                 pingtime = 0;
+00084                 threshold = 0;
+00085                 sendqmax = 0;
+00086                 recvqmax = 0;
+00087                 strlcpy(host,"",MAXBUF);
+00088                 strlcpy(pass,"",MAXBUF);
+00089         }
+
+

+

  @@ -87,34 +86,35 @@ Definition at line 45 of fi

Definition at line 79 of file users.h.

-References flood, host, pass, pingtime, recvqmax, registration_timeout, sendqmax, and threshold. -

-

00080         {
-00081                 registration_timeout = 0;
-00082                 flood = 0;
-00083                 pingtime = 0;
-00084                 threshold = 0;
-00085                 sendqmax = 0;
-00086                 recvqmax = 0;
-00087                 strlcpy(host,"",MAXBUF);
-00088                 strlcpy(pass,"",MAXBUF);
-00089         }
-


Member Data Documentation

-

- +

+

- +
int ConnectClass::flood + int ConnectClass::flood
- +
  @@ -131,18 +131,19 @@ Definition at line 56 of fi Referenced by ConnectClass().
-

- +

+

- +
char ConnectClass::host[MAXBUF] + char ConnectClass::host[MAXBUF]
- +
  @@ -159,18 +160,19 @@ Definition at line 59 of fi Referenced by ConnectClass().
-

- +

+

- +
char ConnectClass::pass[MAXBUF] + char ConnectClass::pass[MAXBUF]
- +
  @@ -187,18 +189,19 @@ Definition at line 65 of fi Referenced by ConnectClass().
-

- +

+

- +
int ConnectClass::pingtime + int ConnectClass::pingtime
- +
  @@ -215,18 +218,19 @@ Definition at line 62 of fi Referenced by ConnectClass().
-

- +

+

- +
long ConnectClass::recvqmax + long ConnectClass::recvqmax
- +
  @@ -243,18 +247,19 @@ Definition at line 77 of fi Referenced by ConnectClass().
-

- +

+

- +
int ConnectClass::registration_timeout + int ConnectClass::registration_timeout
- +
  @@ -271,18 +276,19 @@ Definition at line 53 of fi Referenced by ConnectClass().
-

- +

+

- +
long ConnectClass::sendqmax + long ConnectClass::sendqmax
- +
  @@ -299,18 +305,19 @@ Definition at line 73 of fi Referenced by ConnectClass().
-

- +

+

- +
int ConnectClass::threshold + int ConnectClass::threshold
- +
  @@ -327,18 +334,19 @@ Definition at line 69 of fi Referenced by ConnectClass().
-

- +

+

- +
char ConnectClass::type + char ConnectClass::type
- +
  @@ -355,9 +363,8 @@ Definition at line 50 of fi


The documentation for this class was generated from the following file: -
Generated on Mon May 30 05:16:44 2005 for InspIRCd by +
Generated on Sun Nov 27 01:43:25 2005 for InspIRCd by  -doxygen -1.3.3
+doxygen 1.4.4-20050815
-- cgit v1.2.3