summaryrefslogtreecommitdiff
path: root/docs/module-doc/classConfigReader.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/module-doc/classConfigReader.html')
-rw-r--r--docs/module-doc/classConfigReader.html320
1 files changed, 160 insertions, 160 deletions
diff --git a/docs/module-doc/classConfigReader.html b/docs/module-doc/classConfigReader.html
index 28ac3dcec..d6b6882f7 100644
--- a/docs/module-doc/classConfigReader.html
+++ b/docs/module-doc/classConfigReader.html
@@ -67,7 +67,7 @@ It may either be instantiated with one parameter or none. Constructing the class
<p>
<p>
-Definition at line <a class="el" href="modules_8h-source.html#l00891">891</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
+Definition at line <a class="el" href="modules_8h-source.html#l00944">944</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="ConfigReader::ConfigReader"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
@@ -97,17 +97,17 @@ Default constructor.
<p>
This constructor initialises the ConfigReader class to read the inspircd.conf file as specified when running ./configure.
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00717">717</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00762">762</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00899">cache</a>, <a class="el" href="modules_8h-source.html#l00883">CONF_FILE_NOT_FOUND</a>, <a class="el" href="modules_8h-source.html#l00904">error</a>, <a class="el" href="modules_8h-source.html#l00900">errorlog</a>, and <a class="el" href="modules_8h-source.html#l00903">readerror</a>.
+References <a class="el" href="modules_8h-source.html#l00952">cache</a>, <a class="el" href="modules_8h-source.html#l00935">CONF_FILE_NOT_FOUND</a>, <a class="el" href="modules_8h-source.html#l00957">error</a>, <a class="el" href="modules_8h-source.html#l00953">errorlog</a>, and <a class="el" href="modules_8h-source.html#l00956">readerror</a>.
<p>
-<div class="fragment"><pre>00718 {
-00719 this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
-00720 this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
-00721 this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a> = LoadConf(CONFIG_FILE,this-&gt;cache,this-&gt;errorlog);
-00722 <span class="keywordflow">if</span> (!this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a>)
-00723 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a30">CONF_FILE_NOT_FOUND</a>;
-00724 }
+<div class="fragment"><pre>00763 {
+00764 this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
+00765 this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
+00766 this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a> = LoadConf(CONFIG_FILE,this-&gt;cache,this-&gt;errorlog);
+00767 <span class="keywordflow">if</span> (!this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a>)
+00768 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a30">CONF_FILE_NOT_FOUND</a>;
+00769 }
</pre></div> </td>
</tr>
</table>
@@ -141,17 +141,17 @@ Overloaded constructor.
<p>
This constructor initialises the ConfigReader class to read a user-specified config file
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00736">736</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00781">781</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00899">cache</a>, <a class="el" href="modules_8h-source.html#l00883">CONF_FILE_NOT_FOUND</a>, <a class="el" href="modules_8h-source.html#l00904">error</a>, <a class="el" href="modules_8h-source.html#l00900">errorlog</a>, and <a class="el" href="modules_8h-source.html#l00903">readerror</a>.
+References <a class="el" href="modules_8h-source.html#l00952">cache</a>, <a class="el" href="modules_8h-source.html#l00935">CONF_FILE_NOT_FOUND</a>, <a class="el" href="modules_8h-source.html#l00957">error</a>, <a class="el" href="modules_8h-source.html#l00953">errorlog</a>, and <a class="el" href="modules_8h-source.html#l00956">readerror</a>.
<p>
-<div class="fragment"><pre>00737 {
-00738 this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
-00739 this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
-00740 this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a> = LoadConf(filename.c_str(),this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a>,this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a>);
-00741 <span class="keywordflow">if</span> (!this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a>)
-00742 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a30">CONF_FILE_NOT_FOUND</a>;
-00743 };
+<div class="fragment"><pre>00782 {
+00783 this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
+00784 this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a> = <span class="keyword">new</span> std::stringstream(std::stringstream::in | std::stringstream::out);
+00785 this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a> = LoadConf(filename.c_str(),this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a>,this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a>);
+00786 <span class="keywordflow">if</span> (!this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a>)
+00787 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a30">CONF_FILE_NOT_FOUND</a>;
+00788 };
</pre></div> </td>
</tr>
</table>
@@ -184,16 +184,16 @@ Default destructor.
<p>
This method destroys the ConfigReader class.
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00727">727</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00772">772</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00899">cache</a>, and <a class="el" href="modules_8h-source.html#l00900">errorlog</a>.
+References <a class="el" href="modules_8h-source.html#l00952">cache</a>, and <a class="el" href="modules_8h-source.html#l00953">errorlog</a>.
<p>
-<div class="fragment"><pre>00728 {
-00729 <span class="keywordflow">if</span> (this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a>)
-00730 <span class="keyword">delete</span> this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a>;
-00731 <span class="keywordflow">if</span> (this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a>)
-00732 <span class="keyword">delete</span> this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a>;
-00733 }
+<div class="fragment"><pre>00773 {
+00774 <span class="keywordflow">if</span> (this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a>)
+00775 <span class="keyword">delete</span> this-&gt;<a class="code" href="classConfigReader.html#p0">cache</a>;
+00776 <span class="keywordflow">if</span> (this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a>)
+00777 <span class="keyword">delete</span> this-&gt;<a class="code" href="classConfigReader.html#p1">errorlog</a>;
+00778 }
</pre></div> </td>
</tr>
</table>
@@ -237,40 +237,40 @@ Dumps the list of errors in a config file to an output location.
<p>
If bail is true, then the program will abort. If bail is false and user points to a valid user record, the error report will be spooled to the given user by means of NOTICE. if bool is false AND user is false, the error report will be spooled to all opers by means of a NOTICE to all opers.
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00814">814</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
-<p>
-References <a class="el" href="modules_8h-source.html#l00900">errorlog</a>, <a class="el" href="connection_8h-source.html#l00171">connection::fd</a>, and <a class="el" href="users_8h-source.html#l00106">userrec::nick</a>.
-<p>
-<div class="fragment"><pre>00815 {
-00816 <span class="keywordflow">if</span> (bail)
-00817 {
-00818 printf(<span class="stringliteral">"There were errors in your configuration:\n%s"</span>,<a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;str().c_str());
-00819 exit(0);
-00820 }
-00821 <span class="keywordflow">else</span>
-00822 {
-00823 <span class="keywordtype">char</span> dataline[1024];
-00824 <span class="keywordflow">if</span> (user)
-00825 {
-00826 WriteServ(user-&gt;<a class="code" href="classconnection.html#o0">fd</a>,<span class="stringliteral">"NOTICE %s :There were errors in the configuration file:"</span>,user-&gt;<a class="code" href="classuserrec.html#o0">nick</a>);
-00827 <span class="keywordflow">while</span> (!<a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;eof())
-00828 {
-00829 <a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;getline(dataline,1024);
-00830 WriteServ(user-&gt;<a class="code" href="classconnection.html#o0">fd</a>,<span class="stringliteral">"NOTICE %s :%s"</span>,user-&gt;<a class="code" href="classuserrec.html#o0">nick</a>,dataline);
-00831 }
-00832 }
-00833 <span class="keywordflow">else</span>
-00834 {
-00835 WriteOpers(<span class="stringliteral">"There were errors in the configuration file:"</span>,user-&gt;<a class="code" href="classuserrec.html#o0">nick</a>);
-00836 <span class="keywordflow">while</span> (!<a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;eof())
-00837 {
-00838 <a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;getline(dataline,1024);
-00839 WriteOpers(dataline);
-00840 }
-00841 }
-00842 <span class="keywordflow">return</span>;
-00843 }
-00844 }
+Definition at line <a class="el" href="modules_8cpp-source.html#l00859">859</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+<p>
+References <a class="el" href="modules_8h-source.html#l00953">errorlog</a>, <a class="el" href="connection_8h-source.html#l00171">connection::fd</a>, and <a class="el" href="users_8h-source.html#l00106">userrec::nick</a>.
+<p>
+<div class="fragment"><pre>00860 {
+00861 <span class="keywordflow">if</span> (bail)
+00862 {
+00863 printf(<span class="stringliteral">"There were errors in your configuration:\n%s"</span>,<a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;str().c_str());
+00864 exit(0);
+00865 }
+00866 <span class="keywordflow">else</span>
+00867 {
+00868 <span class="keywordtype">char</span> dataline[1024];
+00869 <span class="keywordflow">if</span> (user)
+00870 {
+00871 WriteServ(user-&gt;<a class="code" href="classconnection.html#o0">fd</a>,<span class="stringliteral">"NOTICE %s :There were errors in the configuration file:"</span>,user-&gt;<a class="code" href="classuserrec.html#o0">nick</a>);
+00872 <span class="keywordflow">while</span> (!<a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;eof())
+00873 {
+00874 <a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;getline(dataline,1024);
+00875 WriteServ(user-&gt;<a class="code" href="classconnection.html#o0">fd</a>,<span class="stringliteral">"NOTICE %s :%s"</span>,user-&gt;<a class="code" href="classuserrec.html#o0">nick</a>,dataline);
+00876 }
+00877 }
+00878 <span class="keywordflow">else</span>
+00879 {
+00880 WriteOpers(<span class="stringliteral">"There were errors in the configuration file:"</span>,user-&gt;<a class="code" href="classuserrec.html#o0">nick</a>);
+00881 <span class="keywordflow">while</span> (!<a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;eof())
+00882 {
+00883 <a class="code" href="classConfigReader.html#p1">errorlog</a>-&gt;getline(dataline,1024);
+00884 WriteOpers(dataline);
+00885 }
+00886 }
+00887 <span class="keywordflow">return</span>;
+00888 }
+00889 }
</pre></div> </td>
</tr>
</table>
@@ -304,13 +304,13 @@ Counts the number of times a given tag appears in the config file.
<p>
This method counts the number of times a tag appears in a config file, for use where there are several tags of the same kind, e.g. with opers and connect types. It can be used with the index value of <a class="el" href="classConfigReader.html#a3">ConfigReader::ReadValue</a> to loop through all copies of a multiple instance tag.
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00847">847</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00892">892</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00899">cache</a>.
+References <a class="el" href="modules_8h-source.html#l00952">cache</a>.
<p>
-<div class="fragment"><pre>00848 {
-00849 <span class="keywordflow">return</span> EnumConf(cache,tag.c_str());
-00850 }
+<div class="fragment"><pre>00893 {
+00894 <span class="keywordflow">return</span> EnumConf(cache,tag.c_str());
+00895 }
</pre></div> </td>
</tr>
</table>
@@ -353,13 +353,13 @@ Returns the number of items within a tag.
<p>
For example if the tag was &lt;test tag="blah" data="foo"&gt; then this function would return 2. Spaces and newlines both qualify as valid seperators between values.
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00852">852</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00897">897</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00899">cache</a>.
+References <a class="el" href="modules_8h-source.html#l00952">cache</a>.
<p>
-<div class="fragment"><pre>00853 {
-00854 <span class="keywordflow">return</span> EnumValues(cache, tag.c_str(), index);
-00855 }
+<div class="fragment"><pre>00898 {
+00899 <span class="keywordflow">return</span> EnumValues(cache, tag.c_str(), index);
+00900 }
</pre></div> </td>
</tr>
</table>
@@ -392,15 +392,15 @@ Returns the last error to occur.
<p>
Valid errors can be found by looking in <a class="el" href="modules_8h.html">modules.h</a>. Any nonzero value indicates an error condition. A call to <a class="el" href="classConfigReader.html#a6">GetError()</a> resets the error flag back to 0.
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00807">807</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00852">852</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00904">error</a>.
+References <a class="el" href="modules_8h-source.html#l00957">error</a>.
<p>
-<div class="fragment"><pre>00808 {
-00809 <span class="keywordtype">long</span> olderr = this-&gt;<a class="code" href="classConfigReader.html#p3">error</a>;
-00810 this-&gt;error = 0;
-00811 <span class="keywordflow">return</span> olderr;
-00812 }
+<div class="fragment"><pre>00853 {
+00854 <span class="keywordtype">long</span> olderr = this-&gt;<a class="code" href="classConfigReader.html#p3">error</a>;
+00855 this-&gt;error = 0;
+00856 <span class="keywordflow">return</span> olderr;
+00857 }
</pre></div> </td>
</tr>
</table>
@@ -449,25 +449,25 @@ Retrieves a boolean value from the config file.
<p>
This method retrieves a boolean value from the config file. Where multiple copies of the tag exist in the config file, index indicates which of the values to retrieve. The values "1", "yes" and "true" in the config file count as true to ReadFlag, and any other value counts as false.
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00761">761</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
-<p>
-References <a class="el" href="modules_8h-source.html#l00899">cache</a>, <a class="el" href="modules_8h-source.html#l00882">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00904">error</a>.
-<p>
-<div class="fragment"><pre>00762 {
-00763 <span class="keywordtype">char</span> val[MAXBUF];
-00764 <span class="keywordtype">char</span> t[MAXBUF];
-00765 <span class="keywordtype">char</span> n[MAXBUF];
-00766 strlcpy(t,tag.c_str(),MAXBUF);
-00767 strlcpy(n,name.c_str(),MAXBUF);
-00768 <span class="keywordtype">int</span> res = ReadConf(cache,t,n,index,val);
-00769 <span class="keywordflow">if</span> (!res)
-00770 {
-00771 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a29">CONF_VALUE_NOT_FOUND</a>;
-00772 <span class="keywordflow">return</span> <span class="keyword">false</span>;
-00773 }
-00774 std::string s = val;
-00775 <span class="keywordflow">return</span> ((s == <span class="stringliteral">"yes"</span>) || (s == <span class="stringliteral">"YES"</span>) || (s == <span class="stringliteral">"true"</span>) || (s == <span class="stringliteral">"TRUE"</span>) || (s == <span class="stringliteral">"1"</span>));
-00776 }
+Definition at line <a class="el" href="modules_8cpp-source.html#l00806">806</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+<p>
+References <a class="el" href="modules_8h-source.html#l00952">cache</a>, <a class="el" href="modules_8h-source.html#l00934">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00957">error</a>.
+<p>
+<div class="fragment"><pre>00807 {
+00808 <span class="keywordtype">char</span> val[MAXBUF];
+00809 <span class="keywordtype">char</span> t[MAXBUF];
+00810 <span class="keywordtype">char</span> n[MAXBUF];
+00811 strlcpy(t,tag.c_str(),MAXBUF);
+00812 strlcpy(n,name.c_str(),MAXBUF);
+00813 <span class="keywordtype">int</span> res = ReadConf(cache,t,n,index,val);
+00814 <span class="keywordflow">if</span> (!res)
+00815 {
+00816 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a29">CONF_VALUE_NOT_FOUND</a>;
+00817 <span class="keywordflow">return</span> <span class="keyword">false</span>;
+00818 }
+00819 std::string s = val;
+00820 <span class="keywordflow">return</span> ((s == <span class="stringliteral">"yes"</span>) || (s == <span class="stringliteral">"YES"</span>) || (s == <span class="stringliteral">"true"</span>) || (s == <span class="stringliteral">"TRUE"</span>) || (s == <span class="stringliteral">"1"</span>));
+00821 }
</pre></div> </td>
</tr>
</table>
@@ -522,37 +522,37 @@ Retrieves an integer value from the config file.
<p>
This method retrieves an integer value from the config file. Where multiple copies of the tag exist in the config file, index indicates which of the values to retrieve. Any invalid integer values in the tag will cause the objects error value to be set, and any call to <a class="el" href="classConfigReader.html#a6">GetError()</a> will return CONF_INVALID_NUMBER to be returned. needs_unsigned is set if the number must be unsigned. If a signed number is placed into a tag which is specified unsigned, 0 will be returned and <a class="el" href="classConfigReader.html#a6">GetError()</a> will return CONF_NOT_UNSIGNED
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00778">778</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
-<p>
-References <a class="el" href="modules_8h-source.html#l00899">cache</a>, <a class="el" href="modules_8h-source.html#l00880">CONF_NOT_A_NUMBER</a>, <a class="el" href="modules_8h-source.html#l00881">CONF_NOT_UNSIGNED</a>, <a class="el" href="modules_8h-source.html#l00882">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00904">error</a>.
-<p>
-<div class="fragment"><pre>00779 {
-00780 <span class="keywordtype">char</span> val[MAXBUF];
-00781 <span class="keywordtype">char</span> t[MAXBUF];
-00782 <span class="keywordtype">char</span> n[MAXBUF];
-00783 strlcpy(t,tag.c_str(),MAXBUF);
-00784 strlcpy(n,name.c_str(),MAXBUF);
-00785 <span class="keywordtype">int</span> res = ReadConf(cache,t,n,index,val);
-00786 <span class="keywordflow">if</span> (!res)
-00787 {
-00788 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a29">CONF_VALUE_NOT_FOUND</a>;
-00789 <span class="keywordflow">return</span> 0;
-00790 }
-00791 <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; strlen(val); i++)
-00792 {
-00793 <span class="keywordflow">if</span> (!isdigit(val[i]))
-00794 {
-00795 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a27">CONF_NOT_A_NUMBER</a>;
-00796 <span class="keywordflow">return</span> 0;
-00797 }
-00798 }
-00799 <span class="keywordflow">if</span> ((needs_unsigned) &amp;&amp; (atoi(val)&lt;0))
-00800 {
-00801 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a28">CONF_NOT_UNSIGNED</a>;
-00802 <span class="keywordflow">return</span> 0;
-00803 }
-00804 <span class="keywordflow">return</span> atoi(val);
-00805 }
+Definition at line <a class="el" href="modules_8cpp-source.html#l00823">823</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+<p>
+References <a class="el" href="modules_8h-source.html#l00952">cache</a>, <a class="el" href="modules_8h-source.html#l00932">CONF_NOT_A_NUMBER</a>, <a class="el" href="modules_8h-source.html#l00933">CONF_NOT_UNSIGNED</a>, <a class="el" href="modules_8h-source.html#l00934">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00957">error</a>.
+<p>
+<div class="fragment"><pre>00824 {
+00825 <span class="keywordtype">char</span> val[MAXBUF];
+00826 <span class="keywordtype">char</span> t[MAXBUF];
+00827 <span class="keywordtype">char</span> n[MAXBUF];
+00828 strlcpy(t,tag.c_str(),MAXBUF);
+00829 strlcpy(n,name.c_str(),MAXBUF);
+00830 <span class="keywordtype">int</span> res = ReadConf(cache,t,n,index,val);
+00831 <span class="keywordflow">if</span> (!res)
+00832 {
+00833 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a29">CONF_VALUE_NOT_FOUND</a>;
+00834 <span class="keywordflow">return</span> 0;
+00835 }
+00836 <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; strlen(val); i++)
+00837 {
+00838 <span class="keywordflow">if</span> (!isdigit(val[i]))
+00839 {
+00840 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a27">CONF_NOT_A_NUMBER</a>;
+00841 <span class="keywordflow">return</span> 0;
+00842 }
+00843 }
+00844 <span class="keywordflow">if</span> ((needs_unsigned) &amp;&amp; (atoi(val)&lt;0))
+00845 {
+00846 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a28">CONF_NOT_UNSIGNED</a>;
+00847 <span class="keywordflow">return</span> 0;
+00848 }
+00849 <span class="keywordflow">return</span> atoi(val);
+00850 }
</pre></div> </td>
</tr>
</table>
@@ -601,24 +601,24 @@ Retrieves a value from the config file.
<p>
This method retrieves a value from the config file. Where multiple copies of the tag exist in the config file, index indicates which of the values to retrieve.
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00745">745</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
-<p>
-References <a class="el" href="modules_8h-source.html#l00899">cache</a>, <a class="el" href="modules_8h-source.html#l00882">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00904">error</a>.
-<p>
-<div class="fragment"><pre>00746 {
-00747 <span class="keywordtype">char</span> val[MAXBUF];
-00748 <span class="keywordtype">char</span> t[MAXBUF];
-00749 <span class="keywordtype">char</span> n[MAXBUF];
-00750 strlcpy(t,tag.c_str(),MAXBUF);
-00751 strlcpy(n,name.c_str(),MAXBUF);
-00752 <span class="keywordtype">int</span> res = ReadConf(cache,t,n,index,val);
-00753 <span class="keywordflow">if</span> (!res)
-00754 {
-00755 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a29">CONF_VALUE_NOT_FOUND</a>;
-00756 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
-00757 }
-00758 <span class="keywordflow">return</span> std::string(val);
-00759 }
+Definition at line <a class="el" href="modules_8cpp-source.html#l00790">790</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+<p>
+References <a class="el" href="modules_8h-source.html#l00952">cache</a>, <a class="el" href="modules_8h-source.html#l00934">CONF_VALUE_NOT_FOUND</a>, and <a class="el" href="modules_8h-source.html#l00957">error</a>.
+<p>
+<div class="fragment"><pre>00791 {
+00792 <span class="keywordtype">char</span> val[MAXBUF];
+00793 <span class="keywordtype">char</span> t[MAXBUF];
+00794 <span class="keywordtype">char</span> n[MAXBUF];
+00795 strlcpy(t,tag.c_str(),MAXBUF);
+00796 strlcpy(n,name.c_str(),MAXBUF);
+00797 <span class="keywordtype">int</span> res = ReadConf(cache,t,n,index,val);
+00798 <span class="keywordflow">if</span> (!res)
+00799 {
+00800 this-&gt;<a class="code" href="classConfigReader.html#p3">error</a> = <a class="code" href="modules_8h.html#a29">CONF_VALUE_NOT_FOUND</a>;
+00801 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
+00802 }
+00803 <span class="keywordflow">return</span> std::string(val);
+00804 }
</pre></div> </td>
</tr>
</table>
@@ -651,13 +651,13 @@ Returns true if a config file is valid.
<p>
This method is partially implemented and will only return false if the config file does not exist or could not be opened.
<p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00857">857</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00902">902</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
<p>
-References <a class="el" href="modules_8h-source.html#l00903">readerror</a>.
+References <a class="el" href="modules_8h-source.html#l00956">readerror</a>.
<p>
-<div class="fragment"><pre>00858 {
-00859 <span class="keywordflow">return</span> this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a>;
-00860 }
+<div class="fragment"><pre>00903 {
+00904 <span class="keywordflow">return</span> this-&gt;<a class="code" href="classConfigReader.html#p2">readerror</a>;
+00905 }
</pre></div> </td>
</tr>
</table>
@@ -685,9 +685,9 @@ The contents of the configuration file This protected member should never be acc
<p>
It will contain a pointer to the configuration file data with unneeded data (such as comments) stripped from it.
<p>
-Definition at line <a class="el" href="modules_8h-source.html#l00899">899</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00952">952</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
<p>
-Referenced by <a class="el" href="modules_8cpp-source.html#l00717">ConfigReader()</a>, <a class="el" href="modules_8cpp-source.html#l00847">Enumerate()</a>, <a class="el" href="modules_8cpp-source.html#l00852">EnumerateValues()</a>, <a class="el" href="modules_8cpp-source.html#l00761">ReadFlag()</a>, <a class="el" href="modules_8cpp-source.html#l00778">ReadInteger()</a>, <a class="el" href="modules_8cpp-source.html#l00745">ReadValue()</a>, and <a class="el" href="modules_8cpp-source.html#l00727">~ConfigReader()</a>. </td>
+Referenced by <a class="el" href="modules_8cpp-source.html#l00762">ConfigReader()</a>, <a class="el" href="modules_8cpp-source.html#l00892">Enumerate()</a>, <a class="el" href="modules_8cpp-source.html#l00897">EnumerateValues()</a>, <a class="el" href="modules_8cpp-source.html#l00806">ReadFlag()</a>, <a class="el" href="modules_8cpp-source.html#l00823">ReadInteger()</a>, <a class="el" href="modules_8cpp-source.html#l00790">ReadValue()</a>, and <a class="el" href="modules_8cpp-source.html#l00772">~ConfigReader()</a>. </td>
</tr>
</table>
<a name="p3" doxytag="ConfigReader::error"></a><p>
@@ -711,9 +711,9 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00717">ConfigReader(
<p>
<p>
-Definition at line <a class="el" href="modules_8h-source.html#l00904">904</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00957">957</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
<p>
-Referenced by <a class="el" href="modules_8cpp-source.html#l00717">ConfigReader()</a>, <a class="el" href="modules_8cpp-source.html#l00807">GetError()</a>, <a class="el" href="modules_8cpp-source.html#l00761">ReadFlag()</a>, <a class="el" href="modules_8cpp-source.html#l00778">ReadInteger()</a>, and <a class="el" href="modules_8cpp-source.html#l00745">ReadValue()</a>. </td>
+Referenced by <a class="el" href="modules_8cpp-source.html#l00762">ConfigReader()</a>, <a class="el" href="modules_8cpp-source.html#l00852">GetError()</a>, <a class="el" href="modules_8cpp-source.html#l00806">ReadFlag()</a>, <a class="el" href="modules_8cpp-source.html#l00823">ReadInteger()</a>, and <a class="el" href="modules_8cpp-source.html#l00790">ReadValue()</a>. </td>
</tr>
</table>
<a name="p1" doxytag="ConfigReader::errorlog"></a><p>
@@ -737,9 +737,9 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00717">ConfigReader(
<p>
<p>
-Definition at line <a class="el" href="modules_8h-source.html#l00900">900</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00953">953</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
<p>
-Referenced by <a class="el" href="modules_8cpp-source.html#l00717">ConfigReader()</a>, <a class="el" href="modules_8cpp-source.html#l00814">DumpErrors()</a>, and <a class="el" href="modules_8cpp-source.html#l00727">~ConfigReader()</a>. </td>
+Referenced by <a class="el" href="modules_8cpp-source.html#l00762">ConfigReader()</a>, <a class="el" href="modules_8cpp-source.html#l00859">DumpErrors()</a>, and <a class="el" href="modules_8cpp-source.html#l00772">~ConfigReader()</a>. </td>
</tr>
</table>
<a name="p2" doxytag="ConfigReader::readerror"></a><p>
@@ -765,14 +765,14 @@ Used to store errors.
<p>
<p>
-Definition at line <a class="el" href="modules_8h-source.html#l00903">903</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00956">956</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
<p>
-Referenced by <a class="el" href="modules_8cpp-source.html#l00717">ConfigReader()</a>, and <a class="el" href="modules_8cpp-source.html#l00857">Verify()</a>. </td>
+Referenced by <a class="el" href="modules_8cpp-source.html#l00762">ConfigReader()</a>, and <a class="el" href="modules_8cpp-source.html#l00902">Verify()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="modules_8h-source.html">modules.h</a><li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul>
-<hr size="1"><address style="align: right;"><small>Generated on Sat Apr 16 14:49:51 2005 for InspIRCd by
+<hr size="1"><address style="align: right;"><small>Generated on Sat Apr 16 18:57:16 2005 for InspIRCd by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
</a>1.3.3 </small></address>