<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_banexception.cpp, branch v3.0.0a9</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.0.0a9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_banexception.cpp?h=v3.0.0a9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-12-29T23:53:44Z</updated>
<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>
<entry>
<title>Automatically attach modules to events</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-04T12:36:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7'/>
<id>urn:sha1:d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove $Core and $Mod* comments apart from $ModDep.</title>
<updated>2013-07-04T14:51:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-07-03T03:34:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54d10d53c730ab81ca6464fe2f0e0ecbcd435672'/>
<id>urn:sha1:54d10d53c730ab81ca6464fe2f0e0ecbcd435672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up keywords on module methods.</title>
<updated>2013-05-15T20:41:36Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-30T07:38:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4ab1c43c1eee708fc50a4808f714a731891b75e8'/>
<id>urn:sha1:4ab1c43c1eee708fc50a4808f714a731891b75e8</id>
<content type='text'>
- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
</content>
</entry>
</feed>
