| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix fuzzy matching in core_who.•••Previously this code would consider requests with fields but no flags as fuzzy. This is incorrect as users can make requests like: WHO Sadie %n Reported by @ilbelkyr. | 2021-03-02 | 1 | -3/+3 | ||
| | * | Fix warning about unknown sections in the contrib module manifest. | 2021-03-02 | 1 | -2/+0 | ||
| | * | Fix sending Q-line notices to snomask `a` instead of snomask `x`. | 2021-03-01 | 1 | -1/+1 | ||
| | * | Fix print_warning using print instead of say. | 2021-02-28 | 1 | -1/+1 | ||
| | * | Warn users of old compiler versions about the upcoming version bump. | 2021-02-28 | 1 | -0/+14 | ||
| | * | Warn users of old Perl versions about the upcoming version bump. | 2021-02-28 | 1 | -0/+9 | ||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 38 | -138/+144 | ||
| * | | Move aligned_storage to the utility directory and clean up. | 2021-03-02 | 2 | -13/+12 | ||
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 9 | -14/+15 | ||
| * | | Replace manual copy prevention with the insp::uncopiable class. | 2021-03-02 | 2 | -14/+49 | ||
| * | | Require Perl 5.26 in the build system.•••This version is supported by all major systems that ship the C++17 compilers required by the v4 branch. | 2021-02-28 | 14 | -14/+14 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 83 | -198/+375 | ||
| |\| | ||||||
| | * | Fix running configure on systems with old versions of Perl.•••Closes #1852. | 2021-02-28 | 1 | -1/+2 | ||
| | * | Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.•••Closes #1850. | 2021-02-27 | 2 | -0/+21 | ||
| | * | Release v3.9.0. v3.9.0 | 2021-02-26 | 2 | -2/+2 | ||
| | * | Update copyright headers. | 2021-02-26 | 76 | -78/+80 | ||
| | * | Implement support for multi-prefix on WHOIS. | 2021-02-25 | 3 | -16/+63 | ||
| | * | Allow a statusmsg to have multiple statuses and pick the lowest.•••This is pretty much useless but other implementations support it so we have to also support it for compatibility. | 2021-02-25 | 3 | -10/+33 | ||
| | * | Refactor OnUserPostMessage in the chanhistory module. | 2021-02-24 | 1 | -11/+13 | ||
| | * | Fix a grammar issue in the helpop config. | 2021-02-22 | 1 | -1/+1 | ||
| | * | Add snomask permissions to the oper check output. | 2021-02-22 | 1 | -0/+10 | ||
| | * | Add a human-readable serialiser to the geolocation extensible. | 2021-02-22 | 1 | -0/+6 | ||
| | * | Fix checking the wrong user in SERVLIST. | 2021-02-21 | 1 | -1/+1 | ||
| | * | Add a config option for exempting classes from connflood. | 2021-02-21 | 3 | -1/+17 | ||
| | * | Add a command to the cgiirc module for encoding/decoding hex idents. | 2021-02-21 | 2 | -45/+96 | ||
| | * | Rename the cmd variable to cmdwebirc in the cgiirc module. | 2021-02-21 | 1 | -12/+12 | ||
| | * | Fix the numeric sent when a U-lined alias target is not online. | 2021-02-18 | 3 | -7/+4 | ||
| | * | Fix the message sent when SSL profiles are rehashed. | 2021-02-18 | 3 | -3/+3 | ||
| | * | Move linuxdaemon and Sheogorath to former contributors. | 2021-02-10 | 1 | -7/+8 | ||
| | * | Fix the system-wide paths to not violate the Linux FHS. | 2021-02-08 | 1 | -2/+2 | ||
| | * | Improvements and updates to misspell-fixer.•••- Update to v3 of the create-pull-request action. - Improve the whitelist for directive.pm 'atleast'. - Whitelist 'eiter' in source and header files. | 2021-02-06 | 1 | -2/+3 | ||
| | * | Show the name of the WebIRC gateway in the IP changing notice. | 2021-02-05 | 1 | -2/+3 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 8 | -40/+101 | ||
| |\| | ||||||
| | * | Duplicate the stdout file handle when used for logging.•••Failure to do this may result in a crash on shutdown when started in debug mode. | 2021-02-01 | 2 | -1/+4 | ||
| | * | Fix using the TR1 headers on compilers that support C++17. | 2021-02-01 | 2 | -2/+2 | ||
| | * | Move SSLINFO code for users to its own function and refactor. | 2021-02-01 | 1 | -16/+21 | ||
| | * | Allow using SSLINFO on channels. | 2021-02-01 | 1 | -18/+69 | ||
| | * | Convert SSLINFO to SplitCommand. | 2021-02-01 | 1 | -4/+4 | ||
| | * | Read <sslinfo:operonly> once at load time. | 2021-02-01 | 1 | -3/+8 | ||
| | * | Fix the base path being used for more than just the install prefix. | 2021-01-31 | 3 | -8/+1 | ||
| | * | Fix bitshift in INSPIRCD_VERSION_SINCE. | 2021-01-30 | 1 | -1/+1 | ||
| | * | Fix an oversight in the previous commit. | 2021-01-30 | 1 | -1/+1 | ||
| | * | Fix a few issues with SERVLIST.•••- Implement support for service type matching based on the service oper type. This isn't the same as irc2 but its close enough. - Fix erroneously sending the mask in the <mask> field. This field is for the service name mask not the service distribution mask. | 2021-01-30 | 1 | -4/+8 | ||
| * | | Make MyClass private and move everything to GetClass. | 2021-01-31 | 12 | -38/+29 | ||
| * | | Move sendmsglist to above the functions in LocalUser. | 2021-01-31 | 1 | -4/+4 | ||
| * | | Fix a shadowing warning in SERVLIST. | 2021-01-30 | 1 | -5/+5 | ||
| * | | Replace defaultdeleter with the C++11 one and rename culldeleter. | 2021-01-30 | 4 | -17/+5 | ||
| * | | Rename Extensible::doUnhookExtensions to UnhookExtensions. | 2021-01-30 | 3 | -5/+5 | ||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 42 | -92/+88 | ||
| * | | Rename <uline> to <service>. | 2021-01-30 | 4 | -8/+8 | ||
