diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-15 14:51:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-15 14:51:38 +0000 |
commit | 5ef1c283a89363d3f3e711fc9fe25d8d1ec348cd (patch) | |
tree | d526a3d24c0af2cf5732b29cb888f7511fd7ade2 /docs/man/man3/connection.3 | |
parent | 10fb03948df5c1c802fd69c4be9fd22f84ffc061 (diff) |
Removed some deprecated documentation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1101 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/connection.3')
-rw-r--r-- | docs/man/man3/connection.3 | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/man/man3/connection.3 b/docs/man/man3/connection.3 index d142c95de..c90696cb8 100644 --- a/docs/man/man3/connection.3 +++ b/docs/man/man3/connection.3 @@ -1,4 +1,4 @@ -.TH "connection" 3 "14 Apr 2005" "InspIRCd" \" -*- nroff -*- +.TH "connection" 3 "15 Apr 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -140,7 +140,7 @@ Inherited by \fBserverrec\fP, and \fBuserrec\fP. .in -1c .SH "Detailed Description" .PP -Please note: classes serverrec and userrec both inherit from class connection. Definition at line 173 of file connection.h. +Please note: classes serverrec and userrec both inherit from class connection. Definition at line 166 of file connection.h. .SH "Constructor & Destructor Documentation" .PP .SS "connection::connection ()" @@ -179,91 +179,91 @@ Terminate a link to 'targethost' by calling the \fBircd_connector::CloseConnecti .PP .SS "long \fBconnection::bytes_in\fP" .PP -Stats counter for bytes inbound. Definition at line 194 of file connection.h. +Stats counter for bytes inbound. Definition at line 187 of file connection.h. .PP Referenced by userrec::userrec(). .SS "long \fBconnection::bytes_out\fP" .PP -Stats counter for bytes outbound. Definition at line 198 of file connection.h. +Stats counter for bytes outbound. Definition at line 191 of file connection.h. .PP Referenced by userrec::userrec(). .SS "long \fBconnection::cmds_in\fP" .PP -Stats counter for commands inbound. Definition at line 202 of file connection.h. +Stats counter for commands inbound. Definition at line 195 of file connection.h. .PP Referenced by userrec::userrec(). .SS "long \fBconnection::cmds_out\fP" .PP -Stats counter for commands outbound. Definition at line 206 of file connection.h. +Stats counter for commands outbound. Definition at line 199 of file connection.h. .PP Referenced by userrec::userrec(). .SS "std::vector<\fBircd_connector\fP> \fBconnection::connectors\fP" .PP -With a serverrec, this is a list of all established server connections. With a userrec this is unused.Definition at line 253 of file connection.h. +With a serverrec, this is a list of all established server connections. With a userrec this is unused.Definition at line 246 of file connection.h. .SS "int \fBconnection::fd\fP" .PP -File descriptor of the connection. Definition at line 178 of file connection.h. +File descriptor of the connection. Definition at line 171 of file connection.h. .PP Referenced by ConfigReader::DumpErrors(), Server::PseudoToUser(), Server::SendTo(), serverrec::serverrec(), userrec::userrec(), and Server::UserToPseudo(). .SS "bool \fBconnection::haspassed\fP" .PP -True if server/user has authenticated, false if otherwise. Definition at line 210 of file connection.h. +True if server/user has authenticated, false if otherwise. Definition at line 203 of file connection.h. .PP Referenced by userrec::userrec(). .SS "char \fBconnection::host\fP[256]" .PP -Hostname of connection. Not used if this is a serverrecDefinition at line 182 of file connection.h. +Hostname of connection. Not used if this is a serverrecDefinition at line 175 of file connection.h. .PP Referenced by userrec::GetFullRealHost(), Server::PseudoToUser(), userrec::userrec(), and Server::UserToPseudo(). .SS "time_t \fBconnection::idle_lastmsg\fP" .PP -Time that the connection last sent data, used to calculate idle time. Definition at line 236 of file connection.h. +Time that the connection last sent data, used to calculate idle time. Definition at line 229 of file connection.h. .PP Referenced by userrec::userrec(). .SS "char \fBconnection::inbuf\fP[MAXBUF]" .PP -Inbuf of connection. Only used for userrecDefinition at line 190 of file connection.h. +Inbuf of connection. Only used for userrecDefinition at line 183 of file connection.h. .PP Referenced by userrec::userrec(). .SS "char \fBconnection::internal_addr\fP[MAXBUF]" .PP -Unused, will be removed in a future alpha/beta. Definition at line 244 of file connection.h. +Unused, will be removed in a future alpha/beta. Definition at line 237 of file connection.h. .SS "int \fBconnection::internal_port\fP" .PP -Unused, will be removed in a future alpha/beta. Definition at line 248 of file connection.h. +Unused, will be removed in a future alpha/beta. Definition at line 241 of file connection.h. .SS "char \fBconnection::ip\fP[32]" .PP -IP of connection. Reserved for future use.Definition at line 186 of file connection.h. +IP of connection. Reserved for future use.Definition at line 179 of file connection.h. .PP Referenced by userrec::userrec(). .SS "time_t \fBconnection::lastping\fP" .PP -Time the connection was last pinged. Definition at line 228 of file connection.h. +Time the connection was last pinged. Definition at line 221 of file connection.h. .PP Referenced by serverrec::serverrec(), and userrec::userrec(). .SS "time_t \fBconnection::nping\fP" .PP -Used by PING checks with clients. Definition at line 240 of file connection.h. +Used by PING checks with clients. Definition at line 233 of file connection.h. .PP Referenced by userrec::userrec(). .SS "int \fBconnection::port\fP" .PP -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 216 of file connection.h. +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 209 of file connection.h. .PP Referenced by userrec::userrec(). .SS "int \fBconnection::registered\fP" .PP -Used by userrec to indicate the registration status of the connection. Definition at line 220 of file connection.h. +Used by userrec to indicate the registration status of the connection. Definition at line 213 of file connection.h. .PP Referenced by userrec::userrec(). .SS "time_t \fBconnection::signon\fP" .PP -Time the connection was created, set in the constructor. Definition at line 232 of file connection.h. +Time the connection was created, set in the constructor. Definition at line 225 of file connection.h. .PP Referenced by serverrec::serverrec(), and userrec::userrec(). .SS "short int \fBconnection::state\fP" .PP -Reserved for future use. Definition at line 224 of file connection.h. +Reserved for future use. Definition at line 217 of file connection.h. .SH "Author" .PP |