aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_argon2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-6/+6
|
* Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-071-1/+1
|
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-1/+2
|
* Revert "Remove support for defaults in find_{compiler,linker}_flags()".Gravatar Sadie Powell2021-12-141-1/+0
| | | | | | This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056.
* Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-1/+1
|
* Mark all hash provider classes as final.Gravatar Sadie Powell2021-10-011-1/+2
|
* Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-6/+6
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-0/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-0/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-041-1/+1
|\|
| * Fix default linker flags in libargon2Gravatar Elizabeth Myers2020-12-031-1/+1
| | | | | | It's -largon2, not -llibargon2. I've experienced build failures due to this.
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-27/+7
|/
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-10-151-1/+1
|
* Implement support for Argon2 password hashing.Gravatar ShutterQuick2020-10-101-0/+214
Resolves #1540.