| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.17.0. v3.17.0 | 2023-12-22 | 2 | -2/+2 | |
| * | Update copyright headers. | 2023-12-22 | 8 | -8/+8 | |
| * | Update module descriptions. | 2023-12-22 | 2 | -2/+2 | |
| * | Update author list. | 2023-12-22 | 1 | -2/+3 | |
| * | Document the PROP command.•••Backport of f60c060 from git master. | 2023-12-22 | 1 | -0/+4 | |
| * | Fix the Windows build.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-12-14 | 2 | -4/+4 | |
| * | Update the Windows dependencies. | 2023-11-16 | 1 | -5/+5 | |
| * | Update the vendored libraries. | 2023-11-16 | 3 | -81/+216 | |
| * | Add some more useful aliases to the generic services example. | 2023-11-14 | 1 | -0/+5 | |
| * | Allow using $address for the user IP address in alias templates.•••Closes #2068. | 2023-11-12 | 2 | -4/+9 | |
| * | Fix a crash on shutdown when using ssl_gnutls on some systems. | 2023-11-06 | 1 | -2/+4 | |
| * | Add some more files to the gitignore. | 2023-11-06 | 1 | -0/+3 | |
| * | Fix the helper script on newer versions of Valgrind. | 2023-11-06 | 1 | -6/+4 | |
| * | When copying a message also copy the source string. | 2023-11-05 | 1 | -0/+16 | |
| * | Apply SVSHOLDs to already existing users. | 2023-10-24 | 1 | -5/+6 | |
| * | Fix matching SVSHOLDs against unusual matches.•••These should be a case insensitive absolue match not a case sensitive or glob match. | 2023-10-24 | 1 | -4/+2 | |
| * | Update the pull request template. | 2023-10-19 | 1 | -2/+3 | |
| * | Fix the link to the Windows build instructions. | 2023-10-05 | 1 | -1/+1 | |
| * | Bump actions/checkout from 3 to 4 (#2062)•••Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-01 | 6 | -9/+9 | |
| * | Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-09-10 | 2 | -7/+7 | |
| * | Tweak the malformed channel name message slightly. | 2023-09-01 | 1 | -1/+1 | |
| * | Fix being able to FJOIN non-channels.•••Closes #2057. | 2023-08-25 | 1 | -0/+3 | |
| * | Add a script for deploying SSL files from an ACME renewal tool. | 2023-08-15 | 2 | -0/+35 | |
| * | Update the mailmap. | 2023-08-14 | 1 | -0/+1 | |
| * | Some minor tweaks to the irctest ci.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2023-07-28 | 1 | -5/+7 | |
| * | Experiment with some linker flags on Windows to speed up the build.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-22 | 1 | -0/+2 | |
| * | Update Conan in the Windows CI.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-22 | 1 | -1/+1 | |
| * | Build with the 64-bit toolchain on Windows.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-22 | 1 | -0/+2 | |
| * | Just link to the social media docs page in the readme.•••This will allow us to update the links easier if they change. | 2023-07-20 | 1 | -3/+1 | |
| * | Fix a rare case where the hostname cache was not invalidated. | 2023-07-17 | 1 | -0/+3 | |
| * | If a watched user appears whilst away then also send RPL_GONEAWAY. | 2023-07-15 | 1 | -0/+2 | |
| * | Update copyright headers. | 2023-07-15 | 9 | -7/+50 | |
| * | Fix mkheaders on files with Windows line endings. | 2023-07-15 | 1 | -1/+1 | |
| * | Update required OpenSSL version on Windows.•••The dependency issue which was preventing us from updating has finally been resolved. | 2023-07-13 | 1 | -2/+2 | |
| * | Fix parsing end-of-file comments that don't end with a newline. | 2023-07-12 | 1 | -1/+7 | |
| * | Define _BSD_SOURCE when building on Haiku.•••This fixes a few modules which depend on common BSD extensions. | 2023-07-12 | 1 | -0/+3 | |
| * | Log if a user specifies an invalid country code in <connect:country>. | 2023-07-11 | 1 | -0/+7 | |
| * | Update the description of the ircv3 module. | 2023-07-10 | 1 | -2/+2 | |
| * | The announceinvites setting is in <security> not <options>. | 2023-07-10 | 1 | -1/+1 | |
| * | Fix a typo in the example configs.•••Reported by @siniStar7. | 2023-07-07 | 1 | -2/+2 | |
| * | Update Doxygen config for the latest version. | 2023-07-06 | 1 | -4/+7 | |
| * | Redocument <options:defaultmodes>. | 2023-07-06 | 1 | -2/+6 | |
| * | Redocument <connect:modes> and set commonchans by default.•••This mode is fairly unintrusive and prevents PM spam from bots that do not share a channel. | 2023-07-06 | 1 | -12/+12 | |
| * | Sync helpop chmodes s and p with docs | 2023-07-06 | 1 | -4/+3 | |
| * | Fix filter X-lines not including the module name in the setter. | 2023-07-05 | 1 | -6/+6 | |
| * | Fix a missing quote in the inspircd.1 man page. | 2023-07-04 | 1 | -1/+1 | |
| * | Update Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-01 | 1 | -4/+4 | |
| * | Fix the documentation of <connect:useident>. | 2023-06-29 | 1 | -2/+6 | |
| * | Add CI workflow running integration tests with irctest. | 2023-06-25 | 1 | -0/+120 | |
| * | Don't send an error message if we're blocking an automatic CTCP reply. | 2023-06-22 | 1 | -1/+3 |
