From oliverpool to ~sircmpwn/sr.ht-dev
will allow clients to discover the public key automatically, using:
gpg --locate-keys outgoing@sr.ht
Internet-Draft https://datatracker.ietf.org/doc/html/draft-koch-openpgp-webkey-service#name-web-key-directory
---
Initial discussion: https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3Cdd965bea-a130-4675-8cdf-742286607079%40app.fastmail.com%3E
First patch (on meta.sr.ht frontend): https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/40794
Second patch (on meta.sr.ht backend): https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/40799
Third patch: https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/44509
Current patch: strings.Cut from go1.18
[message trimmed]
From Olivier C to ~sircmpwn/sr.ht-dev
On Mon, Dec 4, 2023, at 12:28, Drew DeVault wrote: > On Fri Sep 8, 2023 at 3:59 PM CEST, oliverpool wrote: >> +// strings.Cut is available starting with go1.18 >> +// Copied from https://cs.opensource.google/go/go/+/refs/tags/go1.20.4:src/strings/strings.go;l=1262 >> +// Copyright 2009 The Go Authors. All rights reserved. >> +// Use of this source code is governed by a BSD-style >> +// license. >> +// >> +// stringsCut slices s around the first instance of sep, >> +// returning the text before and after sep. >> +// The found result reports whether sep appears in s. >> +// If sep does not appear in s, cut returns s, "", false. > > We're on Go 1.20, so we can use this from the stdlib.
From oliverpool to ~sircmpwn/email-test-drive
--- your-name | 1 + 1 file changed, 1 insertion(+) create mode 100644 your-name diff --git a/your-name b/your-name new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/your-name @@ -0,0 +1 @@ -- 2.42.0 I'm about to try git send-email[message trimmed]
From oliverpool to ~sircmpwn/email-test-drive
--- oliverpool | 1 + 1 file changed, 1 insertion(+) create mode 100644 oliverpool diff --git a/oliverpool b/oliverpool new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/oliverpool @@ -0,0 +1 @@ -- 2.42.0 I'm about to try git send-email[message trimmed]
From Olivier C to ~sircmpwn/sr.ht-dev
Superseded by https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/44509 (ported to hub.sr.ht - fixed packet number)
From oliverpool to ~sircmpwn/sr.ht-dev
will allow clients to discover the public key automatically, using:
gpg --locate-keys outgoing@sr.ht
Internet-Draft https://datatracker.ietf.org/doc/html/draft-koch-openpgp-webkey-service#name-web-key-directory
---
Initial discussion: https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3Cdd965bea-a130-4675-8cdf-742286607079%40app.fastmail.com%3E
First patch (on meta.sr.ht frontend): https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/40794
Second patch (on meta.sr.ht backend): https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/40799
Current patch: hub.sr.ht backend.
It fixes the discrepancy noted by ~bitfehler (with an added test)
[message trimmed]
From Olivier C to ~xenrox/hut-dev
> Upstream has started requiring authentication to fetch builds logs. > Use Client.HTTP instead of http.DefaultClient. I was about to propose such a patch, since my resubmission command `hut builds resubmit -f XXXX` failed with (job is unlisted) > failed to fetch job logs: invalid HTTP status: want Partial Content, got: 401 401 Unauthorized Applying this patch, the log is correctly fetched and displayed (so LGTM :).
From Olivier C to ~sircmpwn/sr.ht-discuss
brocellous share ddevault's old proposal in #sr.ht: https://lore.kernel.org/git/C5HAJYI9RDPU.1CPN4E1JCQCAQ@homura/ (Proposal: server-advertised config options)
From Olivier C to ~sircmpwn/sr.ht-dev
Superseded by https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/40799 (implementation in go) On Tue, May 2, 2023, at 23:56, oliverpool wrote: > as documented on > https://datatracker.ietf.org/doc/html/draft-koch-openpgp-webkey-service#name-web-key-directory > --- > This has been proposed on sr.ht-discuss > https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3Cdd965bea-a130-4675-8cdf-742286607079%40app.fastmail.com%3E > >> I think that would make sense. File ticket and/or send patch? > > It would conflict with > https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/40325 (removal of pgpy > dependency).
From oliverpool to ~bitfehler/public-inbox
--- posts/2022-05-15_status-update--may-2022.md | 2 +- posts/2023-04-18_status-update--april-2023.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/2022-05-15_status-update--may-2022.md b/posts/2022-05-15_status-update--may-2022.md index c91c6fb..c07c970 100644 --- a/posts/2022-05-15_status-update--may-2022.md +++ b/posts/2022-05-15_status-update--may-2022.md @@ -177,5 +177,5 @@ hence publish) stuff more often. Let's see. At any rate, happy hacking, and if you have any questions or comments, feel free to reach out to `bitfehler` in `#sr.ht.watercooler` on Libera Chat or send them to my [public inbox][15]. [15]: ~bitfehler/public-inbox@lists.sr.ht "Send an email to my public inbox"[message trimmed]