summaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_sts.cpp
AgeCommit message (Expand)Author
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-14Update user-facing text and comments of SSL to TLS.Matt Schatz
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-02-19Lower <sts:duration> to 5m to prevent misconfigs denying access.Sadie Powell
2020-02-14Only register the sts capability when we have a valid config.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-31Update my name and email address.Sadie Powell
2019-06-23Fix an inverted condition in the ircv3_sts module.Peter Powell
2019-05-11Allow disabling a STS policy for users in specific connect classes.Peter Powell
2019-01-24Remove trailing whitespace from various source files.Peter Powell
2018-04-16Fix m_ircv3_sts not having the VF_VENDOR flag set.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2018-04-16Convert ConfigTag::getDuration to return an unsigned long.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-11-13Add the m_ircv3_sts module which implements the IRCv3 STS spec.Peter Powell