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/annotated.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/module-doc/annotated.html') diff --git a/docs/module-doc/annotated.html b/docs/module-doc/annotated.html index 7cd5f9dfe..c8c46392c 100644 --- a/docs/module-doc/annotated.html +++ b/docs/module-doc/annotated.html @@ -14,13 +14,14 @@ command_tA structure that defines a command ConfigReaderAllows reading of values from configuration files This class allows a module to read from either the main configuration file (inspircd.conf) or from a module-specified configuration file ConnectClassHolds information relevent to <connect allow> and <connect deny> tags in the config file - connection + connectionPlease note: classes serverrec and userrec both inherit from class connection ExemptItemA subclass of HostItem designed to hold channel exempts (+e) ExtMode FileReaderCaches a text file into memory and can be used to retrieve lines from it HostItemHolds an entry for a ban list, exemption list, or invite list InvitedHolds a channel name to which a user has been invited InviteItemA subclass of HostItem designed to hold channel invites (+I) + ircd_connectorEach connection has one or more of these each represents ONE outbound connection to another ircd so each inbound has multiple outbounds 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 @@ -31,7 +32,7 @@ userrecHolds all information about a user This class stores all information about a user connected to the irc server VersionHolds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module -
Generated on Thu Apr 8 19:12:45 2004 for InspIRCd by +
Generated on Sat Apr 17 13:31:44 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3