git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
@ 2020-06-10 18:41 Eric Wong
  2020-06-10 23:31 ` Denton Liu
  2020-06-23 18:08 ` CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.8 Eric Wong
  0 siblings, 2 replies; 6+ messages in thread
From: Eric Wong @ 2020-06-10 18:41 UTC (permalink / raw)
  To: git

Hey all, I've been busy with public-inbox work this year.
I started working on a read-only IMAP/IMAPS server, and I expect
kernel.org to eventually host a v2 copy, too; and hopefully
other folks get interested in mirroring.

For now, you can access git@vger archives through 8 IMAP
mailboxes sliced into ~50K messages to not overload clients.
They go from 0..7, with 7 being the most recent:

imaps://public-inbox.org/INBOX.comp.version-control.git.0
imaps://public-inbox.org/INBOX.comp.version-control.git.1
imaps://public-inbox.org/INBOX.comp.version-control.git.2
imaps://public-inbox.org/INBOX.comp.version-control.git.3
imaps://public-inbox.org/INBOX.comp.version-control.git.4
imaps://public-inbox.org/INBOX.comp.version-control.git.5
imaps://public-inbox.org/INBOX.comp.version-control.git.6
imaps://public-inbox.org/INBOX.comp.version-control.git.7

When more messages show up,
imaps://public-inbox.org/INBOX.comp.version-control.git.8
should exist.

I've tested with mutt, offlineimap and mbsync (isync).

It's not yet complete (when is software ever?), but it's a
usable start, I think.  Some more info about it over on
meta@public-inbox.org:
https://public-inbox.org/meta/20200609113442.GA16856@dcvr/
https://public-inbox.org/meta/20200610070519.18252-1-e@yhbt.net/
And maybe JMAP is coming, too...

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
  2020-06-10 18:41 CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7 Eric Wong
@ 2020-06-10 23:31 ` Denton Liu
  2020-06-11  0:30   ` Eric Wong
  2020-06-23 18:08 ` CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.8 Eric Wong
  1 sibling, 1 reply; 6+ messages in thread
From: Denton Liu @ 2020-06-10 23:31 UTC (permalink / raw)
  To: Eric Wong; +Cc: git

Hi Eric,

On Wed, Jun 10, 2020 at 06:41:47PM +0000, Eric Wong wrote:
> Hey all, I've been busy with public-inbox work this year.
> I started working on a read-only IMAP/IMAPS server, and I expect
> kernel.org to eventually host a v2 copy, too; and hopefully
> other folks get interested in mirroring.
> 
> For now, you can access git@vger archives through 8 IMAP
> mailboxes sliced into ~50K messages to not overload clients.
> They go from 0..7, with 7 being the most recent:
> 
> imaps://public-inbox.org/INBOX.comp.version-control.git.0
> imaps://public-inbox.org/INBOX.comp.version-control.git.1
> imaps://public-inbox.org/INBOX.comp.version-control.git.2
> imaps://public-inbox.org/INBOX.comp.version-control.git.3
> imaps://public-inbox.org/INBOX.comp.version-control.git.4
> imaps://public-inbox.org/INBOX.comp.version-control.git.5
> imaps://public-inbox.org/INBOX.comp.version-control.git.6
> imaps://public-inbox.org/INBOX.comp.version-control.git.7
> 
> When more messages show up,
> imaps://public-inbox.org/INBOX.comp.version-control.git.8
> should exist.
> 
> I've tested with mutt, offlineimap and mbsync (isync).
> 
> It's not yet complete (when is software ever?), but it's a
> usable start, I think.  Some more info about it over on
> meta@public-inbox.org:
> https://public-inbox.org/meta/20200609113442.GA16856@dcvr/
> https://public-inbox.org/meta/20200610070519.18252-1-e@yhbt.net/
> And maybe JMAP is coming, too...

Exciting news! Since I'm not actually subscribed to the mailing list,
public-inbox has been integral in my workflow by letting me reply to
messages that I'm not CC'd on. The IMAP gateway is a great development.

I fetched your message via IMAP just now ;)

-Denton

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
  2020-06-10 23:31 ` Denton Liu
@ 2020-06-11  0:30   ` Eric Wong
  2020-06-16  7:08     ` Eric Wong
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Wong @ 2020-06-11  0:30 UTC (permalink / raw)
  To: Denton Liu; +Cc: git, meta

Denton Liu <liu.denton@gmail.com> wrote:
> Exciting news! Since I'm not actually subscribed to the mailing list,
> public-inbox has been integral in my workflow by letting me reply to
> messages that I'm not CC'd on. The IMAP gateway is a great development.
> 
> I fetched your message via IMAP just now ;)

Hi Denton, great to know you appreciate it :)

It's still in the early stages and there still seems to be a
problem where it still interacts badly with mutt's header cache.
Maybe checking over the old HTTPS/NNTPS endpoints once in a
while if things appear too quiet is a good idea while I shake
out some bugs.

I'm dreading the cost of ~100K RAM/storage overhead per-client
connection to support sequence numbers properly...

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
  2020-06-11  0:30   ` Eric Wong
@ 2020-06-16  7:08     ` Eric Wong
  2020-06-16 13:19       ` Denton Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Wong @ 2020-06-16  7:08 UTC (permalink / raw)
  To: Denton Liu; +Cc: git, meta

Eric Wong <e@80x24.org> wrote:
> Denton Liu <liu.denton@gmail.com> wrote:
> > Exciting news! Since I'm not actually subscribed to the mailing list,
> > public-inbox has been integral in my workflow by letting me reply to
> > messages that I'm not CC'd on. The IMAP gateway is a great development.
> > 
> > I fetched your message via IMAP just now ;)
> 
> Hi Denton, great to know you appreciate it :)
> 
> It's still in the early stages and there still seems to be a
> problem where it still interacts badly with mutt's header cache.
> Maybe checking over the old HTTPS/NNTPS endpoints once in a
> while if things appear too quiet is a good idea while I shake
> out some bugs.
> 
> I'm dreading the cost of ~100K RAM/storage overhead per-client
> connection to support sequence numbers properly...

OK, that ought to be fixed and I found what seems to be an
acceptable solution w.r.t. server-side overhead:
https://public-inbox.org/meta/20200612234924.GA31809@dcvr/

I've also just deployed a recursive descent parser for which is
hopefully compliant with the way IMAP search queries are parsed:
https://public-inbox.org/meta/20200616050540.13357-3-e@yhbt.net/

One of the annoyances of read-only IMAP is MUAs (unlike
newsreaders) lack the ability to store status flags for
new/unread messages.  I've got some ideas to deal with that on
the client-side...

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
  2020-06-16  7:08     ` Eric Wong
@ 2020-06-16 13:19       ` Denton Liu
  0 siblings, 0 replies; 6+ messages in thread
From: Denton Liu @ 2020-06-16 13:19 UTC (permalink / raw)
  To: Eric Wong; +Cc: git, meta

Hi Eric,

On Tue, Jun 16, 2020 at 07:08:32AM +0000, Eric Wong wrote:
> Eric Wong <e@80x24.org> wrote:
> > I'm dreading the cost of ~100K RAM/storage overhead per-client
> > connection to support sequence numbers properly...
> 
> OK, that ought to be fixed and I found what seems to be an
> acceptable solution w.r.t. server-side overhead:
> https://public-inbox.org/meta/20200612234924.GA31809@dcvr/

Aha, I noticed last night when I was using it that it seemed much
snappier! I can also confirm on my end that your patch works and it
makes the experience much better.

Thanks again!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.8
  2020-06-10 18:41 CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7 Eric Wong
  2020-06-10 23:31 ` Denton Liu
@ 2020-06-23 18:08 ` Eric Wong
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Wong @ 2020-06-23 18:08 UTC (permalink / raw)
  To: git; +Cc: Christian Couder

+Cc: Christian for Git Rev News 64

Eric Wong <e@80x24.org> wrote:
> When more messages show up,
> imaps://public-inbox.org/INBOX.comp.version-control.git.8

They've showed up, and .8 now exists, bringing to total up to 9.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-23 18:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 18:41 CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7 Eric Wong
2020-06-10 23:31 ` Denton Liu
2020-06-11  0:30   ` Eric Wong
2020-06-16  7:08     ` Eric Wong
2020-06-16 13:19       ` Denton Liu
2020-06-23 18:08 ` CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.8 Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).