<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_showfile.cpp, branch v3.4.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_showfile.cpp?h=v3.4.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_showfile.cpp?h=v3.4.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-11-24T19:03:55Z</updated>
<entry>
<title>Fix some incorrect conditions in the showfile module.</title>
<updated>2018-11-24T19:03:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-11-24T19:03:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6596fb5ffea7a23827c994168ca1611918857af6'/>
<id>urn:sha1:6596fb5ffea7a23827c994168ca1611918857af6</id>
<content type='text'>
Thanks to @genius3000 for pointing this out.
</content>
</entry>
<entry>
<title>Improve the output of the showfile module.</title>
<updated>2018-11-24T17:41:53Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-11-24T17:37:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=56a95ff4aee7bc6e7f0569164cec7a4e786d4133'/>
<id>urn:sha1:56a95ff4aee7bc6e7f0569164cec7a4e786d4133</id>
<content type='text'>
- Omit the starting numeric if a zero numeric is specified.
- Omit the ending numeric if a zero numeric is specified or if the
  end message is empty.
</content>
</entry>
<entry>
<title>Implement IRCv3 message tag support.</title>
<updated>2018-08-13T20:51:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T19:17:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58a0a7e01422e62de1565a8eb0a1febdc463d04d'/>
<id>urn:sha1:58a0a7e01422e62de1565a8eb0a1febdc463d04d</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</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>Always process MOTD formatting escape codes.</title>
<updated>2018-04-22T22:30:41Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-03-29T16:45:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d1c1cb51753f986b86b408a5828373d0066624b'/>
<id>urn:sha1:6d1c1cb51753f986b86b408a5828373d0066624b</id>
<content type='text'>
The options for disabling these were added to keep compatibility
with previous 2.0 releases and are not needed any more.
</content>
</entry>
<entry>
<title>Move a bunch of optional module numerics to the module source file.</title>
<updated>2018-04-22T13:35:38Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-22T13:31:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=48a400f2e068527b338ceecf8ed1dde2da971ca9'/>
<id>urn:sha1:48a400f2e068527b338ceecf8ed1dde2da971ca9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ConfigTag::getUInt for reading unsigned config values.</title>
<updated>2018-04-16T14:29:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-14T14:43:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=780dda83ba3857bc3c330d4b5d38bb251a9d879b'/>
<id>urn:sha1:780dda83ba3857bc3c330d4b5d38bb251a9d879b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_showfile Replace User::SendText() call with WriteCommand()</title>
<updated>2016-03-30T10:34:41Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-30T10:34:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c0cd24b658a6e98b40c094d468cd1a405f37b7ad'/>
<id>urn:sha1:c0cd24b658a6e98b40c094d468cd1a405f37b7ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add User::WriteRemoteNumeric() and switch code using SendText() to send numerics to it</title>
<updated>2016-02-25T15:40:50Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T15:40:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dbe5a1fc6f9e18765863f332a3e79d7c918d3e65'/>
<id>urn:sha1:dbe5a1fc6f9e18765863f332a3e79d7c918d3e65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add stdalgo::isin() and use it to simplify code</title>
<updated>2014-11-01T17:21:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-11-01T17:21:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=48f8f79317a04891e2becd859363add6eb2d6444'/>
<id>urn:sha1:48f8f79317a04891e2becd859363add6eb2d6444</id>
<content type='text'>
</content>
</entry>
</feed>
