<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_blockamsg.cpp, branch v3.0.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_blockamsg.cpp?h=v3.0.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_blockamsg.cpp?h=v3.0.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-04-28T08:14:21Z</updated>
<entry>
<title>Textual improvements and fixes such as typos, casing, etc. (#1612)</title>
<updated>2019-04-28T08:14:21Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-04-28T08:14:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e'/>
<id>urn:sha1:e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the original line parameter of On{Pre,Post}Command.</title>
<updated>2018-08-10T12:55:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-09T19:44:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=213e4d9680e427bc16b94c0c1b627919cacb171b'/>
<id>urn:sha1:213e4d9680e427bc16b94c0c1b627919cacb171b</id>
<content type='text'>
In the brave new world of message tags and alternate wire formats
this is no longer something that is appropriate to expose.

In reality it was only ever used by m_alias which now reconstitutes
the command name and parameters into a RFC 1459-style message for
whatever it needs to do.
</content>
</entry>
<entry>
<title>Use CommandBase::Params instead of std::vector&lt;std::string&gt;.</title>
<updated>2018-07-26T19:12:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-26T18:43:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=384ef31bc01e4a1a2e59d082c9066002410ba54a'/>
<id>urn:sha1:384ef31bc01e4a1a2e59d082c9066002410ba54a</id>
<content type='text'>
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
</content>
</entry>
<entry>
<title>Make more config stuff case insensitive.</title>
<updated>2018-07-24T20:55:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-24T17:29:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=97a1d6429a735eb279496df010d04e3f42aa4e22'/>
<id>urn:sha1:97a1d6429a735eb279496df010d04e3f42aa4e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert ConfigTag::getDuration to return an unsigned long.</title>
<updated>2018-04-16T14:24:49Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-14T13:59:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d36fcb16ef3209fffbe9f4b600971a1edd2ae4b'/>
<id>urn:sha1:2d36fcb16ef3209fffbe9f4b600971a1edd2ae4b</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
