Inherits SSLService.

Public Member Functions | |
| MySSLService (Module *o, const Anope::string &n) | |
| void | Init (Socket *s) anope_override |
Definition at line 15 of file m_ssl.cpp.
| MySSLService::MySSLService | ( | Module * | o, | |
| const Anope::string & | n | |||
| ) |
| void MySSLService::Init | ( | Socket * | s | ) | [virtual] |
Initialize a socket to use SSL
| s | The socket |
Implements SSLService.
Definition at line 202 of file m_ssl.cpp.
References Socket::io, and NormalSocketIO.
Referenced by SSLModule::OnPreServerConnect().
1.7.1