]> Sergey Matveev's repositories - public-inbox.git/commit - lib/PublicInbox/ExtMsg.pm
Merge remote-tracking branch 'origin/master' into v2
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Wed, 18 Apr 2018 20:58:35 +0000 (20:58 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Wed, 18 Apr 2018 20:58:35 +0000 (20:58 +0000)
commitcfb8d16578e7f2f2e300f9f436205e4a8fc7f322
tree2b102728613d0019102dccb6d281ed9aaec03326
parent1dc0f0c10fd856166a6726034de8aec53392901a
parent119463b3b8517e5ec149198bb83588999118ee1d
Merge remote-tracking branch 'origin/master' into v2

* origin/master:
  nntp: allow and ignore empty commands
  mbox: do not barf on queries which return no results
  nntp: fix NEWNEWS command
  searchview: fix non-numeric comparison
  Allow specification of the number of search results to return
  githttpbackend: avoid infinite loop on generic PSGI servers
  http: fix modification of read-only value
  extmsg: use news.gmane.org for Message-ID lookups
  extmsg: rework partial MID matching to favor current inbox
  Update the installation instructions with Fedora package names
  nntp: do not drain rbuf if there is a command pending
  nntp: improve fairness during XOVER and similar commands
  searchidx: do not modify Xapian DB while iterating
  Don't use LIMIT in UPDATE statements
INSTALL
lib/PublicInbox/ExtMsg.pm
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/NNTP.pm
lib/PublicInbox/SearchView.pm
t/nntpd.t
t/psgi_search.t