From 66f0cd6469d2643858c2fcd14726d362696bd68d Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 24 May 2005 02:34:33 +0000 Subject: New methods, new docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1484 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/servers_8h-source.html | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) (limited to 'docs/module-doc/servers_8h-source.html') diff --git a/docs/module-doc/servers_8h-source.html b/docs/module-doc/servers_8h-source.html index 8f80defb2..1055e7577 100644 --- a/docs/module-doc/servers_8h-source.html +++ b/docs/module-doc/servers_8h-source.html @@ -54,14 +54,32 @@ 00071 serverrec(); 00074 serverrec(char* n, long ver, bool jupe); 00077 ~serverrec(); -00078 -00079 }; -00080 -00081 +00078 +00081 std::vector<ircd_connector> connectors; 00082 -00083 #endif -00084 -
Generated on Sun May 15 18:36:02 2005 for InspIRCd by +00083 +00086 bool CreateListener(char* host, int p); +00087 +00090 bool BeginLink(char* targethost, int port, char* password, char* servername, int myport); +00091 +00094 bool MeshCookie(char* targethost, int port, unsigned long cookie, char* servername); +00095 +00098 void TerminateLink(char* targethost); +00099 +00103 bool SendPacket(char *message, const char* host); +00104 +00109 bool RecvPacket(std::deque<std::string> &messages, char* host, std::deque<std::string> &sums); +00110 +00113 ircd_connector* FindHost(std::string host); +00114 +00118 bool AddIncoming(int fd,char* targethost, int sourceport); +00119 +00122 void FlushWriteBuffers(); +00123 }; +00124 +00125 #endif +00126 +
Generated on Tue May 24 02:30:06 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3