From b6a5e2bd143cdd2fc610f79c87729d2e211da7ff Mon Sep 17 00:00:00 2001 From: danieldg Date: Fri, 9 Oct 2009 19:00:09 +0000 Subject: Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11810 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_httpd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_httpd.cpp') diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 9d1acfbb9..88b635f6f 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -341,7 +341,8 @@ class HttpListener : public ListenSocketBase FileReader* index; public: - HttpListener(FileReader *idx, int port, const std::string &addr) : ListenSocketBase(port, addr) + HttpListener(FileReader *idx, int port, const std::string &addr) + : ListenSocketBase(port, addr, "httpd", "plaintext") { this->index = idx; } -- cgit v1.2.3