]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Inbox.pm
inbox: reinstate periodic cleanup of Xapian and SQLite objects
[public-inbox.git] / lib / PublicInbox / Inbox.pm
2017-01-11 Eric Wonginbox: reinstate periodic cleanup of Xapian and SQLite...
2017-01-07 Eric Wonginbox: properly register cleanup timer for git processes
2017-01-07 Eric Wongsearchmsg: favor direct hash access over accessor methods
2017-01-07 Eric Wonginbox: eliminate weaken usage entirely
2017-01-07 Eric Wonginbox: describe the full key name
2016-12-17 Eric Wongfeed: support publicinbox.<name>.feedmax
2016-10-05 Eric Wonginbox: deal with ghost smsg
2016-08-12 Eric Wongwww: allow including links to NNTP sites in HTML footer
2016-08-11 Eric Wongsearch: support alt-ID for mapping legacy serial numbers
2016-08-04 Eric Wongsearchmsg: add git object ID to doc_data
2016-07-27 Eric Wonglocalize $/ when using chomp
2016-07-09 Eric Wongwww: add configurable limiters
2016-07-07 Eric Wonginbox: cleanup and consolidate object weakening
2016-07-02 Eric Wongextmsg: rework to use Inbox objects
2016-07-02 Eric Wonginbox: base_url method takes PSGI env hashref instead
2016-06-26 Eric Wonginbox: avoid trying s// on undef
2016-06-26 Eric Wonginbox: ensure we do not show leading "From " lines
2016-06-25 Eric Wonginbox: do not weaken already-weak refs
2016-06-20 Eric Wonginbox: move field population logic to initializer
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-15 Eric Wonginbox: allow undef return value for base_url
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-29 Eric Wonginbox: drop references ASAP for search and msgmap
2016-05-28 Eric Wongremove redundant NewsGroup class
2016-05-28 Eric Wongwww: remove footer_html support
2016-05-16 Eric Wongwww: fix for running under mount paths
2016-05-16 Eric Wongdeclare Inbox object for reusability