From afb51347b493a6ab54fcc8595b4a3f46972ce18f Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 17 Apr 2004 12:33:39 +0000 Subject: Added new documentation to cover ircd_connector git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@629 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConnectClass.html | 71 +++++++++++++++++++++++++++------- 1 file changed, 56 insertions(+), 15 deletions(-) (limited to 'docs/module-doc/classConnectClass.html') diff --git a/docs/module-doc/classConnectClass.html b/docs/module-doc/classConnectClass.html index 412d670b5..fd3af8430 100644 --- a/docs/module-doc/classConnectClass.html +++ b/docs/module-doc/classConnectClass.html @@ -25,9 +25,15 @@ Inheritance diagram for ConnectClass:

ConnectClass ()

Public Attributes

int typeType of line, either CC_ALLOW or CC_DENY.

int registration_timeout -char host [MAXBUF] -char pass [MAXBUF] + Max time to register the connection in seconds.

+int floodNumber 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


Detailed Description

Holds information relevent to <connect allow> and <connect deny> tags in the config file. @@ -62,18 +68,45 @@ Definition at line 34 of fi

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

-

00043         {
-00044                 registration_timeout = 0;
-00045                 strcpy(host,"");
-00046                 strcpy(pass,"");
-00047         }
+
00054         {
+00055                 registration_timeout = 0;
+00056                 flood = 0;
+00057                 strcpy(host,"");
+00058                 strcpy(pass,"");
+00059         }
 

Member Data Documentation

-

+

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

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

+ +

+Definition at line 45 of file users.h.

+

+Definition at line 48 of file users.h.
@@ -92,12 +125,14 @@ Definition at line 42 of fi

+Host mask for this line. +

-Definition at line 39 of file users.h.

-

+

+Definition at line 51 of file users.h.
@@ -116,9 +151,11 @@ Definition at line 39 of fi

+(Optional) Password for this line +

-Definition at line 40 of file users.h.

@@ -140,9 +177,11 @@ Definition at line 40 of fi

+Max time to register the connection in seconds. +

-Definition at line 38 of file users.h. +Definition at line 42 of file users.h.

@@ -164,14 +203,16 @@ Definition at line 38 of fi

+Type of line, either CC_ALLOW or CC_DENY. +

-Definition at line 37 of file users.h. +Definition at line 39 of file users.h.


The documentation for this class was generated from the following file: -
Generated on Thu Apr 8 19:12:57 2004 for InspIRCd by +
Generated on Sat Apr 17 13:31:48 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3