about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
DateCommit message (Expand)
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
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-09run update-copyrights from gnulib for 2019
2019-06-14rename reference to git epochs as "partitions"
2019-06-14search: require PublicInbox::Inbox ref here
2019-06-04require ASCII digits for local FS items
2019-06-04inbox: require ASCII digits for feedmax var
2019-06-01git: unconditional expiry
2019-05-23doc: various updates to reflect current state
2019-05-21Merge remote-tracking branch 'origin/xap-optional' into master
2019-05-15remove hard Devel::Peek dependency and lazy load for daemons
2019-05-15inbox: remove POSIX strftime import
2019-05-15lazy load Xapian and make it optional for v2
2019-05-15www: use Inbox->over where appropriate
2019-05-15inbox: add ->over method to ease access
2019-04-19www: support listing of inboxes
2019-04-18inbox: add `modified' sub