about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2018-03-29mda: support v2 inboxes
2018-03-29public-inbox-compact: new tool for driving xapian-compact
2018-03-29v2writable: initializing an existing inbox is idempotent
2018-03-29www: cleanup expensive fallback for legacy URLs
2018-03-29search: get rid of most lookup_* subroutines
2018-03-29v2writable: support purging messages from git entirely
2018-03-29www: fix attachment downloads for conflicted Message-IDs
2018-03-29v2writable: append, instead of prepending generated Message-ID
2018-03-27www: support cloning individual v2 git partitions
2018-03-27view: depend on SearchMsg for Message-ID
2018-03-27view: permalink (per-message) view shows multiple messages
2018-03-23feed: fix new.html for v2
2018-03-23t/psgi_v2: minimal test for Atom feed and t.mbox.gz
2018-03-23search: reopen DB if each_smsg_by_mid fails
2018-03-23www: $MESSAGE_ID/raw endpoint supports "duplicates"
2018-03-22v2writable: add NNTP article number regeneration support
2018-03-22t/altid.t: extra tests for mid_set
2018-03-22msgmap: add tmp_clone to create an anonymous copy
2018-03-20content_id: do not take Message-Id into account
2018-03-19v2writable: remove "resent" message for duplicate Message-IDs
2018-03-19v2writable: allow disabling parallelization
2018-03-19watchmaildir: support v2 repositories
2018-03-19v2writable: ensure ->done is idempotent
2018-03-19t/watch_maildir: note the reason for FIFO creation
2018-03-19v2writable: test for idempotent removals
2018-03-19import: switch to URL-safe Base64 for Message-IDs
2018-03-19import: (v2): write deletes to a separate '_' subdirectory
2018-03-19import: (v2) delete writes the blob into history in subdir
2018-03-19v2writable: implement remove correctly
2018-03-19v2writable: support "barrier" operation to avoid reforking
2018-03-06v2writable: detect and use previous partition count
2018-03-03v2: avoid redundant/repeated configs for git partition repos
2018-03-03import: consolidate object info for v2 imports
2018-03-03searchidx: store the primary MID in doc data for NNTP
2018-03-03nntp: fix NEWNEWS command
2018-03-03v2writable: generated Message-ID goes first
2018-03-03searchidx: support indexing multiple MIDs
2018-03-02v2writable: inject new Message-IDs on true duplicates
2018-03-02content_id: no need to be human-friendly
2018-03-02mid: add `mids' and `references' methods for extraction
2018-02-28v2/ui: get nntpd and init tests running on v2
2018-02-19git: reload alternates file on missing blob
2018-02-19v2writable: initial cut for repo-rotation
2018-02-15address: extract more characters from email addresses
2018-02-14import: APIs to support v2 use
2018-02-12content_id: add test case
2018-02-12t/import: test for last_object_id insertion
2018-02-07update copyrights for 2018
2018-01-16hval: only allow domain obfuscation in address
2017-10-04mbox: support inline filename via Content-Disposition header