about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2017-01-26add filter for Subject: tags
2017-01-18mime: avoid SUPER usage in Email::MIME subclass
2017-01-10introduce PublicInbox::MIME wrapper class
2017-01-07search: remove subject_summary
2017-01-07config: allow per-inbox nntpserver
2017-01-07inbox: eliminate weaken usage entirely
2017-01-07config: always use namespaced "publicinboxlimiter"
2016-12-21searchthread: simplify API and remove needless OO
2016-12-20searchmsg: remove ensure_metadata
2016-12-20tests: add thread-all testing for benchmarking
2016-12-17t/config.t: fix feedmax default
2016-12-17feed: support publicinbox.<name>.feedmax
2016-12-14t/thread-cycle: no need for Xapian to run this test
2016-12-13nntp: add test case for the "DATE" command
2016-12-12init: preserve permissions of existing config file
2016-12-10thread: last Reference always wins
2016-12-06linkify: implement Markdown link compatibility (again)
2016-12-06Revert "linkify: implement Markdown link compatibility"
2016-12-06linkify: implement Markdown link compatibility
2016-12-03atom: switch to getline/close for response bodies
2016-11-26avoid IO::File for anonymous temporary files
2016-10-05t/thread-cycle: test self-referential messages
2016-10-05thread: use hash + array instead of hand-rolled linked list
2016-10-05thread: remove Email::Abstract wrapping
2016-10-05thread: remove Mail::Thread dependency
2016-09-09t/httpd-unix: warn about connection failure
2016-09-09search: index attachment filenames
2016-09-09search: more granular message body searching
2016-09-09search: drop longer subject: prefix for search
2016-09-09search: allow searching user fields (To/Cc/From)
2016-08-18www: implement generic help text
2016-08-18linkify: be stricter about matching RFC 3986
2016-08-16search: add YYYYMMDD search range via "d:" prefix
2016-08-15import: use common address parsing to drop unnecessary quotes
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-12www: allow including links to NNTP sites in HTML footer
2016-08-12config: do not nest multi-value altid arrays
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-08-09searchidx: release Xapian FDs before spawning git log
2016-08-05http: do not allow bad getline+close responses to kill us
2016-07-30t/config_limiter: fix check for identical Git object
2016-07-26learn: fix uninitialized variable
2016-07-26mda: fix address matching in address lists
2016-07-09www: add configurable limiters
2016-07-09qspawn: allow configurable limiters
2016-07-07www: remove old footer generation code and normalize new.html
2016-07-07t/git-http-backend: check BSD::Resource availability
2016-07-06address: attempt to handle comments somewhat
2016-07-02nntp: respect 3 minute idle time for shutdown
2016-07-02www: remove Plack::Request dependency entirely