summaryrefslogtreecommitdiff
path: root/src/modules/m_md5.cpp
AgeCommit message (Expand)Author
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
2017-05-19Remove some dead code from m_md5.Peter Powell
2015-04-20Merge insp20Attila Molnar
2015-02-26Fix various Clang warnings.Peter Powell
2014-08-04Hashing: Redo APIDaniel Vassdal
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-07-29Remove a ton of duplicate and obsolete code from configure.Peter Powell
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-01Remove legacy code, mostly related to 1.2 compatibilityattilamolnar
2012-05-28[2.0] md5: zero the whole MD5Context, not only partGarrett Holmstrom
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-02-21Add HMAC implementation to HashProviderdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-10Update m_cloaking to use free-form keys instead of weakening the hash IVdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-04-09Apply brain's patch for binary safety of hash providers, and remove rehash fr...w00t
2008-03-24And more of thembrain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-27Remove unnecessary header trafficw00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Conversionsw00t
2007-05-21In this module we declare the md5 context as a class, then reference it in fu...brain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19SPACE INDENTING ACTION RANGERS -- ATTACK!brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-16This is funny, in m_md5 we have an ancient comment from w00t that i forgot to...brain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-12Remove unused debugbrain
2006-12-05Add VF_SERVICEPROVIDER flag to thesebrain
2006-12-05More stuffbrain