<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v2.0.0b2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v2.0.0b2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v2.0.0b2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-02-09T02:22:27Z</updated>
<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>Move configuration examples to docs, remove automatic overwrite on make install</title>
<updated>2010-02-06T04:29:02Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-06T04:29:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1d17a9d23e533e0a5e9a0cdec17fd40adf0f0821'/>
<id>urn:sha1:1d17a9d23e533e0a5e9a0cdec17fd40adf0f0821</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12383 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix STARTTLS sending the 670 numeric within the SSL session, not prior to it</title>
<updated>2010-02-03T21:43:02Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-03T21:43:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=29a569fa74177f1cf7d9a2597a46f78e88da97fe'/>
<id>urn:sha1:29a569fa74177f1cf7d9a2597a46f78e88da97fe</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12366 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow SSL fingerprint hash to be specified, and show fingerprint to client on connect</title>
<updated>2010-02-02T23:24:30Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-02T23:24:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=05c75aba6b4bf77a8731cd017149b8a40c9182b9'/>
<id>urn:sha1:05c75aba6b4bf77a8731cd017149b8a40c9182b9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12357 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Put ConfigReader deprecation warning in logs</title>
<updated>2010-01-21T20:47:10Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-21T20:47:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e77259697ecfc82c58ba358a1efe25f288414c7e'/>
<id>urn:sha1:e77259697ecfc82c58ba358a1efe25f288414c7e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12310 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>Make a ./configure --system to support system-wide installation of inspircd</title>
<updated>2010-01-17T00:29:28Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-17T00:29:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5de7651ebeee56e6deca4d5e357b22869719bb8f'/>
<id>urn:sha1:5de7651ebeee56e6deca4d5e357b22869719bb8f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12275 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_regex_* as VF_COMMON</title>
<updated>2010-01-14T18:47:51Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-14T18:47:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=79228c71c3cf862046ef456f2fbb0cc2fe4c9369'/>
<id>urn:sha1:79228c71c3cf862046ef456f2fbb0cc2fe4c9369</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12259 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use ServiceProvider for inter-module dependencies</title>
<updated>2009-11-16T17:59:06Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-16T17:59:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e'/>
<id>urn:sha1:54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e</id>
<content type='text'>
This will stop dependency chains from preventing module reloads when
it is not actually needed; however, it removes some failsafes that will
need to be reimplemented in order to avoid unmapped vtables.

This deprecates Request as an inter-module signaling mechanism, although
SQL still uses it.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
