| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | 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 | |
| * | 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 | |
| * | Move forking code into a function and remove DaemonSeed. | 2019-12-08 | 1 | -5/+0 | |
| * | Use meaningful variable names in consolecolors. | 2019-12-08 | 1 | -30/+30 | |
| * | Bump the InspIRCd ABI version. | 2019-12-03 | 1 | -1/+1 | |
| * | Send * for empty targets in the no such nick/channel message. | 2019-12-03 | 1 | -2/+2 | |
| * | Add some overloads of IRCv3::Replies::Reply#Send. | 2019-11-25 | 1 | -4/+82 | |
| * | Deprecate Send{Channel,User}Notice; use SendMessage instead. | 2019-11-17 | 1 | -2/+2 | |
| * | Allow Channel::WriteNotice send to other servers and status ranks. | 2019-11-17 | 1 | -1/+2 | |
| * | Close connections when an I/O hook is configured but not loaded. | 2019-11-16 | 1 | -1/+1 | |
| * | Add GetId() to the SQL::Provider class. | 2019-11-13 | 1 | -1/+8 | |
| * | Allow event providers to know when a listener subs or unsubs. | 2019-10-21 | 1 | -3/+29 | |
| * | Switch ChildMap and EntryMap to insp::flat_map. | 2019-10-18 | 1 | -2/+2 | |
| * | Add an event which is fired when the server shuts down. | 2019-10-17 | 1 | -1/+7 | |
| * | Implement serialisation of users.•••This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade. | 2019-10-14 | 4 | -1/+141 | |
| * | Add GetTypeStr to the DNS API. | 2019-10-13 | 1 | -0/+1 | |
| * | Show the list modes which have variable list lengths in 005. | 2019-10-01 | 1 | -0/+3 | |
| * | Add null pointer checks to IS_{LOCAL,REMOTE,SERVER}.•••I don't know of any places this causes issues but its better to be safe than sorry. | 2019-09-29 | 1 | -3/+3 | |
| * | Add the OnServerBurst hook and fix the docs for OnServerLink. | 2019-09-23 | 1 | -2/+7 | |
| * | Add whether the server split with an error to OnServerSplit. | 2019-09-23 | 1 | -4/+20 | |
| * | Add the server id to the Server class. | 2019-09-23 | 2 | -4/+25 | |
| * | Add GetNumericToken to sepstream.•••This removes some boilerplate when retrieving numeric types. | 2019-09-03 | 1 | -0/+16 | |
| * | Document ConfigStatus and add a way to detect the initial load. | 2019-09-02 | 1 | -2/+12 | |
| * | Release v3.3.0. v3.3.0 | 2019-08-23 | 1 | -1/+1 | |
| * | Free StringExtItem and SimpleExtItem values correctly. | 2019-08-13 | 1 | -6/+3 | |
| * | Convert LocalExtItem to a typedef and deprecate it. | 2019-08-13 | 1 | -11/+5 | |
| * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 3 | -12/+11 | |
| * | Add {To,From}{Human,Internal,Network} to ExtensionItem.•••Also, deprecate the old SerializeFormat/serialize/unserialise API. | 2019-08-07 | 1 | -15/+35 | |
| * | Document ExtensionItem better. | 2019-08-07 | 1 | -12/+38 |
