<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, branch v1.2.4</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.2.4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v1.2.4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-01-16T22:54:43Z</updated>
<entry>
<title>Check for configuration errors before erroring on port binds.</title>
<updated>2010-01-16T22:54:43Z</updated>
<author>
<name>w00t</name>
</author>
<published>2010-01-16T22:54:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=979cb35928464a8b75551629219ec41f41caf308'/>
<id>urn:sha1:979cb35928464a8b75551629219ec41f41caf308</id>
<content type='text'>
This allows an ircd to start with some ports unbound, which is useful in some situations.

git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12273 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Correct fix by Namegduf for bug #922, as my earlier fix just made it worse</title>
<updated>2009-12-04T00:38:36Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-12-04T00:38:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eb2a2aac53ad20f15dc8c0e88e2cefa200325df2'/>
<id>urn:sha1:eb2a2aac53ad20f15dc8c0e88e2cefa200325df2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12232 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Copy SID and server name from existing config before running checks; fixes bug #919</title>
<updated>2009-11-06T23:25:47Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-06T23:25:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=97ea9ed9591756598541b2c3f6d4310e222f8ddc'/>
<id>urn:sha1:97ea9ed9591756598541b2c3f6d4310e222f8ddc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12049 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix access-after-free on rehash</title>
<updated>2009-08-20T13:40:35Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-20T13:40:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d9dcf0459cc5d23d1527f33b108d1d8417f8dce3'/>
<id>urn:sha1:d9dcf0459cc5d23d1527f33b108d1d8417f8dce3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11534 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make rehash work more than once per run, and fix some uninitialized values in connect classes</title>
<updated>2009-08-12T19:38:48Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-12T19:38:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6cfd6ad816d597a88abcbe6c6dc9d3e507aa539c'/>
<id>urn:sha1:6cfd6ad816d597a88abcbe6c6dc9d3e507aa539c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11505 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes for config reader</title>
<updated>2009-08-12T18:03:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-12T18:03:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0036e3a70cabea02e9ec2103ed1dfdf5c799289f'/>
<id>urn:sha1:0036e3a70cabea02e9ec2103ed1dfdf5c799289f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11504 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't catch and rethrow, as with the mutexing here removed it's no longer required. Thanks Special for noticing.</title>
<updated>2009-08-05T12:31:25Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-05T12:31:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a78c7a7867409b6d9c67d33dbeaa7c9677a6287'/>
<id>urn:sha1:4a78c7a7867409b6d9c67d33dbeaa7c9677a6287</id>
<content type='text'>
This rethrow was also not best-practice, 'throw;' is the recommended C++ way to rethrow an exception.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11496 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>How about we abort if there were errors, not if there weren't any? Great idea...</title>
<updated>2009-08-05T00:31:29Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-05T00:31:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e808012628a7aa22e4efafd98c3535e0122e5153'/>
<id>urn:sha1:e808012628a7aa22e4efafd98c3535e0122e5153</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11494 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix config errors being detected even if there were none</title>
<updated>2009-08-05T00:16:28Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-05T00:16:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=834994a7ce3d0396f62eba4685443752f4744ab3'/>
<id>urn:sha1:834994a7ce3d0396f62eba4685443752f4744ab3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11493 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Exit if there were errors reading configuration on startup.</title>
<updated>2009-08-04T16:09:30Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-04T16:09:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8a92502932b844c0e24e57dfdd444b11e93a02aa'/>
<id>urn:sha1:8a92502932b844c0e24e57dfdd444b11e93a02aa</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11486 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
