<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v2.0.14</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.14</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v2.0.14'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-08-13T12:10:04Z</updated>
<entry>
<title>m_ssl_gnutls Fix feature testing and cipher suite related errors on older GnuTLS versions</title>
<updated>2013-08-13T12:10:04Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-13T12:10:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5f223beeaee91d8827454475c4ef6f679af4385d'/>
<id>urn:sha1:5f223beeaee91d8827454475c4ef6f679af4385d</id>
<content type='text'>
Use the (old) LIBGNUTLS_VERSION_* defines as a fallback when GNUTLS_VERSION_* is unavailable

Fixes #595 reported by @rhylan
</content>
</entry>
<entry>
<title>m_ssl_openssl Fix inverted check that prevented certificates from being recognized as trusted</title>
<updated>2013-07-16T20:30:18Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-07-16T20:30:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=561f4f642e5bc391300dd33989c3624986808ed8'/>
<id>urn:sha1:561f4f642e5bc391300dd33989c3624986808ed8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary string copies and dead code</title>
<updated>2013-06-05T21:11:50Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-05T21:11:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d87bfc277858543ff14cd43f4222c66362464094'/>
<id>urn:sha1:d87bfc277858543ff14cd43f4222c66362464094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6d6f5d</title>
<updated>2013-06-04T19:38:03Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-04T19:38:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9b08c60495603920baf3ab14607c702e1411bce6'/>
<id>urn:sha1:9b08c60495603920baf3ab14607c702e1411bce6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_mysql Fix escaping strings longer than MAXBUF/2</title>
<updated>2013-06-01T18:53:32Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-01T18:53:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e09600a431d0e0f2cde6457e088d84caf6d6f5d'/>
<id>urn:sha1:0e09600a431d0e0f2cde6457e088d84caf6d6f5d</id>
<content type='text'>
Quotes from the documentation:
"You must allocate the to buffer to be at least length*2+1 bytes long. (In the worst case, each character may need to be encoded as using two bytes, and you need room for the terminating null byte.)"

"The return value is the length of the encoded string, not including the terminating null character."

http://dev.mysql.com/doc/refman/5.6/en/mysql-real-escape-string.html
</content>
</entry>
<entry>
<title>m_mysql Fix crash on rehash when the database tags have been changed in the config</title>
<updated>2013-05-22T20:29:15Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-22T20:29:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8d172c077e41e08e3864615538c6b06f07f24d84'/>
<id>urn:sha1:8d172c077e41e08e3864615538c6b06f07f24d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_geoip Set cc in OnSetConnectClass to the newly created string if it was NULL</title>
<updated>2013-05-18T14:04:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-18T14:04:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b92f3e2032357e5e2aed9814ef169c6560787da7'/>
<id>urn:sha1:b92f3e2032357e5e2aed9814ef169c6560787da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ssl_gnutls Call gnutls_transport_set_errno() on Windows only</title>
<updated>2013-05-02T21:45:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-02T21:45:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dc4c8c85f383567aef9325a08515c9890bd89ab8'/>
<id>urn:sha1:dc4c8c85f383567aef9325a08515c9890bd89ab8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix gnutls (again) on Windows by using gnutls_transport_set_errno()</title>
<updated>2013-05-02T21:43:33Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-05-01T09:00:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=52386bed51b481f9779ef3525f7c09a10a7e49cf'/>
<id>urn:sha1:52386bed51b481f9779ef3525f7c09a10a7e49cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ssl_gnutls Add ability to load DH params from file</title>
<updated>2013-04-24T17:48:31Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-10T13:08:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=40398162c326eab06d1ce6e9397c25b0a32fa368'/>
<id>urn:sha1:40398162c326eab06d1ce6e9397c25b0a32fa368</id>
<content type='text'>
This greatly decreases the load time because the DH parameters no longer have to be (re)generated each time the module is loaded
</content>
</entry>
</feed>
