about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2015-12-25examples/public-inbox.psgi: make output chunky by default
2015-12-22rename 'GitCatFile' package to 'Git'
2015-12-22git: cat-file wrapper enhancements
2015-10-02rename mid_compress to id_compress
2015-09-30t/nntpd.t: additional tests for XHDR/HDR
2015-09-30t/nntpd.t: simplify condition for response termination
2015-09-30nntp: implement OVER/XOVER summary in search document
2015-09-24nntp: fix XOVER command
2015-09-23nntp: support HDR command from RFC 3977
2015-09-22nntp: XHDR lookups by Message-ID may cross groups
2015-09-22nntp: XHDR fixes for Message-ID lookups
2015-09-22nntp: support YYYYMMDD dates for commands
2015-09-22t/nntpd.t: fix fcntl test to ensure no failures
2015-09-21t/nntpd.t: improve test runnability
2015-09-20nntpd: support systemd FD inheritance + signals
2015-09-18read-only NNTP server
2015-09-15msgmap: add message mapping via SQLite
2015-09-06update copyright headers and email addresses
2015-09-03feed: use application/atom+xml for Content-Type
2015-09-03ExtMsg: 300 to external mailing list archives
2015-09-03search: disable Message-ID compression in Xapian
2015-09-01completely revamp URL structure to shorten permalinks
2015-09-01www: root atom feed is "new.atom" and not "atom.xml"
2015-09-01implement per-thread Atom feeds
2015-08-30search: do not index references and inreplyto terms
2015-08-27implement legacy redirects for old URLs
2015-08-27wire up to display non-suffixed Message-ID links
2015-08-27wire up shorter, less ambiguous URLs
2015-08-25search: implement subject summarization
2015-08-25mid: mid_compressed => mid_compress
2015-08-24view: refactor $state as a hash
2015-08-23search: respect core.sharedRepository in for Xapian DB
2015-08-22search: split search indexing to a separate file
2015-08-22remove XML::Atom::SimpleFeed dependency
2015-08-22stream HTML views as much as possible
2015-08-21search: s/count/total/ for results
2015-08-21switch to gzipped mboxes
2015-08-21support dumping thread as an mbox
2015-08-20view: avoid nesting <a> tags from auto-linkification
2015-08-18search: avoid creating ghosts for circular References
2015-08-17search: simplify indexing operation
2015-08-17mid: compress Message-IDs with '%' in them
2015-08-17drop bodies and messages ASAP after processing
2015-08-17terminology: replies => followups
2015-08-17skip search test if search support is missing
2015-08-16implement /s/$SUBJECT_PATH.html lookups
2015-08-15search: make search results more OO
2015-08-13initial search backend implementation
2015-08-12view: consistent ordering of Cc: addresses
2015-07-14reject HTML loudly and automatically