Add unix listener support to *status addport, delport

This commit is contained in:
Alexey Sokolov
2025-04-19 22:17:30 +01:00
parent 18af9b0895
commit dab1127090
3 changed files with 86 additions and 44 deletions
+1
View File
@@ -202,6 +202,7 @@ class CZNC : private CCoreTranslationMixin {
// Listener yummy
CListener* FindListener(u_short uPort, const CString& BindHost,
EAddrType eAddr);
CListener* FindUnixListener(const CString& sPath);
bool AddListener(CListener*);
bool AddTCPListener(unsigned short uPort, const CString& sBindHost,
const CString& sURIPrefix, bool bSSL, EAddrType eAddr,