| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | 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.
| Peter Powell | 2019-12-08 | 2 | -6/+1 |
| | * | Convert InspIRCd::SetSignals to a static function. | Peter Powell | 2019-12-08 | 1 | -4/+0 |
| | * | Move forking code into a function and remove DaemonSeed. | Peter Powell | 2019-12-08 | 1 | -5/+0 |
| | * | Use meaningful variable names in consolecolors. | Peter Powell | 2019-12-08 | 1 | -30/+30 |
| * | | Get rid of UserManager#OperCount and UserManager#UserCount.•••OperCount was only used in one place, UserCount is used nowhere,
and both just a wrapper around data which is accessible by other
means.
| Sadie Powell | 2019-12-29 | 1 | -10/+0 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-12-08 | 5 | -28/+87 |
| |\| |
|
| | * | Bump the InspIRCd ABI version. | Peter Powell | 2019-12-03 | 1 | -1/+1 |
| | * | Send * for empty targets in the no such nick/channel message. | Peter Powell | 2019-12-03 | 1 | -2/+2 |
| | * | Add some overloads of IRCv3::Replies::Reply#Send. | Peter Powell | 2019-11-25 | 1 | -4/+82 |
| | * | Deprecate Send{Channel,User}Notice; use SendMessage instead. | Peter Powell | 2019-11-17 | 1 | -2/+2 |
| | * | Allow Channel::WriteNotice send to other servers and status ranks. | Peter Powell | 2019-11-17 | 1 | -1/+2 |
| | * | Close connections when an I/O hook is configured but not loaded. | Peter Powell | 2019-11-16 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-11-13 | 11 | -19/+221 |
| |\| |
|
| | * | Add GetId() to the SQL::Provider class. | Peter Powell | 2019-11-13 | 1 | -1/+8 |
| | * | Allow event providers to know when a listener subs or unsubs. | Peter Powell | 2019-10-21 | 1 | -3/+29 |
| | * | Switch ChildMap and EntryMap to insp::flat_map. | Peter Powell | 2019-10-18 | 1 | -2/+2 |
| | * | Add an event which is fired when the server shuts down. | Peter Powell | 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.
| Peter Powell | 2019-10-14 | 4 | -1/+141 |
| | * | Add GetTypeStr to the DNS API. | Peter Powell | 2019-10-13 | 1 | -0/+1 |
| | * | Show the list modes which have variable list lengths in 005. | Peter Powell | 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.
| Peter Powell | 2019-09-29 | 1 | -3/+3 |
| | * | Add the OnServerBurst hook and fix the docs for OnServerLink. | Peter Powell | 2019-09-23 | 1 | -2/+7 |
| | * | Add whether the server split with an error to OnServerSplit. | Peter Powell | 2019-09-23 | 1 | -4/+20 |
| | * | Add the server id to the Server class. | Peter Powell | 2019-09-23 | 2 | -4/+25 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-09-23 | 2 | -2/+28 |
| |\| |
|
| | * | Add GetNumericToken to sepstream.•••This removes some boilerplate when retrieving numeric types.
| Peter Powell | 2019-09-03 | 1 | -0/+16 |
| | * | Document ConfigStatus and add a way to detect the initial load. | Peter Powell | 2019-09-02 | 1 | -2/+12 |
| | * | Release v3.3.0. v3.3.0 | Peter Powell | 2019-08-23 | 1 | -1/+1 |
| * | | Replace LocalIntExt with IntExtItem. | Sadie Powell | 2019-08-13 | 2 | -9/+47 |
| * | | Rewrite and merge LocalStringExt, StringExtItem. | Sadie Powell | 2019-08-13 | 1 | -17/+27 |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do.
| Sadie Powell | 2019-08-13 | 2 | -12/+17 |
| * | | Rename ExtensionItem::free to ExtensionItem::Delete. | Sadie Powell | 2019-08-13 | 1 | -7/+7 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-08-13 | 1 | -6/+3 |
| |\| |
|
| | * | Free StringExtItem and SimpleExtItem values correctly. | Peter Powell | 2019-08-13 | 1 | -6/+3 |
| | * | Convert LocalExtItem to a typedef and deprecate it. | Peter Powell | 2019-08-13 | 1 | -11/+5 |
| * | | Remove remnants of the old ExtensionItem serialisation system.•••Also rm LocalExtItem whilst we are at it as it is now obsolete.
| Sadie Powell | 2019-08-09 | 1 | -27/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-08-09 | 3 | -39/+85 |
| |\| |
|
| | * | Convert all core ExtensionItem code away from {un,}serialize. | Peter Powell | 2019-08-07 | 3 | -12/+11 |
| | * | Add {To,From}{Human,Internal,Network} to ExtensionItem.•••Also, deprecate the old SerializeFormat/serialize/unserialise API.
| Peter Powell | 2019-08-07 | 1 | -15/+35 |
| | * | Document ExtensionItem better. | Peter Powell | 2019-08-07 | 1 | -12/+38 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-07-27 | 10 | -14/+205 |
| |\| |
|
| | * | Fix various cases of broken indentation. | Peter Powell | 2019-07-26 | 3 | -13/+13 |
| | * | 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.
| Peter Powell | 2019-07-25 | 1 | -0/+135 |
| | * | Add a constant for the maximum length of a mode parameter. | Peter Powell | 2019-07-23 | 1 | -0/+4 |
| | * | Add the time tag on the server the message originates from. | Peter Powell | 2019-07-22 | 1 | -0/+1 |
| | * | Add a method for swapping user I/O handlers. | Peter Powell | 2019-07-21 | 3 | -0/+18 |
| | * | Allow modules to prevent a failed connection from being closed. | Peter Powell | 2019-07-21 | 1 | -1/+9 |
| | * | Add an event for adding tags to S2S messages. | Peter Powell | 2019-07-19 | 1 | -0/+25 |
| * | | Remove code relating to v3 API changes and v2 module compatibility. | Sadie Powell | 2019-07-18 | 1 | -15/+0 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-07-16 | 12 | -17/+146 |
| |\| |
|