From 755d67224f033aaa9b4ef3d2dd00f46bb8c19dc2 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 7 Apr 2005 20:15:05 +0000 Subject: New docs to match extra module Version class stuff, etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1008 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/commands_8h.html | 202 ++++++++++++++++++++++++++++----------- 1 file changed, 147 insertions(+), 55 deletions(-) (limited to 'docs/module-doc/commands_8h.html') diff --git a/docs/module-doc/commands_8h.html b/docs/module-doc/commands_8h.html index dbf9eb9f7..09e7aca04 100644 --- a/docs/module-doc/commands_8h.html +++ b/docs/module-doc/commands_8h.html @@ -115,62 +115,66 @@ void handle_server (char **parameters, int pcnt, userrec *user) -void handle_link_packet (char *udp_msg, char *tcp_host, serverrec *serv) +void handle_loadmodule (char **parameters, int pcnt, userrec *user) - Special functions for processing server to server traffic.

-void process_restricted_commands (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host, char *ipaddr, int port) +void handle_unloadmodule (char **parameters, int pcnt, userrec *user) -void handle_amp (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_link_packet (char *udp_msg, char *tcp_host, serverrec *serv) - These are the handlers for server commands (tokens).


-void handle_dollar (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) + Special functions for processing server to server traffic.


+void process_restricted_commands (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host, char *ipaddr, int port) -void handle_J (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_amp (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_R (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) + These are the handlers for server commands (tokens).


+void handle_dollar (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_plus (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_J (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_b (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_R (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_a (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_plus (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_F (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_b (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_N (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_a (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_AT (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_F (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_k (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_N (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_n (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_AT (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_Q (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_k (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_K (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_n (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_L (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_Q (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_m (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_K (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_M (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_L (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_T (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_m (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_t (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_M (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_i (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_T (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_P (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_t (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -void handle_V (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) +void handle_i (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) -bool is_uline (const char *server) +void handle_P (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) - Functions for u:lined servers.


+void handle_V (char token, char *params, serverrec *source, serverrec *reply, char *tcp_host) + +bool is_uline (const char *server) + + Functions for u:lined servers.



Function Documentation

-

+

@@ -270,7 +274,7 @@
-

+

@@ -328,7 +332,7 @@ These are the handlers for server commands (tokens).
-

+

@@ -428,7 +432,7 @@ These are the handlers for server commands (tokens).
-

+

@@ -572,7 +576,7 @@ These are the handlers for server commands (tokens).
-

+

@@ -672,7 +676,7 @@ These are the handlers for server commands (tokens).
-

+

@@ -772,7 +776,7 @@ These are the handlers for server commands (tokens).
-

+

@@ -960,7 +964,7 @@ These are the handlers for server commands (tokens).
-

+

@@ -1062,7 +1066,7 @@ These are the handlers for user commands.
-

+

@@ -1118,7 +1122,7 @@ These are the handlers for user commands.
-

+

@@ -1306,7 +1310,7 @@ These are the handlers for user commands.
-

+

@@ -1362,7 +1366,7 @@ These are the handlers for user commands.
-

+

+ +
@@ -1492,6 +1496,50 @@ Special functions for processing server to server traffic. +

+

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void handle_loadmodule char **  parameters,
int  pcnt,
userrec user
+
+ + + + @@ -1540,7 +1588,7 @@ Special functions for processing server to server traffic.
+   + +

-

+

@@ -1596,7 +1644,7 @@ Special functions for processing server to server traffic.
-

+

@@ -1784,7 +1832,7 @@ Special functions for processing server to server traffic.
-

+

@@ -1840,7 +1888,7 @@ Special functions for processing server to server traffic.
-

+

@@ -2072,7 +2120,7 @@ Special functions for processing server to server traffic.
-

+

@@ -2260,7 +2308,7 @@ Special functions for processing server to server traffic.
-

+

@@ -2404,7 +2452,7 @@ Special functions for processing server to server traffic.
-

+

@@ -2548,7 +2596,7 @@ Special functions for processing server to server traffic.
-

+

@@ -2912,7 +2960,7 @@ Special functions for processing server to server traffic.
-

+

@@ -2968,7 +3016,7 @@ Special functions for processing server to server traffic.
-

+

+ +
@@ -3152,6 +3200,50 @@ Special functions for processing server to server traffic. +

+

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void handle_unloadmodule char **  parameters,
int  pcnt,
userrec user
+
+ + + + @@ -3288,7 +3380,7 @@ Special functions for processing server to server traffic.
+   + +

-

+

@@ -3564,7 +3656,7 @@ Special functions for processing server to server traffic.
-

+

+Referenced by Server::IsUlined().
@@ -3594,10 +3686,10 @@ Functions for u:lined servers.

-Referenced by Server::IsUlined().

-

+

@@ -3665,7 +3757,7 @@ Referenced by Server::IsUli
-


Generated on Mon Apr 4 18:12:49 2005 for InspIRCd by +
Generated on Thu Apr 7 20:14:22 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3