| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.7.0. v3.7.0 | 2020-07-30 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-07-30 | 1 | -0/+1 | |
| | | |||||
| * | Make the ERR_CANNOTSENDTOCHAN extban message less misleading. | 2020-07-30 | 1 | -1/+1 | |
| | | |||||
| * | Fix secure websocket users not being seen as secure. | 2020-07-27 | 2 | -3/+9 | |
| | | | | | | | Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached. | ||||
| * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 1 | -1/+1 | |
| | | |||||
| * | ModResult is a class now. | 2020-05-22 | 2 | -4/+2 | |
| | | |||||
| * | Document ModResult and switch the underlying type to char. | 2020-05-21 | 1 | -21/+51 | |
| | | |||||
| * | Update copyright headers. | 2020-04-24 | 19 | -18/+22 | |
| | | |||||
| * | Fixes by misspell-fixer | 2020-04-21 | 22 | -64/+64 | |
| | | |||||
| * | Switch User::usertype back to an unsigned int. | 2020-04-19 | 1 | -1/+1 | |
| | | | | | | | | | Leaving it up to the compiler to set the underlying type of the enum can result in this being a signed int. This variable will not work as intended as a 2 bit signed int. This fixes an issue with the Windows build(s) where a server trying to link would fail with "Protocol violation: Invalid source". | ||||
| * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 3 | -22/+22 | |
| | | |||||
| * | Add the inspircd.org/standard-replies capability. | 2020-04-13 | 1 | -0/+12 | |
| | | |||||
| * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 2 | -0/+12 | |
| | | |||||
| * | Fix Numerics::CannotSendTo sending the wrong numeric for users. | 2020-04-06 | 1 | -2/+2 | |
| | | |||||
| * | Squish the cmd_whowas header. | 2020-04-04 | 1 | -211/+0 | |
| | | | | | | There's no reason for this to be in a header and it can't be used by anything else. | ||||
| * | Add the Numerics::CannotSendTo class and switch stuff to use it. | 2020-04-04 | 1 | -0/+44 | |
| | | |||||
| * | Add support for sending a standard reply with no command name. | 2020-04-02 | 1 | -1/+4 | |
| | | |||||
| * | Document Module::Prioritize. | 2020-04-01 | 1 | -4/+3 | |
| | | |||||
| * | Fix various documentation and formatting issues. | 2020-03-30 | 8 | -15/+14 | |
| | | |||||
| * | Fix the signed-ness within ConvToNum char overloads. | 2020-03-24 | 1 | -4/+4 | |
| | | | | | | It should be signed int with signed char and vice-versa. Currently, anything over 127 as unsigned char would return 0. | ||||
| * | Add a raw source/target PRIVMSG overload for sending a status msg. | 2020-03-19 | 1 | -2/+11 | |
| | | |||||
| * | Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}. | 2020-03-18 | 1 | -0/+12 | |
| | | |||||
| * | Implement support for the SERVLIST command. | 2020-03-12 | 2 | -5/+8 | |
| | | |||||
| * | Add a CapReference class for the message-tags capability. | 2020-03-12 | 1 | -0/+11 | |
| | | |||||
| * | Warn if the server config contains an unhashed password. | 2020-03-11 | 1 | -0/+6 | |
| | | | | | This will be made a hard failure in v4. | ||||
| * | Clean up the documentation of the Command and SplitCommand classes. | 2020-03-05 | 1 | -16/+48 | |
| | | |||||
| * | Move user command stuff from CommandBase to Command. | 2020-03-05 | 1 | -28/+15 | |
| | | |||||
| * | Allow modules to prevent a message from updating the idle time. | 2020-03-05 | 2 | -0/+8 | |
| | | |||||
| * | Use "yes" instead of "true" in the example configs. | 2020-02-21 | 1 | -1/+1 | |
| | | |||||
| * | Bump the module ABI version. | 2020-02-19 | 1 | -1/+1 | |
| | | |||||
| * | Fix a copy/paste error in IRCv3::Replies::Reply. | 2020-02-19 | 1 | -5/+5 | |
| | | |||||
| * | Use ircd-hybrid's numerics for the "pending invites" list. | 2020-02-18 | 1 | -2/+0 | |
| | | | | | | This fixes a conflict with the numerics used by the invite exception mode. | ||||
| * | Generalise XLine stats numerics using RPL_STATS from aircd. | 2020-02-18 | 2 | -7/+9 | |
| | | |||||
| * | Add HasFd to EventHandler and switch code to use it. | 2020-02-15 | 1 | -0/+3 | |
| | | |||||
| * | Add overloads of SendIfCap to the standard replies API. | 2020-02-14 | 1 | -1/+56 | |
| | | |||||
| * | Initialise batchendmsg to NULL. | 2020-02-06 | 1 | -0/+1 | |
| | | |||||
| * | Include the ABI version with the incompatible module error message. | 2020-02-04 | 1 | -2/+2 | |
| | | |||||
| * | Standard replies have been ratified. | 2020-02-03 | 1 | -4/+1 | |
| | | |||||
| * | Make loading modules considerably more robust and user friendly. | 2020-02-02 | 3 | -61/+87 | |
| | | |||||
| * | Update copyright headers. | 2020-01-31 | 7 | -7/+7 | |
| | | |||||
| * | Bump the ABI version. | 2020-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Add Channel::WriteRemoteNotice and revert WriteNotice changes. | 2020-01-29 | 1 | -0/+1 | |
| | | | | | | | This is a partial reversion of 687778b72e. See also: #1749. | ||||
| * | Fix "control reaches end of non-void function" warning. | 2020-01-28 | 1 | -0/+5 | |
| | | | | | | This is harmless because it will always be set to one of the items in the TargetType enum. | ||||
| * | Add a method for getting the name of a MessageTarget. | 2020-01-23 | 1 | -0/+14 | |
| | | | | | | | This fixes a minor bug in the filter module where the target would be blank in messages when a server-targetted message matches a filter. | ||||
| * | Use PushParam instead of PushParamRef in TagMessage#PushTarget. | 2020-01-22 | 1 | -1/+1 | |
| | | | | | | | | This could be a temporary string so copy it instead of risking a crash and/or dumping the contents of memory into messages. This fixes a crash introduced last week. | ||||
| * | Add an event for when a command is blocked before execution. | 2020-01-22 | 1 | -1/+8 | |
| | | |||||
| * | Make the dynref bool operator constant. | 2020-01-22 | 1 | -1/+1 | |
| | | |||||
| * | Move DeleteZero to stdalgo::delete_zero. | 2020-01-19 | 1 | -0/+11 | |
| | | |||||
| * | Fix the ordering of custom event handlers. | 2020-01-17 | 1 | -5/+20 | |
| | | | | | Closes #1742. | ||||
| * | Fix a GCC shadowing warning. | 2020-01-16 | 1 | -2/+2 | |
| | | |||||
