From 71bedf497cde8b0b38afbb366828b3df9c2803d6 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:04:22 +0000 Subject: git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 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 d242be3d1..021f871ac 100644 --- a/docs/module-doc/annotated.html +++ b/docs/module-doc/annotated.html @@ -7,11 +7,13 @@
| Admin | Holds /ADMIN data This class contains the admin details of the local server |
| AES | Utility class for use in modules and the core for encryption of data |
| BanItem | A subclass of HostItem designed to hold channel bans (+b) |
| BoolSet | BoolSet is a utility class designed to hold eight bools in a bitmask |
| chanrec | Holds all relevent information for a channel |
| char_traits | |
| classbase | The base class for all inspircd classes |
| cmd_mode | |
| command_t | A structure that defines a command |
| ConfigReader | Allows 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 |
| ConnectClass | Holds information relevent to <connect allow> and <connect deny> tags in the config file |
| irc::irc_char_traits | The irc_char_traits class is used for RFC-style comparison of strings |
| KLine | KLine class |
| ModeParameter | Holds a custom parameter to a module-defined channel mode e.g |
| ModeParser | |
| Module | Base class for all InspIRCd modules This class is the base class for InspIRCd modules |
| ModuleFactory | Instantiates classes inherited from Module This class creates a class inherited from type Module, using new |
| ModuleMessage | Base 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 |
| XLine | XLine is the base class for ban lines such as G lines and K lines |
| ZLine | ZLine class |
1.4.4-20050815