Age | Commit message (Expand) | Author |
2020-03-12 | Add a CapReference class for the message-tags capability. | Sadie Powell |
2020-03-11 | Warn if the server config contains an unhashed password. | Sadie Powell |
2020-03-05 | Clean up the documentation of the Command and SplitCommand classes. | Sadie Powell |
2020-03-05 | Move user command stuff from CommandBase to Command. | Sadie Powell |
2020-03-05 | Allow modules to prevent a message from updating the idle time. | Sadie Powell |
2020-02-21 | Use "yes" instead of "true" in the example configs. | Sadie Powell |
2020-02-19 | Bump the module ABI version. | Sadie Powell |
2020-02-19 | Fix a copy/paste error in IRCv3::Replies::Reply. | Sadie Powell |
2020-02-18 | Use ircd-hybrid's numerics for the "pending invites" list. | Sadie Powell |
2020-02-18 | Generalise XLine stats numerics using RPL_STATS from aircd. | Sadie Powell |
2020-02-15 | Add HasFd to EventHandler and switch code to use it. | Sadie Powell |
2020-02-14 | Add overloads of SendIfCap to the standard replies API. | Sadie Powell |
2020-02-06 | Initialise batchendmsg to NULL. | Sadie Powell |
2020-02-04 | Include the ABI version with the incompatible module error message. | Sadie Powell |
2020-02-03 | Standard replies have been ratified. | Sadie Powell |
2020-02-02 | Make loading modules considerably more robust and user friendly. | Sadie Powell |
2020-01-31 | Update copyright headers. | InspIRCd Robot |
2020-01-31 | Bump the ABI version. | Sadie Powell |
2020-01-29 | Add Channel::WriteRemoteNotice and revert WriteNotice changes. | Sadie Powell |
2020-01-28 | Fix "control reaches end of non-void function" warning. | Sadie Powell |
2020-01-23 | Add a method for getting the name of a MessageTarget. | Sadie Powell |
2020-01-22 | Use PushParam instead of PushParamRef in TagMessage#PushTarget. | Sadie Powell |
2020-01-22 | Add an event for when a command is blocked before execution. | Sadie Powell |
2020-01-22 | Make the dynref bool operator constant. | Sadie Powell |
2020-01-19 | Move DeleteZero to stdalgo::delete_zero. | Sadie Powell |
2020-01-17 | Fix the ordering of custom event handlers. | Sadie Powell |
2020-01-16 | Fix a GCC shadowing warning. | Sadie Powell |
2020-01-16 | Fix STATUSMSG tag messages not including the status in the target. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2020-01-05 | Add an oper only parameter to Simple{Channel,User}ModeHandler. | Sadie Powell |
2020-01-03 | Add an event provider class for the event/messagetag event. | Sadie Powell |
2019-12-31 | Update my name and email address. | Sadie Powell |
2019-12-28 | Ignore clients on ulined servers when reporting stats in LUSERS. | Peter Powell |
2019-12-12 | Extract port binding code to a function and improve output. | Peter Powell |
2019-12-09 | Make BindPorts return size_t instead of int. | Peter Powell |
2019-12-09 | Extract command line option parsing to a function. | Peter Powell |
2019-12-09 | Fix indentation of CheckRoot() and error in non-interactive mode. | Peter Powell |
2019-12-08 | Improve behaviour when running as root. | Peter Powell |
2019-12-08 | Convert InspIRCd::SetSignals to a static function. | Peter Powell |
2019-12-08 | Move forking code into a function and remove DaemonSeed. | Peter Powell |
2019-12-08 | Use meaningful variable names in consolecolors. | Peter Powell |
2019-12-03 | Bump the InspIRCd ABI version. | Peter Powell |
2019-12-03 | Send * for empty targets in the no such nick/channel message. | Peter Powell |
2019-11-25 | Add some overloads of IRCv3::Replies::Reply#Send. | Peter Powell |
2019-11-17 | Deprecate Send{Channel,User}Notice; use SendMessage instead. | Peter Powell |
2019-11-17 | Allow Channel::WriteNotice send to other servers and status ranks. | Peter Powell |
2019-11-16 | Close connections when an I/O hook is configured but not loaded. | Peter Powell |
2019-11-13 | Add GetId() to the SQL::Provider class. | Peter Powell |
2019-10-21 | Allow event providers to know when a listener subs or unsubs. | Peter Powell |
2019-10-18 | Switch ChildMap and EntryMap to insp::flat_map. | Peter Powell |