about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2014-04-20feed: close string ref before returning
2014-04-20cgi: delay some requires
2014-04-20feed: speed up blob checks if Git.pm is usable
2014-04-19mda: share commit setup code with -learn
2014-04-19move precheck to MDA namespace
2014-04-19cgi: index pages allow iterating some pagination
2014-04-18view: fix regression in standalone /^>$/ lines
2014-04-17ensure per-message short quotes do not get too long
2014-04-17cgi: sort HTML index by most recent date
2014-04-17view: remove pointless self-linkage
2014-04-17view: fix title of HTML views
2014-04-17view: inline shorter quotes
2014-04-17HTML: various encoding fixups
2014-04-17Feed: add bug note on memory cycle
2014-04-15view: finish HTML in per-message pages
2014-04-15cgi: support /all.html page with inline threads
2014-04-15HTML: use shorter URLs in indices
2014-04-15HTML: ensure hrefs are quoted properly
2014-04-14derive -primary_address in config
2014-04-14cgi: fix up top-level index
2014-04-11view: trim_message_id consistently
2014-04-11config: support multiple addresses for a inbox
2014-04-11filter: clarify regular expression
2014-04-11cgi: update feed/view and tests for shorter URLs
2014-04-11cgi: /$LISTNAME/ and /$LISTNAME/index.html are equal
2014-04-11filter: use IPC::Run and improve lynx error handling
2014-04-09config: include listname on lookup
2014-04-09preliminary HTML index generation
2014-04-09precheck: stricter checks including min length
2014-04-08precheck: reject messages with no subject
2014-04-08feed: filter out each_recent_blob wrapper
2014-04-07feed: generate takes a hashref for args
2014-04-06view: use "original" rather than "raw"
2014-04-06view: minor cleanups
2014-04-06feed: reuse view class to display message
2014-04-06view: all content is assumed to be displayable text
2014-04-05view: use URI::Escape to escape URIs
2014-04-05feed: remove unnecessary use
2014-04-05feed: use Date::Parse to parse dates
2014-04-05get a basic CGI feed sender running
2014-04-05remove failrepo config
2014-04-05view: implement quote folding and flesh out tests
2014-04-05config: add shortcut for retrieving elements
2014-04-05view: update IRP and MID links
2014-04-05flesh out MDA and simplify config setup
2014-04-05precheck uses recipient argument
2014-04-04filter: use regexp to check multipart bodies
2014-04-03filter: possibly keep PGP sigs only (not other types)
2014-03-28filter: use file(1) to detect mime type if octet-stream
2014-03-28config: revamp API and implement lookup