Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-30 | Update copyright headers. | InspIRCd Robot | |
2020-06-25 | Fix checking bcrypt hashes. | Sadie Powell | |
Thanks to @lethality for reporting this. | |||
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-08-14 | Convert m_bcrypt to use a vendored library instead of bundling. | Peter Powell | |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell | |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell | |
This fixes a ton of warnings when building on compilers that default to C++11 or newer. | |||
2014-08-04 | m_bcrypt: Add module | Daniel Vassdal | |
bcrypt updated to 1.3 by @attilamolnar, original PR #767 |