summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-12-04Add a typedef for the data provider map.Sadie Powell
2020-12-04Improve the logging of service adding/deleting.Sadie Powell
2020-12-04Fire service deregistration events properly.Sadie Powell
2020-12-04Fix a copy/paste error in the http path normalising code.Sadie Powell
2020-12-04Fix the name of the sha1 provider.Sadie Powell
2020-12-04Normalise paths in the httpd module.Sadie Powell
2020-12-04Improve HTTP logging.Sadie Powell
2020-12-04Be more specific when a HTTP parser error happens.Sadie Powell
2020-12-03Fix default linker flags in libargon2Elizabeth Myers
It's -largon2, not -llibargon2. I've experienced build failures due to this.
2020-12-03Advertise the available extbans for services.Sadie Powell
2020-12-03Check the ident when checking against IP in ldapoper (#1823)Christos Triantafyllidis
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-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-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-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-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-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-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-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-30Add an ISUPPORT token that contains the maximum real name length.Sadie Powell
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-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-24Fix the syntax of the MAXLIST 005 token.Sadie Powell
2020-09-23Refactor GenRandomStr for performance and readability.Sadie Powell
2020-09-16Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated.Sadie Powell