| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename OnBroadcastMessage to OnRouteMessage.•••This is more descriptive of what it actually does. | 2024-03-08 | 1 | -19/+20 | |
| * | Rename some of the Module member variables. | 2024-03-04 | 1 | -8/+6 | |
| * | Rework SQL::PopulateUserInfo. | 2024-02-19 | 1 | -10/+18 | |
| * | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. | 2024-02-19 | 2 | -14/+29 | |
| * | If a user has an oper connect class then reset it when de-opering. | 2024-02-19 | 1 | -1/+3 | |
| * | Split ExtBan::Acting from ExtBan::ActingBase. | 2024-02-15 | 1 | -5/+23 | |
| * | Move DataProvider to base. | 2024-01-22 | 2 | -8/+8 | |
| * | Add Hex::Decode as a complement for Hex::Encode. | 2024-01-13 | 1 | -0/+20 | |
| * | Fix the string overload of Hex::Encode not passing on the separator. | 2024-01-13 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-12-22 | 1 | -1/+1 | |
| |\ | |||||
| | * | Release v3.17.0. v3.17.0 | 2023-12-22 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2023-12-22 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-11-05 | 1 | -0/+16 | |
| |\| | |||||
| | * | When copying a message also copy the source string. | 2023-11-05 | 1 | -0/+16 | |
| * | | QuickExit is obsolete again so we can remove it again. | 2023-10-17 | 1 | -8/+0 | |
| * | | Allow assigning dynamic references from other dynamic references. | 2023-09-29 | 1 | -0/+6 | |
| * | | Add an option for including the setter's full mask in list modes. | 2023-09-21 | 1 | -0/+3 | |
| * | | Rename <options:hostintopic> to <options:maskintopic>.•••This option stores the user *mask* not the user host so the old name is incorrect. | 2023-09-21 | 1 | -1/+1 | |
| * | | Fix a nonsense comment in the cloak API header. | 2023-09-21 | 1 | -1/+1 | |
| * | | Move TokenList back to its own header and move INSP_FORMAT to compat.•••This allows making stringutils an optional header given that most of it is not used by most of the codebase. | 2023-09-03 | 7 | -63/+87 | |
| * | | Make the constructor of ModuleEventListener protected. | 2023-08-20 | 1 | -3/+5 | |
| * | | Don't include "regex/" in the link data of the filter/rline modules. | 2023-08-18 | 1 | -0/+6 | |
| * | | Fix big list limits and expose the limit to TellListTooLong. | 2023-08-12 | 1 | -8/+9 | |
| * | | Fix list modes unintentionally being case sensitive.•••Closes #907. | 2023-08-12 | 2 | -0/+33 | |
| * | | Rename the error log level to critical.•••"ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | 2023-08-11 | 1 | -11/+7 | |
| * | | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -1/+1 | |
| * | | Move stdalgo::string::{equalsci,tocstr} to utility/string.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Co-authored-year: 2016 | 2023-08-11 | 2 | -32/+27 | |
| * | | Move stdalgo::string::join to utility/string and templatise separator. | 2023-08-11 | 3 | -20/+25 | |
| * | | Rename utility/string_view to utility/string. | 2023-08-11 | 1 | -0/+0 | |
| * | | Make config file cache invalidation more useful. | 2023-08-06 | 1 | -3/+3 | |
| * | | Rework how away state is stored internally.•••This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal. | 2023-08-04 | 2 | -14/+20 | |
| * | | Make the X-line quit message format a lot more flexible. | 2023-07-21 | 2 | -5/+7 | |
| * | | Add a typedef for the Template::Replace map. | 2023-07-21 | 1 | -1/+4 | |
| * | | Allow timers to not be restarted after changing the interval.•••This is useful if you're changing them from Tick. | 2023-07-21 | 1 | -1/+1 | |
| * | | Windows build cleanup.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-15 | 1 | -1/+8 | |
| * | | Rename several Windows files to use the same naming scheme.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-15 | 1 | -1/+1 | |
| * | | Simplify the codes that InspIRCd can exit with.•••The custom codes that InspIRCd exits with are not very useful and can confuse init systems like systemd which assume that certain exit codes mean certain things. INSPIRCD_BINARY_EXIT was a workaround for this in v3 but considering thatsers have to check the logs anyway so we may as well just use EXIT_SUCCESS and EXIT_FAILURE. | 2023-07-13 | 1 | -42/+0 | |
| * | | Normalise the case of ServerStats. | 2023-07-13 | 1 | -2/+2 | |
| * | | Improve the inlining of some channel functions. | 2023-07-07 | 1 | -17/+5 | |
| * | | Update KickUser to match PartUser. | 2023-07-06 | 1 | -12/+17 | |
| * | | Make PartUser inline and add an overload that takes an iterator.•••The return value of PartUser is not used 99% of the time so this allows the compiler to optimise it out. | 2023-07-06 | 1 | -6/+20 | |
| * | | Invalidate the file cache when reading SSL certs.•••This fixes reading the same file when the SSL certs are reloaded without a full rehash (e.g. via SIGUSR1 or /REHASH -ssl). This also reverts 8f0d732e38. | 2023-07-03 | 1 | -1/+1 | |
| * | | Replace FileReader with something more sensible. | 2023-07-03 | 4 | -66/+36 | |
| * | | Fix a minor Doxygen comment issue. | 2023-07-03 | 1 | -1/+1 | |
| * | | Make MaxTargets a size_t. | 2023-07-03 | 1 | -1/+1 | |
| * | | Refactor the ServerConfig class.•••All fields are now ordered in the most memory efficient way and all public fields use the correct case. Every member has been redocumented to match the current documentation style. | 2023-07-03 | 1 | -137/+108 | |
| * | | Move ServerLimits inside ServerConfig. | 2023-07-03 | 1 | -39/+48 | |
| * | | Fix shun matching (again) and document what the matches do. | 2023-07-03 | 1 | -3/+6 | |
| * | | Refactor Change{Displayed,Real}Host to match other Change* methods. | 2023-06-30 | 1 | -4/+4 | |
| * | | Remove OnPreChange{Host,RealName} events and deboolify methods.•••These have not ever been used as far as I can see. | 2023-06-29 | 2 | -26/+5 | |
