<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_dnsbl.cpp, branch v3.8.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_dnsbl.cpp?h=v3.8.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_dnsbl.cpp?h=v3.8.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2020-10-30T12:01:10Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-10-30T12:01:10Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-10-30T11:56:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e73d011e68c577df72c2f0eae235c32cd4261870'/>
<id>urn:sha1:e73d011e68c577df72c2f0eae235c32cd4261870</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the normal method for applying a default config in dnsbl.</title>
<updated>2020-09-29T11:07:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-09-29T11:07:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2b30f894094b813a8fe32fc74158c294267b3eed'/>
<id>urn:sha1:2b30f894094b813a8fe32fc74158c294267b3eed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the dnsbl module config not being checked case insensitively.</title>
<updated>2020-09-29T11:02:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-09-29T11:02:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f5a716a70b4620d0610c69cbdcd2859199568755'/>
<id>urn:sha1:f5a716a70b4620d0610c69cbdcd2859199568755</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix DNSBL connect class matching.</title>
<updated>2020-07-03T19:24:33Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-07-03T16:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7586cb54da300924f92d4b7b8c121ecabb5e7126'/>
<id>urn:sha1:7586cb54da300924f92d4b7b8c121ecabb5e7126</id>
<content type='text'>
A user that is not marked by a DNSBL should never match a
class that requires a DNSBL marking.
Thanks to @kylef for reporting this on IRC.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only send a local X-line SNOTICE.</title>
<updated>2020-03-25T02:38:34Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-03-24T06:25:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=695fb032199dd7792c45672393e1c00e616ee761'/>
<id>urn:sha1:695fb032199dd7792c45672393e1c00e616ee761</id>
<content type='text'>
Spanningtree sends a local SNOTICE to 'X' when adding
a line. No need to send a global SNOTICE from here.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<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://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://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>
</feed>
