aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v3.8.1. v3.8.1Gravatar Sadie Powell2020-11-201-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-11-2011-14/+14
* Update the module descriptions.Gravatar Sadie Powell2020-11-208-8/+8
* Fail websocket connections if changing the user's IP errors.Gravatar Sadie Powell2020-11-201-0/+4
* Avoid doing "IP changed" event stuff on quitting users.Gravatar Sadie Powell2020-11-205-5/+8
* Update the misspell-fixer exception for directive.pm.Gravatar Matt Schatz2020-11-141-1/+1
* Remove an obsolete comment about BSD Make.Gravatar Sadie Powell2020-11-121-2/+0
* Silence a harmless warning in newer versions of GCC.Gravatar Sadie Powell2020-11-121-2/+4
* Add an AppArmor config.Gravatar Sadie Powell2020-11-122-0/+47
* Skip module tags which don't have a module specified.Gravatar Sadie Powell2020-11-101-1/+5
* Prioritise connectban and dnsbl after core_xline.Gravatar Sadie Powell2020-11-102-0/+12
* Skip extra whitespace in --{enable,disable}-extras.Gravatar Sadie Powell2020-11-081-2/+2
* Only assign NewServices once the duplicate check is done.Gravatar Sadie Powell2020-11-031-1/+1
* Fix an off by one error in the "unknown option" message.Gravatar Sadie Powell2020-11-031-1/+1
* Improve the names of the IRCCloud example connect classes.Gravatar Sadie Powell2020-11-031-11/+11
* Make connect class debug logging more complete and consistent.Gravatar Sadie Powell2020-11-037-32/+76
* Release v3.8.0. v3.8.0Gravatar Sadie Powell2020-10-302-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2020-10-3021-17/+24
* Update vendored libraries.Gravatar Sadie Powell2020-10-303-9/+9
* Don't call the OnChangeRealHost event when initialising a user.•••Fixes a (git only) crash when a user gets xlined before they have been initialised. Gravatar Sadie Powell2020-10-291-1/+4
* Don't kill cloaking users when hash/md5 is missing.Gravatar Sadie Powell2020-10-272-3/+11
* Update the helpop docs for the recent PING/PONG changes.Gravatar Sadie Powell2020-10-261-2/+2
* Fix the behaviour of multi-value PING and PONG messages.Gravatar Sadie Powell2020-10-263-6/+29
* Change glob matching to be configurableGravatar Michael2020-10-242-2/+20
* m_cban: Implement support for channel masks•••Allows wildcards to be used Gravatar Michael2020-10-242-5/+6
* Allow `brew update` to fail when running the macOS CI.•••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. Gravatar Sadie Powell2020-10-231-1/+1
* Update the IRCCloud provider config with the latest host changes.Gravatar Sadie Powell2020-10-231-3/+9
* Fix building the argon2 module on CI due to a broken PPA package.Gravatar Sadie Powell2020-10-161-1/+1
* More consistently show modules without the file prefix and suffix.Gravatar Sadie Powell2020-10-153-31/+37
* Switch away from the deprecated 'set-env' command.Gravatar Matt Schatz2020-10-141-2/+2
* Prevent misspell-fixer from running on forks.Gravatar Matt Schatz2020-10-141-0/+1
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-10-152-3/+3
* Add an option to allow disengaging joinflood on initial boot.Gravatar Sadie Powell2020-10-122-0/+9
* Add an option to allow disengaging joinflood after a netsplit.Gravatar Sadie Powell2020-10-122-5/+30
* Implement support for Argon2 password hashing.•••Resolves #1540.Gravatar ShutterQuick2020-10-106-4/+244
* Fix firing the wrong event when a real hostname changes.Gravatar Sadie Powell2020-10-081-1/+1
* Add the User::exempt flag to m_check.Gravatar Matt Schatz2020-10-061-0/+2
* Recheck users for xlines when their real hostname changes.Gravatar Sadie Powell2020-10-064-17/+91
* FIx a typo in the shun docs.Gravatar Sadie Powell2020-10-031-3/+3
* Unvendor optional-lite.•••The use for this never actually materialised in v3. Gravatar Sadie Powell2020-10-013-1716/+0
* Rename the REALLEN 005 token to NAMELEN.•••Turns out this is already required by the IRCv3 setname spec but we forgot to implement it. Oops. Gravatar Sadie Powell2020-09-301-1/+1
* Check that the values specified in <limits> are reasonable.Gravatar Sadie Powell2020-09-302-13/+13
* Remove a long obsolete comment from the example conf.Gravatar Sadie Powell2020-09-301-7/+2
* Remove the mod-footer make target as it prints invalid messages.Gravatar Sadie Powell2020-09-301-7/+1
* Add an ISUPPORT token that contains the maximum real name length.Gravatar Sadie Powell2020-09-301-0/+1
* Remove the latin1 nationalchars data file.•••Users should migrate to the codepage module where possible. Gravatar Sadie Powell2020-09-301-4/+0
* Use the normal method for applying a default config in dnsbl.Gravatar Sadie Powell2020-09-291-8/+1
* Fix the dnsbl module config not being checked case insensitively.Gravatar Sadie Powell2020-09-291-6/+5
* Document the recent shun changes.Gravatar Sadie Powell2020-09-271-7/+22
* Add a shun option for cleaning problematic allowed commands.Gravatar Sadie Powell2020-09-271-9/+23