| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2021-12-30 | 1 | -2/+2 | |
| * | Only show the tls cap if there is a TLS provider available. | 2021-12-15 | 1 | -2/+25 | |
| * | Update copyright headers. | 2020-04-24 | 1 | -0/+1 | |
| * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -1/+1 | |
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -0/+3 | |
| * | Some more text fixes and improvements (#1618). | 2019-04-28 | 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 | -1/+1 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -1/+1 | |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -4/+4 | |
| * | Remove the STARTTLS token from ISUPPORT.•••This is an InspIRCd-specific token which is pointless because: 1. You can't STARTTLS after registration is complete. 2. You can already discover STARTTLS support via cap `tls`. | 2016-02-19 | 1 | -5/+0 | |
| * | Add rewritten m_cap module•••- Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps | 2015-12-05 | 1 | -1/+1 | |
| * | Convert the CAP event to use the new cross-module event system | 2015-02-11 | 1 | -5/+0 | |
| * | Split IOHook into IOHook and IOHookProvider•••Create one IOHook instance for each hooked socket which contains all the hook specific data and read/write/close functions, removing the need for the "issl_session" array in SSL modules. Register instances of the IOHookProvider class in the core and use them to create specialized IOHook instances (OnConnect/OnAccept). Remove the OnHookIO hook, add a dynamic reference to ListenSocket that points to the hook provider (if any) to use for incoming connections on that socket. For outgoing connections modules still have to find the IOHookProvider they want to use themselves but instead of calling AddIOHook(hookprov), now they have to call IOHookProvider::OnConnect() after the connection has been established. | 2014-01-22 | 1 | -5/+4 | |
| * | Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ... | 2014-01-21 | 1 | -0/+122 |
