| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| | | |||||
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -5/+5 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-27 | 1 | -2/+26 | |
| |\| | |||||
| | * | Only show the tls cap if there is a TLS provider available. | 2021-12-15 | 1 | -2/+25 | |
| | | | |||||
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -0/+1 | |
| |\| | |||||
| | * | 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 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 1 | -1/+1 | |
| |\ \ | |||||
| | * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -1/+1 | |
| | |/ | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -3/+3 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -1/+1 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -1/+1 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -4/+4 | |
| | | | | | parameters | ||||
| * | Remove the STARTTLS token from ISUPPORT. | 2016-02-19 | 1 | -5/+0 | |
| | | | | | | | | 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`. | ||||
| * | Add rewritten m_cap module | 2015-12-05 | 1 | -1/+1 | |
| | | | | | | - Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps | ||||
| * | Convert the CAP event to use the new cross-module event system | 2015-02-11 | 1 | -5/+0 | |
| | | |||||
| * | Split IOHook into IOHook and IOHookProvider | 2014-01-22 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ↵ | 2014-01-21 | 1 | -0/+122 | |
| both openssl and gnutls | |||||
