| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix sslmodes inheriting operonly from sslinfo. | 2026-05-25 | 1 | -1/+1 | ||
| | * | Add <nickflood:notifyrank> to mimic the equivalent in joinflood. | 2026-05-24 | 2 | -3/+14 | ||
| | * | Prevent an unnecessary lookup in joinflood. | 2026-05-24 | 1 | -1/+1 | ||
| | * | Add a note about requiressl matching to the example config. | 2026-05-22 | 1 | -0/+3 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-20 | 2 | -24/+0 | ||
| |\| | ||||||
| | * | Move some files to the global .github repository. | 2026-05-20 | 2 | -24/+0 | ||
| * | | Add a helper method for calculating the best binary units for a value. | 2026-05-20 | 4 | -22/+42 | ||
| * | | Add a helper function for calculating a percentage. | 2026-05-20 | 7 | -15/+49 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-20 | 3 | -14/+17 | ||
| |\| | ||||||
| | * | Add percentages to the sslinfo statistics. | 2026-05-20 | 1 | -3/+6 | ||
| | * | Fix some LIST filter edge cases.•••This won't pass irctest until #375 is merged. | 2026-05-20 | 2 | -11/+11 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-20 | 1 | -40/+53 | ||
| |\| | ||||||
| | * | Fix labelling quit messages. | 2026-05-20 | 1 | -40/+53 | ||
| * | | Fix casemapping strings. | 2026-05-18 | 3 | -13/+26 | ||
| * | | Update SETIDLE to match the other SET commands. | 2026-05-18 | 5 | -20/+71 | ||
| * | | Make the TLS API const. | 2026-05-18 | 3 | -10/+10 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-14 | 2 | -3/+5 | ||
| |\| | ||||||
| | * | Tweak the pull request template a bit. | 2026-05-14 | 1 | -2/+3 | ||
| | * | Fix a use after free crash on shutdown. | 2026-05-14 | 1 | -1/+2 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-14 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix the text of the mailto link in the security policy. | 2026-05-14 | 1 | -1/+1 | ||
| * | | Automate checking the SYSTEM_* environment variables. | 2026-05-13 | 3 | -19/+28 | ||
| * | | Fix CMake usage when linking against utfcpp. | 2026-05-13 | 2 | -2/+2 | ||
| * | | Migrate the httpd module from http_parser to llhttp/yuarel.•••The http_parser library is eol and we've been using a Debian fork with security patches but its time to move on. | 2026-05-13 | 16 | -3129/+12734 | ||
| * | | Move FilePtr to the pointer utility header. | 2026-05-13 | 3 | -9/+10 | ||
| * | | Remove sys/stat.h from the global socket header. | 2026-05-13 | 3 | -1/+2 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-11 | 3 | -2/+32 | ||
| |\| | ||||||
| | * | Add the bot extended ban. | 2026-05-11 | 3 | -0/+37 | ||
| | * | Fix the unauthed extban not having its negated form documented. | 2026-05-11 | 1 | -2/+2 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-08 | 2 | -6/+11 | ||
| |\| | ||||||
| | * | Backport various CI changes from master. | 2026-05-08 | 2 | -8/+14 | ||
| | * | Clear the conan build cache before uploading.•••We don't need the build files we just need the headers and the libraries. This reduces the cache size from multiple gigabytes to a few hundred megabytes. | 2026-05-08 | 1 | -0/+1 | ||
| | * | Switch to a maintained action for setting up the MSVC environment. | 2026-05-08 | 1 | -1/+3 | ||
| | * | Speed up building OpenSSL on Windows.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2026-05-08 | 1 | -0/+1 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-07 | 1 | -3/+3 | ||
| |\| | ||||||
| | * | Update irctest refs. | 2026-05-07 | 1 | -3/+3 | ||
| * | | Fix automatically enabling extra modules without target config.•••If a module doesn't need any dependencies (e.g. ldap on Windows) the previous logic would have assumed it is unbuildable. With this change we assume a module is buildable unless it explicitly errors when we dry-run the build config. | 2026-05-07 | 2 | -2/+2 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-06 | 1 | -2/+3 | ||
| |\| | ||||||
| | * | Ignore the actions cache when performing releases. | 2026-05-06 | 1 | -1/+2 | ||
| | * | Encode the Visual Studio version into the Conan cache key.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2026-05-06 | 1 | -1/+1 | ||
| * | | Switch the Windows build to use the default CMake NSIS template.•••The only difference between the default template and ours is we have code in ours to install the Windows service which we can now do via cmake. [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2026-05-06 | 2 | -1017/+18 | ||
| * | | Use a faster linker (mold, lld, gold) if they're available. | 2026-05-06 | 3 | -0/+12 | ||
| * | | Fix removing symlinks for modules with missing dependencies. | 2026-05-06 | 1 | -2/+2 | ||
| * | | Make the pkg-config output a bit less verbose. | 2026-05-06 | 2 | -1/+8 | ||
| * | | Make CommandBase::Params final. | 2026-05-06 | 1 | -1/+2 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-06 | 3 | -3/+4 | ||
| |\| | ||||||
| | * | Fix some rare null pointer dereferences.•••This code is only ever called for internal serialisation which I don't think actually happens to these modules. | 2026-05-06 | 2 | -2/+2 | ||
| | * | Update my email address. | 2026-05-05 | 2 | -2/+3 | ||
| * | | Version the Windows install by the major version. | 2026-05-02 | 2 | -5/+5 | ||
| * | | Merge branch 'insp4' into master | 2026-05-01 | 2 | -2/+2 | ||
| |\| | ||||||
