Commit graph

2 commits

Author SHA1 Message Date
ab02a5436e Add TLS transport support
Connect over TLS (default port 6697) using native-tls with the system
OpenSSL trust store for certificate verification. Unify the plaintext and
TLS transports behind a single Box<dyn Read + Write>, dropping the
read/write socket clone that a TLS session cannot support. Add a `tls`
config key and IRC_TLS override; the port auto-defaults to 6697 when TLS
is enabled.
2026-07-28 14:57:44 +00:00
05c004d32d
rust bot 2026-07-28 14:29:34 +00:00