about summary refs log tree commit homepage
path: root/t/extsearch.t
DateCommit message (Expand)
2023-11-15treewide: more autodie safety fixes for older Perl
2023-11-03t/cindex+extsearch: use write_file, autodie, etc.
2023-10-01treewide: enable warnings in all exec-ed processes
2023-09-30lei convert: support reading from v1, v2, and extindex
2023-09-12tests: allow more tests to pass without xapian-compact
2023-09-11treewide: favor Xapian (SWIG binding) over Search::Xapian
2023-04-26xcpdb: preserve indexlevel for extindex
2022-10-24treewide: replace /^I: / prefix with /^# /
2022-09-29tests: no IPv6 on old Net::NNTP, Mail::IMAPClient, HTTP::Tiny
2022-06-21search: support "patchid:" prefix (git patch-id --stable)
2022-03-08index|extindex: support --dangerous flag
2021-10-12daemon: unconditionally close Xapian shards on cleanup
2021-10-12search: delete QueryParser along with DB handle
2021-10-12extindex: avoid invalid blobs after unref
2021-10-09extindex: support --reindex --fast
2021-09-23xcpdb: -R$SHARDS creates new shards with correct perms
2021-09-23daemons: revamp periodic cleanup task
2021-09-01extindex: --gc removes messages from over, too
2021-08-04extindex: fix boost with partial runs
2021-07-31extindex: -xcpdb and -compact support
2021-07-25extindex: support --jobs/-j properly on creation for shard count
2021-07-22extsearch: support publicinbox.*.boost parameter
2021-07-06extindex: implement --dedupe to fix old extindices
2021-03-15t/*: disable fsync on tests were create_inbox isn't worth it
2021-02-08tests: favor IPv6
2021-02-04tests: guard against missing DBD::SQLite
2021-01-01update copyrights for 2021
2020-12-19tests: more common JSON module loading
2020-12-17extindex: support --rethread and content bifurcation
2020-12-17extindex: delete stale messages from over.sqlite3
2020-12-17extindex: preliminary --reindex support
2020-12-10extsearchidx: enforce -index before -extindex
2020-12-10t/extsearch: use indexlevel=basic in inboxes
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-12-01nntp: make ->ALL Xref generation more fuzzy
2020-11-30t/extsearch: test ->has_threadid
2020-11-29extindex: support `--gc' to remove dead inboxes
2020-11-29nntp: XPATH uses ->ALL extindex, too
2020-11-29extindex: fix delete (`d') handling
2020-11-28nntp: xref: use ->ALL extindex if available
2020-11-28t/extsearch: show a more realistic case
2020-11-28miscsearch: implement ->newsgroup_matches
2020-11-24extsearch: fix remaining "eindex" references
2020-11-24miscidx: put grokmirror manifest entries in Xapian docdata
2020-11-24miscsearch: a new Xapian sub-DB for extindex
2020-11-08extsearch: rename -eindex to -extindex
2020-11-07extsearchidx: handle edits
2020-11-07t/extsearch.t: verify results and xref3 ordering
2020-11-07script: add preliminary eindex implementation
2020-11-07extsearchidx: initial implementation