about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2017-06-29hval: only perform one substitution when obfuscating
2017-06-26tests: deal with the removal of '.' from @INC in newer Perl
2017-06-26watch: improve fairness during full rescans
2017-06-26mda: set List-ID correctly according to RFC2919
2017-06-23linkify: handle URLs in parenthesized statements
2017-06-23allow admins to configure non-obfuscated addresses/domains
2017-06-23config: assume lists have multiple addresses
2017-06-23reply: handle address obfuscation :<
2017-06-22test for PublicInbox::Filter::RubyLang
2017-06-22msgmap: mid_insert ignores duplicates instead of die-ing
2017-06-15replyto parameter support
2017-06-15view: split out reply logic into its own module
2017-06-14search: remove unnecessary abstractions and functionality
2017-05-23www: do not mangle characters from search queries
2017-05-07searchidx: fix ghost root vivification
2017-03-14view: escape HTML description name
2017-02-14www: do not unescape PATH_INFO twice
2017-02-12t/mime: quiet warnings for old versions of Email::Simple