]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sslinfo.cpp
Move SSLINFO code for users to its own function and refactor.
[user/henk/code/inspircd.git] / src / modules / m_sslinfo.cpp
2021-02-01 Sadie PowellMove SSLINFO code for users to its own function and...
2021-02-01 Sadie PowellAllow using SSLINFO on channels.
2021-02-01 Sadie PowellConvert SSLINFO to SplitCommand.
2021-02-01 Sadie PowellRead <sslinfo:operonly> once at load time.
2020-12-20 Sadie PowellHide the server name/desc better when <options:hideserv...
2020-11-03 Sadie PowellMake connect class debug logging more complete and...
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 Sadie PowellImprove the output given by the SSLINFO command.
2020-04-14 Matt SchatzMinor cleanup and documentation improvements.
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-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-04-09 Matt SchatzSend SNOTICES for failed secure only or fingerprint...
2020-03-09 Sadie PowellFix <connect:requiressl> being case sensitive.
2020-02-26 Matt SchatzImprove the description of the sslinfo module (#1755).
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-08-07 Peter PowellConvert all core ExtensionItem code away from {un,...
2019-06-29 Peter Powellsslinfo: use the SSL certificate API to get user SSL...
2019-06-10 Peter PowellFix a misleading log message in the sslinfo module.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-03-12 linuxdaemonAdd SSL flag to WHO response
2019-02-01 linuxdaemonAllow multiple fingerprints in an oper block (#1564)
2019-01-25 Peter PowellFix sending the SSL connection notice when using a...
2019-01-23 Peter PowellFix a crash in m_sslinfo when a socket is SSL but a...
2018-12-01 Peter PowellFix detecting secure clients connecting through HAProxy...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-11-04 Peter PowellImplement support for WEBIRC attributes.
2018-10-25 Peter PowellAllow HAProxy to specify that a client is connecting...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-12 Peter PowellPass the Extensible container to ExtensionItem::free().
2018-08-10 Peter PowellRemove the original line parameter of On{Pre,Post}Command.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-08 Peter PowellInclude modules/whois.h directly from files that use it.
2018-02-02 Peter PowellAdd names for a bunch of numerics.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-09 Peter PowellAdd names for a bunch more numerics.
2017-12-03 Christopher 'm4z... Add SSL cert info to connect class debug log.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-29 Peter PowellAdd support to IOHook for retrieving the hostname sent...
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.
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-06-27 Attila MolnarMerge pull request #1181 from SaberUK/insp20+null
2016-06-09 Attila MolnarFix for GCC 6 rightfully optimizing out the NULL check...
2016-04-30 Attila MolnarMerge branch 'master+sslconnmsg'
2016-04-28 Attila MolnarDeduplicate code for on connect SSL ciphersuite NOTICE...
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WhoisContext::SendLine() calls to pass the...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-28 Attila MolnarPrepend target user nick to whois numerics in InspIRCd...
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarSay "SSL certificate fingerprint" instead of "SSL finge...
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
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 attilamolnarChange the API of m_sslinfo to be dynamic_reference...
2013-06-06 attilamolnarCreate SSLIOHook interface that provides GetCertificate()
2013-06-05 attilamolnarMerge insp20
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
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-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 attilamolnarm_blockamsg, m_sslinfo Don't convert the command name...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
next