From unknown Fri Aug 15 18:51:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8584: [PATCH] erc: New response handler Resent-From: Debarshi Ray Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 29 Apr 2011 11:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8584 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 8584@debbugs.gnu.org X-Debbugs-Original-To: Bug Reports for GNU Emacs Received: via spool by submit@debbugs.gnu.org id=B.130407718527344 (code B ref -1); Fri, 29 Apr 2011 11:40:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Apr 2011 11:39:45 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QFm2x-00076y-LJ for submit@debbugs.gnu.org; Fri, 29 Apr 2011 07:39:44 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QFjBL-0002B9-LI for submit@debbugs.gnu.org; Fri, 29 Apr 2011 04:36:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFjBF-0007e0-MC for submit@debbugs.gnu.org; Fri, 29 Apr 2011 04:36:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00,T_DKIM_INVALID, T_RP_MATCHES_RCVD,URIBL_BLACK autolearn=no version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:35675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFjBF-0007dw-KY for submit@debbugs.gnu.org; Fri, 29 Apr 2011 04:36:05 -0400 Received: from eggs.gnu.org ([140.186.70.92]:50859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFjBE-0005QH-Ji for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2011 04:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFjBD-0007dY-II for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2011 04:36:04 -0400 Received: from aparichita.lostca.se ([88.198.51.14]:21005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFjBD-0007cP-AF for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2011 04:36:03 -0400 Received: from aparichita.lostca.se (aparichita.lostca.se [127.0.0.1]) by aparichita.lostca.se (Postfix) with ESMTP id AB51D95876; Fri, 29 Apr 2011 08:35:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=date:from:to :subject:message-id:mime-version:content-type; s=howrah; bh=QR5u OE3Ous/cLdNLYhsj9DE6LrY=; b=vShP7VtJc5WjRpMGVBM3KGwJtDj3awLaVJuY AUMFD86M3J6X7oE1rzTo0buHvmdjRVSvuvDBtlYXQBroADGf3huAOyY82LNDUgfT XeogNpzedq1xhoverLTvWdet83QNV3oo638irCpGQxRJ0rxR+CgUy3YNODHNHUfq CtE7qJc= Received: from localhost (aparichita.lostca.se [127.0.0.1]) by aparichita.lostca.se (Postfix) with ESMTPA id 774F995854; Fri, 29 Apr 2011 08:35:49 +0000 (UTC) Date: Fri, 29 Apr 2011 08:35:49 +0000 From: Debarshi Ray Message-ID: <20110429083549.GA61013@aparichita.lostca.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Fri, 29 Apr 2011 07:39:42 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.0 (----) --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here is a small patch to implement the 671 numeric, which is an extension of RFC 2812 implemented by some IRC daemons. eg., http://ur1.ca/3khsr and http://ur1.ca/3khrh http://rishi.fedorapeople.org/gnu/0001-New-response-handler-for-671.patch This numeric represents the RPL_WHOISSECURE message, which indicates whether a user is using a secure connection or not. Once the patch is deemed acceptable, I can send a Bazaar bundle as described in http://www.emacswiki.org/emacs/BzrForEmacsCasualDevs Happy hacking, Debarshi --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQIcBAEBAgAGBQJNunhlAAoJEEMnBfrN1AMl0Z0P/1UimVEUIQQWOPJC//hBenNo fzgFKYVWLNTtoPVGS1n3celtmwlcTqo629Y2YWAD4SKV/Kgwd88pVXfOHqdnIgyr tMsdHrscyHSnyBvhr46ZKck9FK9voJ1HkzwMKT6ec9hg4C5BPRZ6qOxHTrxZsiHR Yg7yEv6tOs4oCk59HD7+BnlYiEIHuPx9oTcRD8fxkgcHC8X/Bk2oHRgnEtELjsfd Ap/A8VSz9SFJTBm0czf0t0hFnG9BtMhNDN0ebEm9LC8/TcxBqqbqXeLtErYc8Q9B ocIqbyMVYRyOEsVhmpjidlL039UwmTvhPGKIqZe5OfJP7UfKYjfzOwigasXfv/AI Q331qEl954JiyxnPhOXHkbIT1frY8ho9y+olPhgqEJxUUEKmumvuub50T5nRxpbc jYMwTv1Cgdm5E9mdMHZzmTCbd4ai1lsSkrFBZdUm9KfedHq+i3jkZZ4Lk4S+QVbe w6nmEWB4vDl8rtg53DMlvJbSaaUD18UFuZYscvGDVW7IaICq8CZB38jcNyUU7CRB wp62LxUYrSoXala554DA+800tP6tVM0a/jrbCdfph3IqvPe7jdZxriIMRaisbk4E Gi2le7pfDTm0usT/rkQHlIkfJ5V5wa6o+iOHF1tmmFKaQRsHPy7gH5ojfQ8Nl0VR K2huNtglG/Zd9KEpoEyj =tzAb -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- From unknown Fri Aug 15 18:51:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Debarshi Ray Subject: bug#8584: closed (Re: bug#8584: [PATCH] erc: New response handler) Message-ID: References: <20110429083549.GA61013@aparichita.lostca.se> X-Gnu-PR-Message: they-closed 8584 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 8584@debbugs.gnu.org Date: Tue, 03 May 2011 08:43:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1304412182-15440-1" This is a multi-part message in MIME format... ------------=_1304412182-15440-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #8584: [PATCH] erc: New response handler which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 8584@debbugs.gnu.org. --=20 8584: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D8584 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1304412182-15440-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 8584-done) by debbugs.gnu.org; 3 May 2011 08:42:03 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QHBBD-0003zo-1G for submit@debbugs.gnu.org; Tue, 03 May 2011 04:42:03 -0400 Received: from prometheus.naquadah.org ([212.85.154.174] helo=mx1.naquadah.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QHBB6-0003zG-6o for 8584-done@debbugs.gnu.org; Tue, 03 May 2011 04:42:01 -0400 Received: from cigue.easter-eggs.fr (coquelicot-a.easter-eggs.com [82.235.59.105]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.naquadah.org (Postfix) with ESMTPSA id D62FF5C0F7; Tue, 3 May 2011 10:41:49 +0200 (CEST) From: Julien Danjou To: Debarshi Ray Subject: Re: bug#8584: [PATCH] erc: New response handler References: <20110429083549.GA61013@aparichita.lostca.se> Date: Tue, 03 May 2011 10:41:48 +0200 In-Reply-To: <20110429083549.GA61013@aparichita.lostca.se> (Debarshi Ray's message of "Fri, 29 Apr 2011 08:35:49 +0000") Message-ID: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 8584-done Cc: 8584-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I've merged this in the trunk. =2D-=20 Julien Danjou =E2=9D=B1 http://julien.danjou.info --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBAgAGBQJNv7/NAAoJEGEbqVCLeKXCQ0cP+gMvhOB2nL8NggUvrU+ROzMY RvHUq60XWv+k+XNRiZlPsQCJzhmhso+VB8M/jAG5FKglPw7bIrpetE6JlESgf7DT k02rz8gKEsZnly1nYS+DYDxnsU61j4PCZm1+9u/nlfuSPc2AfyrJgqOziQlXMNU9 TKrA9LPZtf2jZoib/aZNGrN5pdIVQ5nhZOTivEaP1OEzmF3rm9QvZkLU1FwvTG6s paKaYmOIO9CxzB7jBKBw+paDEnH09UAk+M7BIfc0OWJcrympBkZ6Msvh7ii4gn8c j/0kPi6cZGAGn/pzloQc0TnGQVJboeLBEij6zAazdnwU+hePqjxTzK2XzJRufILT tbC9rfQetgZXLmo1AtyORclCcbozR3AUNr4WUUB3aG3Wf7vzST1K+4VRMNK38fYv MfdwaGS2dVIMh30uI3JSrZXBXq306mCaZXmVAiynq7zArglquFRKAUy9TCT7W71B 3Hkd4vJuHQbKFlqE277uKitL/pInqUMuWa9Oy5wpsYnzq8UAa8alZCuUn4I9zjvY UxF9jiSe6em26zAIJBHG+PCDGvWi0D8Y4ddRJ0v0EfU1ovrc9JA2nJIP0tBOn5KX 7wY/YjI4/7kynKttLclzOH7i4LWSitm2dRQLfOYpdiJQNNmyo3LZFl5b54UPV7zp bJrrDXYuoB6Pr6eyLwox =/orB -----END PGP SIGNATURE----- --=-=-=-- ------------=_1304412182-15440-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Apr 2011 11:39:45 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QFm2x-00076y-LJ for submit@debbugs.gnu.org; Fri, 29 Apr 2011 07:39:44 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QFjBL-0002B9-LI for submit@debbugs.gnu.org; Fri, 29 Apr 2011 04:36:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFjBF-0007e0-MC for submit@debbugs.gnu.org; Fri, 29 Apr 2011 04:36:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00,T_DKIM_INVALID, T_RP_MATCHES_RCVD,URIBL_BLACK autolearn=no version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:35675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFjBF-0007dw-KY for submit@debbugs.gnu.org; Fri, 29 Apr 2011 04:36:05 -0400 Received: from eggs.gnu.org ([140.186.70.92]:50859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFjBE-0005QH-Ji for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2011 04:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFjBD-0007dY-II for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2011 04:36:04 -0400 Received: from aparichita.lostca.se ([88.198.51.14]:21005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFjBD-0007cP-AF for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2011 04:36:03 -0400 Received: from aparichita.lostca.se (aparichita.lostca.se [127.0.0.1]) by aparichita.lostca.se (Postfix) with ESMTP id AB51D95876; Fri, 29 Apr 2011 08:35:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=date:from:to :subject:message-id:mime-version:content-type; s=howrah; bh=QR5u OE3Ous/cLdNLYhsj9DE6LrY=; b=vShP7VtJc5WjRpMGVBM3KGwJtDj3awLaVJuY AUMFD86M3J6X7oE1rzTo0buHvmdjRVSvuvDBtlYXQBroADGf3huAOyY82LNDUgfT XeogNpzedq1xhoverLTvWdet83QNV3oo638irCpGQxRJ0rxR+CgUy3YNODHNHUfq CtE7qJc= Received: from localhost (aparichita.lostca.se [127.0.0.1]) by aparichita.lostca.se (Postfix) with ESMTPA id 774F995854; Fri, 29 Apr 2011 08:35:49 +0000 (UTC) Date: Fri, 29 Apr 2011 08:35:49 +0000 From: Debarshi Ray To: Bug Reports for GNU Emacs Subject: [PATCH] erc: New response handler Message-ID: <20110429083549.GA61013@aparichita.lostca.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 29 Apr 2011 07:39:42 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.0 (----) --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here is a small patch to implement the 671 numeric, which is an extension of RFC 2812 implemented by some IRC daemons. eg., http://ur1.ca/3khsr and http://ur1.ca/3khrh http://rishi.fedorapeople.org/gnu/0001-New-response-handler-for-671.patch This numeric represents the RPL_WHOISSECURE message, which indicates whether a user is using a secure connection or not. Once the patch is deemed acceptable, I can send a Bazaar bundle as described in http://www.emacswiki.org/emacs/BzrForEmacsCasualDevs Happy hacking, Debarshi --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQIcBAEBAgAGBQJNunhlAAoJEEMnBfrN1AMl0Z0P/1UimVEUIQQWOPJC//hBenNo fzgFKYVWLNTtoPVGS1n3celtmwlcTqo629Y2YWAD4SKV/Kgwd88pVXfOHqdnIgyr tMsdHrscyHSnyBvhr46ZKck9FK9voJ1HkzwMKT6ec9hg4C5BPRZ6qOxHTrxZsiHR Yg7yEv6tOs4oCk59HD7+BnlYiEIHuPx9oTcRD8fxkgcHC8X/Bk2oHRgnEtELjsfd Ap/A8VSz9SFJTBm0czf0t0hFnG9BtMhNDN0ebEm9LC8/TcxBqqbqXeLtErYc8Q9B ocIqbyMVYRyOEsVhmpjidlL039UwmTvhPGKIqZe5OfJP7UfKYjfzOwigasXfv/AI Q331qEl954JiyxnPhOXHkbIT1frY8ho9y+olPhgqEJxUUEKmumvuub50T5nRxpbc jYMwTv1Cgdm5E9mdMHZzmTCbd4ai1lsSkrFBZdUm9KfedHq+i3jkZZ4Lk4S+QVbe w6nmEWB4vDl8rtg53DMlvJbSaaUD18UFuZYscvGDVW7IaICq8CZB38jcNyUU7CRB wp62LxUYrSoXala554DA+800tP6tVM0a/jrbCdfph3IqvPe7jdZxriIMRaisbk4E Gi2le7pfDTm0usT/rkQHlIkfJ5V5wa6o+iOHF1tmmFKaQRsHPy7gH5ojfQ8Nl0VR K2huNtglG/Zd9KEpoEyj =tzAb -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- ------------=_1304412182-15440-1--