<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, branch v1.1.0b7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v1.1.0b7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v1.1.0b7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-12-26T18:03:41Z</updated>
<entry>
<title>have configure detect SOMAXCONN and store it in a string define, SOMAXCONN_S</title>
<updated>2006-12-26T18:03:41Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-26T18:03:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=efc342f58c4cdb8cb31d6e9504478a71d1675206'/>
<id>urn:sha1:efc342f58c4cdb8cb31d6e9504478a71d1675206</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6126 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add defaults for a ton of config vars, fix indentation, and add MAXCLIENTS_S to avoid one of the itoa()'s</title>
<updated>2006-12-26T17:47:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-26T17:47:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=943def6a01b2e9692a676cb0b8bb9ae7411a737d'/>
<id>urn:sha1:943def6a01b2e9692a676cb0b8bb9ae7411a737d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6125 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add some defaults to serverconfig, removing need to set them in validate methods. Still more to do in multitags.</title>
<updated>2006-12-26T05:58:09Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-26T05:58:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0ed148acc39618853e0ef62086379be9459e2b58'/>
<id>urn:sha1:0ed148acc39618853e0ef62086379be9459e2b58</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6120 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Also add support for default values for ConfValueBool and ConfValueInteger in configreader, and for ReadFlag and ReadInteger in modules.</title>
<updated>2006-12-26T01:48:55Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-26T01:48:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f3f570b4fa14dd375ad4a06bddca8f365fb32c55'/>
<id>urn:sha1:f3f570b4fa14dd375ad4a06bddca8f365fb32c55</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6116 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tidyup a few var inits for whowas and ircu style prefix.</title>
<updated>2006-12-26T00:54:20Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-26T00:54:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=63483aa395ab48a15e7f3935f259bcbccb0e20cf'/>
<id>urn:sha1:63483aa395ab48a15e7f3935f259bcbccb0e20cf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6114 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add possibility to define default value for ConfValue in configreader and ReadConf in modules.</title>
<updated>2006-12-26T00:51:20Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-26T00:51:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=047f09dd572b89223ff3798dc25c34fe4c4172b3'/>
<id>urn:sha1:047f09dd572b89223ff3798dc25c34fe4c4172b3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6113 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug in m_dnsbl, a condition is always matched because someone was using unsigned int to check a return val that can be -1 *slap w00t*</title>
<updated>2006-12-23T16:40:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-23T16:40:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=de3978c580edabe667d0845ed6027c9ff25e461b'/>
<id>urn:sha1:de3978c580edabe667d0845ed6027c9ff25e461b</id>
<content type='text'>
Change around the way exit codes are formed so that we can return a sensible exit code that reflects why inspircd exited


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6076 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Uninitialized values: fun for ALL the family this xmas time.</title>
<updated>2006-12-22T21:27:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-22T21:27:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=18d1a07987501c2fa9a77cca5f0d5962be0cba38'/>
<id>urn:sha1:18d1a07987501c2fa9a77cca5f0d5962be0cba38</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6065 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Line 1582 configreader.cpp</title>
<updated>2006-12-22T20:32:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-22T20:32:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b3a11cb400fd02383c4b3eac67eeb54604d6ad77'/>
<id>urn:sha1:b3a11cb400fd02383c4b3eac67eeb54604d6ad77</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6063 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Refactor connect allow/deny lines</title>
<updated>2006-12-22T20:12:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-22T20:12:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49eabd1197dcd604950e6d6b6d838ba2e63188ab'/>
<id>urn:sha1:49eabd1197dcd604950e6d6b6d838ba2e63188ab</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6061 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
