aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_argon2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-08-251-0/+1
|
* Fix the argon2 package name on newer versions of Debian.Gravatar Sadie Powell2022-05-061-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-0/+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.
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-10-151-1/+1
|
* Implement support for Argon2 password hashing.Gravatar ShutterQuick2020-10-101-0/+214
Resolves #1540.