about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2015-08-15search: make search results more OO
2015-08-15extract redundant Message-ID handling code
2015-08-15search: implement index_sync to fixup indexer
2015-08-13initial search backend implementation
2015-08-12view: consistent ordering of Cc: addresses
2015-08-05view: remove unused $enc_mime Encoding object
2015-08-05view: pass fallback encoding to enc_for
2015-07-29view: simplify timestamp generation
2015-07-20feed: extract subroutines for threading
2015-07-14reject HTML loudly and automatically
2015-07-06feed: compile regexps only once
2015-07-06view: reduce empty <a>, use "id" instead of "name" attributes
2015-07-06feed: close body tag correctly in index
2015-03-04view: fix linkification and quote-folding conflicts
2015-02-09view: generate links for common protocols in browsers
2015-01-11filter: handle missing Content-Type
2014-11-13view: account for filter bugs which leak HTML into the repo
2014-11-02view: add time to entries older than one day
2014-11-02view: rename "permalink" to "threadlink"
2014-10-26view: show raw message link as "raw"
2014-10-05view: tweak attribution line
2014-10-04view: make the thread index less claustrophobic
2014-09-22view: relax line break detection
2014-09-15filter: ensure CRs do not show up in lynx conversions
2014-09-15index: drop signatures from nested output
2014-09-15hval: fixup bad line endings in HTML output
2014-09-15index: add prev/next index navigation
2014-09-15index group state parameters together for generation
2014-09-15view: standalone view shows link to index
2014-09-15view: kill unnecessary assignment
2014-09-15view: support SHA-1 of Message-IDs for message links
2014-09-15index: show short-ish permalinks to messages in threads
2014-09-13line-wrap generated HTML source around attrs for readability
2014-09-07feed: (cleanup) avoid redundant ->message call
2014-09-07feed: sort child messages (forward) chronologically
2014-09-07view: fixup dropped newline in the last commit
2014-09-07view: avoid extraneous space for subject-only messages
2014-09-06view: reduce redundant linkage in index
2014-09-03view: increase context in index views
2014-08-31view: kill leading whitespace in index
2014-08-31view: show quotes in index if parent is too old
2014-08-28view: tighten up regexps used for trimming index
2014-08-28view: trim git patches delimited by /^---$/
2014-08-28feed: deal with removed files
2014-08-28feed: show permalink to home page
2014-08-28view: increase MAX_INLINE_QUOTED threshold to 12
2014-08-28redo main HTML index to show nested messages
2014-08-28view: Email::Address cache purge is optional
2014-08-26show date in top-level threaded index
2014-08-04filter: preserve QP when collapsing multipart