From a753fb1bc711e10794e939e424f3cdd703116d82 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 12:38:41 +0000 Subject: Added support for modules to create commands - this needs a proof-of-concept module yet, do not use unless you like to live dangerously. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@351 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classconnection.html | 79 ++++++++++++++++++++++++++---------- 1 file changed, 58 insertions(+), 21 deletions(-) (limited to 'docs/module-doc/classconnection.html') diff --git a/docs/module-doc/classconnection.html b/docs/module-doc/classconnection.html index c4f33d09b..06110d80c 100644 --- a/docs/module-doc/classconnection.html +++ b/docs/module-doc/classconnection.html @@ -25,8 +25,8 @@ Inheritance diagram for connection:

CreateListener (char *host, int p) bool BeginLink (char *targethost, int port, char *password) void TerminateLink (char *targethost) -bool SendPacket (char *message, char *host, int port) -bool RecvPacket (char *message, char *host, int &prt) +bool SendPacket (char *message, char *host, int port, long ourkey) +bool RecvPacket (char *message, char *host, int &prt, long &theirkey) bool SendSYN (char *host, int port) bool SendACK (char *host, int port, int reply_id) long GenKey () @@ -47,6 +47,7 @@ Inheritance diagram for connection:

signon time_t idle_lastmsg time_t nping +char internal_addr [1024]

Constructor & Destructor Documentation

@@ -209,7 +210,13 @@ Inheritance diagram for connection:

int &  -   prt +   prt, + + + + + long &  +   theirkey @@ -297,7 +304,13 @@ Inheritance diagram for connection:

int  -   port +   port, + + + + + long  +   ourkey @@ -409,7 +422,7 @@ Inheritance diagram for connection:

46 of file connection.h. +Definition at line 47 of file connection.h.

Referenced by userrec::userrec(). @@ -435,7 +448,7 @@ Referenced by userrec::userre

-Definition at line 47 of file connection.h. +Definition at line 48 of file connection.h.

Referenced by userrec::userrec(). @@ -461,7 +474,7 @@ Referenced by userrec::userre

-Definition at line 48 of file connection.h. +Definition at line 49 of file connection.h.

Referenced by userrec::userrec(). @@ -487,7 +500,7 @@ Referenced by userrec::userre

-Definition at line 49 of file connection.h. +Definition at line 50 of file connection.h.

Referenced by userrec::userrec(). @@ -513,7 +526,7 @@ Referenced by userrec::userre

-Definition at line 42 of file connection.h. +Definition at line 43 of file connection.h.

Referenced by serverrec::serverrec(), and userrec::userrec(). @@ -539,7 +552,7 @@ Referenced by serverrec::se

-Definition at line 50 of file connection.h. +Definition at line 51 of file connection.h.

Referenced by userrec::userrec(). @@ -565,7 +578,7 @@ Referenced by userrec::userre

-Definition at line 43 of file connection.h. +Definition at line 44 of file connection.h.

@@ -589,7 +602,7 @@ Definition at line 43

-Definition at line 55 of file connection.h. +Definition at line 56 of file connection.h.

Referenced by userrec::userrec(). @@ -615,7 +628,31 @@ Referenced by userrec::userre

-Definition at line 45 of file connection.h. +Definition at line 46 of file connection.h. + + +

+ + + + +
+ + +
char connection::internal_addr[1024] +
+
+ + + +
+   + + +

+ +

+Definition at line 58 of file connection.h.

@@ -639,7 +676,7 @@ Definition at line 45

-Definition at line 44 of file connection.h. +Definition at line 45 of file connection.h.

Referenced by userrec::userrec(). @@ -665,7 +702,7 @@ Referenced by userrec::userre

-Definition at line 41 of file connection.h. +Definition at line 42 of file connection.h.

@@ -689,7 +726,7 @@ Definition at line 41

-Definition at line 53 of file connection.h. +Definition at line 54 of file connection.h.

Referenced by serverrec::serverrec(), and userrec::userrec(). @@ -715,7 +752,7 @@ Referenced by serverrec::se

-Definition at line 56 of file connection.h. +Definition at line 57 of file connection.h.

Referenced by userrec::userrec(). @@ -741,7 +778,7 @@ Referenced by userrec::userre

-Definition at line 51 of file connection.h. +Definition at line 52 of file connection.h.

Referenced by userrec::userrec(). @@ -767,7 +804,7 @@ Referenced by userrec::userre

-Definition at line 52 of file connection.h. +Definition at line 53 of file connection.h.

Referenced by userrec::userrec(). @@ -793,14 +830,14 @@ Referenced by userrec::userre

-Definition at line 54 of file connection.h. +Definition at line 55 of file connection.h.

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


The documentation for this class was generated from the following file: -
Generated on Sun Mar 30 19:35:54 2003 for InspIRCd by +
Generated on Fri Apr 2 13:37:38 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3