]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_ssl_mbedtls.cpp
Update references to config fields which were renamed.
[user/henk/code/inspircd.git] / src / modules / extra / m_ssl_mbedtls.cpp
2021-04-14 Sadie PowellUpdate references to config fields which were renamed.
2021-03-09 Sadie PowellAdd a subclass of IOHookProvider for SSL modules.
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-02-18 Sadie PowellFix the message sent when SSL profiles are rehashed.
2020-09-16 Sadie PowellMake it clear that <gnutls>, <mbedtls>, and <openssl...
2020-06-16 Sadie PowellImprove SSL module debug logging.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 Sadie PowellOnly read the SSL profiles if they're actually specified.
2020-04-21 Sadie PowellTell the admin how to use a SSL profile if they define...
2020-04-14 Matt SchatzAllow 'tls' to be used in /REHASH.
2020-04-14 Matt SchatzUpdate user-facing text and comments of SSL to TLS.
2020-04-10 Sadie PowellFix an oversight in mkversions that caused it to not...
2020-04-09 Sadie PowellSet the minimum length to 1 for most config items with...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-17 Sadie PowellFix a harmless warning in the ssl_mbedtls module.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-11-15 Matt SchatzSSL modules: send SNOTICE upon successful rehash.
2019-11-03 Peter PowellUse case insensitive comparisons when checking for...
2019-07-16 Peter PowellAdd package names for ArchLinux.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-24 Peter PowellMake more config stuff case insensitive.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-16 Peter PowellAdd ConfigTag::getUInt for reading unsigned config...
2018-04-16 Peter PowellRemove the default value in ConfigTag::get{Duration...
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-13 Attila MolnarUnite SSL service providers and SSL profile classes
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-01 Peter PowellFix some SSL module issues.
2017-10-21 Peter PowellAdd PackageInfo directives for Debian.
2017-10-18 Peter PowellClean up OnCleanup.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-16 Attila MolnarMerge pull request #1223 from SaberUK/master+travis
2016-09-16 Attila MolnarMerge pull request #1222 from SaberUK/master+warnings
2016-09-16 Attila MolnarMerge pull request #1219 from SaberUK/master+directive
2016-09-16 Peter PowellRewrite the build system directive parser.
2016-09-02 Attila MolnarMerge insp20
2016-09-02 Attila MolnarFix whitespace issues
2016-08-17 Attila MolnarMerge insp20
2016-08-10 Attila Molnarm_ssl_mbedtls Apply dummy CA workaround for client...
2016-08-10 Attila MolnarMerge branch 'master+websocket'
2016-08-08 Attila Molnarm_ssl_* Add option to sslprofile controlling whether...
2016-08-08 Attila MolnarAdd StreamSocket::GetModHook() for obtaining the IOHook...
2016-08-08 Attila MolnarPass sendq to OnStreamSocketWrite
2016-06-27 Attila MolnarMerge pull request #1186 from SaberUK/master+build...
2016-06-27 Attila MolnarMerge pull request #1182 from SaberUK/master+431
2016-06-15 Attila MolnarAdd mbedTLS SSL module