]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/hmac.cpp
Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / hmac.cpp
2014-07-19 Attila MolnarSay "SSL certificate fingerprint" instead of "SSL finge...
2014-06-28 Attila MolnarUse TimingSafeCompare() to compare passwords and passwo...
2014-06-28 Attila Molnarm_spanningtree Send the cert fingerprint message to...
2014-06-28 Matthew MartinCheck fingerprint before checking password (server...
2014-04-08 Attila Molnarm_spanningtree Don't rely on "m_sha256.so" being loaded...
2014-04-08 Attila Molnarm_spanningtree Remove the (now) undocumented disablehma...
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-06-06 attilamolnarCreate SSLIOHook interface that provides GetCertificate()
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
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