aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_pbkdf2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
|
* Fix issue where m_pbkdf2 was not aware of services loaded before itGravatar Daniel Vassdal2020-12-041-0/+8
|
* 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)Gravatar linuxdaemon2018-12-191-16/+42
| | | | | Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs
* Fix conversion issues by replacing ConvToInt with ConvToNum<T>.Gravatar Peter Powell2018-12-121-1/+1
| | | | | | | 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.
* 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 moduleGravatar Daniel Vassdal2014-08-041-0/+260
Bugfixes and minor changes are by @attilamolnar, original PR #767