WIP: Add ToDos to some places that display listeners and should handle CUnixListener

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2017-01-12 12:04:31 +01:00
parent b5d77a8ade
commit 29a646b773
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1895,6 +1895,7 @@ class CWebAdminMod : public CModule {
l["SuggestDeletion"] =
CString(pTCPListener->GetPort() != WebSock.GetLocalPort());
}
// TODO: Handle CUnixListener
l["IsHTTP"] = CString(pListener->GetAcceptType() !=
CListener::ACCEPT_IRC);
+1
View File
@@ -1558,6 +1558,7 @@ void CClient::UserPortCommand(CString& sLine) {
? "All"
: (eAddr == ADDR_IPV4ONLY ? "IPv4" : "IPv6")));
} else {
// TODO: Handle CUnixListener
Table.SetCell("Port", "unknown");
}