aboutsummaryrefslogtreecommitdiff
path: root/include/modules/ircv3_replies.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to the IRCv3 standard-replies cap.•••Nothing is using this so far so I'm not counting it as a breaking change. Gravatar Sadie Powell2023-02-131-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. Gravatar Sadie Powell2022-11-241-0/+47
* Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* Fix doxygen to include the public module header files.Gravatar Sadie Powell2022-04-171-0/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
* Fix SendNoticeInternal not having a NULL command variant.Gravatar Sadie Powell2021-04-271-1/+4
* Add support for sending a standard reply with no command name.Gravatar Sadie Powell2021-03-111-5/+20
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-201-6/+6
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
* Add the inspircd.org/standard-replies capability.Gravatar Sadie Powell2020-04-131-0/+12
* Add support for sending a standard reply with no command name.Gravatar Sadie Powell2020-04-021-1/+4
* Fix a copy/paste error in IRCv3::Replies::Reply.Gravatar Sadie Powell2020-02-191-5/+5
* Add overloads of SendIfCap to the standard replies API.Gravatar Sadie Powell2020-02-141-1/+56
* Standard replies have been ratified.Gravatar Sadie Powell2020-02-031-4/+1
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* Add some overloads of IRCv3::Replies::Reply#Send.Gravatar Peter Powell2019-11-251-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. Gravatar Peter Powell2019-07-251-0/+135