aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release v3.17.0. v3.17.0Gravatar Sadie Powell2023-12-222-2/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2023-12-228-8/+8
|
* Update module descriptions.Gravatar Sadie Powell2023-12-222-2/+2
|
* Update author list.Gravatar InspIRCd Robot2023-12-221-2/+3
|
* Document the PROP command.Gravatar satmd2023-12-221-0/+4
| | | | Backport of f60c060 from git master.
* Fix the Windows build.Gravatar Sadie Powell2023-12-142-4/+4
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Update the Windows dependencies.Gravatar Sadie Powell2023-11-161-5/+5
|
* Update the vendored libraries.Gravatar Sadie Powell2023-11-163-81/+216
|
* Add some more useful aliases to the generic services example.Gravatar Sadie Powell2023-11-141-0/+5
|
* Allow using $address for the user IP address in alias templates.Gravatar Sadie Powell2023-11-122-4/+9
| | | | Closes #2068.
* Fix a crash on shutdown when using ssl_gnutls on some systems.Gravatar Sadie Powell2023-11-061-2/+4
|
* Add some more files to the gitignore.Gravatar Sadie Powell2023-11-061-0/+3
|
* Fix the helper script on newer versions of Valgrind.Gravatar Sadie Powell2023-11-061-6/+4
|
* When copying a message also copy the source string.Gravatar Sadie Powell2023-11-051-0/+16
|
* Apply SVSHOLDs to already existing users.Gravatar Sadie Powell2023-10-241-5/+6
|
* Fix matching SVSHOLDs against unusual matches.Gravatar Sadie Powell2023-10-241-4/+2
| | | | | These should be a case insensitive absolue match not a case sensitive or glob match.
* Update the pull request template.Gravatar Sadie Powell2023-10-191-2/+3
|
* Fix the link to the Windows build instructions.Gravatar Sadie Powell2023-10-051-1/+1
|
* Bump actions/checkout from 3 to 4 (#2062)Gravatar dependabot[bot]2023-10-016-9/+9
| | | | | | | | | | | | | | | | 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>
* Update the Windows dependencies.Gravatar Sadie Powell2023-09-102-7/+7
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Tweak the malformed channel name message slightly.Gravatar Sadie Powell2023-09-011-1/+1
|
* Fix being able to FJOIN non-channels.Gravatar Sadie Powell2023-08-251-0/+3
| | | | Closes #2057.
* Add a script for deploying SSL files from an ACME renewal tool.Gravatar Sadie Powell2023-08-152-0/+35
|
* Update the mailmap.Gravatar Sadie Powell2023-08-141-0/+1
|
* Some minor tweaks to the irctest ci.Gravatar Sadie Powell2023-07-281-5/+7
| | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci]
* Experiment with some linker flags on Windows to speed up the build.Gravatar Sadie Powell2023-07-221-0/+2
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Update Conan in the Windows CI.Gravatar Sadie Powell2023-07-221-1/+1
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Build with the 64-bit toolchain on Windows.Gravatar Sadie Powell2023-07-221-0/+2
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Just link to the social media docs page in the readme.Gravatar Sadie Powell2023-07-201-3/+1
| | | | This will allow us to update the links easier if they change.
* Fix a rare case where the hostname cache was not invalidated.Gravatar Sadie Powell2023-07-171-0/+3
|
* If a watched user appears whilst away then also send RPL_GONEAWAY.Gravatar Sadie Powell2023-07-151-0/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2023-07-159-7/+50
|
* Fix mkheaders on files with Windows line endings.Gravatar Sadie Powell2023-07-151-1/+1
|
* Update required OpenSSL version on Windows.Gravatar Sadie Powell2023-07-131-2/+2
| | | | | The dependency issue which was preventing us from updating has finally been resolved.
* Fix parsing end-of-file comments that don't end with a newline.Gravatar Sadie Powell2023-07-121-1/+7
|
* Define _BSD_SOURCE when building on Haiku.Gravatar Sadie Powell2023-07-121-0/+3
| | | | This fixes a few modules which depend on common BSD extensions.
* Log if a user specifies an invalid country code in <connect:country>.Gravatar Sadie Powell2023-07-111-0/+7
|
* Update the description of the ircv3 module.Gravatar Sadie Powell2023-07-101-2/+2
|
* The announceinvites setting is in <security> not <options>.Gravatar Sadie Powell2023-07-101-1/+1
|
* Fix a typo in the example configs.Gravatar Sadie Powell2023-07-071-2/+2
| | | | Reported by @siniStar7.
* Update Doxygen config for the latest version.Gravatar Sadie Powell2023-07-061-4/+7
|
* Redocument <options:defaultmodes>.Gravatar Sadie Powell2023-07-061-2/+6
|
* Redocument <connect:modes> and set commonchans by default.Gravatar Sadie Powell2023-07-061-12/+12
| | | | | This mode is fairly unintrusive and prevents PM spam from bots that do not share a channel.
* Sync helpop chmodes s and p with docsGravatar Hendrik Jäger2023-07-061-4/+3
|
* Fix filter X-lines not including the module name in the setter.Gravatar Sadie Powell2023-07-051-6/+6
|
* Fix a missing quote in the inspircd.1 man page.Gravatar Sadie Powell2023-07-041-1/+1
|
* Update Windows dependencies.Gravatar Sadie Powell2023-07-011-4/+4
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Fix the documentation of <connect:useident>.Gravatar Sadie Powell2023-06-291-2/+6
|
* Add CI workflow running integration tests with irctest.Gravatar Val Lorentz2023-06-251-0/+120
|
* Don't send an error message if we're blocking an automatic CTCP reply.Gravatar Sadie Powell2023-06-221-1/+3
|