emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] rcirc: support TLS/SSL and arbitrary connection method


From: Marco Pessotto
Subject: Re: [PATCH] rcirc: support TLS/SSL and arbitrary connection method
Date: Tue, 31 May 2011 13:16:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Ted Zlatanov <address@hidden> writes:

> On Mon, 30 May 2011 23:46:30 +0200 Marco Pessotto <address@hidden> wrote: 
>
> MP> I'm writing you to submit a patch for rcirc.el to give it support for
> MP> SSL connections. 
> ...
> MP> +(require 'tls)
> ...
> MP> + (if use-tls
> MP> +     (setq process (open-tls-stream server nil server port-number))
> MP> +   (setq process (open-network-stream server nil server port-number))))
>
> Recent trunk versions of Emacs have an `open-network-stream' that
> supports the built-in GnuTLS code directly.  That's much better than
> `open-tls-stream'.  Could you look at that and maybe use it?

Well, I looked at the trunk and the encryption thing is already there,
starting from rev 104199.

So you can trash the patch, which is meant for the 23.x branch, and
close the "bug".

I've updated the emacs wiki page with (hopefully) the correct
informations: http://www.emacswiki.org/emacs/rcirc#toc4

And sorry for the noise. 

Cheers

-- 
Marco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]