aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_sts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix an inverted condition in the ircv3_sts module.Gravatar Peter Powell2019-06-231-1/+1
* Allow disabling a STS policy for users in specific connect classes.•••Fixes #1634. Gravatar Peter Powell2019-05-111-0/+4
* Remove trailing whitespace from various source files.Gravatar Peter Powell2019-01-241-1/+1
* Fix m_ircv3_sts not having the VF_VENDOR flag set.Gravatar Peter Powell2018-04-161-1/+1
* Add ConfigTag::getUInt for reading unsigned config values.Gravatar Peter Powell2018-04-161-1/+1
* Convert ConfigTag::getDuration to return an unsigned long.Gravatar Peter Powell2018-04-161-1/+1
* Fix a ton of -Wsign-conversion warnings.Gravatar Peter Powell2017-11-171-1/+1
* Add the m_ircv3_sts module which implements the IRCv3 STS spec.Gravatar Peter Powell2017-11-131-0/+181