about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
DateCommit message (Expand)
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
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-08-04searchmsg: add git object ID to doc_data
2016-07-27localize $/ when using chomp
2016-07-09www: add configurable limiters
2016-07-07inbox: cleanup and consolidate object weakening
2016-07-02extmsg: rework to use Inbox objects
2016-07-02inbox: base_url method takes PSGI env hashref instead
2016-06-26inbox: avoid trying s// on undef
2016-06-26inbox: ensure we do not show leading "From " lines
2016-06-25inbox: do not weaken already-weak refs
2016-06-20inbox: move field population logic to initializer
2016-06-20feed: various object-orientation cleanups
2016-06-15inbox: allow undef return value for base_url
2016-05-29inbox: drop references ASAP for search and msgmap
2016-05-28remove redundant NewsGroup class
2016-05-28www: remove footer_html support
2016-05-16www: fix for running under mount paths
2016-05-16declare Inbox object for reusability