<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules.h, branch v2.0.0b4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules.h?h=v2.0.0b4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules.h?h=v2.0.0b4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-02-20T09:15:55Z</updated>
<entry>
<title>Restore &lt;options:exemptchanops&gt; with long names</title>
<updated>2010-02-20T09:15:55Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-20T09:15:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4d46f5f9ef94c295649afad38c6d496ae2bbe5e1'/>
<id>urn:sha1:4d46f5f9ef94c295649afad38c6d496ae2bbe5e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12502 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for nostalgia</title>
<updated>2010-02-19T02:50:29Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-19T02:50:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c2ec183ffe0fd0db4fe3c06874a888f84738f49c'/>
<id>urn:sha1:c2ec183ffe0fd0db4fe3c06874a888f84738f49c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12497 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Defer module init on initial load for easier dependency checking</title>
<updated>2010-02-16T20:32:43Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-16T20:32:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=394414b7eb3eba8e1e7e429b6273c5a8f2e9dab9'/>
<id>urn:sha1:394414b7eb3eba8e1e7e429b6273c5a8f2e9dab9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12477 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>m_dnsbl updates</title>
<updated>2010-02-14T00:31:44Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-14T00:31:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4498f1abd163b140efcbbd9e75173665c9b1c29f'/>
<id>urn:sha1:4498f1abd163b140efcbbd9e75173665c9b1c29f</id>
<content type='text'>
Prevent user registration until dnsbl lookups are complete
Allow DNSBLs to be checked using &lt;connect:dnsbl&gt; (MARK type)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12454 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add random number generation functions to InspIRCd class.</title>
<updated>2010-02-09T02:22:27Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-09T02:22:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aab7998583ca16590a32c7bdb80955a18b090700'/>
<id>urn:sha1:aab7998583ca16590a32c7bdb80955a18b090700</id>
<content type='text'>
Default implementation uses libc random(), which can be better than rand().
If gnutls is loaded, gcrypt will be used to provide random numbers.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12404 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add OnSetConnectClass hook for use in adding requirements to connect classes (such as requiressl)</title>
<updated>2010-02-02T15:02:33Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-02T15:02:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8e34d66ef3bef802e5758ad73ff29e1b75aaba7f'/>
<id>urn:sha1:8e34d66ef3bef802e5758ad73ff29e1b75aaba7f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12352 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H</title>
<updated>2010-02-01T01:31:40Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-01T01:31:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=23e62cef071f8d037b2d163d60bcc85f5887776c'/>
<id>urn:sha1:23e62cef071f8d037b2d163d60bcc85f5887776c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12345 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>PreCommand/PostCommand are local-only hooks</title>
<updated>2010-01-18T17:35:55Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-18T17:35:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ee588b23fd915255d2cea0c537e6938297dbe5b'/>
<id>urn:sha1:9ee588b23fd915255d2cea0c537e6938297dbe5b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12291 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add Module::init() for correct exception handling during hook registration</title>
<updated>2010-01-17T16:00:14Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-17T16:00:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b6bdeccb537b6f8030172c37afa7dc324e26765'/>
<id>urn:sha1:4b6bdeccb537b6f8030172c37afa7dc324e26765</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12278 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Verify cloak keys match during CAPAB negotiation</title>
<updated>2010-01-14T18:22:39Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-14T18:22:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ac002a195d35b12218b912d369570aad45c1839f'/>
<id>urn:sha1:ac002a195d35b12218b912d369570aad45c1839f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12258 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
