<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules, branch v3.3.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules?h=v3.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules?h=v3.3.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-08-23T09:51:31Z</updated>
<entry>
<title>Silence some GCC warnings.</title>
<updated>2019-08-23T09:51:31Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-23T09:42:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ed9396278c2499f5322575c87aa4daea33992e3'/>
<id>urn:sha1:9ed9396278c2499f5322575c87aa4daea33992e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve escaping strings in the MySQL module.</title>
<updated>2019-08-20T15:26:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-20T14:04:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f9175f65188fe6c37cda1d94529297008670ab65'/>
<id>urn:sha1:f9175f65188fe6c37cda1d94529297008670ab65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initialise and deallocate the MySQL library correctly.</title>
<updated>2019-08-20T15:19:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-20T15:17:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8745660fcdac7c1b80c94cfc0ff60928cd4dd4b7'/>
<id>urn:sha1:8745660fcdac7c1b80c94cfc0ff60928cd4dd4b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some remaining uses of ato[il].</title>
<updated>2019-08-13T19:11:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-13T19:11:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d35c3396a1f00375d45b874dafb9e0bdb520a9b'/>
<id>urn:sha1:2d35c3396a1f00375d45b874dafb9e0bdb520a9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert LocalExtItem to a typedef and deprecate it.</title>
<updated>2019-08-13T14:02:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-13T13:03:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=703ba72071b970caaa7554b1e58a13def57694dc'/>
<id>urn:sha1:703ba72071b970caaa7554b1e58a13def57694dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix waitpong referring to registration timeouts as ping timeouts.</title>
<updated>2019-08-09T02:46:23Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-09T02:03:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=541c461cca2c734354bd009c530265db2005df58'/>
<id>urn:sha1:541c461cca2c734354bd009c530265db2005df58</id>
<content type='text'>
If the client does not send a PONG message in time then they will
receive a registration timeout. The client will only receive a ping
timeout in response to a unanswered PING whilst fuilly connected to
the server.
</content>
</entry>
<entry>
<title>Fix DNSBL lookups for IPv6.</title>
<updated>2019-08-08T10:59:33Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-08-08T04:51:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=932121c6ffa25e343b83210888469c5e3f2e12a8'/>
<id>urn:sha1:932121c6ffa25e343b83210888469c5e3f2e12a8</id>
<content type='text'>
A '.' gets added to the end of `reversedip` when creating the DNSBL
hostname for the resolver. We need to remove the trailing '.' on the
IPv6 form of `reversedip` or the resolver will fail.
</content>
</entry>
<entry>
<title>Convert all core ExtensionItem code away from {un,}serialize.</title>
<updated>2019-08-07T18:37:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-07T18:37:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=714284aa306f2912eaca0c28d779d227db62a96b'/>
<id>urn:sha1:714284aa306f2912eaca0c28d779d227db62a96b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add {To,From}{Human,Internal,Network} to ExtensionItem.</title>
<updated>2019-08-07T15:38:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-07T12:40:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=85182d727c0d549b9cf6659ad36dec70fcf02278'/>
<id>urn:sha1:85182d727c0d549b9cf6659ad36dec70fcf02278</id>
<content type='text'>
Also, deprecate the old SerializeFormat/serialize/unserialise API.
</content>
</entry>
<entry>
<title>Only send ACCOUNT and CHGHOST to clients that have sent NICK/USER.</title>
<updated>2019-07-31T23:11:12Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-31T23:11:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4e3d655dff6f8a5aed626475fbf19c2a7119c20b'/>
<id>urn:sha1:4e3d655dff6f8a5aed626475fbf19c2a7119c20b</id>
<content type='text'>
Closes #1657.
</content>
</entry>
</feed>
