summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/hmac.cpp
AgeCommit message (Expand)Author
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Clean up challenge generation to not include character 0x7F, and fix some oth...danieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-06-07Allow SSL fingerprint-based server authenticationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-11Fix ComparePass for servers not supporting HMAC-SHA256 when ChallengeResponse...danieldg
2009-03-10Push password comparison logic into ComparePass, fixes authentication bug not...danieldg
2009-01-02Update copyrights for 2009.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-06-11fixed some indentation and spacing in modulespippijn
2008-03-17Fix the warnings that are worth fixing, ignore the rest of gcc's nannyingbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-11Last of the -Wshadow fixes.w00t
2008-02-04Move a piece of HMAC to hmac.cppw00t
2008-02-04Split more of treesocket1w00t