diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:32:09 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:32:09 +0000 |
commit | f62de63955ff77e800360eb140f108b5d2c6c075 (patch) | |
tree | ba335bc50edfd4ec40d8c1588d1547ec36a12025 /docs/module-doc/inspircd_8h-source.html | |
parent | bee19556f653e8cf609eb07ec63aeab46d92ca79 (diff) |
Design flaw my ass.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/inspircd_8h-source.html')
-rw-r--r-- | docs/module-doc/inspircd_8h-source.html | 143 |
1 files changed, 0 insertions, 143 deletions
diff --git a/docs/module-doc/inspircd_8h-source.html b/docs/module-doc/inspircd_8h-source.html deleted file mode 100644 index 7ef6b8649..000000000 --- a/docs/module-doc/inspircd_8h-source.html +++ /dev/null @@ -1,143 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> -<title>InspIRCd: inspircd.h Source File</title> -<link href="inspircd.doxygen.css" rel="stylesheet" type="text/css"> -</head><body> -<!-- Generated by Doxygen 1.4.4-20050815 --> -<div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div> -<div class="nav"> -<a class="el" href="dir_000000.html">home</a> » <a class="el" href="dir_000001.html">brain</a> » <a class="el" href="dir_000002.html">inspircd-cvs</a> » <a class="el" href="dir_000003.html">inspircd</a> » <a class="el" href="dir_000004.html">include</a></div> -<h1>inspircd.h</h1><a href="inspircd_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* +------------------------------------+</span> -<a name="l00002"></a>00002 <span class="comment"> * | Inspire Internet Relay Chat Daemon |</span> -<a name="l00003"></a>00003 <span class="comment"> * +------------------------------------+</span> -<a name="l00004"></a>00004 <span class="comment"> *</span> -<a name="l00005"></a>00005 <span class="comment"> * Inspire is copyright (C) 2002-2004 ChatSpike-Dev.</span> -<a name="l00006"></a>00006 <span class="comment"> * E-mail:</span> -<a name="l00007"></a>00007 <span class="comment"> * <brain@chatspike.net></span> -<a name="l00008"></a>00008 <span class="comment"> * <Craig@chatspike.net></span> -<a name="l00009"></a>00009 <span class="comment"> * </span> -<a name="l00010"></a>00010 <span class="comment"> * Written by Craig Edwards, Craig McLure, and others.</span> -<a name="l00011"></a>00011 <span class="comment"> * This program is free but copyrighted software; see</span> -<a name="l00012"></a>00012 <span class="comment"> * the file COPYING for details.</span> -<a name="l00013"></a>00013 <span class="comment"> *</span> -<a name="l00014"></a>00014 <span class="comment"> * ---------------------------------------------------</span> -<a name="l00015"></a>00015 <span class="comment"> */</span> -<a name="l00016"></a>00016 -<a name="l00017"></a>00017 <span class="preprocessor">#ifndef __INSPIRCD_H__</span> -<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __INSPIRCD_H__</span> -<a name="l00019"></a>00019 <span class="preprocessor"></span> -<a name="l00020"></a>00020 <span class="preprocessor">#include "inspircd_config.h"</span> -<a name="l00021"></a>00021 <span class="preprocessor">#include <string></span> -<a name="l00022"></a>00022 <span class="preprocessor">#include <stdio.h></span> -<a name="l00023"></a>00023 <span class="preprocessor">#include <unistd.h></span> -<a name="l00024"></a>00024 <span class="preprocessor">#include <signal.h></span> -<a name="l00025"></a>00025 <span class="preprocessor">#include <time.h></span> -<a name="l00026"></a>00026 <span class="preprocessor">#include <netdb.h></span> -<a name="l00027"></a>00027 <span class="preprocessor">#include <string.h></span> -<a name="l00028"></a>00028 <span class="preprocessor">#include <errno.h></span> -<a name="l00029"></a>00029 <span class="preprocessor">#include <sys/types.h></span> -<a name="l00030"></a>00030 -<a name="l00031"></a>00031 <span class="preprocessor">#ifndef _LINUX_C_LIB_VERSION</span> -<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#include <sys/socket.h></span> -<a name="l00033"></a>00033 <span class="preprocessor">#include <sys/stat.h></span> -<a name="l00034"></a>00034 <span class="preprocessor">#include <netinet/in.h></span> -<a name="l00035"></a>00035 <span class="preprocessor">#endif</span> -<a name="l00036"></a>00036 <span class="preprocessor"></span> -<a name="l00037"></a>00037 <span class="preprocessor">#include <arpa/inet.h></span> -<a name="l00038"></a>00038 <span class="preprocessor">#include <string></span> -<a name="l00039"></a>00039 <span class="preprocessor">#include <deque></span> -<a name="l00040"></a>00040 -<a name="l00041"></a>00041 <span class="preprocessor">#include "<a class="code" href="inspircd__io_8h.html">inspircd_io.h</a>"</span> -<a name="l00042"></a>00042 <span class="preprocessor">#include "<a class="code" href="users_8h.html">users.h</a>"</span> -<a name="l00043"></a>00043 <span class="preprocessor">#include "<a class="code" href="channels_8h.html">channels.h</a>"</span> -<a name="l00044"></a>00044 <span class="preprocessor">#include "<a class="code" href="socket_8h.html">socket.h</a>"</span> -<a name="l00045"></a>00045 <span class="preprocessor">#include "<a class="code" href="mode_8h.html">mode.h</a>"</span> -<a name="l00046"></a>00046 <span class="preprocessor">#include "<a class="code" href="socketengine_8h.html">socketengine.h</a>"</span> -<a name="l00047"></a>00047 <span class="preprocessor">#include "command_parse.h"</span> -<a name="l00048"></a>00048 -<a name="l00049"></a>00049 <span class="comment">// some misc defines</span> -<a name="l00050"></a>00050 -<a name="l00051"></a><a class="code" href="inspircd_8h.html#ERROR">00051</a> <span class="preprocessor">#define ERROR -1</span> -<a name="l00052"></a><a class="code" href="inspircd_8h.html#TRUE">00052</a> <span class="preprocessor"></span><span class="preprocessor">#define TRUE 1</span> -<a name="l00053"></a><a class="code" href="inspircd_8h.html#FALSE">00053</a> <span class="preprocessor"></span><span class="preprocessor">#define FALSE 0</span> -<a name="l00054"></a><a class="code" href="inspircd_8h.html#MAXSOCKS">00054</a> <span class="preprocessor"></span><span class="preprocessor">#define MAXSOCKS 64</span> -<a name="l00055"></a><a class="code" href="inspircd_8h.html#MAXCOMMAND">00055</a> <span class="preprocessor"></span><span class="preprocessor">#define MAXCOMMAND 32</span> -<a name="l00056"></a>00056 <span class="preprocessor"></span> -<a name="l00057"></a>00057 <span class="comment">/*</span> -<a name="l00058"></a>00058 <span class="comment">flags for use with WriteMode</span> -<a name="l00059"></a>00059 <span class="comment"></span> -<a name="l00060"></a>00060 <span class="comment">#define WM_AND 1</span> -<a name="l00061"></a>00061 <span class="comment">#define WM_OR 2</span> -<a name="l00062"></a>00062 <span class="comment"></span> -<a name="l00063"></a>00063 <span class="comment">flags for use with OnUserPreMessage and OnUserPreNotice</span> -<a name="l00064"></a>00064 <span class="comment"></span> -<a name="l00065"></a>00065 <span class="comment">#define TYPE_USER 1</span> -<a name="l00066"></a>00066 <span class="comment">#define TYPE_CHANNEL 2</span> -<a name="l00067"></a>00067 <span class="comment">#define TYPE_SERVER 3</span> -<a name="l00068"></a>00068 <span class="comment"></span> -<a name="l00069"></a>00069 <span class="comment">#define IS_LOCAL(x) (x->fd > -1)</span> -<a name="l00070"></a>00070 <span class="comment">#define IS_REMOTE(x) (x->fd < 0)</span> -<a name="l00071"></a>00071 <span class="comment">#define IS_MODULE_CREATED(x) (x->fd == FD_MAGIC_NUMBER)</span> -<a name="l00072"></a>00072 <span class="comment">*/</span> -<a name="l00073"></a>00073 -<a name="l00074"></a><a class="code" href="classserverstats.html">00074</a> <span class="keyword">class </span><a class="code" href="classserverstats.html">serverstats</a> -<a name="l00075"></a>00075 { -<a name="l00076"></a>00076 <span class="keyword">public</span>: -<a name="l00077"></a><a class="code" href="classserverstats.html#statsAccept">00077</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsAccept">statsAccept</a>; -<a name="l00078"></a><a class="code" href="classserverstats.html#statsRefused">00078</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsRefused">statsRefused</a>; -<a name="l00079"></a><a class="code" href="classserverstats.html#statsUnknown">00079</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsUnknown">statsUnknown</a>; -<a name="l00080"></a><a class="code" href="classserverstats.html#statsCollisions">00080</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsCollisions">statsCollisions</a>; -<a name="l00081"></a><a class="code" href="classserverstats.html#statsDns">00081</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsDns">statsDns</a>; -<a name="l00082"></a><a class="code" href="classserverstats.html#statsDnsGood">00082</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsDnsGood">statsDnsGood</a>; -<a name="l00083"></a><a class="code" href="classserverstats.html#statsDnsBad">00083</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsDnsBad">statsDnsBad</a>; -<a name="l00084"></a><a class="code" href="classserverstats.html#statsConnects">00084</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsConnects">statsConnects</a>; -<a name="l00085"></a><a class="code" href="classserverstats.html#statsSent">00085</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsSent">statsSent</a>; -<a name="l00086"></a><a class="code" href="classserverstats.html#statsRecv">00086</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#statsRecv">statsRecv</a>; -<a name="l00087"></a><a class="code" href="classserverstats.html#BoundPortCount">00087</a> <span class="keywordtype">int</span> <a class="code" href="classserverstats.html#BoundPortCount">BoundPortCount</a>; -<a name="l00088"></a>00088 -<a name="l00089"></a><a class="code" href="classserverstats.html#serverstats_28_29">00089</a> <a class="code" href="classserverstats.html#serverstats_28_29">serverstats</a>() -<a name="l00090"></a>00090 { -<a name="l00091"></a>00091 <a class="code" href="classserverstats.html#statsAccept">statsAccept</a> = <a class="code" href="classserverstats.html#statsRefused">statsRefused</a> = <a class="code" href="classserverstats.html#statsUnknown">statsUnknown</a> = 0; -<a name="l00092"></a>00092 <a class="code" href="classserverstats.html#statsCollisions">statsCollisions</a> = <a class="code" href="classserverstats.html#statsDns">statsDns</a> = <a class="code" href="classserverstats.html#statsDnsGood">statsDnsGood</a> = 0; -<a name="l00093"></a>00093 <a class="code" href="classserverstats.html#statsDnsBad">statsDnsBad</a> = <a class="code" href="classserverstats.html#statsConnects">statsConnects</a> = <a class="code" href="classserverstats.html#statsSent">statsSent</a> = <a class="code" href="classserverstats.html#statsRecv">statsRecv</a> = 0; -<a name="l00094"></a>00094 <a class="code" href="classserverstats.html#BoundPortCount">BoundPortCount</a> = 0; -<a name="l00095"></a>00095 } -<a name="l00096"></a>00096 }; -<a name="l00097"></a>00097 -<a name="l00098"></a>00098 -<a name="l00099"></a><a class="code" href="classInspIRCd.html">00099</a> <span class="keyword">class </span><a class="code" href="classInspIRCd.html">InspIRCd</a> -<a name="l00100"></a>00100 { -<a name="l00101"></a>00101 -<a name="l00102"></a>00102 <span class="keyword">private</span>: -<a name="l00103"></a><a class="code" href="classInspIRCd.html#MODERR_5BMAXBUF_5D">00103</a> <span class="keywordtype">char</span> <a class="code" href="classInspIRCd.html#MODERR_5BMAXBUF_5D">MODERR</a>[MAXBUF]; -<a name="l00104"></a>00104 <span class="keywordtype">void</span> <a class="code" href="classInspIRCd.html#erase_5Ffactory_28int_20j_29">erase_factory</a>(<span class="keywordtype">int</span> j); -<a name="l00105"></a>00105 <span class="keywordtype">void</span> <a class="code" href="classInspIRCd.html#erase_5Fmodule_28int_20j_29">erase_module</a>(<span class="keywordtype">int</span> j); -<a name="l00106"></a>00106 -<a name="l00107"></a>00107 <span class="keyword">public</span>: -<a name="l00108"></a><a class="code" href="classInspIRCd.html#startup_5Ftime">00108</a> time_t <a class="code" href="classInspIRCd.html#startup_5Ftime">startup_time</a>; -<a name="l00109"></a><a class="code" href="classInspIRCd.html#ModeGrok">00109</a> <a class="code" href="classModeParser.html">ModeParser</a>* <a class="code" href="classInspIRCd.html#ModeGrok">ModeGrok</a>; -<a name="l00110"></a><a class="code" href="classInspIRCd.html#Parser">00110</a> CommandParser* <a class="code" href="classInspIRCd.html#Parser">Parser</a>; -<a name="l00111"></a><a class="code" href="classInspIRCd.html#SE">00111</a> <a class="code" href="classSocketEngine.html">SocketEngine</a>* <a class="code" href="classInspIRCd.html#SE">SE</a>; -<a name="l00112"></a><a class="code" href="classInspIRCd.html#stats">00112</a> <a class="code" href="classserverstats.html">serverstats</a>* <a class="code" href="classInspIRCd.html#stats">stats</a>; -<a name="l00113"></a>00113 -<a name="l00114"></a>00114 <span class="keywordtype">void</span> <a class="code" href="classInspIRCd.html#MakeLowerMap_28_29">MakeLowerMap</a>(); -<a name="l00115"></a>00115 <a class="code" href="namespaceirc.html#string">std::string</a> <a class="code" href="classInspIRCd.html#GetRevision_28_29">GetRevision</a>(); -<a name="l00116"></a>00116 <a class="code" href="namespaceirc.html#string">std::string</a> <a class="code" href="classInspIRCd.html#GetVersionString_28_29">GetVersionString</a>(); -<a name="l00117"></a>00117 <span class="keywordtype">char</span>* <a class="code" href="classInspIRCd.html#ModuleError_28_29">ModuleError</a>(); -<a name="l00118"></a>00118 <span class="keywordtype">bool</span> <a class="code" href="classInspIRCd.html#LoadModule_28const_20char_20_2Afilename_29">LoadModule</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename); -<a name="l00119"></a>00119 <span class="keywordtype">bool</span> <a class="code" href="classInspIRCd.html#UnloadModule_28const_20char_20_2Afilename_29">UnloadModule</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* filename); -<a name="l00120"></a>00120 <a class="code" href="classInspIRCd.html#InspIRCd_28int_20argc_2C_20char_20_2A_2Aargv_29">InspIRCd</a>(<span class="keywordtype">int</span> argc, <span class="keywordtype">char</span>** argv); -<a name="l00121"></a>00121 <span class="keywordtype">int</span> <a class="code" href="classInspIRCd.html#Run_28_29">Run</a>(); -<a name="l00122"></a>00122 -<a name="l00123"></a>00123 }; -<a name="l00124"></a>00124 -<a name="l00125"></a>00125 <span class="comment">/* userrec optimization stuff */</span> -<a name="l00126"></a>00126 <span class="keywordtype">void</span> <a class="code" href="inspircd_8h.html#AddServerName_28std_3A_3Astring_20servername_29">AddServerName</a>(<a class="code" href="namespaceirc.html#string">std::string</a> servername); -<a name="l00127"></a>00127 <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="inspircd_8h.html#FindServerNamePtr_28std_3A_3Astring_20servername_29">FindServerNamePtr</a>(<a class="code" href="namespaceirc.html#string">std::string</a> servername); -<a name="l00128"></a>00128 -<a name="l00129"></a>00129 <span class="preprocessor">#endif</span> -</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Dec 19 18:05:19 2005 for InspIRCd by -<a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4-20050815 </small></address> -</body> -</html> |