From 3d7312f8af1becdbe458392e14ea64c904ee7b92 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 9 Apr 2005 14:39:07 +0000 Subject: Changed parameters of OnPacketTransmit and OnPacketReceive to be much more useful git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1024 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConnectClass.html | 66 +++++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 17 deletions(-) (limited to 'docs/module-doc/classConnectClass.html') diff --git a/docs/module-doc/classConnectClass.html b/docs/module-doc/classConnectClass.html index 67b9187fe..4b3679552 100644 --- a/docs/module-doc/classConnectClass.html +++ b/docs/module-doc/classConnectClass.html @@ -30,9 +30,12 @@ Inherits classbase. char host [MAXBUF]  Host mask for this line.

-char pass [MAXBUF] +int pingtime - (Optional) Password for this line


+ 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. @@ -67,16 +70,17 @@ Definition at line 45 of fi

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

-References flood, host, pass, and registration_timeout. +References flood, host, pass, pingtime, and registration_timeout.

-

00065         {
-00066                 registration_timeout = 0;
-00067                 flood = 0;
-00068                 strlcpy(host,"",MAXBUF);
-00069                 strlcpy(pass,"",MAXBUF);
-00070         }
+
00068         {
+00069                 registration_timeout = 0;
+00070                 flood = 0;
+00071                 pingtime = 0;
+00072                 strlcpy(host,"",MAXBUF);
+00073                 strlcpy(pass,"",MAXBUF);
+00074         }
 
@@ -106,7 +110,7 @@ Number of lines in buffer before excess flood is triggered.

Definition at line 56 of file users.h.

-Referenced by ConnectClass(). +Referenced by ConnectClass().

@@ -134,16 +138,16 @@ Host mask for this line.

Definition at line 59 of file users.h.

-Referenced by ConnectClass(). +Referenced by ConnectClass(). -

+

@@ -159,10 +163,38 @@ Referenced by ConnectClass() +

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

+Referenced by ConnectClass(). + +

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

+ + + + +
+ + +
int ConnectClass::pingtime +
+
+ + + + +Referenced by ConnectClass().
+   + + +

+Number of seconds between pings for this line. +

+

Definition at line 62 of file users.h.

-Referenced by ConnectClass().

@@ -190,7 +222,7 @@ Max time to register the connection in seconds.

Definition at line 53 of file users.h.

-Referenced by ConnectClass(). +Referenced by ConnectClass().

@@ -221,7 +253,7 @@ Definition at line 50 of fi


The documentation for this class was generated from the following file: -
Generated on Thu Apr 7 20:14:24 2005 for InspIRCd by +
Generated on Sat Apr 9 14:38:28 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3