From password-store at city17.xyz Sun Nov 9 15:15:59 2025 From: password-store at city17.xyz (jman) Date: Sun, 09 Nov 2025 16:15:59 +0100 Subject: Using tabs consistently Message-ID: <87h5v3xmmo.fsf@nyarlathotep> Hello everyone, the file ./src/passwordstore.sh uses tabs instead of spaces but not consistently. The last HEREDOC in function `cmd_usage()` mixes tabs and spaces for formatting reasons. This mix makes complicated for me formatting patches, I have to manually discard hunks before submitting the patch. What's your workflow to avoid this manual mangling when submitting patches here? Thanks! Regards, From pass at rperce.net Sun Nov 9 15:44:05 2025 From: pass at rperce.net (Robert Perce) Date: Sun, 09 Nov 2025 09:44:05 -0600 Subject: Using tabs consistently In-Reply-To: <87h5v3xmmo.fsf@nyarlathotep> References: <87h5v3xmmo.fsf@nyarlathotep> Message-ID: <2123967b-8b41-4732-8a78-c983972efc8e@app.fastmail.com> bash heredocs can *only* be tab-indented, syntactically (if you don't want the indentation to be part of the string), so it's unavoidable. Use editor settings that visually display tabs and that do not mangle existing spacing. On Sun, Nov 9, 2025, at 09:15, jman wrote: > Hello everyone, > > the file ./src/passwordstore.sh uses tabs instead of spaces but not > consistently. The last HEREDOC > in function `cmd_usage()` mixes tabs and spaces for formatting reasons. > This mix makes complicated > for me formatting patches, I have to manually discard hunks before > submitting the patch. > > What's your workflow to avoid this manual mangling when submitting patches here? > > Thanks! > > Regards, From me at jtexeira.com Mon Nov 17 09:55:37 2025 From: me at jtexeira.com (=?UTF-8?Q?Jo=C3=A3o_Teixeira?=) Date: Mon, 17 Nov 2025 09:55:37 +0000 Subject: tofi-pass: Add to the passwordstore.org website? Message-ID: Hello everybody, I've developed a script for tofi, and was wondering if it should be added to the pass website: https://www.passwordstore.org/#other https://github.com/jtexeira/tofi-pass Thanks Jo?o Teixeira From radon at intuitiveexplanations.com Mon Nov 24 23:26:51 2025 From: radon at intuitiveexplanations.com (Radon Rosborough) Date: Mon, 24 Nov 2025 15:26:51 -0800 Subject: Wireguard mailing list admin? Message-ID: <9c1f9109-f4af-4ecd-ae02-a88e6ea65a7d@app.fastmail.com> Hi, I've been trying unsuccessfully for over three months to post an email to the Wireguard development mailing list at wireguard at lists.zx2c4.com. I received an automated response saying a moderator needed to review new postings, but there seem to be no moderators, or the mail routing to them isn't working. Over the next few months I sent about a dozen follow-up messages to wireguard-owner at lists.zx2c4.com, mailman at lists.zx2c4.com, jason at zx2c4.com, and various other people who had recently posted messages to the list, with no success at getting in touch with someone in charge of list moderation. I'm making a post to the password-store mailing list since it's hosted on the same mail-server, and I've been able to post messages here in the past. Does anyone know how to contact the list administrator? Does anyone know how to contact anyone who manages the Wireguard project or lists.zx2c4.com? For reference, my posting to wireguard at lists.zx2c4.com was entitled 'Incorrect behavior of "exclude private IPs" in Android app' on Sep 1, 2025. (Actually, I had also tried submitting it on Mar 24, 2025 and Aug 13, 2025 but it seems that those messages were silently dropped without even a bounce notification.) Thanks, Radon Rosborough From d.password-store at ryz.dev Tue Nov 25 00:21:42 2025 From: d.password-store at ryz.dev (Darren Rambaud) Date: Mon, 24 Nov 2025 18:21:42 -0600 Subject: Wireguard mailing list admin? In-Reply-To: <9c1f9109-f4af-4ecd-ae02-a88e6ea65a7d@app.fastmail.com> References: <9c1f9109-f4af-4ecd-ae02-a88e6ea65a7d@app.fastmail.com> Message-ID: Radon - appears the wg mailing list is only used to submit patches for various wireguard projects. Just looking at the archives -- https://lists.zx2c4.com/pipermail/wireguard/2025-November/thread.html -- I don't see much or any normal discussion. Per wireguard.com: > Mailing list > Get involved in the WireGuard development discussion by joining the mailing list. This is where all development activities occur. Submit patches using git-send-email, similar to the style of LKML. Seems wg maintainers push people to use IRC channel at `#wireguard` on libera.chat. Hope that helps! > On Nov 24, 2025, at 17:26, Radon Rosborough wrote: > > Hi, I've been trying unsuccessfully for over three months to post an email to the Wireguard development mailing list at wireguard at lists.zx2c4.com. I received an automated response saying a moderator needed to review new postings, but there seem to be no moderators, or the mail routing to them isn't working. > > Over the next few months I sent about a dozen follow-up messages to wireguard-owner at lists.zx2c4.com, mailman at lists.zx2c4.com, jason at zx2c4.com, and various other people who had recently posted messages to the list, with no success at getting in touch with someone in charge of list moderation. > > I'm making a post to the password-store mailing list since it's hosted on the same mail-server, and I've been able to post messages here in the past. Does anyone know how to contact the list administrator? Does anyone know how to contact anyone who manages the Wireguard project or lists.zx2c4.com? > > For reference, my posting to wireguard at lists.zx2c4.com was entitled 'Incorrect behavior of "exclude private IPs" in Android app' on Sep 1, 2025. (Actually, I had also tried submitting it on Mar 24, 2025 and Aug 13, 2025 but it seems that those messages were silently dropped without even a bounce notification.) > > Thanks, > Radon Rosborough From radon at intuitiveexplanations.com Wed Nov 26 01:29:12 2025 From: radon at intuitiveexplanations.com (Radon Rosborough) Date: Tue, 25 Nov 2025 17:29:12 -0800 Subject: Wireguard mailing list admin? In-Reply-To: References: <9c1f9109-f4af-4ecd-ae02-a88e6ea65a7d@app.fastmail.com> Message-ID: But, how can I submit patches if I can't send mail to the list? On Mon, Nov 24, 2025, at 4:21 PM, Darren Rambaud wrote: > Radon - appears the wg mailing list is only used to submit patches for > various wireguard projects. Just looking at the archives -- > https://lists.zx2c4.com/pipermail/wireguard/2025-November/thread.html > -- I don't see much or any normal discussion. > > Per wireguard.com: > >> Mailing list >> Get involved in the WireGuard development discussion by joining the mailing list. This is where all development activities occur. Submit patches using git-send-email, similar to the style of LKML. > > Seems wg maintainers push people to use IRC channel at `#wireguard` on > libera.chat. > > Hope that helps! > >> On Nov 24, 2025, at 17:26, Radon Rosborough wrote: >> >> Hi, I've been trying unsuccessfully for over three months to post an email to the Wireguard development mailing list at wireguard at lists.zx2c4.com. I received an automated response saying a moderator needed to review new postings, but there seem to be no moderators, or the mail routing to them isn't working. >> >> Over the next few months I sent about a dozen follow-up messages to wireguard-owner at lists.zx2c4.com, mailman at lists.zx2c4.com, jason at zx2c4.com, and various other people who had recently posted messages to the list, with no success at getting in touch with someone in charge of list moderation. >> >> I'm making a post to the password-store mailing list since it's hosted on the same mail-server, and I've been able to post messages here in the past. Does anyone know how to contact the list administrator? Does anyone know how to contact anyone who manages the Wireguard project or lists.zx2c4.com? >> >> For reference, my posting to wireguard at lists.zx2c4.com was entitled 'Incorrect behavior of "exclude private IPs" in Android app' on Sep 1, 2025. (Actually, I had also tried submitting it on Mar 24, 2025 and Aug 13, 2025 but it seems that those messages were silently dropped without even a bounce notification.) >> >> Thanks, >> Radon Rosborough From Jason at zx2c4.com Wed Nov 26 01:32:07 2025 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Wed, 26 Nov 2025 02:32:07 +0100 Subject: Wireguard mailing list admin? In-Reply-To: References: <9c1f9109-f4af-4ecd-ae02-a88e6ea65a7d@app.fastmail.com> Message-ID: https://lists.zx2c4.com/pipermail/wireguard/2025-August/009434.html From radon at intuitiveexplanations.com Wed Nov 26 01:41:29 2025 From: radon at intuitiveexplanations.com (Radon Rosborough) Date: Tue, 25 Nov 2025 17:41:29 -0800 Subject: Wireguard mailing list admin? In-Reply-To: References: <9c1f9109-f4af-4ecd-ae02-a88e6ea65a7d@app.fastmail.com> Message-ID: Huh. I could *swear* that I checked the list archives for that mail, and did not see it go through at the time, but I may have overlooked it. If so, I apologize for the inconvenience. Thanks for your help. On Tue, Nov 25, 2025, at 5:32 PM, Jason A. Donenfeld wrote: > https://lists.zx2c4.com/pipermail/wireguard/2025-August/009434.html