summaryrefslogtreecommitdiff
path: root/src/modules/m_pbkdf2.cpp
AgeCommit message (Collapse)Author
2020-12-04Fix issue where m_pbkdf2 was not aware of services loaded before itDaniel Vassdal
2020-07-30Update copyright headers.InspIRCd Robot
2020-06-19Use InspIRCd::TimingSafeCompare in more places.Sadie Powell
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2018-12-19Make more modules rehash atomically (#1535)linuxdaemon
Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs
2018-12-12Fix conversion issues by replacing ConvToInt with ConvToNum<T>.Peter Powell
The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting.
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2017-11-16Add events which are fired when a service is added or deleted.Attila Molnar
2014-08-04m_pbkdf2 Less string copyingAttila Molnar
2014-08-04m_pbkdf2: Added moduleDaniel Vassdal
Bugfixes and minor changes are by @attilamolnar, original PR #767