From f62de63955ff77e800360eb140f108b5d2c6c075 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:32:09 +0000 Subject: Design flaw my ass. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConnectClass.html | 370 --------------------------------- 1 file changed, 370 deletions(-) delete mode 100644 docs/module-doc/classConnectClass.html (limited to 'docs/module-doc/classConnectClass.html') diff --git a/docs/module-doc/classConnectClass.html b/docs/module-doc/classConnectClass.html deleted file mode 100644 index 799f9b125..000000000 --- a/docs/module-doc/classConnectClass.html +++ /dev/null @@ -1,370 +0,0 @@ - -
-
-#include <users.h>
-
-Inheritance diagram for ConnectClass:


Public Member Functions | |
| ConnectClass () | |
Public Attributes | |
| char | 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 | |
| int | threshold |
| Threshold value for flood disconnect. | |
| long | sendqmax |
| Maximum size of sendq for users in this class (bytes). | |
| long | recvqmax |
| Maximum size of recvq for users in this class (bytes). | |
- -
-Definition at line 52 of file users.h.
-
-
|
-
| - - | -
-
- - - -Definition at line 86 of file users.h. - -References flood, host, pass, pingtime, recvqmax, registration_timeout, sendqmax, and threshold. 00087 { -00088 registration_timeout = 0; -00089 flood = 0; -00090 pingtime = 0; -00091 threshold = 0; -00092 sendqmax = 0; -00093 recvqmax = 0; -00094 strlcpy(host,"",MAXBUF); -00095 strlcpy(pass,"",MAXBUF); -00096 } - - |
-
-
-
|
-
| - - | -
-
- -Number of lines in buffer before excess flood is triggered. - - - -Definition at line 63 of file users.h. - -Referenced by ConnectClass(). |
-
-
-
|
-
| - - | -
-
- -Host mask for this line. - - - -Definition at line 66 of file users.h. - -Referenced by ConnectClass(). |
-
-
-
|
-
| - - | -
-
- -(Optional) Password for this line - - - -Definition at line 72 of file users.h. - -Referenced by ConnectClass(). |
-
-
-
|
-
| - - | -
-
- -Number of seconds between pings for this line. - - - -Definition at line 69 of file users.h. - -Referenced by ConnectClass(). |
-
-
-
|
-
| - - | -
-
- -Maximum size of recvq for users in this class (bytes). - - - -Definition at line 84 of file users.h. - -Referenced by ConnectClass(). |
-
-
-
|
-
| - - | -
-
- -Max time to register the connection in seconds. - - - -Definition at line 60 of file users.h. - -Referenced by ConnectClass(). |
-
-
-
|
-
| - - | -
-
- -Maximum size of sendq for users in this class (bytes). - - - -Definition at line 80 of file users.h. - -Referenced by ConnectClass(). |
-
-
-
|
-
| - - | -
-
- -Threshold value for flood disconnect. - - - -Definition at line 76 of file users.h. - -Referenced by ConnectClass(). |
-
-
-
|
-
| - - | -
-
- -Type of line, either CC_ALLOW or CC_DENY. - - - |
-
1.4.4-20050815
-
-
--
cgit v1.3.1-10-gc9f91