X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=TODO;h=922163f82a89887e17d91c9472d7f23c1b67c0f4;hb=4821798351defce82c102e46d6f5f84f0cdc0e34;hp=c2eb77c50d580eb07ec4d409d3e3f0cc907884fe;hpb=2d135442a5759372761a992dafcf4e25974f3371;p=public-inbox.git diff --git a/TODO b/TODO index c2eb77c5..922163f8 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,9 @@ all need to be considered for everything we introduce) yet storing large amounts of data on computers without a public IP behind a home Internet connection. +* DHT (distributed hash table) for mapping Message-IDs to various + archive locations to avoid SPOF. + * optional Cache::FastMmap support so production deployments won't need Varnish (Varnish doesn't protect NNTP, either) @@ -120,3 +123,19 @@ all need to be considered for everything we introduce) * linter option and WWW endpoint to graph relationships and flows between inboxes, addresses maildirs, coderepos, etc... + +* pygments support - via Python script similar to `git cat-file --batch' + to avoid startup penalty. pygments.rb (Ruby) can be inspiration, too. + +* highlighting + linkification for "git format-patch --interdiff" output + +* highlighting + linkification for "git format-patch --range-diff" output + (requires mirroring of git repos) + +* parse and allow (semi)automatic-mirroring of "git request-pull" output + for coderepos + +* configurable diff output for solver-generated blobs + +* figure out how search for messages with multiple Date: headers + should work (some wacky examples out there...)