X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=TODO;h=7a27fdd2f716e80d1542c94a00662e42c5b90ba3;hp=360559117b71eb9633b1a84a81d6b262d67c8531;hb=refs%2Fheads%2Fmaster;hpb=26aac1eb5bb6ab22504b841e4898be6ed2ee3468 diff --git a/TODO b/TODO index 36055911..1537179e 100644 --- a/TODO +++ b/TODO @@ -111,6 +111,13 @@ all need to be considered for everything we introduce) * improve performance and avoid head-of-line blocking on slow storage (done for most git blob retrievals, Xapian needs work) +* allow optional use of separate Xapian worker process to implement + timeouts and avoid head-of-line blocking problems. Consider + just-ahead-of-time builds to take advantage of custom date parsers + (approxidate) and other features not available to Perl bindings. + +* integrate git approxidate parsing into Xapian w/o spawning git + * HTTP(S) search API (likely JMAP, but GraphQL could be an option) It should support git-specific prefixes (dfpre:, dfpost:, dfn:, etc) as extensions. If JMAP, it should have HTTP(S) analogues to @@ -149,3 +156,5 @@ all need to be considered for everything we introduce) * expose lei contents via read/write IMAP/JMAP server for personal use * git SHA-256 migration/coexistence path + +* decode RFC 3676 format=flowed + DelSp properly (see mflow (mblaze), mutt, ...)