From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.bugs Subject: bug#50908: [PATCH] erc-user-mode: Set "+i" by default Date: Fri, 01 Oct 2021 01:47:21 -0400 Message-ID: <871r55i9ee.fsf__34372.8025023424$1633067302$gmane$org@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11155"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) Cc: 50908@debbugs.gnu.org, emacs-erc@gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 01 07:48:17 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 1mWBP7-0002m5-N2 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 01 Oct 2021 07:48:17 +0200 Original-Received: from localhost ([::1]:49708 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWBP6-00027t-7n for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 01 Oct 2021 01:48:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47950) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWBOs-00026d-4h for bug-gnu-emacs@gnu.org; Fri, 01 Oct 2021 01:48:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42914) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mWBOr-0008VE-TO for bug-gnu-emacs@gnu.org; Fri, 01 Oct 2021 01:48:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mWBOr-0002JP-Pi for bug-gnu-emacs@gnu.org; Fri, 01 Oct 2021 01:48:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Amin Bandali Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Oct 2021 05:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 50908-submit@debbugs.gnu.org id=B50908.16330672578836 (code B ref 50908); Fri, 01 Oct 2021 05:48:01 +0000 Original-Received: (at 50908) by debbugs.gnu.org; 1 Oct 2021 05:47:37 +0000 Original-Received: from localhost ([127.0.0.1]:54460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWBOO-0002I6-Sq for submit@debbugs.gnu.org; Fri, 01 Oct 2021 01:47:36 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWBOL-0002H3-8s for 50908@debbugs.gnu.org; Fri, 01 Oct 2021 01:47:31 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42448) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWBOF-0007sj-Oj; Fri, 01 Oct 2021 01:47:23 -0400 Original-Received: from [2607:fea8:3fdf:f2d9:f15f:34b9:c9ec:31c8] (port=53118 helo=langa) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWBOF-0001cb-J5; Fri, 01 Oct 2021 01:47:23 -0400 In-Reply-To: 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:216004 Archived-At: Hi Stefan, Stefan Kangas writes: > Severity: wishlist > > Hi Amin, > > What do you think of this ERC patch to enable the "+i" user flag by > default. This hides a user from global /who and /names, thus providing > (very marginally) better privacy and protection from spam bots and > similarly abusive behaviour. ENOPATCH :) This sounds like a good thing to do. Other folks reading emacs-erc@, what do you think? > It seems to be supported pretty ubiquitously: > > https://libera.chat/guides/usermodes > https://www.unrealircd.org/docs/User_Modes > http://www.efnet.org/?module=docs&doc=15 > https://freenode.net/kb/answer/usermodes > > > -- https://bndl.org