about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchMsg.pm
DateCommit message (Expand)
2017-02-10search: remove unnecessary abstractions and functionality
2017-01-07search: remove subject_summary
2017-01-07searchmsg: favor direct hash access over accessor methods
2017-01-07remove incorrect comment about strftime + locales
2016-12-20searchmsg: remove ensure_metadata
2016-12-17searchmsg: do not memoize {date} field
2016-12-17searchmsg: remove locale-dependency for ->date
2016-12-13searchmsg: remove unused EPOCH_822 constant
2016-10-05thread: remove Email::Abstract wrapping
2016-08-04searchmsg: add git object ID to doc_data
2016-06-25address: remove Address::from_name
2016-06-20www: improve topic view by scanning for ghosts
2016-05-30use utf8::{encode,decode} for in-place transforms
2016-05-29searchmsg: all timestamps stored in Xapian are UTC
2016-05-25remove Email::Address dependency
2016-04-30searchmsg: ensure long subject lines are not broken
2016-03-12searchmsg: preserve hard tabs, but drop CR (\r)
2016-03-03use raw header for Message-ID
2016-02-28searchmsg: update + fix license header
2015-11-20various internal documentation updates
2015-09-30nntp: implement OVER/XOVER summary in search document
2015-09-19nntp: implement XROVER, speed up XHDR for some cases
2015-09-06update copyright headers and email addresses
2015-09-04SearchMsg: avoid encoding Message-IDs
2015-09-03search: disable Message-ID compression in Xapian
2015-09-01search: reduce redundant doc data
2015-08-28search: do not iterate through entire termlist
2015-08-25search: implement subject summarization
2015-08-25mid: mid_compressed => mid_compress
2015-08-20search: preserve References: order in document data
2015-08-16SearchMsg: ensure metadata for ghost messages mid
2015-08-15view: display replies in per-message view
2015-08-15search: make search results more OO
2015-08-13initial search backend implementation