<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_dnsbl.cpp, branch v3.4.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/m_dnsbl.cpp?h=v3.4.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_dnsbl.cpp?h=v3.4.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-10-24T14:56:20Z</updated>
<entry>
<title>Ignore DNSBL responses if the user's IP address has changed.</title>
<updated>2019-10-24T14:56:20Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-10-24T14:14:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0d2f3cdc51082eb79731d1438da7b3fe2da6cf58'/>
<id>urn:sha1:0d2f3cdc51082eb79731d1438da7b3fe2da6cf58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert a bunch of LocalUser* casts to IS_LOCAL.</title>
<updated>2019-10-13T21:05:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-10-11T11:21:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dd24f8ac713793d5d5a7e959228937f48788ba66'/>
<id>urn:sha1:dd24f8ac713793d5d5a7e959228937f48788ba66</id>
<content type='text'>
This is a lot safer and handles users changing servers properly.
</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>Start using DurationString() in X-line additions and</title>
<updated>2019-02-18T09:17:38Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-02-17T09:23:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=755a32c75101c4df0e5699db558785fc0dbc1973'/>
<id>urn:sha1:755a32c75101c4df0e5699db558785fc0dbc1973</id>
<content type='text'>
a few other modules where it fits better than just showing seconds.
</content>
</entry>
<entry>
<title>Allow wildcards in &lt;connect:dnsbl&gt;</title>
<updated>2019-01-11T16:17:51Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-01-11T15:44:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0a7d2456d9e8b5a506e4619c40caef4606864502'/>
<id>urn:sha1:0a7d2456d9e8b5a506e4619c40caef4606864502</id>
<content type='text'>
This makes it consistent with other &lt;connect&gt; class parameters like
`webirc`
</content>
</entry>
<entry>
<title>Improve X-line text consistency.</title>
<updated>2019-01-09T10:07:09Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-01-08T10:03:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f2e3fd5952b23209b084bde4f464e6643c8a00ff'/>
<id>urn:sha1:f2e3fd5952b23209b084bde4f464e6643c8a00ff</id>
<content type='text'>
- Change any "-Line", ":Line", or "*line" to "-line" throughout
the X-line code, comments, and documentation.
- Add periods to the end of some notices.
- Correct a typo in the Q-line code comments.
- Update the filter module documentation (shun addition).

Co-authored-by: Robby &lt;robby@chatbelgie.be&gt;
</content>
</entry>
<entry>
<title>Make more modules rehash atomically (#1535)</title>
<updated>2018-12-19T01:06:56Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2018-12-19T01:06:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4fbd6681fedbff9b4cb04cc774f785cbe8b5c35b'/>
<id>urn:sha1:4fbd6681fedbff9b4cb04cc774f785cbe8b5c35b</id>
<content type='text'>
Have each module validate the values it loads before setting them, so
any errors don't result in partial application of the configs
</content>
</entry>
<entry>
<title>Fix sending DNSBL error snotices when a user isn't DNSBLed.</title>
<updated>2018-11-16T23:42:49Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-11-16T23:42:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=37977710a79472741c043b2dc8c17f520429c9f4'/>
<id>urn:sha1:37977710a79472741c043b2dc8c17f520429c9f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_dnsbl: Add the IP address to the positive detection server notice.</title>
<updated>2018-09-25T22:00:50Z</updated>
<author>
<name>Robby</name>
</author>
<published>2018-09-25T21:35:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e33c494bb087ca79197bef17f138104c66036c7'/>
<id>urn:sha1:1e33c494bb087ca79197bef17f138104c66036c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_dnsbl: Use the blacklist name rather than the domain.</title>
<updated>2018-09-25T22:00:50Z</updated>
<author>
<name>Robby</name>
</author>
<published>2018-09-25T21:35:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c469cd47989031e77684c504d848d888299592c'/>
<id>urn:sha1:0c469cd47989031e77684c504d848d888299592c</id>
<content type='text'>
</content>
</entry>
</feed>
