about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
DateCommit message (Expand)
2021-02-04tests: guard against missing DBD::SQLite
2021-01-01update copyrights for 2021
2020-12-28check defined return value for localized slurp errors
2020-12-26inbox: name variable for values loop iterator
2020-12-23inbox: git_epoch: correct false comment
2020-12-21inbox: delay ->version detection
2020-12-17inbox: simplify v2 epoch counting
2020-12-17inbox: ->uidvalidity returns undef w/o ->mm
2020-12-14PublicInbox::Feed owns `feedmax' default value
2020-12-09rename {pi_config} fields to {pi_cfg}
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-12-05inbox: simplify ->search and callers
2020-11-24manifest: support faster generation via [extindex "all"]
2020-11-24inbox: git_epoch: remove ->version check
2020-11-24manifest: use ibx->git_epoch method for v2
2020-11-07extsearch: wire up remaining Inbox-like methods for WWW
2020-11-07extsearch: wire up smsg_eml
2020-10-16inbox: add uidvalidity method
2020-09-10use "\&" where possible when referring to subroutines
2020-09-03search: remove {over_ro} field
2020-08-27over: rename ->connect method to ->dbh
2020-08-20www: reduce long-lived PublicInbox::Search references
2020-07-14over+msgmap: do not store filename after DBI->connect
2020-07-14nntpd+imapd: detect unlinked msgmap
2020-06-28inbox: warn on ->on_inbox_unlock exception
2020-06-13nntpd+imapd: detect replaced over.sqlite3
2020-06-13git: move async_cat reference to PublicInbox::Git
2020-06-13imap: use git-cat-file asynchronously
2020-06-13inboxidle: new class to detect inbox changes
2020-06-03www: remove smsg_mime API and adjust callers
2020-06-03inbox: msg_by_*: remove $(size)ref args
2020-06-03inbox: introduce smsg_eml method
2020-05-29treat $INBOX_DIR/description and gitweb.owner as UTF-8
2020-05-15PublicInbox::Inbox.pm: Default unset address to a one element array
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-04-19reduce scope of mbox From_ line removal
2020-04-19inbox: replace `eval {}' with `do {}' where appropriate
2020-04-19inbox: don't memoize missing description|cloneurl
2020-03-26inbox: altid_map becomes a method
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-02-04inbox: remove TODO item for msg_by_path
2020-02-04inbox: simplify ->description and ->cloneurl
2020-01-27inbox: add ->version method
2020-01-24inbox: simplify filtering for duplicate NNTP URLs
2020-01-13ds: add an in_loop() function for Inbox.pm use
2020-01-11inbox: use PublicInbox::Git::host_prefix_url for base_url
2020-01-02config: support multi-value inbox.*.*url
2019-12-15inbox: fix periodic git process cleanup
2019-12-14ds: move EvCleanup code into DS