Alexander Barton
Alexander Barton
Thanks for reporting this! At the moment, we are closing the new connection "as fast as possible" again; are we sure that it is "clever" to finish the SSL handshake...
Right, `OPER` only checks the _IRC mask_ which gets set to the cloaked hostname when using `CloakHost` – see #209 as well. But you are right, this would be a...
I don't need this complexity, &SERVER and syslog is sufficient for my use cases. So I'll not be the one to implement it. But if someone want to write a...
Closing this for now: labeled as „later“. Thanks for reporting it! And please feel free to comment/reopen this issue when someone is working on a fix. You can see all...
Hi @annmuor! Thanks for this pull request, hopefully I'll have time to look at it soon!
Just a wild guess: The "_no shared cipher_" in the error message above leads me to the `CipherList` configuration option in the `[SSL]` block in `ngircd.conf`: probably this option isn't...
Ah, sorry, I overlooked that you already mentioned that option …
Hi @slackhead! ngIRCd doesn't support server-side "command aliases" (or thelike), so short answer: *no*. There is no way you can make some kind of alias for this on your server....
Hi @slackhead, the raw IRC command is called `PRIVMSG`, `/msg` is a client-side command. And a good alternative to `PRIVMSG`, at least for ngIRCd, would be `SQUERY`: it behaves like...
I still don't see a valid use case for this. Why does defining an alias in the IRC client not work for you? BTW: Duplicate of #146 and #216.