<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, branch v2.0fork</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=v2.0fork</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v2.0fork'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-20T13:40:35Z</updated>
<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>
<entry>
<title>Show config warnings/errors regardless of loglevel on startup.</title>
<updated>2009-08-01T22:02:57Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-01T22:02:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=090e7b616104723960ab51d8faa966af333eb15d'/>
<id>urn:sha1:090e7b616104723960ab51d8faa966af333eb15d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11451 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Various rehash fixes that it seems were introduced by untested code.</title>
<updated>2009-08-01T21:58:17Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-01T21:58:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c71db5cbdece1b5ce878c68f162acb52eff8becd'/>
<id>urn:sha1:c71db5cbdece1b5ce878c68f162acb52eff8becd</id>
<content type='text'>
- Remove unused ReportConfigError member
- Don't report successful load (and spam modules that failed to load) if there is a config error
- Restore server name before attempting to send error string to client(s) otherwise most of them won't recieve the notifications.
Fixes bug #891. Still to come: report errors loudly on startup regardless of debug mode.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11450 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rehash message fixes from Ankit, thanks</title>
<updated>2009-07-31T21:59:31Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-31T21:59:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=922cec5bc322c659e5014af82b8083b7ff93d225'/>
<id>urn:sha1:922cec5bc322c659e5014af82b8083b7ff93d225</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11447 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
