about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
DateCommit message (Expand)
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
2019-01-31inbox: drop psgi.url_scheme requirement from base_url
2019-01-31inbox: perform cleanup of Git objects for coderepos
2019-01-08view: more culling for search threads
2019-01-02inbox: keep Danga::Socket optional
2018-04-18extmsg: remove expensive git path checks
2018-04-06www: favor reading more from SQLite, and less from Xapian
2018-04-03view: avoid offset during pagination
2018-04-02replace Xapian skeleton with SQLite overview DB
2018-03-30feed: optimize query for feeds, too
2018-03-30view: speed up homepage loading time with date clamp
2018-03-29www: cleanup expensive fallback for legacy URLs
2018-03-29search: get rid of most lookup_* subroutines
2018-03-29lookup by Message-ID favors the "primary" one
2018-03-29www: remove unnecessary ghost checks
2018-03-27www: support cloning individual v2 git partitions
2018-03-27view: depend on SearchMsg for Message-ID
2018-03-22fix syntax warnings
2018-03-22msgmap: add tmp_clone to create an anonymous copy
2018-03-02evcleanup: disable outside of daemon
2018-02-28v2/ui: retry DB reopens in a few more places
2018-02-28v2/ui: some hacky things to get the PSGI UI to show up
2018-02-20v2: support Xapian + SQLite indexing
2018-02-07update copyrights for 2018
2017-01-11inbox: reinstate periodic cleanup of Xapian and SQLite objects
2017-01-07inbox: properly register cleanup timer for git processes
2017-01-07searchmsg: favor direct hash access over accessor methods
2017-01-07inbox: eliminate weaken usage entirely
2017-01-07inbox: describe the full key name
2016-12-17feed: support publicinbox.<name>.feedmax
2016-10-05inbox: deal with ghost smsg
2016-08-12www: allow including links to NNTP sites in HTML footer