From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: OAuth2 implementation in Elisp Date: Fri, 23 Sep 2011 00:34:34 -0400 Message-ID: References: <87sjnojl7j.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1316752495 8951 80.91.229.12 (23 Sep 2011 04:34:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Sep 2011 04:34:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 23 06:34:50 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 1R6xTJ-0002Mp-By for ged-emacs-devel@m.gmane.org; Fri, 23 Sep 2011 06:34:46 +0200 Original-Received: from localhost ([::1]:43613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6xTI-0001Zz-JF for ged-emacs-devel@m.gmane.org; Fri, 23 Sep 2011 00:34:44 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6xTF-0001Zp-9u for emacs-devel@gnu.org; Fri, 23 Sep 2011 00:34:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6xTA-0004NT-0R for emacs-devel@gnu.org; Fri, 23 Sep 2011 00:34:41 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:6334 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6xT9-0004N2-OP for emacs-devel@gnu.org; Fri, 23 Sep 2011 00:34:35 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au4GAEYLfE5MCqQE/2dsb2JhbABDmVKONnmBUwEBBAFWKAsLNBIUGA2IL7UJhn0EoFiEQw X-IronPort-AV: E=Sophos;i="4.68,427,1312171200"; d="scan'208";a="137996694" Original-Received: from 76-10-164-4.dsl.teksavvy.com (HELO ceviche.home) ([76.10.164.4]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 23 Sep 2011 00:34:34 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 66D7A660B6; Fri, 23 Sep 2011 00:34:34 -0400 (EDT) In-Reply-To: <87sjnojl7j.fsf@keller.adm.naquadah.org> (Julien Danjou's message of "Thu, 22 Sep 2011 23:55:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:144215 Archived-At: > I wrote a small implementation of the OAuth 2.0 Authorization Protocol=B9 > client in Elisp, using `url' to make the HTTP requests and `plstore' to > store the tokens permanently. > Is there any interest in merging this into the trunk or should I keep it > outside? In trunk? No, at least not now. But in GNU ELPA, very much so, yes. Stefan