]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/hmac.cpp
Update Event and Request APIs
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / hmac.cpp
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