]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_md5.cpp
Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader
[user/henk/code/inspircd.git] / src / modules / m_md5.cpp
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-04-09 w00tApply brain's patch for binary safety of hash providers...
2008-03-24 brainAnd more of them
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-27 w00tRemove unnecessary header traffic
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-05-21 brainIn this module we declare the md5 context as a class...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-16 brainThis is funny, in m_md5 we have an ancient comment...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-12 brainRemove unused debug
2006-12-05 brainAdd VF_SERVICEPROVIDER flag to these
2006-12-05 brainMore stuff
2006-12-05 brainAllow for querying the hash modules for the hashing...
2006-12-05 brainUntested, undocumented PublishInterface, UnpublishInter...
2006-12-05 brainFix all this.
2006-12-05 brainMore tweakage
2006-12-04 brainUpdate $ModDep lines so that these properly depend...
2006-12-04 brainm_md5 works now. No docs yet, CODER BEWARE!
2006-12-04 brainMD5 service provider module (not tested yet)