| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch to the IRCv3 standard-replies cap.•••Nothing is using this so far so I'm not counting it as a breaking change. | 2023-02-13 | 1 | -2/+2 | |
| * | Add a workaround for the replies API not working with a cap reference.•••A Cap::Reference can not be cast to a Cap::Capability& because it may not be available and that would create a null reference. In v4 we can change the API to take a Cap::Capability* but for now this is the best we can do. | 2022-11-24 | 1 | -0/+47 | |
| * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | Fix doxygen to include the public module header files. | 2022-04-17 | 1 | -0/+1 | |
| * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | Fix SendNoticeInternal not having a NULL command variant. | 2021-04-27 | 1 | -1/+4 | |
| * | Add support for sending a standard reply with no command name. | 2021-03-11 | 1 | -5/+20 | |
| * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 1 | -6/+6 | |
| * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | Add the inspircd.org/standard-replies capability. | 2020-04-13 | 1 | -0/+12 | |
| * | Add support for sending a standard reply with no command name. | 2020-04-02 | 1 | -1/+4 | |
| * | Fix a copy/paste error in IRCv3::Replies::Reply. | 2020-02-19 | 1 | -5/+5 | |
| * | Add overloads of SendIfCap to the standard replies API. | 2020-02-14 | 1 | -1/+56 | |
| * | Standard replies have been ratified. | 2020-02-03 | 1 | -4/+1 | |
| * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| * | Add some overloads of IRCv3::Replies::Reply#Send. | 2019-11-25 | 1 | -4/+82 | |
| * | Add support for the IRCv3 standard replies extension.•••This extension provides a framework for other extensions to send standard replies to clients as an alternative to numerics. | 2019-07-25 | 1 | -0/+135 |
