From 4d5a17380bc71cabe544b41c7c8a26a292384f3d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 17:05:15 +0000 Subject: Added docs for hashcomp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1396 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classconnection.html | 74 +++++++++++++++++++----------------- 1 file changed, 40 insertions(+), 34 deletions(-) (limited to 'docs/module-doc/classconnection.html') diff --git a/docs/module-doc/classconnection.html b/docs/module-doc/classconnection.html index f98b623a9..934d2b485 100644 --- a/docs/module-doc/classconnection.html +++ b/docs/module-doc/classconnection.html @@ -4,7 +4,7 @@ -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members
+
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

connection Class Reference

Please note: classes serverrec and userrec both inherit from class connection. More...

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

bool SendPacket (char *message, const char *host)  Send a message to a server by name, if the server is unavailable directly route the packet via another server If the server still cannot be reached after attempting to route the message remotely, returns false.

-bool RecvPacket (std::deque< std::string > &messages, char *host) +bool RecvPacket (std::deque< std::string > &messages, char *host, std::deque< std::string > &sums)  Returns the next available packet and returns true if data is available.


ircd_connectorFindHost (std::string host) @@ -103,7 +103,7 @@ Please note: classes serverrec and userrec both inherit from class connection.

-Definition at line 210 of file connection.h.


Constructor & Destructor Documentation

+Definition at line 212 of file connection.h.

Constructor & Destructor Documentation

@@ -377,7 +377,13 @@ Begin an outbound mesh link to another ircd on a network you are already an auth - + + + + + + + @@ -497,9 +503,9 @@ Stats counter for bytes inbound.

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

-Referenced by userrec::userrec(). +Referenced by userrec::userrec().

char *  host host,
std::deque< std::string > &  sums

@@ -525,9 +531,9 @@ Stats counter for bytes outbound.

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

-Referenced by userrec::FlushWriteBuf(), and userrec::userrec(). +Referenced by userrec::FlushWriteBuf(), and userrec::userrec().

@@ -553,9 +559,9 @@ Stats counter for commands inbound.

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

-Referenced by userrec::userrec(). +Referenced by userrec::userrec().

@@ -581,9 +587,9 @@ Stats counter for commands outbound.

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

-Referenced by userrec::FlushWriteBuf(), and userrec::userrec(). +Referenced by userrec::FlushWriteBuf(), and userrec::userrec().

@@ -609,7 +615,7 @@ With a serverrec, this is a list of all established server connections.

With a userrec this is unused.

-Definition at line 274 of file connection.h. +Definition at line 276 of file connection.h.

@@ -635,9 +641,9 @@ File descriptor of the connection.

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

-Referenced by ConfigReader::DumpErrors(), Server::PseudoToUser(), Server::SendTo(), serverrec::serverrec(), userrec::userrec(), and Server::UserToPseudo(). +Referenced by ConfigReader::DumpErrors(), Server::PseudoToUser(), Server::SendTo(), serverrec::serverrec(), userrec::userrec(), and Server::UserToPseudo().

@@ -663,9 +669,9 @@ True if server/user has authenticated, false if otherwise.

-Definition at line 243 of file connection.h. +Definition at line 245 of file connection.h.

-Referenced by userrec::userrec(). +Referenced by userrec::userrec().

@@ -691,9 +697,9 @@ Hostname of connection.

Not used if this is a serverrec

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

-Referenced by userrec::GetFullRealHost(), Server::PseudoToUser(), userrec::userrec(), and Server::UserToPseudo(). +Referenced by userrec::GetFullRealHost(), Server::PseudoToUser(), userrec::userrec(), and Server::UserToPseudo().

@@ -719,9 +725,9 @@ Time that the connection last sent data, used to calculate idle time.

-Definition at line 265 of file connection.h. +Definition at line 267 of file connection.h.

-Referenced by userrec::userrec(). +Referenced by userrec::userrec().

@@ -747,9 +753,9 @@ IP of connection.

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

-Referenced by userrec::userrec(). +Referenced by userrec::userrec().

@@ -775,9 +781,9 @@ Time the connection was last pinged.

-Definition at line 257 of file connection.h. +Definition at line 259 of file connection.h.

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

@@ -803,9 +809,9 @@ Used by PING checks with clients.

-Definition at line 269 of file connection.h. +Definition at line 271 of file connection.h.

-Referenced by userrec::userrec(). +Referenced by userrec::userrec().

@@ -831,9 +837,9 @@ 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 249 of file connection.h. +Definition at line 251 of file connection.h.

-Referenced by userrec::userrec(). +Referenced by userrec::userrec().

@@ -859,9 +865,9 @@ Used by userrec to indicate the registration status of the connection.

-Definition at line 253 of file connection.h. +Definition at line 255 of file connection.h.

-Referenced by userrec::userrec(). +Referenced by userrec::userrec().

@@ -887,14 +893,14 @@ Time the connection was created, set in the constructor.

-Definition at line 261 of file connection.h. +Definition at line 263 of file connection.h.

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


The documentation for this class was generated from the following file: -
Generated on Fri May 13 15:49:30 2005 for InspIRCd by +
Generated on Sun May 15 17:03:15 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3