<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules, branch v3.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/modules?h=v3.0.0a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/modules?h=v3.0.0a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-09-03T18:28:50Z</updated>
<entry>
<title>Move &lt;dns:timeout&gt; out of the core.</title>
<updated>2017-09-03T18:28:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-03T18:08:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=74dd288542e28f3604306cc69468f88b14c1b3c5'/>
<id>urn:sha1:74dd288542e28f3604306cc69468f88b14c1b3c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1271 from SaberUK/master+exemption</title>
<updated>2017-07-27T12:13:16Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-27T12:13:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ff3b706b2506d7614bce5e54bc88657bd62ebd4d'/>
<id>urn:sha1:ff3b706b2506d7614bce5e54bc88657bd62ebd4d</id>
<content type='text'>
Move the OnCheckExemption hook out of the core.</content>
</entry>
<entry>
<title>core_dns: add support for txt records</title>
<updated>2017-04-23T20:35:21Z</updated>
<author>
<name>Adam</name>
</author>
<published>2015-05-03T23:33:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f2e3762ff4a2b3690ed70eba5cc0dde9ae045a90'/>
<id>urn:sha1:f2e3762ff4a2b3690ed70eba5cc0dde9ae045a90</id>
<content type='text'>
This might be used later by m_dnsbl to get reasons for listings
</content>
</entry>
<entry>
<title>Move the OnCheckExemption hook out of the core.</title>
<updated>2017-03-20T11:47:59Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-03-20T11:43:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=81027f3a0888ac4c8e3fb6ea90081492defce946'/>
<id>urn:sha1:81027f3a0888ac4c8e3fb6ea90081492defce946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Windows build and most MSVC warnings</title>
<updated>2016-09-02T17:58:44Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-09-02T17:58:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=65667e7cc2f741afdfcfaad40f57d8cab5254633'/>
<id>urn:sha1:65667e7cc2f741afdfcfaad40f57d8cab5254633</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core_dns Make question a member of request, move common FindAnswerOfType to be a member of query</title>
<updated>2016-08-25T15:12:48Z</updated>
<author>
<name>Adam</name>
</author>
<published>2016-08-16T16:43:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=14556541bb12fda6e7af8273458f680386e9c438'/>
<id>urn:sha1:14556541bb12fda6e7af8273458f680386e9c438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Export the GetCiphersuite() method from the SSL modules</title>
<updated>2016-04-28T15:06:16Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-04-28T15:06:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f91da925b585414ab8e768aa331f37ca2d348e2e'/>
<id>urn:sha1:f91da925b585414ab8e768aa331f37ca2d348e2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not</title>
<updated>2016-04-28T15:04:33Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-04-28T15:04:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b96329dc3b775c77e98964c42cb0def7ca65ba0e'/>
<id>urn:sha1:b96329dc3b775c77e98964c42cb0def7ca65ba0e</id>
<content type='text'>
Use it in a few places
</content>
</entry>
<entry>
<title>Fix oversight in the last Stats::Context:AddRow() method</title>
<updated>2016-02-25T18:19:04Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T18:19:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1b8f7ef94aaf6dc309df76d3c4330a4288979d25'/>
<id>urn:sha1:1b8f7ef94aaf6dc309df76d3c4330a4288979d25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce Stats::Context, pass it to the OnStats hook and switch all code to it</title>
<updated>2016-02-25T16:02:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T16:02:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=304b6dbbf56710b1310fce8c5cf71b73334c060a'/>
<id>urn:sha1:304b6dbbf56710b1310fce8c5cf71b73334c060a</id>
<content type='text'>
</content>
</entry>
</feed>
