]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_gnutls.cpp
Split IOHook into IOHook and IOHookProvider
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_gnutls.cpp
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-22 Attila MolnarAdd the ability to have multiple SSL profiles
2014-01-22 Attila Molnarm_ssl_gnutls Create GNUTLS_NEW_CERT_CALLBACK_API and...
2014-01-21 Attila MolnarMerge insp20
2014-01-21 AdamAdd m_starttls and remove it from m_ssl_gnutls, which...
2013-11-18 Attila MolnarMerge pull request #685 from SaberUK/master+gnutls-rng
2013-11-18 Peter PowellUse gnutls_rnd instead of gcry_randomize on newer GnuTL...
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-17 Attila MolnarMerge pull request #608 from SaberUK/master+buildprop...
2013-08-15 Peter PowellClean up the build system properties and related code.
2013-08-13 attilamolnarm_ssl_gnutls Fix feature testing and cipher suite relat...
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-12 Peter PowellAdd <path> keys for all of the compile-time paths.
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellModify the log message to contain the log type.
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-06 Attila MolnarMerge pull request #578 from SaberUK/master+configure...
2013-07-06 Attila MolnarMerge pull request #573 from ShutterQuick/inspircd...
2013-07-06 Daniel VassdalAllow the user to specify any hashing mechanism support...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-06 attilamolnarCreate SSLIOHook interface that provides GetCertificate()
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert a ton of uses of MAXBUF to use a fixed buffer...
2013-06-05 attilamolnarMerge insp20
2013-05-26 Peter PowellClean up the FileReader class and all of the modules...
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-18 attilamolnarDeduplicate hex string creation code
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-05-02 attilamolnarm_ssl_gnutls Call gnutls_transport_set_errno() on Windo...
2013-05-02 AdamFix gnutls (again) on Windows by using gnutls_transport...
2013-04-27 attilamolnarMerge insp20
2013-04-24 attilamolnarm_ssl_gnutls Add ability to load DH params from file
2013-04-16 AdamFix m_ssl_gnutls and perhaps some other things on Windo...
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-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-02-17 attilamolnarm_ssl_gnutls Fix null pointer dereference in case gnutl...
2013-01-28 attilamolnarm_ssl_gnutls Fix build with GnuTLS 1.x
2012-12-17 AdamFixed m_ssl_gnutls build on Windows; gnutls.h uses...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-11-19 attilamolnarm_ssl_gnutls Dynamically detect the number of certifica...
2012-11-19 Peter PowellFix m_ssl_gnutls under GCC on recent versions of GnuTLS.
2012-11-09 attilamolnarm_ssl_gnutls, m_ssl_openssl Set error message for the...
2012-11-08 Peter PowellFix m_ssl_gnutls when using non-standard include/lib...
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 ChrisTXm_ssl_gnutls: Resolve deprecation warnings properly
2012-10-13 attilamolnarm_ssl_gnutls Cast pointer difference to an unsigned...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-04 AdamMerge pull request #314 from ChrisTX/insp20+DnsQueryConfig
2012-10-04 ChrisTXReplace hardcoded paths with configurable ones
2012-08-20 ChrisTXlistensocket: Fix the two aliasing warnings
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-26 attilamolnarm_ssl_gnutls Allow setting the priorities to use on...
2012-07-21 attilamolnarm_ssl_gnutls Compile with -Wno-deprecated-declarations
2012-07-21 attilamolnarm_ssl_gnutls Advertise only one ssl port by default...
2012-07-21 attilamolnarm_ssl_gnutls Move common session initialization code...
2012-07-21 attilamolnarm_ssl_gnutls Add a config option that can be used to...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-09 AdamFixed Windows build, int32_t is already defined in...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-06-01 Robin BurchellMerge pull request #182 from attilamolnar/insp20+gnutlsfix
2012-06-01 attilamolnarm_ssl_gnutls Only generate DH params when dh_params...
2012-06-01 attilamolnarm_ssl_gnutls Fix crash caused by calling gnutls_dh_para...
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-29 Robin BurchellMerge pull request #156 from attilamolnar/insp20+statszfix
2012-05-28 attilamolnarUse socketengine functions for sending and receiving...
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...
2011-08-07 Daniel De GraafAdd -lgcrypt to m_ssl_gnutls because this is no longer...
2011-06-24 Daniel De GraafRemove possibly dangerous skip of VerifyCertificate
2011-06-18 AdamFix extras compilation under Windows
2010-09-19 Daniel De GraafA zero return from gnutls_record_send is not an error
2010-02-18 danieldgSupport multiple certificates in GnuTLS certificate...
2010-02-17 danieldgAllow STARTTLS to be disabled via <gnutls starttls...
2010-02-17 danieldgHide SSL= line of 005 if <gnutls:showports>/<openssl...
2010-02-16 danieldgBug #645 was correct behavior on the client's part...
2010-02-15 danieldgAdd <oper:autologin> to allow SSL fingerprint-based...
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-06 danieldgMove configuration examples to docs, remove automatic...
2010-02-03 danieldgFix STARTTLS sending the 670 numeric within the SSL...
next