<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_banexception.cpp, branch v3.2.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_banexception.cpp?h=v3.2.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_banexception.cpp?h=v3.2.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-06-12T20:52:58Z</updated>
<entry>
<title>Show the mode syntax in ERR_INVALIDMODEPARAM.</title>
<updated>2019-06-12T20:52:58Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-06-12T20:46:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9433e34b2133d8f1e77fea15447ba4d0259a5fb0'/>
<id>urn:sha1:9433e34b2133d8f1e77fea15447ba4d0259a5fb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some more text fixes and improvements (#1618).</title>
<updated>2019-04-28T21:26:50Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-04-28T21:26:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e59cb85871f75b7603c63c6cd274d57536cf6794'/>
<id>urn:sha1:e59cb85871f75b7603c63c6cd274d57536cf6794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the &lt;maxlist&gt; tag and switch ListModeBase to always use it.</title>
<updated>2018-12-19T09:02:09Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-19T09:02:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36da0833c5512a72cbf500a2f5faef5a26ed8dae'/>
<id>urn:sha1:36da0833c5512a72cbf500a2f5faef5a26ed8dae</id>
<content type='text'>
The old method of doing this was:

1. Extremely inconsistently used. Some list modes used &lt;banlist&gt;
   and some used their own config tag.
2. Not documented in the slightest. There was a small reference to
   &lt;maxbans&gt; for the ban mode but nothing else.
3. In some cases conflicting with other config tags. The chanfilter
   module defined a &lt;chanfilter&gt; tag for general config whilst also
   using it for the max list settings.

The new &lt;maxlist&gt; tag avoids these issues entirely.
</content>
</entry>
<entry>
<title>Don't hardcode mode characters which are sent in 005 tokens.</title>
<updated>2017-12-29T23:53:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-29T23:53:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=45689d251a9934134e4762f5b24fa3c28e893980'/>
<id>urn:sha1:45689d251a9934134e4762f5b24fa3c28e893980</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp20' into master.</title>
<updated>2017-12-11T11:41:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-11T11:41:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=565544fac966b14e046bb3042ab485f79bcf7c9e'/>
<id>urn:sha1:565544fac966b14e046bb3042ab485f79bcf7c9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add length checking to GetExtBanStatus and m_banexception.</title>
<updated>2017-11-28T13:48:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-27T14:13:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=25c1319e0d16f4cea707a3b7968b70530a5a333f'/>
<id>urn:sha1:25c1319e0d16f4cea707a3b7968b70530a5a333f</id>
<content type='text'>
As far as I can tell this is not a problem as all ban masks are
canonicalised but its better to be safe than sorry.
</content>
</entry>
<entry>
<title>Stop null checking pointers that are always valid</title>
<updated>2014-01-09T12:33:33Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-09T12:33:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36f12984d3010bfad69de0c37a3203b0c471521c'/>
<id>urn:sha1:36f12984d3010bfad69de0c37a3203b0c471521c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send ListModeBase modes implicitly on channel sync</title>
<updated>2013-09-12T12:44:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-09-02T11:01:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58d7827bb1bd3d90f38a1c199f6f41ae9f24885c'/>
<id>urn:sha1:58d7827bb1bd3d90f38a1c199f6f41ae9f24885c</id>
<content type='text'>
Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel()
</content>
</entry>
<entry>
<title>Automatically register ServiceProviders created by modules</title>
<updated>2013-09-08T15:11:08Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-26T17:44:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=992674362c5f64bdb8e1942eeaa7612524529cd6'/>
<id>urn:sha1:992674362c5f64bdb8e1942eeaa7612524529cd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace OnRehash() with ReadConfig() that is called on boot, on module load and on rehash</title>
<updated>2013-08-30T11:15:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-16T10:10:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c202dea024542b9c6c6b771bb9a3a081d9eacdc5'/>
<id>urn:sha1:c202dea024542b9c6c6b771bb9a3a081d9eacdc5</id>
<content type='text'>
This eliminates the need for calling OnRehash() in init()
</content>
</entry>
</feed>
