aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_bcrypt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-301-2/+2
|
* Kill vendor_directory in favour of normal include paths.Gravatar Sadie Powell2022-01-261-3/+1
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-4/+4
|
* Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-071-1/+1
|
* Mark all hash provider classes as final.Gravatar Sadie Powell2021-10-011-1/+2
|
* Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
|
* Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-1/+1
|
* Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-1/+1
|
* Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-1/+1
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-08-251-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2020-07-301-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-151-7/+1
|\|
| * Fix checking bcrypt hashes.Gravatar Sadie Powell2020-06-251-0/+5
| | | | | | | | Thanks to @lethality for reporting this.
| * Use InspIRCd::TimingSafeCompare in more places.Gravatar Sadie Powell2020-06-191-11/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
| |
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+4
| |
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-2/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-1/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
| |
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-5/+5
|/
* Convert m_bcrypt to use a vendored library instead of bundling.Gravatar Peter Powell2018-08-141-888/+3
|
* Add ConfigTag::getUInt for reading unsigned config values.Gravatar Peter Powell2018-04-161-1/+1
|
* Add CXX11_OVERRIDE to overridden members that lack it.Gravatar Peter Powell2017-07-121-1/+1
| | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer.
* m_bcrypt: Add moduleGravatar Daniel Vassdal2014-08-041-0/+987
bcrypt updated to 1.3 by @attilamolnar, original PR #767