]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/hmac.cpp
Remove legacy code, mostly related to 1.2 compatibility
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / hmac.cpp
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
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-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-08 danieldgSSL certificate requests prior to full registration...
2010-02-01 danieldgImprove SSL fingerprint on link message
2010-01-15 danieldgAdd CAPAB CHANMODES, CAPAB USERMODES to verify matching...
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-11-06 danieldgRemove Extensible parent from EventHandler
2009-10-18 danieldgImprove SSL fingerprint messages when linking servers
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-14 danieldgImprove link error message on SSL fingerprint mismatch
2009-09-14 danieldgFix compile warning
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgClean up challenge generation to not include character...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-11 danieldgFix ComparePass for servers not supporting HMAC-SHA256...
2009-03-10 danieldgPush password comparison logic into ComparePass, fixes...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-03-17 brainFix the warnings that are worth fixing, ignore the...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-11 w00tLast of the -Wshadow fixes.
2008-02-04 w00tMove a piece of HMAC to hmac.cpp
2008-02-04 w00tSplit more of treesocket1