From 2db0df5813e46fe5e077e014003acbd10698b913 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 20 Apr 2005 15:48:27 +0000 Subject: Added module message passing architecture git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1136 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/annotated.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/module-doc/annotated.html') diff --git a/docs/module-doc/annotated.html b/docs/module-doc/annotated.html index e069b5b0d..ce826efc6 100644 --- a/docs/module-doc/annotated.html +++ b/docs/module-doc/annotated.html @@ -17,6 +17,7 @@ DNSAllows fast nonblocking resolution of hostnames and ip addresses dns_ip4list ELine + EventUnicast message directed at all modules ExemptItemA subclass of HostItem designed to hold channel exempts (+e) ExtensibleClass Extensible is the parent class of many classes such as userrec and chanrec ExtMode @@ -31,9 +32,11 @@ ModeParameterHolds a custom parameter to a module-defined channel mode e.g ModuleBase class for all InspIRCd modules This class is the base class for InspIRCd modules ModuleFactoryInstantiates classes inherited from Module This class creates a class inherited from type Module, using new + ModuleMessageBase class of Request and Event This class is used to represent a basic data structure which is passed between modules for safe inter-module communications nspace::hash< in_addr > nspace::hash< string > QLineQLine class + RequestUnicast message directed at a given module ServerAllows server output and query functions This class contains methods which allow a module to query the state of the irc server, and produce output to users and other servers serverrecA class that defines the local server or a remote server StrHashComp @@ -43,7 +46,7 @@ XLineXLine is the base class for ban lines such as G lines and K lines ZLineZLine class -
Generated on Sat Apr 16 18:57:15 2005 for InspIRCd by +
Generated on Wed Apr 20 15:46:59 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3