aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_showfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some incorrect conditions in the showfile module.Gravatar Peter Powell2018-11-241-2/+2
| | | | Thanks to @genius3000 for pointing this out.
* Improve the output of the showfile module.Gravatar Peter Powell2018-11-241-2/+3
| | | | | | - 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.
* Implement IRCv3 message tag support.Gravatar Peter Powell2018-08-131-3/+4
| | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com>
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-1/+1
| | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
* Always process MOTD formatting escape codes.Gravatar Peter Powell2018-04-221-2/+1
| | | | | The options for disabling these were added to keep compatibility with previous 2.0 releases and are not needed any more.
* Move a bunch of optional module numerics to the module source file.Gravatar Peter Powell2018-04-221-0/+9
|
* Add ConfigTag::getUInt for reading unsigned config values.Gravatar Peter Powell2018-04-161-3/+3
|
* m_showfile Replace User::SendText() call with WriteCommand()Gravatar Attila Molnar2016-03-301-3/+4
|
* Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵Gravatar Attila Molnar2016-02-251-3/+3
| | | | numerics to it
* Add stdalgo::isin() and use it to simplify codeGravatar Attila Molnar2014-11-011-1/+1
|
* Change allocation of InspIRCd::Parser to be physically part of the object ↵Gravatar Attila Molnar2014-06-131-1/+1
| | | | containing it
* Add stdalgo::delete_all() that deletes all elements in a containerGravatar Attila Molnar2014-03-241-8/+2
|
* Add m_showfile, remove cmd_rulesGravatar Attila Molnar2013-12-181-0/+175