From 73b9d0c5cb02f0ea8350de28bc3687e0af70ea0f Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Jan 2003 19:45:57 +0000 Subject: Initial revision git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/annotated.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/module-doc/annotated.html (limited to 'docs/module-doc/annotated.html') diff --git a/docs/module-doc/annotated.html b/docs/module-doc/annotated.html new file mode 100644 index 000000000..5e88bcf06 --- /dev/null +++ b/docs/module-doc/annotated.html @@ -0,0 +1,32 @@ + +
+| Admin | Holds /ADMIN data This class contains the admin details of the local server |
| BanItem | A subclass of HostItem designed to hold channel bans (+b) |
| chanrec | Holds all relevent information for a channel |
| 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 |
| ExemptItem | A subclass of HostItem designed to hold channel exempts (+e) |
| FileReader | Caches a text file into memory and can be used to retrieve lines from it |
| HostItem | Holds an entry for a ban list, exemption list, or invite list |
| Invited | Holds a channel name to which a user has been invited |
| InviteItem | A subclass of HostItem designed to hold channel invites (+I) |
| 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 |
| Server | Allows 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 |
| ucrec | Holds a user's modes on a channel This class associates a users privilages with a channel by creating a pointer link between a userrec and chanrec class |
| userrec | Holds all information about a user This class stores all information about a user connected to the irc server |
| Version | Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module |
1.3-rc2
+
+
--
cgit v1.3.1-10-gc9f91