about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtMsg.pm
DateCommit message (Expand)
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-12-05extmsg: use ->ALL for "global" MID lookups
2020-09-12treewide: avoid `goto &NAME' for tail recursion
2020-09-10extmsg: prevent cross-inbox matches from hogging event loop
2020-09-10config: flatten each_inbox and iterate_start args
2020-09-03search: replace ->query with ->mset
2020-08-20search: add mset_to_artnums method
2020-08-20extmsg: avoid using Xapian docdata
2020-06-03smsg: remove remaining accessor methods
2020-03-30wwwstream::oneshot => html_oneshot
2020-03-25extmsg: use WwwResponse::oneshot
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-16view: escape ampersand in Message-IDs
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-25s/news.gmane.org/news.gmane.io/
2020-01-06treewide: "require" + "use" cleanup and docs
2020-01-06hval: export prurl and add prototype
2019-12-28search: retry_reopen passes user arg to callback
2019-12-27config: each_inbox: pass user arg to callback
2019-10-09extmsg: drop unused $have_mm variable
2019-09-09run update-copyrights from gnulib for 2019
2019-04-27extmsg: escape ampersands in @EXT_URL array
2019-01-20extmsg: don't bother partial matching with <16 chars
2018-04-22extmsg: use Xapian only for partial matches
2018-04-18Merge remote-tracking branch 'origin/master' into v2
2018-04-18extmsg: remove expensive git path checks
2018-03-27extmsg: use news.gmane.org for Message-ID lookups
2018-03-19extmsg: rework partial MID matching to favor current inbox
2018-03-19extmsg: rework partial MID matching to favor current inbox
2018-03-02search: revert to using 'Q' as a uniQue id per-Xapian conventions
2018-02-16search: stop assuming Message-ID is unique
2018-02-16extmsg: fix broken Xapian MID lookup
2018-02-07update copyrights for 2018
2017-03-22extmsg: use updated mail-archive.com URL
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-13extmsg: reorder and add a more Message-ID lookup services
2016-07-17extmsg: favor user-provided URL on partial matches
2016-07-09www: cleanup parameter passing
2016-07-06extmsg: switch to wwwstream for partial match, too
2016-07-06extmsg: disable automatic inbox switching
2016-07-06hval: get rid of unused parameter for new_msgid
2016-07-02config: introduce each_inbox for iteration
2016-07-02extmsg: rework to use Inbox objects
2016-05-14rename most instances of "list" to "inbox"
2016-02-26support protocol-relative URLs in publicinbox.$LISTNAME.url
2016-02-26extmsg: do not modify shared array via prurl
2016-02-26extmsg: allow returning 404 responses
2016-02-25hval: implement common UI for protocol-relative URLs
2016-02-25remove direct CGI.pm support
2016-02-22extmsg: support "//" protocol-relative URLs