Re: Bug related to (maybe?) / in Message-Id

2023-03-07 Thread Eric Wong
Eric Wong wrote: > Thomas Weißschuh wrote: > > > # in file "msgid" next to muttrc > > > # put any command within the backticks > > > my_hdr Message-ID: <`uuidgen -r`@t-8ch.de> > > I didn't notice this earlier, but IMHO having Message-IDs > prefixed with `%Y%m%d%H%M%S' can convey

Re: ActivityPub <=> email bridge?

2023-03-07 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Tue, Mar 07, 2023 at 10:12:10PM +, Eric Wong wrote: > > > Something tells me that if ActivityPub reaches high-enough > > > adoption levels; it'll have to deal with a spam problem that > > > email folks have been dealing with for decades, too. > > > > > > So

Re: ActivityPub <=> email bridge?

2023-03-07 Thread Konstantin Ryabitsev
On Tue, Mar 07, 2023 at 10:12:10PM +, Eric Wong wrote: > > Something tells me that if ActivityPub reaches high-enough > > adoption levels; it'll have to deal with a spam problem that > > email folks have been dealing with for decades, too. > > > > So ActivityPub seems like a duplicated effort

Re: ActivityPub <=> email bridge?

2023-03-07 Thread Eric Wong
Eric Wong wrote: > Is it worth the effort? Maybe... > Something tells me that if ActivityPub reaches high-enough > adoption levels; it'll have to deal with a spam problem that > email folks have been dealing with for decades, too. > > So ActivityPub seems like a duplicated effort as far as

[PATCH] test_common: run_script: drop special-case for -clone

2023-03-07 Thread Eric Wong
`make check' and `make check-run' actually work fine with it, and TMPDIR=/dev/shm prove -lvw t/clone-coderepo.t is 2-3x faster --- lib/PublicInbox/TestCommon.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PublicInbox/TestCommon.pm b/lib/PublicInbox/TestCommon.pm index

[PATCH] cgit: fix smart HTTP clone interception

2023-03-07 Thread Eric Wong
We need to use the proper hash and key to do coderepo lookups since we culled a redundant data structure a few months back. Fixes: 1802dc29bda25a54 ("www_coderepo: do not copy {-code_repos} from config") --- lib/PublicInbox/Cgit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] sha: fix compatibility with old OpenSSL + Net::SSLeay

2023-03-07 Thread Eric Wong
In older OpenSSL, EVP_get_digestbyname() didn't work properly without calling OpenSSL_add_all_digests(), first. However, OpenSSL_add_all_digests() is deprecated by OpenSSL 1.1.0 in favor of OPENSSL_init_crypto(). Of course, OpenSSL_init_crypto() isn't available in OpenSSL 1.0.1k nor Net::SSLeay

Re: Bug related to (maybe?) / in Message-Id

2023-03-07 Thread Eric Wong
Thomas Weißschuh wrote: > > # in file "msgid" next to muttrc > > # put any command within the backticks > > my_hdr Message-ID: <`uuidgen -r`@t-8ch.de> I didn't notice this earlier, but IMHO having Message-IDs prefixed with `%Y%m%d%H%M%S' can convey human-meaningful information in the URL without