summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.cpp
AgeCommit message (Expand)Author
2013-04-16Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE...Adam
2013-02-17m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() retur...attilamolnar
2013-01-28m_ssl_gnutls Fix build with GnuTLS 1.xattilamolnar
2012-12-17Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined i...Adam
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-11-19m_ssl_gnutls Dynamically detect the number of certificates in the certfileattilamolnar
2012-11-19Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.Peter Powell
2012-11-09m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...attilamolnar
2012-11-08Fix m_ssl_gnutls when using non-standard include/lib paths.Peter Powell
2012-10-14m_ssl_gnutls: Resolve deprecation warnings properlyChrisTX
2012-10-13m_ssl_gnutls Cast pointer difference to an unsigned int before displaying itattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-12Remove superfluous std::string()sattilamolnar
2012-10-04Replace hardcoded paths with configurable onesChrisTX
2012-08-20listensocket: Fix the two aliasing warningsChrisTX
2012-07-26m_ssl_gnutls Allow setting the priorities to use on the ciphers, key exchange...attilamolnar
2012-07-21m_ssl_gnutls Compile with -Wno-deprecated-declarationsattilamolnar
2012-07-21m_ssl_gnutls Advertise only one ssl port by default in ISUPPORTattilamolnar
2012-07-21m_ssl_gnutls Move common session initialization code into a functionattilamolnar
2012-07-21m_ssl_gnutls Add a config option that can be used to set the value of the SSL...attilamolnar
2012-07-09Fixed Windows build, int32_t is already defined in stdint.h.Adam
2012-06-01m_ssl_gnutls Only generate DH params when dh_params is initedattilamolnar
2012-06-01m_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when dh_pa...attilamolnar
2012-05-28Use socketengine functions for sending and receiving data instead of plain se...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-08-07Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versi...Daniel De Graaf
2011-06-23Remove possibly dangerous skip of VerifyCertificateDaniel De Graaf
2011-06-18Fix extras compilation under WindowsAdam
2010-09-19A zero return from gnutls_record_send is not an errorDaniel De Graaf
2010-02-18Support multiple certificates in GnuTLS certificate chaindanieldg
2010-02-17Allow STARTTLS to be disabled via <gnutls starttls="no">danieldg
2010-02-17Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is falsedanieldg
2010-02-16Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard...danieldg
2010-02-15Add <oper:autologin> to allow SSL fingerprint-based automatic oper logindanieldg
2010-02-12Remove possible references to deleted User objects due to DNS lookupsdanieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-02-06Move configuration examples to docs, remove automatic overwrite on make installdanieldg
2010-02-03Fix STARTTLS sending the 670 numeric within the SSL session, not prior to itdanieldg
2010-02-02Allow SSL fingerprint hash to be specified, and show fingerprint to client on...danieldg
2010-01-21Put ConfigReader deprecation warning in logsdanieldg
2010-01-17Add Module::init() for correct exception handling during hook registrationdanieldg
2010-01-17Make a ./configure --system to support system-wide installation of inspircddanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg
2009-11-06Move StreamSocket inheritance off of Userdanieldg
2009-11-04Clarify handshake failure messagesdanieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg