<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v2.0.13</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v2.0.13</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v2.0.13'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2013-06-05T21:11:50Z</updated>
<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://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://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://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://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://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://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://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://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>
<entry>
<title>Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAEWOULDBLOCK</title>
<updated>2013-04-16T23:19:42Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-04-16T08:34:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=47332d6e9b990498dd35457090dd8983d8aae8d3'/>
<id>urn:sha1:47332d6e9b990498dd35457090dd8983d8aae8d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ldapoper Make the module actually work</title>
<updated>2013-03-29T00:09:34Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-23T20:08:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3135a6cc0e7515bd1b8d5140af720eeb40b953cd'/>
<id>urn:sha1:3135a6cc0e7515bd1b8d5140af720eeb40b953cd</id>
<content type='text'>
Fixes #439 reported by @rhylan
</content>
</entry>
</feed>
