From 5f3d7cc64f6f71fff52166dd6488f2df0378375b Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 25 May 2005 22:04:11 +0000 Subject: Changed documentation to add parameters git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1523 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classserverrec.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/module-doc/classserverrec.html') diff --git a/docs/module-doc/classserverrec.html b/docs/module-doc/classserverrec.html index 9ebee0578..4eab4d420 100644 --- a/docs/module-doc/classserverrec.html +++ b/docs/module-doc/classserverrec.html @@ -133,7 +133,7 @@ Constructor.

Definition at line 46 of file servers.cpp.

-References connectors, connection::fd, hops_away, jupiter, connection::lastping, name, nickserv, opercount, pingtime, connection::signon, sync_soon, TIME, usercount, usercount_i, and version. +References connectors, connection::fd, hops_away, jupiter, connection::lastping, name, nickserv, opercount, pingtime, connection::signon, sync_soon, TIME, usercount, usercount_i, and version.

00047 {
 00048         strlcpy(name,"",256);
@@ -198,7 +198,7 @@ Constructor which initialises some of the main variables.
 

Definition at line 66 of file servers.cpp.

-References connectors, connection::fd, hops_away, jupiter, connection::lastping, name, nickserv, opercount, connection::signon, sync_soon, TIME, usercount, usercount_i, and version. +References connectors, connection::fd, hops_away, jupiter, connection::lastping, name, nickserv, opercount, connection::signon, sync_soon, TIME, usercount, usercount_i, and version.

00067 {
 00068         strlcpy(name,n,256);
@@ -384,7 +384,7 @@ Begin an outbound link to another ircd at targethost.
 

Definition at line 142 of file servers.cpp.

-References connectors, connection::fd, FindHost(), ircd_connector::MakeOutboundConnection(), SendPacket(), ircd_connector::SetHostAndPort(), ircd_connector::SetServerName(), ircd_connector::SetState(), STATE_DISCONNECTED, and STATE_NOAUTH_OUTBOUND. +References connectors, connection::fd, FindHost(), ircd_connector::MakeOutboundConnection(), SendPacket(), ircd_connector::SetHostAndPort(), ircd_connector::SetServerName(), ircd_connector::SetState(), STATE_DISCONNECTED, and STATE_NOAUTH_OUTBOUND.

00143 {
 00144         char connect[MAXBUF];
@@ -467,7 +467,7 @@ Create a listening socket on 'host' using port number 'p'.
 

Definition at line 81 of file servers.cpp.

-References connection::fd, MaxConn, and connection::port. +References connection::fd, MaxConn, and connection::port.

00082 {
 00083         sockaddr_in host_address;
@@ -718,7 +718,7 @@ Begin an outbound mesh link to another ircd on a network you are already an auth
 

Definition at line 182 of file servers.cpp.

-References connectors, connection::fd, ircd_connector::MakeOutboundConnection(), SendPacket(), ircd_connector::SetHostAndPort(), ircd_connector::SetServerName(), ircd_connector::SetState(), STATE_DISCONNECTED, and STATE_NOAUTH_OUTBOUND. +References connectors, connection::fd, ircd_connector::MakeOutboundConnection(), SendPacket(), ircd_connector::SetHostAndPort(), ircd_connector::SetServerName(), ircd_connector::SetState(), STATE_DISCONNECTED, and STATE_NOAUTH_OUTBOUND.

00183 {
 00184         char connect[MAXBUF];
@@ -1396,7 +1396,7 @@ Referenced by serverrec()
 
The documentation for this class was generated from the following files:
-
Generated on Wed May 25 21:43:33 2005 for InspIRCd by +
Generated on Wed May 25 22:03:25 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3