summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-30Update vendored libraries.Sadie Powell
2020-10-29Don't call the OnChangeRealHost event when initialising a user.Sadie Powell
Fixes a (git only) crash when a user gets xlined before they have been initialised.
2020-10-27Don't kill cloaking users when hash/md5 is missing.Sadie Powell
2020-10-26Update the helpop docs for the recent PING/PONG changes.Sadie Powell
2020-10-26Fix the behaviour of multi-value PING and PONG messages.Sadie Powell
2020-10-24Change glob matching to be configurableMichael
2020-10-24m_cban: Implement support for channel masksMichael
Allows wildcards to be used
2020-10-23Allow `brew update` to fail when running the macOS CI.Sadie Powell
Homebrew is a broken mess and fails randomly when fetching changed package manifests. As this isn't a critical part of build testing we can just let it fail.
2020-10-23Update the IRCCloud provider config with the latest host changes.Sadie Powell
2020-10-16Fix building the argon2 module on CI due to a broken PPA package.Sadie Powell
2020-10-15More consistently show modules without the file prefix and suffix.Sadie Powell
2020-10-14Switch away from the deprecated 'set-env' command.Matt Schatz
2020-10-14Prevent misspell-fixer from running on forks.Matt Schatz
2020-10-15Fixes by misspell-fixerInspIRCd Robot
2020-10-12Add an option to allow disengaging joinflood on initial boot.Sadie Powell
2020-10-12Add an option to allow disengaging joinflood after a netsplit.Sadie Powell
2020-10-10Implement support for Argon2 password hashing.ShutterQuick
Resolves #1540.
2020-10-08Fix firing the wrong event when a real hostname changes.Sadie Powell
2020-10-06Add the User::exempt flag to m_check.Matt Schatz
2020-10-06Recheck users for xlines when their real hostname changes.Sadie Powell
2020-10-03FIx a typo in the shun docs.Sadie Powell
2020-10-01Unvendor optional-lite.Sadie Powell
The use for this never actually materialised in v3.
2020-09-30Rename the REALLEN 005 token to NAMELEN.Sadie Powell
Turns out this is already required by the IRCv3 setname spec but we forgot to implement it. Oops.
2020-09-30Check that the values specified in <limits> are reasonable.Sadie Powell
2020-09-30Remove a long obsolete comment from the example conf.Sadie Powell
2020-09-30Remove the mod-footer make target as it prints invalid messages.Sadie Powell
2020-09-30Add an ISUPPORT token that contains the maximum real name length.Sadie Powell
2020-09-30Remove the latin1 nationalchars data file.Sadie Powell
Users should migrate to the codepage module where possible.
2020-09-29Use the normal method for applying a default config in dnsbl.Sadie Powell
2020-09-29Fix the dnsbl module config not being checked case insensitively.Sadie Powell
2020-09-27Document the recent shun changes.Sadie Powell
2020-09-27Add a shun option for cleaning problematic allowed commands.Sadie Powell
2020-09-27Make shun block client-only tags by default.Sadie Powell
2020-09-27Refactor the shun module slightly.Sadie Powell
2020-09-27Remove an unnecessary break statement.Sadie Powell
2020-09-26Store generated SSL certificates in the .configure directory.Sadie Powell
Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org>
2020-09-24Fix the syntax of the MAXLIST 005 token.Sadie Powell
2020-09-23The file extension is optional when calling enable_extras.Sadie Powell
2020-09-23Refactor GenRandomStr for performance and readability.Sadie Powell
2020-09-21Fix the example configs lying about where paths are relative to.Sadie Powell
2020-09-21Only bind on 6667 instead of 6660-6669 in the example configs.Sadie Powell
2020-09-19Add documentation links to the systemd unit file.Sadie Powell
Ref: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#%5BUnit%5D%20Section%20Options
2020-09-16Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated.Sadie Powell
2020-09-13Show the location of cache.cfg relative to the root directory.Sadie Powell
2020-09-12Replace the banana in the motd with a cute kitty.Sadie Powell
2020-09-01Fix OnChangeRealName not being fired for remote users.Sadie Powell
2020-08-31Fix the misspell-fixer CI action.Sadie Powell
2020-08-29Fix a word missing from the last commit.Sadie Powell
2020-08-29Don't warn about SSL modules if using --disable-auto-extras.Sadie Powell
2020-08-29Warn about non-local plaintext server connections.Sadie Powell