<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_blockamsg.cpp, branch v3.0.0a6</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_blockamsg.cpp?h=v3.0.0a6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_blockamsg.cpp?h=v3.0.0a6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-09-03T19:20:30Z</updated>
<entry>
<title>Convert a bunch of time-related config options to getDuration.</title>
<updated>2017-09-03T19:20:30Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-13T15:26:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e7c829af5941c6a8a303ca75ed9ac47570347e41'/>
<id>urn:sha1:e7c829af5941c6a8a303ca75ed9ac47570347e41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to irc::equals() from irc::string in modules that use it for comparing names of IRC objects</title>
<updated>2016-08-22T14:54:25Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-22T14:54:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=40f09daa15e4ca163c4222de293b11dc5ae57a23'/>
<id>urn:sha1:40f09daa15e4ca163c4222de293b11dc5ae57a23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specify which Extensible subclass an ExtensionItem is valid for</title>
<updated>2015-01-18T09:40:33Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-18T09:40:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4fc2f7199e964ba5112ecdb2613c6fd5c2eee638'/>
<id>urn:sha1:4fc2f7199e964ba5112ecdb2613c6fd5c2eee638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_blockamsg Update coding style, use User::WriteNotice()</title>
<updated>2014-08-31T10:53:23Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-08-31T10:53:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=31a25ff1e31c3c9586f239c71636d9ee1fb398bc'/>
<id>urn:sha1:31a25ff1e31c3c9586f239c71636d9ee1fb398bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_blockamsg Remove redundant check</title>
<updated>2014-08-31T10:51:42Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-08-31T10:51:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=74f7c865f5fd0424c49bed5af0204f194effc37e'/>
<id>urn:sha1:74f7c865f5fd0424c49bed5af0204f194effc37e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_blockamsg Uncrook channel counting logic</title>
<updated>2014-08-31T10:49:19Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-08-31T10:49:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=77576e0fea41a3dbb06398ba9cf915105bfa7b10'/>
<id>urn:sha1:77576e0fea41a3dbb06398ba9cf915105bfa7b10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_blockamsg Prevent double copy of the target string</title>
<updated>2014-08-31T10:44:57Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-08-31T10:44:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c9092344a5e6245a72dd4f16205ea8d788053a90'/>
<id>urn:sha1:c9092344a5e6245a72dd4f16205ea8d788053a90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_blockamsg Remove useless variable</title>
<updated>2014-08-31T10:43:31Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-08-31T10:43:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d990692296594fe9cf0dfd2176182e4bbc404fe3'/>
<id>urn:sha1:d990692296594fe9cf0dfd2176182e4bbc404fe3</id>
<content type='text'>
</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>
