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
/
m_sslinfo.cpp
Age
Commit message (
Expand
)
Author
2021-02-26
Update copyright headers.
InspIRCd Robot
2021-02-01
Move SSLINFO code for users to its own function and refactor.
Sadie Powell
2021-02-01
Allow using SSLINFO on channels.
Sadie Powell
2021-02-01
Convert SSLINFO to SplitCommand.
Sadie Powell
2021-02-01
Read <sslinfo:operonly> once at load time.
Sadie Powell
2020-12-20
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-11-03
Make connect class debug logging more complete and consistent.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-21
Improve the output given by the SSLINFO command.
Sadie Powell
2020-04-14
Minor cleanup and documentation improvements.
Matt Schatz
2020-04-14
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-10
Fix an oversight in mkversions that caused it to not update extras.
Sadie Powell
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-04-09
Send SNOTICES for failed secure only or fingerprint oper attempts.
Matt Schatz
2020-03-09
Fix <connect:requiressl> being case sensitive.
Sadie Powell
2020-02-26
Improve the description of the sslinfo module (#1755).
Matt Schatz
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-08-07
Convert all core ExtensionItem code away from {un,}serialize.
Peter Powell
2019-06-29
sslinfo: use the SSL certificate API to get user SSL certificates.
Peter Powell
2019-06-10
Fix a misleading log message in the sslinfo module.
Peter Powell
2019-03-12
Add SSL flag to WHO response
linuxdaemon
2019-02-01
Allow multiple fingerprints in an oper block (#1564)
linuxdaemon
2019-01-25
Fix sending the SSL connection notice when using a non-SSL gateway.
Peter Powell
2019-01-23
Fix a crash in m_sslinfo when a socket is SSL but a gateway is not.
Peter Powell
2018-12-01
Fix detecting secure clients connecting through HAProxy/WEBIRC.
Peter Powell
2018-11-04
Implement support for WEBIRC attributes.
Peter Powell
2018-10-25
Allow HAProxy to specify that a client is connecting with SSL.
Peter Powell
2018-08-12
Pass the Extensible container to ExtensionItem::free().
Peter Powell
2018-08-10
Remove the original line parameter of On{Pre,Post}Command.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-04-08
Include modules/whois.h directly from files that use it.
Peter Powell
2018-02-02
Add names for a bunch of numerics.
Peter Powell
2017-12-09
Add names for a bunch more numerics.
Peter Powell
2017-12-03
Add SSL cert info to connect class debug log.
Christopher 'm4z' Holm
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-10-29
Add support to IOHook for retrieving the hostname sent via SNI.
Peter Powell
2016-04-28
Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss...
Attila Molnar
2016-02-25
Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-04-28
Move OnWhois* events to core_whois, add Whois::Context
Attila Molnar
2015-04-28
Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2014-07-19
Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere
Attila Molnar
2014-07-16
Move typedef OperIndex to ServerConfig::OperIndex
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-07
Change the API of m_sslinfo to be dynamic_reference-based
attilamolnar
2013-06-07
Create SSLIOHook interface that provides GetCertificate()
attilamolnar
[next]