<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules/dns.h, branch v3.0.0a10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules/dns.h?h=v3.0.0a10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules/dns.h?h=v3.0.0a10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-11-21T15:51:45Z</updated>
<entry>
<title>Add the override keyword in places that it is missing.</title>
<updated>2017-11-21T15:51:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-21T13:05:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91e0af0fc4889f20d2f63426f8fe379674fc0393'/>
<id>urn:sha1:91e0af0fc4889f20d2f63426f8fe379674fc0393</id>
<content type='text'>
GCCs warnings for this are much better than Clangs.
</content>
</entry>
<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://www.cgit.space/~steering/inspircd++.git/commit/?id=74dd288542e28f3604306cc69468f88b14c1b3c5'/>
<id>urn:sha1:74dd288542e28f3604306cc69468f88b14c1b3c5</id>
<content type='text'>
</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://www.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>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://www.cgit.space/~steering/inspircd++.git/commit/?id=14556541bb12fda6e7af8273458f680386e9c438'/>
<id>urn:sha1:14556541bb12fda6e7af8273458f680386e9c438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fail invalid dns responses instead of drop</title>
<updated>2015-07-06T15:53:21Z</updated>
<author>
<name>Adam</name>
</author>
<published>2015-04-20T01:57:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=70542e525b343c3341fb1b8ef7ffe886916f73cd'/>
<id>urn:sha1:70542e525b343c3341fb1b8ef7ffe886916f73cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core_dns Add DNS timeout timer in Process() not in DNS::Request constructor</title>
<updated>2015-05-12T22:43:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-05-12T22:43:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c090e54be9c01f862a734ad31a3e6c01ff259d3a'/>
<id>urn:sha1:c090e54be9c01f862a734ad31a3e6c01ff259d3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header</title>
<updated>2015-05-12T22:39:54Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-05-12T22:39:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1f028db2be42a272b142511bc006a42bb27af8d'/>
<id>urn:sha1:d1f028db2be42a272b142511bc006a42bb27af8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core_dns Drop incoming packets containing a different question from what we asked</title>
<updated>2015-04-27T17:28:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-27T17:28:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3d32852e7e459d403179e8f79354e2e52bbc4a52'/>
<id>urn:sha1:3d32852e7e459d403179e8f79354e2e52bbc4a52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core_dns Remove incomplete support for multiple questions per query</title>
<updated>2015-04-21T13:24:10Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-21T13:24:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=edfe7f035ea83731b9316d40d64402411a531426'/>
<id>urn:sha1:edfe7f035ea83731b9316d40d64402411a531426</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core_dns Don't store query class code in Question</title>
<updated>2015-04-21T13:14:29Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-21T13:14:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a28f095db832e44aad66bfd73bfd8176a97c6de2'/>
<id>urn:sha1:a28f095db832e44aad66bfd73bfd8176a97c6de2</id>
<content type='text'>
</content>
</entry>
</feed>
