about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
2016-06-27view: attribute in parent link for permalink message
2016-06-26inbox: avoid trying s// on undef
2016-06-26inbox: ensure we do not show leading "From " lines
2016-06-26spamcheck/spamc: fix compatibility with Perl 5.14.2
2016-06-26watch_maildir: warn on spam check failures
2016-06-26www: unescape '+' in query parameter to space
2016-06-25www_stream: linkify cloneurl entries if they're HTTP/HTTPS
2016-06-25view: safer and optional quoting for --in-reply-to arg
2016-06-25address: remove Address::from_name
2016-06-25view: show To/Cc destinations in conversation view
2016-06-25address: beef up the module with name list extaction
2016-06-25inbox: do not weaken already-weak refs
2016-06-25http: cork chunked responses for small savings
2016-06-24mbox: reduce small packets for gzipped mboxes
2016-06-24githttpbackend: shallow clone workaround
2016-06-24evcleanup: micro-optimize asap function
2016-06-24http: always yield on getline/body
2016-06-24watch_maildir: ignore Trash and Drafts, support Dovecot
2016-06-24watch_maildir: implement optional spam checking
2016-06-24watch_maildir: rename _check_spam => _remove_spam
2016-06-24document Filesys::Notify::Simple dependency
2016-06-24split out spamcheck/spamc to its own module.
2016-06-24implement ListMirror SpamAssassin plugin