<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/hmac.cpp, branch v2.0.0rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/hmac.cpp?h=v2.0.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/hmac.cpp?h=v2.0.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-02-21T17:08:54Z</updated>
<entry>
<title>Add HMAC implementation to HashProvider</title>
<updated>2010-02-21T17:08:54Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-21T17:08:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=527c492cf1c86ede062c49d45ebda17c8c6dfc68'/>
<id>urn:sha1:527c492cf1c86ede062c49d45ebda17c8c6dfc68</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12508 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>SSL certificate requests prior to full registration must use SocketCertificateRequest</title>
<updated>2010-02-08T22:40:30Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-08T22:40:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b7bed41eb90a1c71bf99af1ce7cb0685e5582cf7'/>
<id>urn:sha1:b7bed41eb90a1c71bf99af1ce7cb0685e5582cf7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12402 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Improve SSL fingerprint on link message</title>
<updated>2010-02-01T20:42:47Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-01T20:42:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f910ad1ad2306e1831616dead705d974e3d1a132'/>
<id>urn:sha1:f910ad1ad2306e1831616dead705d974e3d1a132</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12350 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not just by letter</title>
<updated>2010-01-15T19:46:01Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-15T19:46:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=33318dd6fbc2fa38ccf16ca90a95666f28d860b3'/>
<id>urn:sha1:33318dd6fbc2fa38ccf16ca90a95666f28d860b3</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12262 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>
<entry>
<title>Remove Extensible parent from EventHandler</title>
<updated>2009-11-06T22:37:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-06T22:37:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eaace5ed7cef3a02f905689a1b44a092ca99a6e1'/>
<id>urn:sha1:eaace5ed7cef3a02f905689a1b44a092ca99a6e1</id>
<content type='text'>
This also fixes SSL certificate support when m_sslinfo is not loaded

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12048 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Improve SSL fingerprint messages when linking servers</title>
<updated>2009-10-18T01:40:19Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-18T01:40:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cced60255b08181d35b9bb26545a85feebd6b5cb'/>
<id>urn:sha1:cced60255b08181d35b9bb26545a85feebd6b5cb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11899 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update m_cloaking to use free-form keys instead of weakening the hash IV</title>
<updated>2009-10-10T17:06:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-10T17:06:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=26cd5393c9308fabe73c41870f06f73a5b001cd7'/>
<id>urn:sha1:26cd5393c9308fabe73c41870f06f73a5b001cd7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11820 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
