about summary refs log tree commit homepage
path: root/lib/PublicInbox
DateCommit message (Expand)
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-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-01view: avoid redundant trailing slash for In-Reply-To
2016-07-01address: filter out domain from address-as-name idents
2016-07-01www_stream: fix stupid typo :x
2016-07-01git: allow cloning from the URL root, too
2016-07-01update git repo location to https:// using GitHTTPBackend.pm
2016-07-01githttpbackend: allow git to be a regular scalar string
2016-07-01searchview: add missing newline in search results
2016-07-01www_stream: fix search for new.html endpoint
2016-06-30view: fix permalink and raw links at the top
2016-06-30view: move per-message anchor to top in conversation view
2016-06-30searchview: show result count in thread index, for now
2016-06-30view: reference posting style article on Wikipedia
2016-06-30view: improve readability of msg_reply with here-doc
2016-06-30www_stream: add response wrapper sub
2016-06-30view: fixup bad reference to new_msgid
2016-06-30Merge branch 'thread-view-skel'
2016-06-30view: show thread size when linking to summary
2016-06-30view: default to flat/hybrid thread display
2016-06-30view: fix up some HTML injection via Message-ID vectors
2016-06-30www: reinstate old thread view as an option
2016-06-30Revert "view: update git-send-email URL"
2016-06-30view: show more nearby messages in flat thread view
2016-06-30view: tweak thread/index header slightly
2016-06-30feed: add $INBOX/new.html endpoint
2016-06-30view: merge $state hash with existing $ctx
2016-06-30view: show thread context in the thread-aware flat view
2016-06-30www: use WwwStream for dumping thread and search views
2016-06-30www: implement hybrid flat+thread conversation view
2016-06-27view: HTML escape mailto: link