| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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.•••This will be made a hard failure in v4. | 2020-03-11 | 1 | -0/+6 | ||
| | * | 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 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-19 | 4 | -10/+65 | ||
| |\| | ||||||
| | * | 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.•••This fixes a conflict with the numerics used by the invite exception mode. | 2020-02-18 | 1 | -2/+0 | ||
| | * | 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 | ||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 2 | -4/+6 | ||
| * | | Move FindNick to UserManager. | 2020-02-09 | 2 | -7/+7 | ||
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 2 | -6/+6 | ||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 34 | -214/+162 | ||
| * | | Make WritePID read directly from the config. | 2020-02-06 | 2 | -7/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 10 | -80/+156 | ||
| |\| | ||||||
| | * | 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.•••This is a partial reversion of 687778b72e. See also: #1749. | 2020-01-29 | 1 | -0/+1 | ||
| | * | Fix "control reaches end of non-void function" warning.•••This is harmless because it will always be set to one of the items in the TargetType enum. | 2020-01-28 | 1 | -0/+5 | ||
| | * | Add a method for getting the name of a MessageTarget.•••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. | 2020-01-23 | 1 | -0/+14 | ||
| | * | Use PushParam instead of PushParamRef in TagMessage#PushTarget.•••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. | 2020-01-22 | 1 | -1/+1 | ||
| | * | 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.•••Closes #1742. | 2020-01-17 | 1 | -5/+20 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 76 | -125/+374 | ||
| |\| | ||||||
| | * | Fix a GCC shadowing warning. | 2020-01-16 | 1 | -2/+2 | ||
| | * | Fix STATUSMSG tag messages not including the status in the target. | 2020-01-16 | 1 | -4/+24 | ||
| | * | Update copyright headers. | 2020-01-11 | 80 | -121/+340 | ||
| | * | Add an oper only parameter to Simple{Channel,User}ModeHandler. | 2020-01-05 | 1 | -4/+12 | ||
| | * | Add an event provider class for the event/messagetag event. | 2020-01-03 | 2 | -1/+13 | ||
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 4 | -62/+53 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 21 | -67/+84 | ||
| |\| | ||||||
| | * | Update my name and email address. | 2019-12-31 | 15 | -15/+15 | ||
| | * | Ignore clients on ulined servers when reporting stats in LUSERS. | 2019-12-28 | 1 | -1/+9 | ||
| | * | Extract port binding code to a function and improve output. | 2019-12-12 | 1 | -1/+23 | ||
| | * | Make BindPorts return size_t instead of int. | 2019-12-09 | 1 | -1/+1 | ||
| | * | Extract command line option parsing to a function. | 2019-12-09 | 1 | -4/+5 | ||
| | * | Fix indentation of CheckRoot() and error in non-interactive mode. | 2019-12-09 | 1 | -1/+1 | ||
| | * | Improve behaviour when running as root.•••- Only give the annoying message about root if --runasroot is not specified. - If --runasroot is specified then assume the user knows what they are doing. - Move CheckRoot to a static function in inspircd.cpp. | 2019-12-08 | 2 | -6/+1 | ||
| | * | Convert InspIRCd::SetSignals to a static function. | 2019-12-08 | 1 | -4/+0 | ||
