Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell | |
2020-01-31 | Update copyright headers. | InspIRCd Robot | |
2020-01-24 | Remove the preceding - in messages sent by opermotd and showfile. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2018-11-24 | Fix some incorrect conditions in the showfile module. | Peter Powell | |
Thanks to @genius3000 for pointing this out. | |||
2018-11-24 | Improve the output of the showfile module. | Peter Powell | |
- 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. | |||
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell | |
Co-authored-by: Attila Molnar <attilamolnar@hush.com> | |||
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell | |
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | |||
2018-04-22 | Always process MOTD formatting escape codes. | Peter Powell | |
The options for disabling these were added to keep compatibility with previous 2.0 releases and are not needed any more. | |||
2018-04-22 | Move a bunch of optional module numerics to the module source file. | Peter Powell | |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell | |
2016-03-30 | m_showfile Replace User::SendText() call with WriteCommand() | Attila Molnar | |
2016-02-25 | Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵ | Attila Molnar | |
numerics to it | |||
2014-11-01 | Add stdalgo::isin() and use it to simplify code | Attila Molnar | |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object ↵ | Attila Molnar | |
containing it | |||
2014-03-24 | Add stdalgo::delete_all() that deletes all elements in a container | Attila Molnar | |
2013-12-18 | Add m_showfile, remove cmd_rules | Attila Molnar | |