summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_openssl.cpp
AgeCommit message (Expand)Author
2013-08-16Clean up the build system properties and related code.Peter Powell
2013-08-12Add <path> keys for all of the compile-time paths.Peter Powell
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Modify the log message to contain the log type.Peter Powell
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-07-06Allow the user to specify any hashing mechanism supported by the underlying S...Daniel Vassdal
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-07Create SSLIOHook interface that provides GetCertificate()attilamolnar
2013-06-07Create IOHook interface (extracted from Module)attilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-18Deduplicate hex string creation codeattilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-14Add method for writing server notices.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-03-15m_ssl_openssl Make it clear that a CA file is not mandatoryattilamolnar
2012-11-28Silence OpenSSL deprecation warnings on OS X.Peter Powell
2012-11-09m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...attilamolnar
2012-11-09m_ssl_openssl Remove unused variablesattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-04Replace hardcoded paths with configurable onesChrisTX
2012-07-27m_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls to fix #261attilamolnar
2012-07-13m_ssl_openssl Use the system default cipher list if no cipher list is specifedattilamolnar
2012-06-27m_ssl_openssl: Allow the list of available ciphers to be customized.Robby-
2012-06-27m_ssl_openssl: Show the SSL cipher used after connecting.Robby-
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-06-23Remove possibly dangerous skip of VerifyCertificateDaniel De Graaf
2011-06-23Fix initialization of SSL certificate field on connectDaniel De Graaf
2011-06-18Fix extras compilation under WindowsAdam
2010-04-16Possible fix for OpenSSL SendQ processing haltsDaniel De Graaf
2010-02-17Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is falsedanieldg
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-06Move configuration examples to docs, remove automatic overwrite on make installdanieldg
2010-02-02Allow SSL fingerprint hash to be specified, and show fingerprint to client on...danieldg
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-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-18More classbase cleanup, hold ConfigTag reference in Autoconnect/Linkdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-13Remove magic path resolution from certificate filesdanieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-08Update Event and Request APIsdanieldg