about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2015-08-17WWW: eliminate "top" parameter for feeds
2015-08-17favor /t/ to /s/, since subjects may change mid-thread
2015-08-17feed: remove unnecesary time paramenter in index state
2015-08-17Merge remote-tracking branch 'origin/search'
2015-08-16view: kill leading empty lines correctly
2015-08-16view: cleaner killing of leading/trailing whitespace
2015-08-16view: hoist out index_walk function
2015-08-16view: deduplicate common code for loading search results
2015-08-16SearchMsg: ensure metadata for ghost messages mid
2015-08-16implement /s/$SUBJECT_PATH.html lookups
2015-08-16search: remove unnecessary xpfx export
2015-08-16www: /t/$MESSAGE_ID.html for threads
2015-08-16view: hoist out index_walk function
2015-08-16view: reply threading adjustment
2015-08-15thread: common sorting code
2015-08-15view: display replies in per-message view
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