]> Sergey Matveev's repositories - public-inbox.git/history - lib
www: label sections and hopefully improve navigation
[public-inbox.git] / lib /
2016-07-21 Eric Wongwww: label sections and hopefully improve navigation
2016-07-17 Eric Wongextmsg: favor user-provided URL on partial matches
2016-07-10 Eric Wongview: conditionally anchor to thread skeleton
2016-07-09 Eric Wongview: add "infourl" for reply information
2016-07-09 Eric Wongview: show most recently updated topics, first
2016-07-09 Eric Wongview: improve grouping for topic view
2016-07-09 Eric Wonghttpd/async: reinstate D::S timer usage for cleanup
2016-07-09 Eric Wonghttpd/async: do not attempt future writes on closed...
2016-07-09 Eric Wongwww: add configurable limiters
2016-07-09 Eric Wongqspawn: allow configurable limiters
2016-07-09 Eric Wongcleanup some unnecessary use/requires
2016-07-09 Eric Wongfeed: remove dead code and unneeded use
2016-07-09 Eric Wongwww: cleanup parameter passing
2016-07-09 Eric Wongwww: drop unused constants
2016-07-09 Eric Wongnntp: return if a client drops on us
2016-07-08 Eric Wonghttp: drop extra newline in error message
2016-07-07 Eric Wonghttp: additional info for write failures
2016-07-07 Eric Wongnntpd: avoid exiting subroutine via next
2016-07-07 Eric Wongview: per-message view links to real previous sibling
2016-07-07 Eric Wongview: preserve attribution for current message
2016-07-07 Eric Wongview: reduce visual noise in conversation view
2016-07-07 Eric Wongwww: remove old footer generation code and normalize...
2016-07-07 Eric Wonginbox: cleanup and consolidate object weakening
2016-07-07 Eric Wonggithttpbackend: avoid intermediate array creation from...
2016-07-06 Eric Wongfeed: fix links to attachments in Atom feed
2016-07-06 Eric Wongwww: use HTML <hr> instead of XHTML <hr />
2016-07-06 Eric Wongview: fix double-escaping of ghost links
2016-07-06 Eric Wongextmsg: switch to wwwstream for partial match, too
2016-07-06 Eric Wongextmsg: disable automatic inbox switching
2016-07-06 Eric Wongwwwstream: allow undef noop callback
2016-07-06 Eric Wongaddress: attempt to handle comments somewhat
2016-07-06 Eric Wonghval: get rid of unused parameter for new_msgid
2016-07-06 Eric Wongdaemon: disable USR2/TTIN/TTOU/WINCH in workers
2016-07-03 Eric Wongview: remove self-linkification in thread views
2016-07-03 Eric Wonggithttpbackend: match Content-Type of git-http-backend(1)
2016-07-02 Eric Wongwwwstream: wording/grammar tweaks in trailer
2016-07-02 Eric Wongnntp: respect 3 minute idle time for shutdown
2016-07-02 Eric Wongnntp: simplify update_idle_time
2016-07-02 Eric Wongconfig: introduce each_inbox for iteration
2016-07-02 Eric Wonglinkify: allow '!' in URLs
2016-07-02 Eric Wongwww: remove Plack::Request dependency entirely
2016-07-02 Eric Wongview: rely on internal query parser for 'o' param
2016-07-02 Eric Wongwww: use PSGI env directly
2016-07-02 Eric Wongextmsg: rework to use Inbox objects
2016-07-02 Eric Wonginbox: base_url method takes PSGI env hashref instead
2016-07-01 Eric Wongview: avoid redundant trailing slash for In-Reply-To
2016-07-01 Eric Wongaddress: filter out domain from address-as-name idents
2016-07-01 Eric Wongwww_stream: fix stupid typo :x
2016-07-01 Eric Wonggit: allow cloning from the URL root, too
2016-07-01 Eric Wongupdate git repo location to https:// using GitHTTPBacke...
2016-07-01 Eric Wonggithttpbackend: allow git to be a regular scalar string
2016-07-01 Eric Wongsearchview: add missing newline in search results
2016-07-01 Eric Wongwww_stream: fix search for new.html endpoint
2016-06-30 Eric Wongview: fix permalink and raw links at the top
2016-06-30 Eric Wongview: move per-message anchor to top in conversation...
2016-06-30 Eric Wongsearchview: show result count in thread index, for now
2016-06-30 Eric Wongview: reference posting style article on Wikipedia
2016-06-30 Eric Wongview: improve readability of msg_reply with here-doc
2016-06-30 Eric Wongwww_stream: add response wrapper sub
2016-06-30 Eric Wongview: fixup bad reference to new_msgid
2016-06-30 Eric WongMerge branch 'thread-view-skel'
2016-06-30 Eric Wongview: show thread size when linking to summary
2016-06-30 Eric Wongview: default to flat/hybrid thread display
2016-06-30 Eric Wongview: fix up some HTML injection via Message-ID vectors
2016-06-30 Eric Wongwww: reinstate old thread view as an option
2016-06-30 Eric WongRevert "view: update git-send-email URL"
2016-06-30 Eric Wongview: show more nearby messages in flat thread view
2016-06-30 Eric Wongview: tweak thread/index header slightly
2016-06-30 Eric Wongfeed: add $INBOX/new.html endpoint
2016-06-30 Eric Wongview: merge $state hash with existing $ctx
2016-06-30 Eric Wongview: show thread context in the thread-aware flat...
2016-06-30 Eric Wongwww: use WwwStream for dumping thread and search views
2016-06-30 Eric Wongwww: implement hybrid flat+thread conversation view
2016-06-27 Eric Wongview: HTML escape mailto: link
2016-06-27 Eric Wongview: attribute in parent link for permalink message
2016-06-26 Eric Wonginbox: avoid trying s// on undef
2016-06-26 Eric Wonginbox: ensure we do not show leading "From " lines
2016-06-26 Eric Wongspamcheck/spamc: fix compatibility with Perl 5.14.2
2016-06-26 Eric Wongwatch_maildir: warn on spam check failures
2016-06-26 Eric Wongwww: unescape '+' in query parameter to space
2016-06-25 Eric Wongwww_stream: linkify cloneurl entries if they're HTTP...
2016-06-25 Eric Wongview: safer and optional quoting for --in-reply-to arg
2016-06-25 Eric Wongaddress: remove Address::from_name
2016-06-25 Eric Wongview: show To/Cc destinations in conversation view
2016-06-25 Eric Wongaddress: beef up the module with name list extaction
2016-06-25 Eric Wonginbox: do not weaken already-weak refs
2016-06-25 Eric Wonghttp: cork chunked responses for small savings
2016-06-24 Eric Wongmbox: reduce small packets for gzipped mboxes
2016-06-24 Eric Wonggithttpbackend: shallow clone workaround
2016-06-24 Eric Wongevcleanup: micro-optimize asap function
2016-06-24 Eric Wonghttp: always yield on getline/body
2016-06-24 Eric Wongwatch_maildir: ignore Trash and Drafts, support Dovecot
2016-06-24 Eric Wongwatch_maildir: implement optional spam checking
2016-06-24 Eric Wongwatch_maildir: rename _check_spam => _remove_spam
2016-06-24 Eric Wongdocument Filesys::Notify::Simple dependency
2016-06-24 Eric Wongsplit out spamcheck/spamc to its own module.
2016-06-24 Eric Wongimplement ListMirror SpamAssassin plugin
2016-06-23 Eric Wongview: update git-send-email URL
2016-06-22 Eric Wongview: allow thread generation to EOF on errors
2016-06-22 Eric Wongview: fix topic threading when ghosts are present
next