| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | Implement support for WebIRC gateways sending client fingerprints. | 2021-11-10 | 1 | -5/+25 | |
| * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -9/+0 | |
| * | Add 'if-host-match' option to m_sslinfo oper autologin configuration.•••This adds an option to perform the source host check (which is usually performed on manual oper login) in addition to the certificate fingerprint check when automatically logging in opers upon connection to the ircd. | 2021-06-21 | 1 | -1/+17 | |
| * | Skip clients on ulined servers in SSLINFO <#chan>. | 2021-05-03 | 1 | -1/+4 | |
| * | Update copyright headers. | 2021-02-26 | 1 | -2/+1 | |
| * | Move SSLINFO code for users to its own function and refactor. | 2021-02-01 | 1 | -16/+21 | |
| * | Allow using SSLINFO on channels. | 2021-02-01 | 1 | -18/+69 | |
| * | Convert SSLINFO to SplitCommand. | 2021-02-01 | 1 | -4/+4 | |
| * | Read <sslinfo:operonly> once at load time. | 2021-02-01 | 1 | -3/+8 | |
| * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 1 | -1/+1 | |
| * | Make connect class debug logging more complete and consistent. | 2020-11-03 | 1 | -6/+10 | |
| * | Update copyright headers. | 2020-04-24 | 1 | -2/+2 | |
| * | Improve the output given by the SSLINFO command. | 2020-04-21 | 1 | -2/+3 | |
| * | Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | 2020-04-14 | 1 | -17/+18 | |
| * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -7/+9 | |
| * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 1 | -1/+1 | |
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | Send SNOTICES for failed secure only or fingerprint oper attempts. | 2020-04-09 | 1 | -0/+2 | |
| * | Fix <connect:requiressl> being case sensitive. | 2020-03-09 | 1 | -1/+2 | |
| * | Improve the description of the sslinfo module (#1755). | 2020-02-26 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -0/+9 | |
| * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 1 | -2/+2 | |
| * | sslinfo: use the SSL certificate API to get user SSL certificates. | 2019-06-29 | 1 | -1/+1 | |
| * | Fix a misleading log message in the sslinfo module. | 2019-06-10 | 1 | -1/+1 | |
| * | Add SSL flag to WHO response | 2019-03-12 | 1 | -0/+16 | |
| * | Allow multiple fingerprints in an oper block (#1564) | 2019-02-01 | 1 | -2/+7 | |
| * | Fix sending the SSL connection notice when using a non-SSL gateway. | 2019-01-25 | 1 | -1/+1 | |
| * | Fix a crash in m_sslinfo when a socket is SSL but a gateway is not. | 2019-01-23 | 1 | -2/+1 | |
| * | Fix detecting secure clients connecting through HAProxy/WEBIRC. | 2018-12-01 | 1 | -41/+54 | |
| * | Implement support for WEBIRC attributes. | 2018-11-04 | 1 | -2/+44 | |
| * | Allow HAProxy to specify that a client is connecting with SSL. | 2018-10-25 | 1 | -0/+5 | |
| * | Pass the Extensible container to ExtensionItem::free(). | 2018-08-12 | 1 | -1/+1 | |
| * | Remove the original line parameter of On{Pre,Post}Command.•••In the brave new world of message tags and alternate wire formats this is no longer something that is appropriate to expose. In reality it was only ever used by m_alias which now reconstitutes the command name and parameters into a RFC 1459-style message for whatever it needs to do. | 2018-08-10 | 1 | -1/+1 | |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -2/+2 | |
| * | Include modules/whois.h directly from files that use it. | 2018-04-08 | 1 | -0/+1 | |
| * | Add names for a bunch of numerics. | 2018-02-02 | 1 | -2/+2 | |
| * | Add names for a bunch more numerics. | 2017-12-09 | 1 | -2/+11 | |
| * | Add SSL cert info to connect class debug log.•••Closes #634. | 2017-12-03 | 1 | -0/+2 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -4/+4 | |
| * | Add support to IOHook for retrieving the hostname sent via SNI. | 2017-10-29 | 1 | -1/+4 | |
| * | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss... | 2016-04-28 | 1 | -2/+20 | |
| * | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ... | 2016-02-25 | 1 | -2/+2 | |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -3/+3 | |
| * | Move OnWhois* events to core_whois, add Whois::Context•••Remove InspIRCd::SendWhoisLine() | 2015-04-28 | 1 | -7/+9 | |
| * | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | 2015-04-28 | 1 | -3/+2 | |
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+5 | |
| * | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | 2014-07-19 | 1 | -1/+1 | |
| * | Move typedef OperIndex to ServerConfig::OperIndex | 2014-07-16 | 1 | -2/+2 |
