about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2021-01-01update copyrights for 2021
2020-12-09treewide: replace {-inbox} with {ibx} for consistency
2020-09-12treewide: avoid `goto &NAME' for tail recursion
2020-08-28www: more descriptive pagination
2020-08-28www: improve navigation around contemporary threads
2020-08-07www: avoid warnings on YYYYMMDD-only t= query parameter
2020-08-02remove unnecessary ->header_obj calls
2020-07-06view: simplify eml_entry callers further
2020-07-06www: update internal docs
2020-07-06wwwstream: eliminate ::response, use html_oneshot
2020-07-06view: /$INBOX/$MSGID/t/: avoid extra hash lookup in eml case
2020-07-06view: eml_entry: reduce parameters
2020-07-06view: update /$INBOX/$MSGID/T/ to be async
2020-07-06view: /$INBOX/$MSGID/t/ reads blobs asynchronously
2020-07-06view: make /$INBOX/$MSGID/ permalink async
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-05-26view: do not offer links to 0-byte multipart attachments
2020-05-17descend into message/(rfc822|news|global) parts
2020-05-16view: drop a newline before first attachment link
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-05-09msg_iter: pass $idx as a scalar, not array
2020-05-09msg_iter: make ->each_part method for PublicInbox::MIME
2020-05-07viewdiff: stricter highlighting and linkification check
2020-04-22view: actually omit subject text when dumping topics
2020-04-22view: strip omission character from current message in thread view
2020-04-17searchthread: reduce indirection by removing container
2020-04-09triewyde: ficks soem speling errrors
2020-04-07view: do not redundantly obfuscate addresses
2020-04-05release large (non ref) scalars using `undef $sv'
2020-04-04view: inline flush_quote sub
2020-04-04viewdiff: reduce sub parameter count
2020-04-04view: dedupe_subject: allow "0" as a valid Subject
2020-04-04view: use defined-or operator to simplify checks
2020-04-04view: note we assume UTF-8 on unknown encodings
2020-04-03quiet "Complex regular subexpression recursion limit" warnings
2020-04-03view: handle the topic-free case properly
2020-04-02mid: add $MID_EXTRACT regexp for export
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-17view: shorten life of MIME object for permalink
2020-02-16view: remove last Hval->new caller
2020-02-16view: escape ampersand in Message-IDs
2020-02-16view: escape Subject HTML directly
2020-02-16view,searchview: avoid smsg method calls when using SQLite/Xapian
2020-02-16view: cleanup topic accumulation and dumping
2020-02-16view: dump_topics: better naming of top Subject
2020-02-16view: single id="t" for multi-Subject messages
2020-02-16view: remove mhref arg from multipart_text_as_html
2020-02-06treewide: run update-copyrights from gnulib for 2019