messages from 2016-05-27 08:27:10 to 2016-07-02 07:56:43 UTC [more...]
[PATCH 0/6] misc cleanups
2016-07-02 7:56 UTC (7+ messages)
` [PATCH 1/6] TODO: clarify streaming Email::MIME replacement
` [PATCH 2/6] inbox: base_url method takes PSGI env hashref instead
` [PATCH 3/6] extmsg: rework to use Inbox objects
` [PATCH 4/6] www: use PSGI env directly
` [PATCH 5/6] view: rely on internal query parser for 'o' param
` [PATCH 6/6] www: remove Plack::Request dependency entirely
[PATCH 0/2] performance-related notes+docs
2016-07-01 15:42 UTC (3+ messages)
` [PATCH 1/2] TODO: update documentation for performance items
` [PATCH 2/2] examples: add varnish-4.vcl
[PATCH] address: filter out domain from address-as-name idents
2016-07-01 6:15 UTC
[PATCH] examples/README: update URL to point to our HTTPS backend
2016-07-01 6:08 UTC
[PATCH] t/watch_maildir: quiet down spam check warning
2016-07-01 2:37 UTC
[PATCH 0/2] HTTPS smart git repository for our code
2016-07-01 2:20 UTC (5+ messages)
` [PATCH 1/2] githttpbackend: allow git to be a regular scalar string
` [PATCH 2/2] update git repo location to https:// using GitHTTPBackend.pm
` [PATCH 3/2] git: allow cloning from the URL root, too
` [PATCH 4/2] www_stream: fix stupid typo :x
[PATCH] searchview: add missing newline in search results
2016-07-01 0:31 UTC
[PATCH] www_stream: fix search for new.html endpoint
2016-07-01 0:30 UTC
[PATCH 0/13] www: hybrid flat+thread conversation view
2016-06-30 19:03 UTC (15+ messages)
` [PATCH 01/13] www: implement "
` [PATCH 02/13] www: use WwwStream for dumping thread and search views
` [PATCH 03/13] view: show thread context in the thread-aware flat view
` [PATCH 04/13] view: merge $state hash with existing $ctx
` [PATCH 05/13] feed: add $INBOX/new.html endpoint
` [PATCH 06/13] view: tweak thread/index header slightly
` [PATCH 07/13] view: show more nearby messages in flat thread view
` [PATCH 08/13] www: reinstate old thread view as an option
` [PATCH 09/13] view: fix up some HTML injection via Message-ID vectors
` [PATCH 14/13] view: fix permalink and raw links at the top
` [PATCH 10/13] view: default to flat/hybrid thread display
` [PATCH 11/13] view: show thread size when linking to summary
` [PATCH 12/13] view: fixup bad reference to new_msgid
` [PATCH 13/13] www_stream: add response wrapper sub
[PATCH] view: move per-message anchor to top in conversation view
2016-06-30 18:53 UTC
[PATCH] searchview: show result count in thread index, for now
2016-06-30 10:34 UTC
[PATCH 0/2] view: reply instruction tweaks
2016-06-30 9:58 UTC (3+ messages)
` [PATCH 1/2] view: improve readability of msg_reply with here-doc
` [PATCH 2/2] view: reference posting style article on Wikipedia
[PATCH] view: update git-send-email URL
2016-06-30 8:00 UTC (2+ messages)
` [PATCH] Revert "view: update git-send-email URL"
[PATCH] mda: drop leading "From " lines again
2016-06-26 23:42 UTC (3+ messages)
` [PATCH 2/1] inbox: ensure we do not show leading "From " lines
` [PATCH 3/1] inbox: avoid trying s// on undef
[PATCH] spamcheck/spamc: fix compatibility with Perl 5.14.2
2016-06-26 8:00 UTC
[PATCH] watch_maildir: warn on spam check failures
2016-06-26 6:27 UTC
[PATCH] www: unescape '+' in query parameter to space
2016-06-26 3:56 UTC
[PATCH] TODO: add a few Xapian-related items
2016-06-25 22:34 UTC
[PATCH] www_stream: linkify cloneurl entries if they're HTTP/HTTPS
2016-06-25 22:23 UTC
[PATCH] view: safer and optional quoting for --in-reply-to arg
2016-06-25 21:36 UTC
[PATCH] address: remove Address::from_name
2016-06-25 21:36 UTC
[PATCH 0/2] www: show To/Cc destinations in conversation view
2016-06-25 9:44 UTC (3+ messages)
` [PATCH 1/2] address: beef up the module with name list extaction
` [PATCH 2/2] view: show To/Cc destinations in conversation view
[PATCH 0/4] http + mbox: tiny optimizations
2016-06-25 0:45 UTC (5+ messages)
` [PATCH 1/4] http: always yield on getline/body
` [PATCH 2/4] evcleanup: micro-optimize asap function
` [PATCH 3/4] mbox: reduce small packets for gzipped mboxes
` [PATCH 4/4] http: cork chunked responses for small savings
[PATCH] inbox: do not weaken already-weak refs
2016-06-25 0:37 UTC
[PATCH] githttpbackend: shallow clone workaround
2016-06-25 0:36 UTC
[PATCH 1/6] implement ListMirror SpamAssassin plugin
2016-06-24 20:47 UTC (6+ messages)
` [PATCH 2/6] split out spamcheck/spamc to its own module
` [PATCH 3/6] document Filesys::Notify::Simple dependency
` [PATCH 4/6] watch_maildir: rename _check_spam => _remove_spam
` [PATCH 5/6] watch_maildir: implement optional spam checking
` [PATCH 6/6] watch_maildir: ignore Trash and Drafts, support Dovecot
Thinking out loud: SpamAssassin plugins
2016-06-23 2:38 UTC (2+ messages)
[PATCH] view: fix topic threading when ghosts are present
2016-06-22 6:06 UTC
[PATCH 0/2] searchidx: fix ghost vivification
2016-06-21 21:26 UTC (4+ messages)
` [PATCH 1/2] searchidx: simplify ghost creation
` [PATCH 2/2] searchidx: merge old thread id from ghosts
[PATCH 0/2] Subject-less message support
2016-06-21 10:35 UTC (3+ messages)
` [PATCH 1/2] search: support Subject:-less messages
` [PATCH 2/2] view: support non-existent Subjects for permalink titles
[PATCH] daemon: disable SIGWINCH unless explicitly daemonized
2016-06-21 10:18 UTC
[PATCH 0/7] www: avoid recursion for thread walking
2016-06-21 3:12 UTC (8+ messages)
` [PATCH 1/7] view: remove upfx parameter from thread skeleton dump
` [PATCH 2/7] view: remove dst "
` [PATCH 3/7] view: remove recursion "
` [PATCH 4/7] view: remove recursion from expanded thread view
` [PATCH 5/7] searchview: remove recursion from "
` [PATCH 6/7] view: avoid recursion in topic index
` [PATCH 7/7] view: common thread walking interface
[PATCH] spawn: improve error checking for fork failures
2016-06-21 2:39 UTC
[PATCH] searchview: use inbox->msg_by_mid
2016-06-20 23:05 UTC
[PATCH] searchview: fix Atom dump
2016-06-20 20:24 UTC
[PATCH 0/2] better ghost handling
2016-06-20 7:22 UTC (3+ messages)
` [PATCH 1/2] www: improve topic view by scanning for ghosts
` [PATCH 2/2] nntp: use lookup_mail instead of lookup_message
[PATCH] address: remove quotes around names
2016-06-20 3:18 UTC
[PATCH 0/7] www: various feed/streaming related cleanups
2016-06-20 0:57 UTC (8+ messages)
` [PATCH 1/7] MANIFEST: update with recent changes
` [PATCH 2/7] feed: avoid needless method dispatches on 404
` [PATCH 3/7] feed: remove dependence on fh->write for streaming
` [PATCH 4/7] mbox: remove feed dependency
` [PATCH 5/7] mbox: avoid write dependency for streaming
` [PATCH 6/7] feed: various object-orientation cleanups
` [PATCH 7/7] inbox: move field population logic to initializer
[PATCH 0/2] robustness improvements
2016-06-19 11:55 UTC (4+ messages)
` [PATCH 1/2] search: reopen and retry on updated databases
` [PATCH 2/2] examples/*@.service: wait one day for graceful shutdown
[PATCH] http: avoid recursion when hitting write count limit
2016-06-19 7:12 UTC (2+ messages)
` [PATCH 2/1] http: constrain getline/close responses by time
[PATCH] mbox: set gzip timestamp to the Unix epoch
2016-06-19 6:33 UTC
[PATCH 0/4] watch improvements for mirroring
2016-06-19 3:44 UTC (6+ messages)
` [PATCH 1/4] emergency: avoid needless mkpath dependency
` [PATCH 2/4] watch_maildir: add scan test
` [PATCH 3/4] watch_maildir: spam removal support
` [PATCH 4/4] import: allow messages without subject
` [PATCH 5/4] watch_maildir: tighten up path checks
[PATCH 0/2] graceful shutdown tweaks
2016-06-18 21:54 UTC (3+ messages)
` [PATCH 1/2] spawn: try to keep signals blocked in spawned child
` [PATCH 2/2] daemon: be less misleading about graceful shutdown
[PATCH] view: consolidate per-message newline handling
2016-06-18 8:50 UTC
[PATCH 0/3] introduce WwwStream for per-message views
2016-06-18 4:47 UTC (4+ messages)
` [PATCH 1/3] feed: split out top-of-page generation
` [PATCH 2/3] view: introduce WwwStream interface
` [PATCH 3/3] view: minor tweaks to reduce long lines
[PATCH] www: undefined query string values are empty strings
2016-06-17 23:48 UTC
[PATCH] filter/base: reject more types by default
2016-06-17 19:09 UTC
[PATCH] www: escape HTML in footer description
2016-06-17 19:09 UTC
[PATCH] remove dependency on IPC::Run
2016-06-17 2:49 UTC
[PATCH] import: auto-update index when done
2016-06-17 1:59 UTC
[PATCH 0/2] introduce public-inbox-watch
2016-06-17 1:25 UTC (4+ messages)
` [PATCH 1/2] filter: split out scrub method from delivery
` [PATCH 2/2] watch: introduce watch directive
` [PATCH 3/2] watch: quiet down rejected header matches
[PATCH] address: no commas in email addresses
2016-06-17 1:21 UTC
[PATCH] mda: support loading arbitrary filters
2016-06-17 1:14 UTC
[PATCH] search: increase limit for thread search
2016-06-17 1:12 UTC
[PATCH] TODO: remove cookies for colors
2016-06-17 0:45 UTC
[PATCH 0/3] dc-dlvr updates
2016-06-17 0:44 UTC (4+ messages)
` [PATCH 1/3] scripts/dc-dlvr: update copyright
` [PATCH 2/3] scripts/dc-dlvr: remove catchall account
` [PATCH 3/3] scripts/dc-dlvr: ClamAV support via clamdscan
[PATCH] searchidx: disable Email::MIME::ContentType::STRICT_PARAMS
2016-06-17 0:22 UTC
[PATCH] msg_iter: support read-only elements
2016-06-17 0:21 UTC
[PATCH] doc: update design_www.txt for reply view
2016-06-15 21:46 UTC
[PATCH] README: various updates
2016-06-15 21:46 UTC
[PATCH] INSTALL: recommend Debian 8.5 for Xapian corruption fix
2016-06-15 21:12 UTC
[PATCH] unsubscribe: archive_url may be undefined
2016-06-15 21:12 UTC
[PATCH] inbox: allow undef return value for base_url
2016-06-15 1:40 UTC (2+ messages)
` [PATCH] unsubscribe: archive_url may be undefined
[PATCH 0/9] big mda filter changes
2016-06-15 0:37 UTC (10+ messages)
` [PATCH 1/9] drop dependency on File::Path::Expand
` [PATCH 2/9] t/feed.t: make IPC::Run usage optional
` [PATCH 3/9] learn: remove IPC::Run dependency
` [PATCH 4/9] t/mda.t: remove senseless use of Email::Filter
` [PATCH 5/9] t/mda: use only Maildir for testing
` [PATCH 6/9] mda: precheck no longer depends on Email::Filter
` [PATCH 7/9] filter: begin work on a new filter API
` [PATCH 8/9] emergency: implement new emergency Maildir delivery
` [PATCH 9/9] mda: hook up new filter functionality
[PATCH] nntp: do not double-encode UTF-8 body
2016-06-14 6:57 UTC
[PATCH] examples: systemd socket and service definitions for daemons
2016-06-13 23:01 UTC (2+ messages)
` [PATCH 2/1] doc: systemd examples should only kill one process
[PATCH] view: msg_html uses getline body to reduce latency
2016-06-13 21:43 UTC
[PATCH] daemon: reset unused signal handlers to default in child
2016-06-11 21:58 UTC
[PATCH] unsubscribe: HTML encode undecryptable username
2016-06-10 7:26 UTC
[PATCH] doc: update links to HTTPS sites in INSTALL and README
2016-06-09 1:03 UTC
[PATCH] unsubscribe: get off mah lawn^H^H^Hist
2016-06-07 13:40 UTC (5+ messages)
` Merge branch 'unsubscribe'
` [PATCH] unsubscribe.psgi: disable confirmation
` [PATCH] unsubscribe.milter: implement archive blacklist
` [PATCH] unsubscribe: fix off-by-one error
[PATCH] view: be sure reply text describes plain-text
2016-06-07 8:17 UTC
[PATCH] view: remove trailing whitespace from reply command
2016-06-07 7:55 UTC
[PATCH] view: escape From name properly for title
2016-06-07 7:14 UTC
[PATCH] view: inline message reply into message view
2016-06-05 21:39 UTC
[PATCH] www: force two element key-value pairs in query
2016-06-02 0:10 UTC
[PATCH] http: yield body->getline running time
2016-05-30 4:54 UTC
[PATCH] use utf8::{encode,decode} for in-place transforms
2016-05-30 4:54 UTC
[PATCH] script/*{mda,learn}: no strict params for Email::MIME::ContentType
2016-05-30 2:15 UTC
[PATCH 0/3] start removing Plack::Request from WWW
2016-05-30 2:04 UTC (4+ messages)
` [PATCH 1/3] git-http-backend: remove dependency on Plack::Request
` [PATCH 2/3] www: remove gratuitous use of Plack::Request methods
` [PATCH 3/3] www: remove a few more Plack::Request dependencies
[PATCH ssoma] doc: do not override Makefile if POD2* is set
2016-05-30 0:37 UTC
[PATCH 0/2] nntp fixes
2016-05-29 4:16 UTC (3+ messages)
` [PATCH 1/2] inbox: drop references ASAP for search and msgmap
` [PATCH 2/2] nntp: fix for missing articles/bodies/heads
[PATCH] searchmsg: all timestamps stored in Xapian are UTC
2016-05-29 2:57 UTC
[PATCH] INSTALL: note Debian bug #808610 corruption
2016-05-29 2:23 UTC
[PATCH] txt2pre: remove CGI.pm dependency
2016-05-29 2:11 UTC
[PATCH 0/7] miscellaneous cleanups
2016-05-28 1:57 UTC (8+ messages)
` [PATCH 1/7] t/plack: ensure we can cascade on common endpoints
` [PATCH 2/7] http: clarify comments about layering violation
` [PATCH 3/7] Makefile.PL: allow N to be overridden
` [PATCH 4/7] examples: config no longer supports atomUrl
` [PATCH 5/7] www: remove footer_html support
` [PATCH 6/7] config: remove try_cat
` [PATCH 7/7] remove redundant NewsGroup class
[PATCH] config: fix NewsWWW fallback for newsgroups in HTTP URLs
2016-05-27 9:06 UTC
[PATCH 0/2] git-http-backend: more cleanups + one fix
2016-05-27 8:27 UTC (3+ messages)
` [PATCH 1/2] git-http-backend: move real close to GetlineBody
` [PATCH 2/2] git-http-backend: close pipe for generic PSGI on errors
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).