]> git.eshelyaron.com Git - emacs.git/commit
Default to TLS port when calling erc-tls from lisp
authorF. Jason Park <jp@neverwas.me>
Mon, 11 Jul 2022 12:14:57 +0000 (05:14 -0700)
committerF. Jason Park <jp@neverwas.me>
Thu, 17 Nov 2022 05:34:36 +0000 (21:34 -0800)
commit77d6351d60d3c741550d990fbf97184433b7b59a
tree64d9253c0848e77cf81e2d8bc5d85d59db7989f4
parent46c765ed09422767306bd7acfc8422d5ad4cea4a
Default to TLS port when calling erc-tls from lisp

* lisp/erc/erc.el (erc-normalize-port): Add standard IANA port-name
mappings for 6667 and 6697.
(erc-open): Add note to doc string explaining that params `connect'
and `channel' are mutually exclusive.
(erc-tls): Call `erc-compute-port' with override.
(erc-compute-port): Call `erc-normalize-port' with result'.
* test/lisp/erc/erc-tests.el (erc-tls): Add simplistic test focusing
on default parameters.  (Bug#56514.)
lisp/erc/erc.el
test/lisp/erc/erc-tests.el