]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_openssl.cpp
Change all socketengine methods to be static
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_openssl.cpp
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-22 Attila MolnarAdd the ability to have multiple SSL profiles
2014-01-21 Attila MolnarMerge insp20
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-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-16 attilamolnarm_ssl_openssl Fix inverted check that prevented certifi...
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-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-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-04-27 attilamolnarMerge insp20
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-03-14 attilamolnarm_ssl_openssl Make it clear that a CA file is not mandatory
2012-11-28 Peter PowellSilence OpenSSL deprecation warnings on OS X.
2012-11-09 attilamolnarm_ssl_gnutls, m_ssl_openssl Set error message for the...
2012-11-09 attilamolnarm_ssl_openssl Remove unused variables
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-04 AdamMerge pull request #314 from ChrisTX/insp20+DnsQueryConfig
2012-10-04 ChrisTXReplace hardcoded paths with configurable ones
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-26 attilamolnarm_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls...
2012-07-13 attilamolnarm_ssl_openssl Use the system default cipher list if...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-06-27 Robby-m_ssl_openssl: Allow the list of available ciphers...
2012-06-27 Robby-m_ssl_openssl: Show the SSL cipher used after connecting.
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-06-24 Daniel De GraafRemove possibly dangerous skip of VerifyCertificate
2011-06-24 Daniel De GraafFix initialization of SSL certificate field on connect
2011-06-18 AdamFix extras compilation under Windows
2010-04-17 Daniel De GraafPossible fix for OpenSSL SendQ processing halts
2010-02-17 danieldgHide SSL= line of 005 if <gnutls:showports>/<openssl...
2010-02-15 danieldgAdd <oper:autologin> to allow SSL fingerprint-based...
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-06 danieldgMove configuration examples to docs, remove automatic...
2010-02-02 danieldgAllow SSL fingerprint hash to be specified, and show...
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-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
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 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
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 danieldgChange Extensible to use strongly typed entries
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-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
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
2009-06-06 w00tDon't display locally bound SSL ports in SSL= (for...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-07 danieldgCompile fix: openssl does not have an ISSL_CLOSING...
next