| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-02-14 | 1 | -2/+2 | |
| |\ | |||||
| | * | 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 | |
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -2/+2 | |
| * | | Const correct the IRCv3 standard replies API. | 2022-12-06 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2022-11-24 | 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 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-21 | 1 | -0/+1 | |
| |\| | |||||
| | * | Fix doxygen to include the public module header files. | 2022-04-17 | 1 | -0/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -4/+4 | |
| * | | Fix and optimise sending standard replies with variable parameters. | 2021-09-23 | 1 | -29/+10 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -1/+4 | |
| |\| | |||||
| | * | Fix SendNoticeInternal not having a NULL command variant. | 2021-04-27 | 1 | -1/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-03-17 | 1 | -2/+8 | |
| |\| | |||||
| | * | Add support for sending a standard reply with no command name. | 2021-03-11 | 1 | -5/+20 | |
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -2/+2 | |
| |\| | |||||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 1 | -6/+6 | |
| * | | Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions. | 2020-11-12 | 1 | -106/+6 | |
| * | | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-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 | |
