Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-27 | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-02-18 | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby | |
2017-11-13 | Unite SSL service providers and SSL profile classes | Attila Molnar | |
2016-08-08 | Update comments for classes IOHookProvider and IOHook | Attila Molnar | |
2016-08-08 | Add support for multiple IOHooks per StreamSocket | Attila Molnar | |
2016-08-08 | Pass sendq to OnStreamSocketWrite | Attila Molnar | |
2015-06-06 | Convert all code to use StreamSocket::SendQueue | Attila Molnar | |
Let OnStreamSocketWrite see the entire sendq instead of one element at a time | |||
2014-01-22 | Split IOHook into IOHook and IOHookProvider | Attila Molnar | |
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. | |||
2013-06-07 | Create SSLIOHook interface that provides GetCertificate() | attilamolnar | |
2013-06-07 | Create IOHook interface (extracted from Module) | attilamolnar | |