From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vibhav Pant Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add option to ERC to make all connections use SSL. Date: Thu, 31 Jul 2014 22:16:13 +0530 Message-ID: References: <87zjfqiokt.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1406825228 920 80.91.229.3 (31 Jul 2014 16:47:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2014 16:47:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 18:47:01 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XCtVN-0006FN-68 for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2014 18:47:01 +0200 Original-Received: from localhost ([::1]:57793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCtVM-0004PB-OL for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2014 12:47:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCtUh-0003kI-5A for emacs-devel@gnu.org; Thu, 31 Jul 2014 12:46:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCtUe-0001Os-BF for emacs-devel@gnu.org; Thu, 31 Jul 2014 12:46:19 -0400 Original-Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:49107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCtUe-0001Ob-40 for emacs-devel@gnu.org; Thu, 31 Jul 2014 12:46:16 -0400 Original-Received: by mail-pa0-f45.google.com with SMTP id eu11so3951206pac.4 for ; Thu, 31 Jul 2014 09:46:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JnkBfV+2/QoEp5siN51CX2CxwdGP0FxGljQ+50jEP/Y=; b=lhDm/wQbz4vH4NDh+KgbZsTAdJom7JObIwzH2wGVxEYX7wFxpAgNHH8W2U18swBKiy Cdmcxh79ETfbWibHJUWcO+CrhE+ksw5VV8LCphWQAErQc30J32igsc2hd5kaVS8qx51x oJsD4cXT2ZLzYbbHreJzgrOK/LSy8jWpxw8go+BtIK39IAfYFIFBKu5nzNGj8p6ZpDEm UG0cvwhr34BVhdSD6tZDdXeBwnB/ZTtRRDpwfFzGsFEAc/7iRBjjUWDzhAaWYOjuvyUH ehp+oZh1/PGkvqKPrsekGrgsKEY7l87tKGoYoW1Xhla6MMtUAU/IrEnYdqAsOri59a32 6OIA== X-Received: by 10.70.90.7 with SMTP id bs7mr13611525pdb.141.1406825173879; Thu, 31 Jul 2014 09:46:13 -0700 (PDT) Original-Received: by 10.70.34.230 with HTTP; Thu, 31 Jul 2014 09:46:13 -0700 (PDT) In-Reply-To: <87zjfqiokt.fsf@lifelogs.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22d 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:173327 Archived-At: > I like this and would like to add it, but is the trunk open for such new > features? Well, it can always get into the trunk after 24.4 is out. > Also can this be t by default? I don't know the state of IRC > these days. IIRC, most IRC networks have a seperate port(s) for SSL connections, so setting it to t by default wouldnt work until the user knows the port for the SSL connections (and IRC networks usually advertise their "non-SSL" ports). Also, networks like QuakeNet do not provide SSL, so connecting to the quakenet network wouldnt work until the variable is nil. -- Vibhav Pant vibhavp@gmail.com