* lisp/net/rcirc.el: Add support for SSL/TLS connections.
commit488086f4dd22b95c37cf23bd4d1d9cc190aaf6b8
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 May 2011 02:25:58 +0000 (11 23:25 -0300)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 May 2011 02:25:58 +0000 (11 23:25 -0300)
tree00dc155dc1d3a3d538f46070947885ebe20ea11d
parent9820ccdf510351c2850218be8fd6402c5ada9805
* lisp/net/rcirc.el: Add support for SSL/TLS connections.
(rcirc-server-alist): New field `encryption'.
(rcirc): Check `encryption' settings.
(rcirc-connect): New arg `encryption'.  Use open-network-stream.
Merge make-local-variable into `set'.
(rcirc--connection-open-p): New function.
(rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
the process is not a network process (e.g. running gnutls-cli).
(set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
Make rcirc-(en|de)code-coding-system local here.
(rcirc-mode): Merge make-local-variable into `set'.
(rcirc-parent-buffer): Make permanent buffer-local.
(rcirc-multiline-minor-mode): Don't do it here.
(rcirc-switch-to-server-buffer): Don't switch to a random buffer if
there's no server buffer.
lisp/ChangeLog
lisp/net/rcirc.el