about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
DateCommit message (Expand)
2021-01-01update copyrights for 2021
2020-12-14PublicInbox::Feed owns `feedmax' default value
2020-12-09treewide: replace {-inbox} with {ibx} for consistency
2020-09-16treewide: relax allow >=40 chars for git OID
2020-08-28www: more descriptive pagination
2020-07-06view: simplify eml_entry callers further
2020-07-06view: eml_entry: reduce parameters
2020-07-06feed: /$INBOX/new.html fetches blobs asynchronously
2020-07-06feed: generate_i: eliminate pointless loop
2020-07-06wwwstream: reduce blob fetch paths for ->getline
2020-07-06wwwstream: reduce object graph depth
2020-06-03www: remove smsg_mime API and adjust callers
2020-06-03wwwatomstream: convert callers to use smsg_eml
2020-05-01feed: remove PublicInbox::MIME module load
2020-04-25feed: drop needless version check
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27inbox: add ->version method
2019-12-27feed: avoid anonymous subs
2019-09-22feed: remove unused $cmt->{-html_url} field
2019-09-09run update-copyrights from gnulib for 2019
2019-06-04feed: only accept ASCII digits for ref~$N
2019-05-15www: use Inbox->over where appropriate
2018-04-18use %H consistently to disable abbreviations
2018-04-18feed: respect feedmax, again
2018-04-03view: avoid offset during pagination
2018-04-02www: rework query responses to avoid COUNT in SQLite
2018-03-30feed: optimize query for feeds, too
2018-03-27view: depend on SearchMsg for Message-ID
2018-03-23feed: fix new.html for v2
2018-03-22feed: $INBOX/new.atom endpoint supports v2 inboxes
2018-02-07update copyrights for 2018
2017-01-10introduce PublicInbox::MIME wrapper class
2016-12-17feed: support publicinbox.<name>.feedmax
2016-12-03atom: switch to getline/close for response bodies
2016-08-14www: do not double-clean Message-IDs from internal DBs
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-06www: use <hr> to delimit messages in /new.html view, too
2016-07-09feed: remove dead code and unneeded use
2016-07-09www: cleanup parameter passing
2016-07-07www: remove old footer generation code and normalize new.html
2016-07-06feed: fix links to attachments in Atom feed
2016-07-06www: use HTML <hr> instead of XHTML <hr />
2016-07-02www: remove Plack::Request dependency entirely
2016-07-02inbox: base_url method takes PSGI env hashref instead
2016-06-30www_stream: add response wrapper sub
2016-06-30feed: add $INBOX/new.html endpoint
2016-06-30view: merge $state hash with existing $ctx
2016-06-30view: show thread context in the thread-aware flat view
2016-06-30www: use WwwStream for dumping thread and search views