From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.bugs Subject: bug#29108: 25.3; ERC SASL support Date: Wed, 28 Jul 2021 18:59:34 +0200 Message-ID: References: <87h8ud92zl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37601"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) To: 29108@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jul 28 19:00:11 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m8muh-0009aZ-A2 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Jul 2021 19:00:11 +0200 Original-Received: from localhost ([::1]:38720 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m8mug-00020h-2s for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Jul 2021 13:00:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m8muZ-00020Y-5F for bug-gnu-emacs@gnu.org; Wed, 28 Jul 2021 13:00:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44219) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m8muY-0003Tz-Tv for bug-gnu-emacs@gnu.org; Wed, 28 Jul 2021 13:00:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m8muY-0000SH-MM for bug-gnu-emacs@gnu.org; Wed, 28 Jul 2021 13:00:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <87h8ud92zl.fsf@gmail.com> Resent-From: Ulrich Mueller Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 28 Jul 2021 17:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 29108 X-GNU-PR-Package: emacs Original-Received: via spool by 29108-submit@debbugs.gnu.org id=B29108.16274915881700 (code B ref 29108); Wed, 28 Jul 2021 17:00:02 +0000 Original-Received: (at 29108) by debbugs.gnu.org; 28 Jul 2021 16:59:48 +0000 Original-Received: from localhost ([127.0.0.1]:55765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8muJ-0000RM-KQ for submit@debbugs.gnu.org; Wed, 28 Jul 2021 12:59:47 -0400 Original-Received: from smtp.gentoo.org ([140.211.166.183]:44404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8muH-0000R6-LY for 29108@debbugs.gnu.org; Wed, 28 Jul 2021 12:59:46 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:210833 Archived-At: ERC is a little behind the times by not supporting SASL, so please pretty please can we have this? Not sure if it helps, but archive.org has a partial copy of the original git repository: https://web.archive.org/web/20180611034438if_/https://github.com/jane-lx/erc-sasl Most importantly, it does have erc-sasl.el which AFAICS is the only relevant file. There also is a fork of the repository on Github: https://github.com/suhailshergill/erc-sasl Apparently it has no additional commits beyond the original repository and erc-sasl.el is identical to the one found at archive.org. Looking at commit history, there are 4 commits in 2012 (all by Joseph Gay). Their parent is commit 9497cc9 which is also the tip of the ERC repository at https://git.savannah.gnu.org/cgit/erc.git. Would this be enough for inclusion in Emacs, given that erc-sasl.el has a GPL license notice and that copyright papers for the author are on file (or at least message #13 says so)?