<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v3.0.0a8</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=v3.0.0a8</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v3.0.0a8'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-07-15T13:15:35Z</updated>
<entry>
<title>Use mysql_real_escape_string instead of mysql_escape string.</title>
<updated>2018-07-15T13:15:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-15T13:11:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d0dac3a2751e5b5edadf3befa8259f9902b9450b'/>
<id>urn:sha1:d0dac3a2751e5b5edadf3befa8259f9902b9450b</id>
<content type='text'>
This is not exploitable as far as I know but it is probably best
that we use the newer function just in case.

Closes #649 (although the attack mentioned in that issue was not
feasible).
</content>
</entry>
<entry>
<title>Merge tag 'v2.0.26' into master.</title>
<updated>2018-04-22T12:02:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-21T11:04:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=35b70631f0532a5828b04a8e0c02092a285f331a'/>
<id>urn:sha1:35b70631f0532a5828b04a8e0c02092a285f331a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ConfigTag::getUInt for reading unsigned config values.</title>
<updated>2018-04-16T14:29:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-14T14:43:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=780dda83ba3857bc3c330d4b5d38bb251a9d879b'/>
<id>urn:sha1:780dda83ba3857bc3c330d4b5d38bb251a9d879b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the default value in ConfigTag::get{Duration,Float,Int}.</title>
<updated>2018-04-16T14:07:06Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-14T15:53:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7ef2f87e39bd22c7914caf7f2afbb1a3bf8fbd43'/>
<id>urn:sha1:7ef2f87e39bd22c7914caf7f2afbb1a3bf8fbd43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include modules/whois.h directly from files that use it.</title>
<updated>2018-04-08T16:00:58Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-07T14:48:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c9cdf7255356761152f1e679a948f9bc55e07b00'/>
<id>urn:sha1:c9cdf7255356761152f1e679a948f9bc55e07b00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move OnStats from the core to a cross-module event.</title>
<updated>2018-04-08T15:54:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-07T14:07:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=454c8d374955d2ffb3ec1fca39a6efc32032c649'/>
<id>urn:sha1:454c8d374955d2ffb3ec1fca39a6efc32032c649</id>
<content type='text'>
Some core code still exists in the XLine system but this will be
replaced when the XLine system is replaced later.
</content>
</entry>
<entry>
<title>Fix some more oversights in m_geoip.</title>
<updated>2018-04-07T14:29:12Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-07T14:14:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8c0426116cdf09e807da12b6b23d977c4a073119'/>
<id>urn:sha1:8c0426116cdf09e807da12b6b23d977c4a073119</id>
<content type='text'>
- Add the G: extban to the EXTBAN 005 token.
- Use CXX11_OVERRIDE with ReadConfig and OnCheckBan.

Thanks to @genius3000 for pointing these out.
</content>
</entry>
<entry>
<title>Fix disabling the GeoIP extban in m_geoip.</title>
<updated>2018-04-07T13:06:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-07T13:06:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9c4cc196c073145d4ad2ae92fb2be2194cf621f4'/>
<id>urn:sha1:9c4cc196c073145d4ad2ae92fb2be2194cf621f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SQL: Add HasColumn() to check if a result contains a named column.</title>
<updated>2018-04-07T10:50:08Z</updated>
<author>
<name>Daniel Vassdal</name>
</author>
<published>2015-03-02T02:06:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d38f2ad213e875d40556116cba3230064eacb861'/>
<id>urn:sha1:d38f2ad213e875d40556116cba3230064eacb861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for banning users from channels by country code.</title>
<updated>2018-04-06T17:05:15Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-06T16:53:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d04db003df83ddfdc2b5b9ae0e360335d88ae769'/>
<id>urn:sha1:d04db003df83ddfdc2b5b9ae0e360335d88ae769</id>
<content type='text'>
</content>
</entry>
</feed>
