From b25c31de6b8dd839429cb168f5731a5605e17366 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 24 Apr 2004 23:26:47 +0000 Subject: Added new documentation for XLine etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@718 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classconnection.html | 54 +++++++++++++++++------------------- 1 file changed, 26 insertions(+), 28 deletions(-) (limited to 'docs/module-doc/classconnection.html') diff --git a/docs/module-doc/classconnection.html b/docs/module-doc/classconnection.html index 4595581cf..ad76210a6 100644 --- a/docs/module-doc/classconnection.html +++ b/docs/module-doc/classconnection.html @@ -49,7 +49,7 @@ Inheritance diagram for connection:



char host [256]  Hostname of connection.

-long ip +char ip [32]  IP of connection.

char inbuf [MAXBUF]  Inbuf of connection.

@@ -77,7 +77,7 @@ Inheritance diagram for connection:



time_t nping  Used by PING checks with clients.

-char internal_addr [1024] +char internal_addr [MAXBUF]  Unused, will be removed in a future alpha/beta.

int internal_port  Unused, will be removed in a future alpha/beta.

@@ -89,7 +89,7 @@ Please note: classes serverrec and userrec both inherit from class connection.

-Definition at line 160 of file connection.h.


Constructor & Destructor Documentation

+Definition at line 161 of file connection.h.

Constructor & Destructor Documentation

@@ -513,7 +513,7 @@ Stats counter for bytes inbound.

-Definition at line 181 of file connection.h. +Definition at line 182 of file connection.h.

Referenced by userrec::userrec().

@@ -541,7 +541,7 @@ Stats counter for bytes outbound.

-Definition at line 185 of file connection.h. +Definition at line 186 of file connection.h.

Referenced by userrec::userrec(). @@ -569,7 +569,7 @@ Stats counter for commands inbound.

-Definition at line 189 of file connection.h. +Definition at line 190 of file connection.h.

Referenced by userrec::userrec(). @@ -597,7 +597,7 @@ Stats counter for commands outbound.

-Definition at line 193 of file connection.h. +Definition at line 194 of file connection.h.

Referenced by userrec::userrec(). @@ -625,7 +625,7 @@ With a serverrec, this is a list of all established server connections.

With a userrec this is unused.

-Definition at line 240 of file connection.h. +Definition at line 241 of file connection.h.

@@ -651,9 +651,9 @@ File descriptor of the connection.

-Definition at line 165 of file connection.h. +Definition at line 166 of file connection.h.

-Referenced by Server::SendTo(), serverrec::serverrec(), and userrec::userrec(). +Referenced by Server::SendTo(), serverrec::serverrec(), and userrec::userrec().

@@ -679,7 +679,7 @@ True if server/user has authenticated, false if otherwise.

-Definition at line 197 of file connection.h. +Definition at line 198 of file connection.h.

Referenced by userrec::userrec(). @@ -707,7 +707,7 @@ Hostname of connection.

Not used if this is a serverrec

-Definition at line 169 of file connection.h. +Definition at line 170 of file connection.h.

@@ -733,7 +733,7 @@ Time that the connection last sent data, used to calculate idle time.

-Definition at line 223 of file connection.h. +Definition at line 224 of file connection.h.

Referenced by userrec::userrec(). @@ -761,7 +761,7 @@ Inbuf of connection.

Only used for userrec

-Definition at line 177 of file connection.h. +Definition at line 178 of file connection.h.

@@ -770,7 +770,7 @@ Definition at line 177 -
char connection::internal_addr[1024] + char connection::internal_addr[MAXBUF]
@@ -787,7 +787,7 @@ Unused, will be removed in a future alpha/beta.

-Definition at line 231 of file connection.h. +Definition at line 232 of file connection.h.

@@ -813,7 +813,7 @@ Unused, will be removed in a future alpha/beta.

-Definition at line 235 of file connection.h. +Definition at line 236 of file connection.h.

@@ -822,7 +822,7 @@ Definition at line 235 -
long connection::ip + char connection::ip[32]
@@ -839,9 +839,7 @@ IP of connection.

Reserved for future use.

-Definition at line 173 of file connection.h. -

-Referenced by userrec::userrec(). +Definition at line 174 of file connection.h.

@@ -867,7 +865,7 @@ Time the connection was last pinged.

-Definition at line 215 of file connection.h. +Definition at line 216 of file connection.h.

Referenced by serverrec::serverrec(), and userrec::userrec(). @@ -895,7 +893,7 @@ Used by PING checks with clients.

-Definition at line 227 of file connection.h. +Definition at line 228 of file connection.h.

Referenced by userrec::userrec(). @@ -923,7 +921,7 @@ Port number For a userrec, this is the port they connected to the network on.

For a serverrec this is the current listening port of the serverrec object.

-Definition at line 203 of file connection.h. +Definition at line 204 of file connection.h.

Referenced by userrec::userrec(). @@ -951,7 +949,7 @@ Used by userrec to indicate the registration status of the connection.

-Definition at line 207 of file connection.h. +Definition at line 208 of file connection.h.

Referenced by userrec::userrec(). @@ -979,7 +977,7 @@ Time the connection was created, set in the constructor.

-Definition at line 219 of file connection.h. +Definition at line 220 of file connection.h.

Referenced by serverrec::serverrec(), and userrec::userrec(). @@ -1007,12 +1005,12 @@ Reserved for future use.

-Definition at line 211 of file connection.h. +Definition at line 212 of file connection.h.


The documentation for this class was generated from the following file: -
Generated on Mon Apr 19 02:34:43 2004 for InspIRCd by +
Generated on Sun Apr 25 00:24:20 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3