aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_sha1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
|
* Fix the name of the sha1 provider.Gravatar Sadie Powell2020-12-041-1/+1
|
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+1
|
* Add the override keyword in places that it is missing.Gravatar Peter Powell2017-11-211-1/+1
| | | | GCCs warnings for this are much better than Clangs.
* 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.
* Add SHA1 moduleGravatar Attila Molnar2016-08-081-0/+199