Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | Update copyright headers. | InspIRCd Robot | |
2020-12-04 | Fix issue where m_pbkdf2 was not aware of services loaded before it | Daniel Vassdal | |
2020-07-30 | Update copyright headers. | InspIRCd Robot | |
2020-06-19 | Use InspIRCd::TimingSafeCompare in more places. | Sadie Powell | |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2018-12-19 | Make 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-12 | Fix 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-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell | |
2017-11-16 | Add events which are fired when a service is added or deleted. | Attila Molnar | |
2014-08-04 | m_pbkdf2 Less string copying | Attila Molnar | |
2014-08-04 | m_pbkdf2: Added module | Daniel Vassdal | |
Bugfixes and minor changes are by @attilamolnar, original PR #767 |