aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_pbkdf2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2020-07-301-1/+1
* Use InspIRCd::TimingSafeCompare in more places.Gravatar Sadie Powell2020-06-191-1/+1
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+3
* Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs Gravatar linuxdaemon2018-12-191-16/+42
* Fix conversion issues by replacing ConvToInt with ConvToNum<T>.•••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. Gravatar Peter Powell2018-12-121-1/+1
* Add ConfigTag::getUInt for reading unsigned config values.Gravatar Peter Powell2018-04-161-4/+4
* Add events which are fired when a service is added or deleted.Gravatar Attila Molnar2017-11-161-52/+16
* m_pbkdf2 Less string copyingGravatar Attila Molnar2014-08-041-4/+6
* m_pbkdf2: Added module•••Bugfixes and minor changes are by @attilamolnar, original PR #767 Gravatar Daniel Vassdal2014-08-041-0/+260