about summary refs log tree commit homepage
DateCommit message (Expand)
2016-06-15INSTALL: recommend Debian 8.5 for Xapian corruption fix
2016-06-15unsubscribe: archive_url may be undefined
2016-06-15inbox: allow undef return value for base_url
2016-06-15MANIFEST: update
2016-06-15mda: hook up new filter functionality
2016-06-15emergency: implement new emergency Maildir delivery
2016-06-15filter: begin work on a new filter API
2016-06-15mda: precheck no longer depends on Email::Filter
2016-06-15t/mda: use only Maildir for testing
2016-06-15t/mda.t: remove senseless use of Email::Filter
2016-06-15learn: remove IPC::Run dependency
2016-06-15t/feed.t: make IPC::Run usage optional
2016-06-15drop dependency on File::Path::Expand
2016-06-14nntp: do not double-encode UTF-8 body
2016-06-13doc: systemd examples should only kill one process
2016-06-13view: msg_html uses getline body to reduce latency
2016-06-13examples: systemd socket and service definitions for daemons
2016-06-11daemon: reset unused signal handlers to default in child
2016-06-10unsubscribe: HTML encode undecryptable username
2016-06-09doc: update links to HTTPS sites in INSTALL and README
2016-06-07unsubscribe: fix off-by-one error
2016-06-07unsubscribe.psgi: disable confirmation
2016-06-07unsubscribe.milter: implement archive blacklist
2016-06-07Merge branch 'unsubscribe'
2016-06-07view: be sure reply text describes plain-text
2016-06-07view: remove trailing whitespace from reply command
2016-06-07view: escape From name properly for title
2016-06-05view: inline message reply into message view
2016-06-02www: force two element key-value pairs in query
2016-05-30use utf8::{encode,decode} for in-place transforms
2016-05-30http: yield body->getline running time
2016-05-30script/*{mda,learn}: no strict params for Email::MIME::ContentType
2016-05-30www: remove a few more Plack::Request dependencies
2016-05-30www: remove gratuitous use of Plack::Request methods
2016-05-30git-http-backend: remove dependency on Plack::Request
2016-05-29nntp: fix for missing articles/bodies/heads
2016-05-29inbox: drop references ASAP for search and msgmap
2016-05-29searchmsg: all timestamps stored in Xapian are UTC
2016-05-29INSTALL: note Debian bug #808610 corruption
2016-05-29txt2pre: remove CGI.pm dependency
2016-05-28remove redundant NewsGroup class
2016-05-28config: remove try_cat
2016-05-28www: remove footer_html support
2016-05-28examples: config no longer supports atomUrl
2016-05-28Makefile.PL: allow N to be overridden
2016-05-28http: clarify comments about layering violation
2016-05-28t/plack: ensure we can cascade on common endpoints
2016-05-27config: fix NewsWWW fallback for newsgroups in HTTP URLs
2016-05-27git-http-backend: close pipe for generic PSGI on errors
2016-05-27git-http-backend: move real close to GetlineBody