summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-28Move the example TCP/IP listeners for servers to links.conf.example.Robby
2020-11-28Move the example TCP listener for clients so they're grouped together.Robby
Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener.
2020-11-28Change the remaining instances of "true", "on", "false" and "off" to "yes" ↵Robby
and "no" in the example configs.
2020-11-26Add corefiles to the git ignore list.Sadie Powell
2020-11-26Remove a corefile which was mistakenly committed.Sadie Powell
2020-11-26Fix the description of <nickflood:duration>.Sadie Powell
2020-11-26Reword the uhnames and namesx docs.Sadie Powell
2020-11-24Fail a SANICK if the target nickname already exists.Sadie Powell
Workaround for #1791.
2020-11-24Fix some confusing logic in sanick.Sadie Powell
2020-11-22Improve the message sent when overriding channel modes.satmd
Ref: #1816.
2020-11-20Release v3.8.1.Sadie Powell
2020-11-20Update copyright headers.InspIRCd Robot
2020-11-20Update the module descriptions.Sadie Powell
2020-11-20Fail websocket connections if changing the user's IP errors.Sadie Powell
2020-11-20Avoid doing "IP changed" event stuff on quitting users.Sadie Powell
2020-11-14Update the misspell-fixer exception for directive.pm.Matt Schatz
2020-11-12Remove an obsolete comment about BSD Make.Sadie Powell
2020-11-12Silence a harmless warning in newer versions of GCC.Sadie Powell
2020-11-12Add an AppArmor config.Sadie Powell
2020-11-10Skip module tags which don't have a module specified.Sadie Powell
2020-11-10Prioritise connectban and dnsbl after core_xline.Sadie Powell
2020-11-08Skip extra whitespace in --{enable,disable}-extras.Sadie Powell
2020-11-03Only assign NewServices once the duplicate check is done.Sadie Powell
2020-11-03Fix an off by one error in the "unknown option" message.Sadie Powell
2020-11-03Improve the names of the IRCCloud example connect classes.Sadie Powell
2020-11-03Make connect class debug logging more complete and consistent.Sadie Powell
2020-10-30Release v3.8.0.Sadie Powell
2020-10-30Update copyright headers.InspIRCd Robot
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.