]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_gnutls.cpp
Change Windows libraries to be dynamically linked
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_gnutls.cpp
2014-04-13 AdamChange Windows libraries to be dynamically linked
2013-08-13 attilamolnarm_ssl_gnutls Fix feature testing and cipher suite relat...
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-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-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...
2010-02-02 danieldgAllow SSL fingerprint hash to be specified, and show...
2010-01-21 danieldgPut ConfigReader deprecation warning in logs
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-17 danieldgMake a ./configure --system to support system-wide...
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-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-04 danieldgClarify handshake failure messages
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-13 danieldgRemove magic path resolution from certificate files
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgCompile fixes and message updates
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
2009-09-26 danieldgTake advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_...
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-13 danieldgGnuTLS: Send SSL client certificate when requested
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgUse a set to mark client SSL ports rather than going...
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-02 danieldgMisc removal of pointless Extend strings
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-02 danieldgChange allocation of commands/modes
2009-09-02 danieldgRead multiple GnuTLS records in one RawSocketRead operation
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-08-02 w00tChange all non-fatal GNUTLS initialisation notices...
2009-07-27 specialSend a failure numeric instead of QuitUser when STARTTL...
2009-07-03 danieldgFix double-send of SSL metadata in openssl, possible...
2009-07-02 danieldgSend ssl_cert metadata on signon
2009-07-02 danieldgRemove memory-wasting map in ssl_cert
2009-07-02 danieldgMigrate SSL metadata and visible information (/whois...
2009-07-02 danieldgFix backport compile error: m_ssl_* uses ServerInstance...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
next