summaryrefslogtreecommitdiff
path: root/src/modules/m_sha1.cpp
AgeCommit message (Collapse)Author
2020-12-04Fix the name of the sha1 provider.Sadie Powell
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2017-11-21Add the override keyword in places that it is missing.Peter Powell
GCCs warnings for this are much better than Clangs.
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.
2016-08-08Add SHA1 moduleAttila Molnar