about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
DateCommit message (Expand)
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