X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Fmodule-doc%2FclassConnectClass.html;h=22ced2f81d0ae406b84ba3ceca037e9c6ac59d34;hb=654ff4ae2f06704de2beb1050021c8196f693cb5;hp=b3fc935558f18076b3ffddd43812c40ecaa35b1d;hpb=1899777c6d86544a7775bc96175283957a763326;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/module-doc/classConnectClass.html b/docs/module-doc/classConnectClass.html index b3fc93555..22ced2f81 100644 --- a/docs/module-doc/classConnectClass.html +++ b/docs/module-doc/classConnectClass.html @@ -1,56 +1,58 @@ -ConnectClass class Reference +InspIRCd: ConnectClass class Reference - -
-Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   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 | Compound List | File List | Compound 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. +Inherits classbase. +

+List of all members.

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

Public Member Functions

 ConnectClass ()
 ConnectClass ()

Public Attributes

int type
 Type of line, either CC_ALLOW or CC_DENY.

int registration_timeout
 Max time to register the connection in seconds.

int flood
 Number of lines in buffer before excess flood is triggered.

char host [MAXBUF]
 Host mask for this line.

char pass [MAXBUF]
 (Optional) Password for this line

int type
 Type of line, either CC_ALLOW or CC_DENY.

int registration_timeout
 Max time to register the connection in seconds.

int flood
 Number of lines in buffer before excess flood is triggered.

char host [MAXBUF]
 Host mask for this line.

int pingtime
 Number of seconds between pings for this line.

char pass [MAXBUF]
 (Optional) Password for this line


Detailed Description

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

-Definition at line 34 of file users.h.


Constructor & Destructor Documentation

+Definition at line 45 of file users.h.

Constructor & Destructor Documentation

- +
-
+ - - + + @@ -68,25 +70,56 @@ Definition at line 34 of fi

-Definition at line 53 of file users.h. +Definition at line 67 of file users.h.

-

00054         {
-00055                 registration_timeout = 0;
-00056                 flood = 0;
-00057                 strcpy(host,"");
-00058                 strcpy(pass,"");
-00059         }
+References flood, host, pass, pingtime, and registration_timeout.
+

+

00068         {
+00069                 registration_timeout = 0;
+00070                 flood = 0;
+00071                 pingtime = 0;
+00072                 strlcpy(host,"",MAXBUF);
+00073                 strlcpy(pass,"",MAXBUF);
+00074         }
 
ConnectClass::ConnectClass    )  [inline]

Member Data Documentation

-

- +

+

+ + + +
+ + +
int ConnectClass::flood +
+
+ - + + +
+ +   + + +

+Number of lines in buffer before excess flood is triggered. +

+ +

+Definition at line 56 of file users.h. +

+Referenced by ConnectClass().

+

+ + + @@ -99,20 +132,22 @@ Definition at line 53 of fi +Definition at line 59 of file users.h. +

+Referenced by ConnectClass().

-
int ConnectClass::flood + char ConnectClass::host[MAXBUF]

-Number of lines in buffer before excess flood is triggered. +Host mask for this line.

-Definition at line 45 of file users.h.

-

- +

+

- @@ -125,20 +160,22 @@ Definition at line 45 of fi +Definition at line 65 of file users.h. +

+Referenced by ConnectClass().

+ -
char ConnectClass::host[MAXBUF] + char ConnectClass::pass[MAXBUF]

-Host mask for this line. +(Optional) Password for this line

-Definition at line 48 of file users.h.

-

- +

+

- @@ -151,20 +188,22 @@ Definition at line 48 of fi +Definition at line 62 of file users.h. +

+Referenced by ConnectClass().

+ -
char ConnectClass::pass[MAXBUF] + int ConnectClass::pingtime

-(Optional) Password for this line +Number of seconds between pings for this line.

-Definition at line 51 of file users.h.

-

- +

+

- @@ -177,20 +216,22 @@ Definition at line 51 of fi +Definition at line 53 of file users.h. +

+Referenced by ConnectClass().

+ -
int ConnectClass::registration_timeout + int ConnectClass::registration_timeout

-Max time to register the connection in seconds. +Max time to register the connection in seconds.

-Definition at line 42 of file users.h.

-

- +

+

- @@ -203,18 +244,18 @@ Definition at line 42 of fi +Definition at line 50 of file users.h.
+ -
int ConnectClass::type + int ConnectClass::type

-Type of line, either CC_ALLOW or CC_DENY. +Type of line, either CC_ALLOW or CC_DENY.

-Definition at line 39 of file users.h.


The documentation for this class was generated from the following file: -
Generated on Fri Apr 30 15:46:35 2004 for InspIRCd by +
Generated on Wed Apr 13 13:07:02 2005 for InspIRCd by -doxygen1.3-rc3
+doxygen +1.3.3