DoctorD90
DoctorD90
Via IRC messages is possible to completely remove all listening ports. In the code, [here](https://github.com/znc/znc/blob/9cd36055166164d359a34c0af835e597e558cc59/src/ClientCommand.cpp#L1719), should be there an other "IF", checking if the number of listeners is = 1;...
By the default configuration, it seems that TLSv1.1 is enabled by default. Nowadays the SSL protocols setup should be: All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 +TLSv1.2 +TLSv1.3 I add All cause...
In module [Cert](https://wiki.znc.in/Cert) would be nice that the fingerprint of certificate in use would be shown. This would help in case of a fast check. On webinterface for example is...
I use certs to login on server; the certificate is based on ECC private key; I converted it to PKCS#12 format but the app couldn't load it; the certificate is...
Hello! Last year I opened this issue: #263 It was on adding ECC as supported algo for certificate authentication. Cause I saw no update on that topic I tried with...
After many tries and a discussion on IRC channel, we understood that from the client currently is not possible to run a CTCP commands (ex. /CTCP nick VERSION). It would...
Based on issue https://github.com/MCMrARM/revolution-irc/issues/82, would be a great feature a simple dropdown or a window overlay with basic actions like: - Give Op (+o) - Remove Op (-o) - Give...
Hi! I think this is an amazing project! And it is really WELL DONE! I would like to know if it would be possible add the control of text from...
Hi! First of all, thanks! This is one of my best favourite/used app ;) It's awesome and I really thank you for your great work! I was updating my SSHd...