Aaron Jones
Aaron Jones
(If anyone needs to test this, you can obtain a `SubjectPublicKeyInfo` fingerprint from an X.509 certificate like so): `$ openssl x509 -pubkey -noout < foo.crt | openssl pkey -pubin -outform...
You may want to clarify that the example record should be in the `IN` (Internet) namespace. ``` _ircs._tcp IN SRV 0 1 6697 irc.example.org. ```
Verifying the certificate against the SRV target would be dangerous; it allows an active MITM to alter the SRV reply to get you to validate against a domain name they...
> One server for example.org, multiple IRC servers behind irc.example.org sharing the load (e.g. Libera Chat): then http-01 can't be used anyways, since the server which will have to complete...
If services asks you to reidentify after it goes offline, services is broken. IRCd should keep track of what account you are logged into, and inform services of this during...
This should be adjusted to confirm that the nick is on the server in question, and then strip the `@`. This will also avoid `handle_special` getting called unnecessarily on every...
Alternatively, if we only want to support this for services, which I think is what the comment at the bottom is trying to get at, we should make the code...
I would very much prefer an option to strip formatting alltogether.
> strip it from gecos in general or strip it from gecos in cliconns? A `general {}` option to strip it on client registration.
Should this not be reported to the OpenBSD developers instead? It seems rather silly that they'd make one of their `sockaddr` structures too large to assign to the length field.