summaryrefslogtreecommitdiff
path: root/src/modules/m_sha256.cpp
AgeCommit message (Expand)Author
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-24Finally change all the Version() objectsbrain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11More -Wshadow fixes.. not really finished yetw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-0690% sure this fix will mean SHA256 works consistantly. Was a problem in SHA25...w00t
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-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-05Add VF_SERVICEPROVIDER flag to thesebrain
2006-12-05More stuffbrain
2006-12-05Fix up brokagebrain
2006-12-05Allow for querying the hash modules for the hashing algorithm namebrain
2006-12-05Untested, undocumented PublishInterface, UnpublishInterface, FindInterface.brain
2006-12-05More tweakagebrain
2006-12-05Seperate out sha256 into m_sha256.so. API is identical to MD5 except where th...brain