From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marco Pessotto Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] rcirc: support TLS/SSL and arbitrary connection method Date: Tue, 31 May 2011 10:52:25 +0200 Message-ID: <87zkm3qmk6.fsf@universe.krase.net> References: <87fwnvvp3d.fsf@universe.krase.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1306831964 18948 80.91.229.12 (31 May 2011 08:52:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 May 2011 08:52:44 +0000 (UTC) Cc: rcyeske@gmail.com, emacs-devel@gnu.org To: Julien Danjou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 31 10:52:39 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QRKgp-00062U-98 for ged-emacs-devel@m.gmane.org; Tue, 31 May 2011 10:52:39 +0200 Original-Received: from localhost ([::1]:35049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRKgo-0000X8-AT for ged-emacs-devel@m.gmane.org; Tue, 31 May 2011 04:52:38 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRKgm-0000Wr-6Q for emacs-devel@gnu.org; Tue, 31 May 2011 04:52:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRKgl-0002Zt-1r for emacs-devel@gnu.org; Tue, 31 May 2011 04:52:36 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:33487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRKgk-0002Zk-SE for emacs-devel@gnu.org; Tue, 31 May 2011 04:52:35 -0400 Original-Received: by fxm18 with SMTP id 18so3498183fxm.0 for ; Tue, 31 May 2011 01:52:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=0bSVqgQQF+jDEuPIbc17eca4q1lDzRRu0XKupMsdfzU=; b=DHMaLJM44fErsSeTRqeuRfAbN87Jig/0lzkNsxijPC8yiSzsS9M/27zM8XteA3F6wA drcNtuMOW/DWszwQOsWZBWVEjQEftaX4/m3+b7c9vtcfzVuKHS6GBNLhy5wAkwHPvJVE 8CiwdOOjfZHDXMeejlBZgjuz7K2RpMw1MGOuM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=nxB93IrSaem1aaCR3LtnDx4SSLotOX11DvemVInCPpMDoJ1pVl9mDbp+AVzXNfL6ox hUWhQjv/WjPXAG59J3b0GTXBNmKn/Ey6H2l5dGE97b4nEcHDjB/3TXYgdO9ZUgFgUNR1 ewDMLoM3hATFjwK5Iid8NP6tZO21xowJcKKtA= Original-Received: by 10.223.127.210 with SMTP id h18mr677634fas.67.1306831953943; Tue, 31 May 2011 01:52:33 -0700 (PDT) Original-Received: from localhost (93-137-173-231.adsl.net.t-com.hr [93.137.173.231]) by mx.google.com with ESMTPS id y7sm1001314fak.31.2011.05.31.01.52.31 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 May 2011 01:52:32 -0700 (PDT) In-Reply-To: (Julien Danjou's message of "Tue, 31 May 2011 10:07:49 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139944 Archived-At: Julien Danjou writes: > On Mon, May 30 2011, Marco Pessotto wrote: > > Hi Marco, > >> I'm writing you to submit a patch for rcirc.el to give it support for >> SSL connections. > > This patch really looks interesting. Would you mind submitting it to > bug-gnu-emacs rather than here. That way I'll be sure it'll get merged > and will not be forgotten. :) > > Thanks, Submitted at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8772 Cheers -- Marco