summaryrefslogtreecommitdiff
path: root/src/modules/m_bcrypt.cpp
AgeCommit message (Collapse)Author
2018-08-14Convert m_bcrypt to use a vendored library instead of bundling.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2017-07-12Add 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-04m_bcrypt: Add moduleDaniel Vassdal
bcrypt updated to 1.3 by @attilamolnar, original PR #767