index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_ssl_openssl.cpp
Age
Commit message (
Expand
)
Author
2014-02-13
Remove support for advertising the SSL ports in RPL_ISUPPORT.
Peter Powell
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-01-22
Split IOHook into IOHook and IOHookProvider
Attila Molnar
2014-01-22
Add the ability to have multiple SSL profiles
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-30
Merge insp20
attilamolnar
2013-08-16
Clean up the build system properties and related code.
Peter Powell
2013-08-12
Add <path> keys for all of the compile-time paths.
Peter Powell
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Modify the log message to contain the log type.
Peter Powell
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-16
m_ssl_openssl Fix inverted check that prevented certificates from being recog...
attilamolnar
2013-07-06
Allow the user to specify any hashing mechanism supported by the underlying S...
Daniel Vassdal
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-07
Create SSLIOHook interface that provides GetCertificate()
attilamolnar
2013-06-07
Create IOHook interface (extracted from Module)
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-18
Deduplicate hex string creation code
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-03-15
m_ssl_openssl Make it clear that a CA file is not mandatory
attilamolnar
2012-11-28
Silence OpenSSL deprecation warnings on OS X.
Peter Powell
2012-11-09
m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...
attilamolnar
2012-11-09
m_ssl_openssl Remove unused variables
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-04
Replace hardcoded paths with configurable ones
ChrisTX
2012-07-27
m_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls to fix #261
attilamolnar
2012-07-13
m_ssl_openssl Use the system default cipher list if no cipher list is specifed
attilamolnar
2012-06-27
m_ssl_openssl: Allow the list of available ciphers to be customized.
Robby-
2012-06-27
m_ssl_openssl: Show the SSL cipher used after connecting.
Robby-
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-06-23
Remove possibly dangerous skip of VerifyCertificate
Daniel De Graaf
2011-06-23
Fix initialization of SSL certificate field on connect
Daniel De Graaf
2011-06-18
Fix extras compilation under Windows
Adam
2010-04-16
Possible fix for OpenSSL SendQ processing halts
Daniel De Graaf
2010-02-17
Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false
danieldg
2010-02-15
Add <oper:autologin> to allow SSL fingerprint-based automatic oper login
danieldg
2010-02-12
Remove possible references to deleted User objects due to DNS lookups
danieldg
2010-02-06
Move configuration examples to docs, remove automatic overwrite on make install
danieldg
2010-02-02
Allow SSL fingerprint hash to be specified, and show fingerprint to client on...
danieldg
2010-01-17
Add Module::init() for correct exception handling during hook registration
danieldg
2010-01-17
Make a ./configure --system to support system-wide installation of inspircd
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-06
Remove Extensible parent from EventHandler
danieldg
[next]