<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, branch v1.2.0rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src?h=v1.2.0rc4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src?h=v1.2.0rc4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-02T15:05:06Z</updated>
<entry>
<title>Fix a missed reference</title>
<updated>2009-08-02T15:05:06Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-02T15:05:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2da6369ab26d3a39941e4ece95600f82ffcc5611'/>
<id>urn:sha1:2da6369ab26d3a39941e4ece95600f82ffcc5611</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11457 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Bump version number to rc4</title>
<updated>2009-08-02T14:08:49Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-02T14:08:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9c25b81aee5eccfdec83f65857ad763998744801'/>
<id>urn:sha1:9c25b81aee5eccfdec83f65857ad763998744801</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11454 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Patch to not increment nickchange counter for nick changes that would be blocked elsewhere, fixes bug #874. Patch by dz, but he was too slow to commit it :p</title>
<updated>2009-08-02T14:02:25Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-02T14:02:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa676cfc88cea1b167fd91f280202f9e1d35c1ca'/>
<id>urn:sha1:fa676cfc88cea1b167fd91f280202f9e1d35c1ca</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11453 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't apply bans to E:Lined connections. Should fix bug #896.</title>
<updated>2009-08-01T22:16:58Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-01T22:16:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0eabe028e25de0cf5037f523a8df72f1dd7e85bf'/>
<id>urn:sha1:0eabe028e25de0cf5037f523a8df72f1dd7e85bf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11452 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>Check that the &lt;connect&gt; block actually specifies a host before checking whether the user matches it. Allows for &lt;connect&gt; blocks on other criteria, like ports - fixes bug #797.</title>
<updated>2009-08-01T21:22:50Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-01T21:22:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee465c20b6841bce724fa5e1402b1c9ee60b788e'/>
<id>urn:sha1:ee465c20b6841bce724fa5e1402b1c9ee60b788e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11449 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Reconnect to LDAP server if connection goes away, fixes bug #818.</title>
<updated>2009-08-01T21:05:06Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-01T21:05:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=60a68720211304bb62936be68e8ad40f58ca8a85'/>
<id>urn:sha1:60a68720211304bb62936be68e8ad40f58ca8a85</id>
<content type='text'>
NOTE: I don't have an LDAP setup, so I'm totally in the blind on these commits.
Sorry, but it seems nobody else can be arsed to do it, so I will.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11448 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>
<entry>
<title>Send a failure numeric instead of QuitUser when STARTTLS is used after registration, because it could be used accidentally by users. Suggested by dKingston</title>
<updated>2009-07-27T02:08:17Z</updated>
<author>
<name>special</name>
</author>
<published>2009-07-27T02:08:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e9f2476e65b5aac0fbb74e22b83ce8362adc434c'/>
<id>urn:sha1:e9f2476e65b5aac0fbb74e22b83ce8362adc434c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11445 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
