about summary refs log tree commit homepage
DateCommit message (Expand)
2016-07-09feed: remove dead code and unneeded use
2016-07-09www: cleanup parameter passing
2016-07-09www: drop unused constants
2016-07-09nntp: return if a client drops on us
2016-07-08examples: add logrotate sample to show USR1 reopening
2016-07-08examples: minimize differences for systemd examples
2016-07-08http: drop extra newline in error message
2016-07-07http: additional info for write failures
2016-07-07nntpd: avoid exiting subroutine via next
2016-07-07view: per-message view links to real previous sibling
2016-07-07view: preserve attribution for current message
2016-07-07view: reduce visual noise in conversation view
2016-07-07www: remove old footer generation code and normalize new.html
2016-07-07inbox: cleanup and consolidate object weakening
2016-07-07t/git-http-backend: check BSD::Resource availability
2016-07-07githttpbackend: avoid intermediate array creation from stat
2016-07-06feed: fix links to attachments in Atom feed
2016-07-06www: use HTML <hr> instead of XHTML <hr />
2016-07-06view: fix double-escaping of ghost links
2016-07-06extmsg: switch to wwwstream for partial match, too
2016-07-06extmsg: disable automatic inbox switching
2016-07-06wwwstream: allow undef noop callback
2016-07-06address: attempt to handle comments somewhat
2016-07-06hval: get rid of unused parameter for new_msgid
2016-07-06daemon: disable USR2/TTIN/TTOU/WINCH in workers
2016-07-06scripts/dc-dlvr: ensure temporary files are removed
2016-07-03examples/varnish-4.vcl: comments and tweaks
2016-07-03examples: remove X-Forwarded-For mentions
2016-07-03view: remove self-linkification in thread views
2016-07-03githttpbackend: match Content-Type of git-http-backend(1)
2016-07-02wwwstream: wording/grammar tweaks in trailer
2016-07-02nntp: respect 3 minute idle time for shutdown
2016-07-02nntp: simplify update_idle_time
2016-07-02config: introduce each_inbox for iteration
2016-07-02linkify: allow '!' in URLs
2016-07-02www: remove Plack::Request dependency entirely
2016-07-02view: rely on internal query parser for 'o' param
2016-07-02www: use PSGI env directly
2016-07-02extmsg: rework to use Inbox objects
2016-07-02inbox: base_url method takes PSGI env hashref instead
2016-07-02TODO: clarify streaming Email::MIME replacement
2016-07-01MANIFEST: update with new varnish-4 vcl example
2016-07-01examples: add varnish-4.vcl
2016-07-01TODO: update documentation for performance items
2016-07-01view: avoid redundant trailing slash for In-Reply-To
2016-07-01address: filter out domain from address-as-name idents
2016-07-01examples/README: update URL to point to our HTTPS backend
2016-07-01t/watch_maildir: quiet down spam check warning
2016-07-01www_stream: fix stupid typo :x
2016-07-01git: allow cloning from the URL root, too