summaryrefslogtreecommitdiff
path: root/src/modules/m_showfile.cpp
AgeCommit message (Expand)Author
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-24Remove the preceding - in messages sent by opermotd and showfile.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2018-11-24Fix some incorrect conditions in the showfile module.Peter Powell
2018-11-24Improve the output of the showfile module.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-04-22Always process MOTD formatting escape codes.Peter Powell
2018-04-22Move a bunch of optional module numerics to the module source file.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2016-03-30m_showfile Replace User::SendText() call with WriteCommand()Attila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2014-11-01Add stdalgo::isin() and use it to simplify codeAttila Molnar
2014-06-13Change allocation of InspIRCd::Parser to be physically part of the object con...Attila Molnar
2014-03-24Add stdalgo::delete_all() that deletes all elements in a containerAttila Molnar
2013-12-18Add m_showfile, remove cmd_rulesAttila Molnar