about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2020-12-09treewide: replace {-inbox} with {ibx} for consistency
2020-12-09search: reinstate "uid:" internal search prefix
2020-12-08shard_add_eidx_info: pass $eidx_key instead of $ibx object
2020-12-08searchidx: remove $oid parameter from most calls
2020-12-08extsearchidx: remove needless SHA-1 check
2020-12-08overidx: wrap eidx_key => ibx_id mapping
2020-12-08over: gracefully show invalid ibx_id
2020-12-07overidx: {num} column is INTEGER PRIMARY KEY
2020-12-05imap: support isearch and reduce Xapian queries
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-12-05inbox: simplify ->search and callers
2020-12-05extmsg: use ->ALL for "global" MID lookups
2020-12-05newswww: use ->ALL to avoid O(n) inbox scan
2020-12-05search: remove mdocid export
2020-12-05nntp: small speed up for multi-line responses
2020-12-05nntp: xref_by_tc: simplify slightly
2020-12-05over: ensure old, merged {tid} is really gone
2020-12-01nntp: make ->ALL Xref generation more fuzzy
2020-12-01nntpd: move {newsgroup} name check to config
2020-11-30git: ensure subclassed ->fail gets called
2020-11-30git: set non-blocking flag in case of other bugs
2020-11-29extindex: support `--gc' to remove dead inboxes
2020-11-29v2writable: detect shard count for ExtSearchIdx properly
2020-11-29nntpd: remove redundant {groups} shortcut
2020-11-29nntp: XPATH uses ->ALL extindex, too
2020-11-29nntp: art_lookup: use mid_lookup and simplify
2020-11-29nntp: speed up mid_lookup() using ->ALL extindex
2020-11-29nntp: NEWGROUPS uses long_response
2020-11-29extindex: fix delete (`d') handling
2020-11-28searchidxshard: chomp $eidx_key from pipe
2020-11-28*index: more consistent graceful shutdown checks
2020-11-28nntp: xref: use ->ALL extindex if available
2020-11-28nntp: xref: simplify sub signature
2020-11-28nntp: some minor golfing
2020-11-28nntp: move LIST iterators to long_response
2020-11-28nntp: LIST ACTIVE.TIMES use angle brackets around address
2020-11-28miscsearch: implement ->newsgroup_matches
2020-11-28nntp: NEWNEWS: speed up filtering
2020-11-28nntp: use grep operation for wildmat matching
2020-11-28mm: min/max: return 0 instead of undef
2020-11-28nntpd: share {groups} hash with {-by_newsgroup} in Config
2020-11-28nntp: use Inbox->uidvalidity instead of ->mm->created_at
2020-11-24extsearchidx: deduplicate alternates based on st_dev + st_ino
2020-11-24wwwattach: prevent deep-linking via Referer match
2020-11-24gcf2: workaround libgit2 alternates bug for extindex
2020-11-24*search: simplify retry_reopen users
2020-11-24manifest: support faster generation via [extindex "all"]
2020-11-24extsearchidx: do not short-circuit MiscIdx on no-op v2 prepare
2020-11-24miscidx: store absolute git_dir of each epoch in docdata
2020-11-24miscidx: cleanup git processes after manifest indexing