unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: Emacs Development <emacs-devel@gnu.org>
Cc: rcyeske@gmail.com, Marco Pessotto <melmothx@gmail.com>
Subject: Re: [PATCH] rcirc: support TLS/SSL and arbitrary connection method
Date: Tue, 31 May 2011 04:55:32 -0500	[thread overview]
Message-ID: <877h97p52j.fsf@lifelogs.com> (raw)
In-Reply-To: <87fwnvvp3d.fsf@universe.krase.net> (Marco Pessotto's message of "Mon, 30 May 2011 23:46:30 +0200")

On Mon, 30 May 2011 23:46:30 +0200 Marco Pessotto <melmothx@gmail.com> 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?

Also I sent Ryan a patch recently to add auth-source support to
rcirc.el, but haven't heard back.  I originally posted it to the
emacs-bug mailing list a few months ago and can resend it.  I haven't
applied it because I don't use rcirc.el myself.

Ted



  parent reply	other threads:[~2011-05-31  9:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-30 21:46 [PATCH] rcirc: support TLS/SSL and arbitrary connection method Marco Pessotto
2011-05-31  1:24 ` Stefan Monnier
2011-05-31 12:16   ` Julien Danjou
2011-05-31 12:58     ` Deniz Dogan
2011-05-31 14:21     ` Marco Pessotto
2011-05-31 14:57       ` Stefan Monnier
2011-05-31 15:35         ` Marco Pessotto
2011-05-31  8:07 ` Julien Danjou
2011-05-31  8:52   ` Marco Pessotto
2011-05-31  9:55 ` Ted Zlatanov [this message]
2011-05-31 11:16   ` Marco Pessotto
2011-06-07 22:27   ` Philipp Haselwarter
2011-06-08  3:32     ` Ted Zlatanov
2011-06-08  8:52       ` Julien Danjou
2011-06-08 14:22         ` auth-source for ERC (was: [PATCH] rcirc: support TLS/SSL and arbitrary connection method) Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877h97p52j.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=emacs-devel@gnu.org \
    --cc=melmothx@gmail.com \
    --cc=rcyeske@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).