[PATCH] www_stream: drop unused $same_host variable

2023-06-16 Thread Eric Wong
--- lib/PublicInbox/WwwStream.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm index 8c40096a..4cbdda99 100644 --- a/lib/PublicInbox/WwwStream.pm +++ b/lib/PublicInbox/WwwStream.pm @@ -64,7 +64,7 @@ EOM

[PATCH] www: use correct threadid for per-thread search

2023-06-16 Thread Eric Wong
It's a bug, fix below and deployed to https://80x24.org/lore/ -8<- Subject: [PATCH] www: use correct threadid for per-thread search For individual public-inboxes relying on extindex for per-inbox search, we must use the threadid from the extindex over.sqlite3 rather than the per-i

Re: Cheap way to check for new messages in a thread

2023-06-16 Thread Konstantin Ryabitsev
On Thu, Mar 30, 2023 at 11:29:51AM +, Eric Wong wrote: > This implements the mbox.gz retrieval. I didn't want to deal > with HTML nor figuring out how to expose more elements, > yet; but I figure mbox.gz is the most important. > > Now deployed on 80x24.org/lore: > >