]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_ripemd160.cpp
Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[user/henk/code/inspircd.git] / src / modules / m_ripemd160.cpp
2013-09-15 attilamolnarWork around STB_GNU_UNIQUE symbols not allowing module...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-02-21 danieldgAdd HMAC implementation to HashProvider
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
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-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-04-10 brainThis now passes all the RIPEMD160 test vectors and...
2008-04-10 brainWhoops, overwriting hash with the hex isnt a good idea
2008-04-10 brainFix ripemd160 warnings
2008-04-10 w00tAdd m_ripemd160 on behalf of Brain. Adds ripemd-160...