From afb51347b493a6ab54fcc8595b4a3f46972ce18f Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 17 Apr 2004 12:33:39 +0000 Subject: Added new documentation to cover ircd_connector git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@629 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classserverrec.html | 101 ++++++++++++++++++++++++++++-------- 1 file changed, 79 insertions(+), 22 deletions(-) (limited to 'docs/module-doc/classserverrec.html') diff --git a/docs/module-doc/classserverrec.html b/docs/module-doc/classserverrec.html index fbae629e7..5555cf74b 100644 --- a/docs/module-doc/classserverrec.html +++ b/docs/module-doc/classserverrec.html @@ -18,7 +18,7 @@ Inheritance diagram for serverrec:

| bool | jupiter |
| is a JUPE server (faked to enforce a server ban) | |
| char | description [MAXBUF] |
| Description of the server. | |
| bool | sync_soon |
Definition at line 12 of file servers.cpp.
-References connection::fd, hops_away, jupiter, connection::lastping, opercount, pingtime, connection::signon, usercount, usercount_i, and version. +References connection::fd, hops_away, jupiter, connection::lastping, opercount, pingtime, connection::signon, sync_soon, usercount, usercount_i, and version.
00013 {
00014 strcpy(name,"");
@@ -94,8 +97,9 @@ References connection::fd<
00018 hops_away = 1;
00019 signon = time(NULL);
00020 jupiter = false;
-00021 fd = 0;
-00022 }
+00021 fd = 0;
+00022 sync_soon = false;
+00023 }
-Definition at line 29 of file servers.cpp. -
-References connection::fd, hops_away, jupiter, connection::lastping, opercount, connection::signon, usercount, usercount_i, and version. -
-
00030 {
-00031 strcpy(name,n);
-00032 lastping = time(NULL);
-00033 usercount_i = usercount = opercount = 0;
-00034 version = ver;
-00035 hops_away = 1;
-00036 signon = time(NULL);
-00037 jupiter = jupe;
-00038 fd = 0;
-00039 }
+Definition at line 30 of file servers.cpp.
+
+References connection::fd, hops_away, jupiter, connection::lastping, opercount, connection::signon, sync_soon, usercount, usercount_i, and version.
+
+
00031 {
+00032 strcpy(name,n);
+00033 lastping = time(NULL);
+00034 usercount_i = usercount = opercount = 0;
+00035 version = ver;
+00036 hops_away = 1;
+00037 signon = time(NULL);
+00038 jupiter = jupe;
+00039 fd = 0;
+00040 sync_soon = false;
+00041 }
@@ -190,14 +195,40 @@ Destructor.
-Definition at line 25 of file servers.cpp.
+Definition at line 26 of file servers.cpp.
-
00026 {
-00027 }
+00027 {
+00028 }
Member Data Documentation
+
+
+
+
+
+
+ char serverrec::description[MAXBUF]
+
+
+
+
+
+
+
+
+
+
+
+
+Description of the server.
+
+
+
+
+
@@ -336,6 +367,32 @@ Definition at line 28 of
Referenced by serverrec().
+
+
+
+
+
+
+ bool serverrec::sync_soon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Definition at line 52 of file servers.h.
+
+Referenced by serverrec().
+
+
@@ -422,7 +479,7 @@ Referenced by serverrec()
The documentation for this class was generated from the following files:
-
Generated on Thu Apr 8 19:13:19 2004 for InspIRCd by
+
Generated on Sat Apr 17 13:31:55 2004 for InspIRCd by
1.3-rc3
--
cgit v1.3.1-10-gc9f91