]> Sergey Matveev's repositories - public-inbox.git/log
public-inbox.git
8 years agoMakefile.PL: add "syntax" target to check syntax
Eric Wong [Tue, 25 Aug 2015 02:03:15 +0000 (02:03 +0000)]
Makefile.PL: add "syntax" target to check syntax

This is necessary since Xapian may not be installed and
we may hide a lot of errors this way.

8 years agomid: mid_compressed => mid_compress
Eric Wong [Tue, 25 Aug 2015 02:03:14 +0000 (02:03 +0000)]
mid: mid_compressed => mid_compress

Consistently name mid_* functions as verbs.

8 years agosearch: only sort by relevance if requested
Eric Wong [Tue, 25 Aug 2015 01:08:02 +0000 (01:08 +0000)]
search: only sort by relevance if requested

Many of our internal search queries do not care about relevance,
but is used for proper thread displays.

8 years agoview: refactor $state as a hash
Eric Wong [Mon, 24 Aug 2015 02:25:46 +0000 (02:25 +0000)]
view: refactor $state as a hash

Using hash means we no longer have to document and remember what
every field does.  The original array form was insane premature
optimization and crazy.  Who wrote that?  Oh wait, I was on
drugs :<

8 years agomda: remove unnecessary import
Eric Wong [Sun, 23 Aug 2015 18:51:07 +0000 (18:51 +0000)]
mda: remove unnecessary import

Relying on Email::MIME means encoding is handled transparently
for us.

8 years agoview: simplify root filtering in followup display
Eric Wong [Sun, 23 Aug 2015 22:28:10 +0000 (22:28 +0000)]
view: simplify root filtering in followup display

The root message-ID may be too long to compare.  Instead,
check fields based on the consistency of our DB.

8 years agoview: case-insensitive "Re:" check for replies
Eric Wong [Sun, 23 Aug 2015 20:09:12 +0000 (20:09 +0000)]
view: case-insensitive "Re:" check for replies

This is to match what Mail::Thread nad our own search
relies on.  However, we will be more lenient on spaces,
though.

8 years agocleanup calls to header_obj
Eric Wong [Sun, 23 Aug 2015 20:05:41 +0000 (20:05 +0000)]
cleanup calls to header_obj

Dereference header_obj only once when performance may be
critical, or simplify our code by calling "header" directly on
the Email::{Simple,MIME} object if not.

8 years agohopefully fix broken permissions for search
Eric Wong [Sun, 23 Aug 2015 19:41:28 +0000 (19:41 +0000)]
hopefully fix broken permissions for search

We must preserve the umask for the entirety of the indexing
operation, as Xapian transactions replace entire files
atomically instead of writing them in place.

8 years agocleanup Email::Address usage
Eric Wong [Sun, 23 Aug 2015 19:04:21 +0000 (19:04 +0000)]
cleanup Email::Address usage

Email::Address::name never fails assuming it was able to parse
anything.

8 years agosearch: respect core.sharedRepository in for Xapian DB
Eric Wong [Sun, 23 Aug 2015 18:14:04 +0000 (18:14 +0000)]
search: respect core.sharedRepository in for Xapian DB

Extend the purpose of core.sharedRepository to apply to
the $GIT_DIR/public-inbox/xapian* directory.

8 years agofeed: r= parameter supports "HEAD" as a revision
Eric Wong [Sun, 23 Aug 2015 02:40:20 +0000 (02:40 +0000)]
feed: r= parameter supports "HEAD" as a revision

public-inbox git repositories require a "HEAD" ref to
function correctly anyways.

8 years agoGitCatFile: use offset for read instead of appending
Eric Wong [Sun, 23 Aug 2015 02:40:19 +0000 (02:40 +0000)]
GitCatFile: use offset for read instead of appending

There is no need to perform string appends when the
"read" and "sysread" functions take an offset argument
to append to the given buffer.

This avoid needless string creation.

8 years agombox: clarify our use of the the mboxrd variant
Eric Wong [Sun, 23 Aug 2015 00:31:28 +0000 (00:31 +0000)]
mbox: clarify our use of the the mboxrd variant

Commenting it in the From: line seems appropriate and
reduces compatibility problems in case a MUA cannot handle
trailing comments after the timestamp.

8 years agombox: use mboxrd quoting rules
Eric Wong [Sun, 23 Aug 2015 00:02:35 +0000 (00:02 +0000)]
mbox: use mboxrd quoting rules

This redundantly quotes >From from to prevent losing information
as described by qmail

8 years ago.txt links return an mbox instead
Eric Wong [Sun, 23 Aug 2015 00:02:34 +0000 (00:02 +0000)]
.txt links return an mbox instead

This improves compatibility and allows individual messages
to be concatenated into an existing mbox without further
modifications.  "git format-patch" does something similar
(but does not do "From " line escaping(!))

8 years agoview: wire up mbox.gz links
Eric Wong [Sat, 22 Aug 2015 11:41:24 +0000 (11:41 +0000)]
view: wire up mbox.gz links

To reduce clutter, we will not link to uncompressed versions.
Users should be able to download entire threads for offline
reading, enable this feature for them.

8 years agombox: support uncompressed mbox
Eric Wong [Sat, 22 Aug 2015 11:41:23 +0000 (11:41 +0000)]
mbox: support uncompressed mbox

Some folks may want to view the mbox inline as a string of raw text,
when guessing URLs.  Let them do this...

8 years agosearch: consistently pass options and flags
Eric Wong [Sat, 22 Aug 2015 11:41:22 +0000 (11:41 +0000)]
search: consistently pass options and flags

Most of our special query functions require exact matches, so none
of the flags we normally use are necessary for query parsing.

8 years agoview: reference total followups
Eric Wong [Sat, 22 Aug 2015 11:41:21 +0000 (11:41 +0000)]
view: reference total followups

In case there's huge threads, readers should know about them
even though we currently lack the navigation to display them.

8 years agoview: misc cleanups and simplifications
Eric Wong [Sat, 22 Aug 2015 11:41:20 +0000 (11:41 +0000)]
view: misc cleanups and simplifications

Less code should be easier-to-read.

8 years agosearch: split search indexing to a separate file
Eric Wong [Sat, 22 Aug 2015 11:41:19 +0000 (11:41 +0000)]
search: split search indexing to a separate file

This makes organization easier and reduces the amount of code
loaded for a PSGI, mod_perl or CGI instance.

8 years agoview: prevent 'once' warnings for sub ref
Eric Wong [Sat, 22 Aug 2015 08:07:57 +0000 (08:07 +0000)]
view: prevent 'once' warnings for sub ref

Perl seems to incorrectly warn for this, workaround it.

8 years agoremove XML::Atom::SimpleFeed dependency
Eric Wong [Sat, 22 Aug 2015 08:00:37 +0000 (08:00 +0000)]
remove XML::Atom::SimpleFeed dependency

We will attempt to generate Atom feeds "by hand" as the
XML::Atom::SimpleFeed API does not support streaming output.
Since email is large and servers are small, this should prevent
wasting memory when we generate larger feeds.

Of course, we hope clients use SAX parsers capable of handling
large streams without slurping.

8 years agowww: enable and expand preload from mod_perl2
Eric Wong [Sat, 22 Aug 2015 05:06:57 +0000 (05:06 +0000)]
www: enable and expand preload from mod_perl2

Hopefully this saves us some memory with CoW on *nix.

8 years agoINSTALL: document IO::Compress::Gzip dependency
Eric Wong [Sat, 22 Aug 2015 05:06:56 +0000 (05:06 +0000)]
INSTALL: document IO::Compress::Gzip dependency

Otherwise folks won't get downloadable mboxes

8 years agocgi: remove static file generation support for now
Eric Wong [Sat, 22 Aug 2015 05:06:55 +0000 (05:06 +0000)]
cgi: remove static file generation support for now

We may not support this after all, CGI.pm is already
legacy-enough and far more powerful.

8 years agostream HTML views as much as possible
Eric Wong [Sat, 22 Aug 2015 00:06:45 +0000 (00:06 +0000)]
stream HTML views as much as possible

This should allow progressive rendering on the client and reduce
memory usage on the server.  Unfortunately XML::Atom::SimpleFeed
does not yet support streaming, so we may not use it in the
future.

8 years agosearch: s/count/total/ for results
Eric Wong [Fri, 21 Aug 2015 23:43:12 +0000 (23:43 +0000)]
search: s/count/total/ for results

This is hopefully less ambiguous, as the word "count" confused
me, too.

8 years agombox: drop unnecessary imports
Eric Wong [Fri, 21 Aug 2015 23:34:29 +0000 (23:34 +0000)]
mbox: drop unnecessary imports

These are not necessary, anymore

8 years agoswitch to gzipped mboxes
Eric Wong [Fri, 21 Aug 2015 21:42:23 +0000 (21:42 +0000)]
switch to gzipped mboxes

Mboxes may be huge, so only support downloading gzipped mboxes
to save bandwidth and to get free checksumming.

Streaming output means we should not be wasting too much memory
on this unless the chosen server sucks.

8 years agombox: stream entire thread, regardless of size
Eric Wong [Fri, 21 Aug 2015 21:42:22 +0000 (21:42 +0000)]
mbox: stream entire thread, regardless of size

Since mbox is usually downloaded, support fetching infinitely large
responses via streaming.

8 years agosupport dumping thread as an mbox
Eric Wong [Fri, 21 Aug 2015 01:29:04 +0000 (01:29 +0000)]
support dumping thread as an mbox

Some folks may not want to download and install Perl code like
ssoma, so allow downloading an mbox containing the entire
thread.

8 years agoview: "next" link in thread view goes to next Subject line
Eric Wong [Fri, 21 Aug 2015 01:29:03 +0000 (01:29 +0000)]
view: "next" link in thread view goes to next Subject line

It's a bit disconcerting to jump to the authorship line.

8 years agoview: cleanup and reduce duplication
Eric Wong [Fri, 21 Aug 2015 01:29:02 +0000 (01:29 +0000)]
view: cleanup and reduce duplication

This also avoids incorrectly incrementing $part_nr when
we skip a part due to bad Content-Type.

8 years agofeed: fix extra, unnecessary quote
Eric Wong [Thu, 20 Aug 2015 19:15:18 +0000 (19:15 +0000)]
feed: fix extra, unnecessary quote

Oops!

8 years agosearch: preserve References: order in document data
Eric Wong [Thu, 20 Aug 2015 10:17:34 +0000 (10:17 +0000)]
search: preserve References: order in document data

We need proper ordering of References to thread messages
correctly.  We would lose this order if we load the terms
from the database, so set it directly document data.

Do not bother with a separate In-Reply-To, since Mail::Thread
just merges the IRT into References.  This bumps our schema
version once again.

8 years agoavoid using header_raw for Message-ID retrieval
Eric Wong [Thu, 20 Aug 2015 08:54:32 +0000 (08:54 +0000)]
avoid using header_raw for Message-ID retrieval

This is for consistency with ssoma.  I doubt it makes
a difference in practice, but in case somebody decides
any of the Message-ID-containing headers should have
strange characters, we'll decode and attempt to thread
them.  This isn't an attack vector, just a way to
make messages thread improperly which is pointless...

8 years agoview: simplify message threading dumpers
Eric Wong [Thu, 20 Aug 2015 08:51:51 +0000 (08:51 +0000)]
view: simplify message threading dumpers

8 years agodead code cleanup
Eric Wong [Thu, 20 Aug 2015 06:44:39 +0000 (06:44 +0000)]
dead code cleanup

We may not be using subject_path after all.

8 years agowww: remove useless no-op assignment statement
Eric Wong [Thu, 20 Aug 2015 06:23:27 +0000 (06:23 +0000)]
www: remove useless no-op assignment statement

Oops

8 years agomisc documentation updates
Eric Wong [Thu, 20 Aug 2015 04:15:31 +0000 (04:15 +0000)]
misc documentation updates

Threading in Xapian is mostly supported by now; so start
documenting things.

8 years agoreplace references to lynx
Eric Wong [Thu, 20 Aug 2015 04:01:59 +0000 (04:01 +0000)]
replace references to lynx

Table rendering in lynx is crap compared to w3m and links.
However, we still use it for filtering HTML since the renderer
is otherwise nice...

8 years agosearch: index_sync allows specifying alternate HEAD
Eric Wong [Tue, 18 Aug 2015 06:23:06 +0000 (06:23 +0000)]
search: index_sync allows specifying alternate HEAD

This should allow us to sync the index to a temporary head
to update the Xapian index before we update the real HEAD
index.

8 years agoview: do not fold top-level messages in thread
Eric Wong [Thu, 20 Aug 2015 02:51:28 +0000 (02:51 +0000)]
view: do not fold top-level messages in thread

This hopefully reduces clicking.  We may drop folding entirely
since we can use Xapian to make searching easier.

8 years agoindex: layout fix + title and Atom feed links at top
Eric Wong [Thu, 20 Aug 2015 02:43:20 +0000 (02:43 +0000)]
index: layout fix + title and Atom feed links at top

Add some spacing between topics to improve readability when
scanning or in case a subject gets too long.

The title and Atom feed may not be highly-visible otherwise.
While we're at it, use the proper "Atom feed" terminology since
some folks may not understand just what "atom" means.

8 years agosearch: bump schema version to 5 for subject_path
Eric Wong [Thu, 20 Aug 2015 02:32:29 +0000 (02:32 +0000)]
search: bump schema version to 5 for subject_path

In "index: simplify main landing page if search-enabled",
subject normalization went a little farther to drop trailing
'.' characters, so we will need to re-index.

8 years agoview: reduce memory usage when displaying large threads
Eric Wong [Thu, 20 Aug 2015 02:30:32 +0000 (02:30 +0000)]
view: reduce memory usage when displaying large threads

We want to minimize the time any large objects or strings
are referenced.  We can do threading entirely from the
mini_mime-generated messages and lazilly load full messages
when rendering the display.

8 years agosearch: reject ghosts in all cases
Eric Wong [Thu, 20 Aug 2015 02:30:31 +0000 (02:30 +0000)]
search: reject ghosts in all cases

We do not need ghost messages in any of our thread views

8 years agosearch: avoid needless decode
Eric Wong [Thu, 20 Aug 2015 02:30:30 +0000 (02:30 +0000)]
search: avoid needless decode

Email::MIME should handle everything for us and make things
work nicely with Xapian (assuming I understand how encoding
works in Perl).

While we're at it, reduce temporary strings and arrays by
using destructive operations and clobbering parts as we
iterate through them.

8 years agoindex: simplify main landing page if search-enabled
Eric Wong [Thu, 20 Aug 2015 02:30:29 +0000 (02:30 +0000)]
index: simplify main landing page if search-enabled

We can display /t/$MESSAGE_ID.html easily with a Xapian search
index, so rely on it instead of trying to display messages inline.

8 years agoview: avoid nesting <a> tags from auto-linkification
Eric Wong [Thu, 20 Aug 2015 02:30:28 +0000 (02:30 +0000)]
view: avoid nesting <a> tags from auto-linkification

It is wrong HTML to have <a> tags nested due to auto-linkification.

8 years agouse tables for rendering comment nesting
Eric Wong [Thu, 20 Aug 2015 02:30:27 +0000 (02:30 +0000)]
use tables for rendering comment nesting

This is more space efficient since we don't need to place padding
bytes in front of every line.  While this unfortunately does not
render well on lynx; w3m, links, elinks can all render tables
sanely.

Tables are also superior for long lines which require wrapping
inside <pre> containers.

8 years agofeed: move timestamp parsing to view
Eric Wong [Thu, 20 Aug 2015 02:30:26 +0000 (02:30 +0000)]
feed: move timestamp parsing to view

We don't need share duplicate logic across both files.

8 years agofeed: remove threading from index
Eric Wong [Thu, 20 Aug 2015 02:30:25 +0000 (02:30 +0000)]
feed: remove threading from index

We'll be making the index smarter for people with search
support enabled.  Otherwise, it'll be chronological and
a bit dumb.  At least it'll use less memory.

8 years agowww: redirect /f/$MESSAGE_ID.txt links to /m/$MESSAGE_ID.txt
Eric Wong [Wed, 19 Aug 2015 19:46:22 +0000 (19:46 +0000)]
www: redirect /f/$MESSAGE_ID.txt links to /m/$MESSAGE_ID.txt

Some people (e.g. myself :p) may try to guess URLs and hit a
404.  Redirect to the /m/ version.

Note: we prefer to redirect to canonical URLs to improve
caching.

8 years agoview: return empty string to avoid undefined values
Eric Wong [Wed, 19 Aug 2015 19:36:11 +0000 (19:36 +0000)]
view: return empty string to avoid undefined values

Sometimes we have filter bugs and let HTML slip through...

8 years agoview: fix spacing on missing ghosts
Eric Wong [Wed, 19 Aug 2015 19:31:08 +0000 (19:31 +0000)]
view: fix spacing on missing ghosts

We must not prematurely indent if we have no message header to
display.

8 years agoview: close anchor tag correctly before starting another
Eric Wong [Tue, 18 Aug 2015 03:17:17 +0000 (03:17 +0000)]
view: close anchor tag correctly before starting another

Noticed by tidy

8 years agopublic-inbox-index: exit with usage if not given an arg
Eric Wong [Tue, 18 Aug 2015 03:17:16 +0000 (03:17 +0000)]
public-inbox-index: exit with usage if not given an arg

I often forget how to use this myself :x

8 years agothread: another workaround for a Mail::Thread bug
Eric Wong [Tue, 18 Aug 2015 02:05:32 +0000 (02:05 +0000)]
thread: another workaround for a Mail::Thread bug

Yay for monkey patching!

ref: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795913
ref: https://rt.cpan.org/Ticket/Display.html?id=106498

8 years agosearch: bump SCHEMA_VERSION to 4
Eric Wong [Tue, 18 Aug 2015 01:13:03 +0000 (01:13 +0000)]
search: bump SCHEMA_VERSION to 4

The following two commits affect indexing behavior, so
change the schema version to avoid compatibility problems
or missing messages:

search: common Subject: normalization for Re: prefixes
search: avoid creating ghosts for circular References

8 years agosearch: expose $PublicInbox::Search::LANG variable
Eric Wong [Tue, 18 Aug 2015 01:11:06 +0000 (01:11 +0000)]
search: expose $PublicInbox::Search::LANG variable

This makes it easier to reconfigure for non-English users

8 years agosearch: common Subject: normalization for Re: prefixes
Eric Wong [Tue, 18 Aug 2015 01:11:05 +0000 (01:11 +0000)]
search: common Subject: normalization for Re: prefixes

Drop German ("Aw:") support since it's non-standard and
is not supported by Mail::Thread and non-English prefixes
are more likely to conflict with prefixes used in Free Software
development where ("subsection:") prefixes are common and English is the
common language.

Anyways we don't filter "Vs: " (Finnish) or "Sv: "
(Norwegian, Swedish, Danish, Icelandic), either.

ref:
https://en.wikipedia.org/wiki/RE_(e-mail)#Abbreviations_in_other_languages

8 years agosearch: avoid creating ghosts for circular References
Eric Wong [Tue, 18 Aug 2015 01:11:04 +0000 (01:11 +0000)]
search: avoid creating ghosts for circular References

Some mail software incorrectly creates circular references
and causes us to create ghosts before the actual mail doc
is created.

8 years agoview: cleaner Message-ID filtering for References
Eric Wong [Tue, 18 Aug 2015 01:08:28 +0000 (01:08 +0000)]
view: cleaner Message-ID filtering for References

Avoid compiling a weird and potentially fragile regexp every
time and use the same logic as our search module to dedupe
References.

8 years agoview: do not recompress already-compressed MID for anchors
Eric Wong [Mon, 17 Aug 2015 20:15:31 +0000 (20:15 +0000)]
view: do not recompress already-compressed MID for anchors

This is merely for display, so on the off chance somebody does
send a 40-byte MID with nothing but hexadecimal characters,
the worst that could happen is we repeat an anchor name in the
rendered HTML.  This has no impact on git archival or Xapian
indexing.

8 years agosearch: simplify indexing operation
Eric Wong [Mon, 17 Aug 2015 16:49:31 +0000 (16:49 +0000)]
search: simplify indexing operation

There's no need to make a transaction for each message when doing
incremental indexing against a git repository.  While we're at it,
simplify the interface for callers, too and do not auto-create
the Xapian database if it was not explicitly enabled.

8 years agopublic-inbox-{learn,mda}: automatically sync index
Eric Wong [Mon, 17 Aug 2015 08:19:44 +0000 (08:19 +0000)]
public-inbox-{learn,mda}: automatically sync index

We'll ignore errors, for now, but should eventually warn or
log.  And yes, this is a dirty, dirty hack but we'll fix this
ASAP tomorrow.

8 years agoview: always compress Message-IDs for anchors
Eric Wong [Mon, 17 Aug 2015 08:05:03 +0000 (08:05 +0000)]
view: always compress Message-IDs for anchors

Valid URLs do not make valid anchor ids.

8 years agosearch: bump schema version for '%' compression change
Eric Wong [Mon, 17 Aug 2015 07:56:39 +0000 (07:56 +0000)]
search: bump schema version for '%' compression change

commit 0fea7793b22efd2596983283947ee43687e0cfac
("mid: compress Message-IDs with '%' in them")
requires re-indexing of repositories with '%' in Message-IDs :<

8 years agomid: compress Message-IDs with '%' in them
Eric Wong [Mon, 17 Aug 2015 07:46:54 +0000 (07:46 +0000)]
mid: compress Message-IDs with '%' in them

Some HTTP servers (apache2 2.2.22-13+deb7u5) on my system
apparently do not handle "%25" correctly.  I'm not yet sure if
it's something weird with my rewrite rules or what....

8 years agosearch: apply mid_compression to subject paths, too
Eric Wong [Mon, 17 Aug 2015 03:20:44 +0000 (03:20 +0000)]
search: apply mid_compression to subject paths, too

Otherwise we'll be wasting space in our index for long
subjects.

8 years agodrop bodies and messages ASAP after processing
Eric Wong [Mon, 17 Aug 2015 02:41:18 +0000 (02:41 +0000)]
drop bodies and messages ASAP after processing

We can rely on reference counting to lower memory usage for
big messages.

8 years agofeed: disable the generator statement
Eric Wong [Mon, 17 Aug 2015 02:41:16 +0000 (02:41 +0000)]
feed: disable the generator statement

No need to waste bandwidth, here

8 years agosearch: use raw headers without MIME decoding
Eric Wong [Mon, 17 Aug 2015 02:41:14 +0000 (02:41 +0000)]
search: use raw headers without MIME decoding

This should be less error-prone in case somebody tries to screw with
us and our thread_id mechanism or somehow waste our resources.
Unfortunately Mail::Thread isn't smart enough for this, yet, so we
may need to downgrade to Email::Simple objects as a workaround.

Or simply not worry about the display so much if somebody is
intentionally trying to make it thread badly/incorrectly.

8 years agoterminology: replies => followups
Eric Wong [Mon, 17 Aug 2015 02:41:13 +0000 (02:41 +0000)]
terminology: replies => followups

Replies are only direct replies, but followups could be any message
further down the thread.  The latter is more useful.

8 years agowww: simplify parameter passing to feed
Eric Wong [Mon, 17 Aug 2015 02:41:12 +0000 (02:41 +0000)]
www: simplify parameter passing to feed

No need to create a new hash when we can reuse the existing one
more.

8 years agoWWW: eliminate "top" parameter for feeds
Eric Wong [Mon, 17 Aug 2015 02:41:11 +0000 (02:41 +0000)]
WWW: eliminate "top" parameter for feeds

This parameter hasn't been used since
commit 5adf8d639e9b5abd4cbac975d70ddc0fb76541fc
("feed: dead code elimination around dropped endpoints")

8 years agofavor /t/ to /s/, since subjects may change mid-thread
Eric Wong [Mon, 17 Aug 2015 02:41:10 +0000 (02:41 +0000)]
favor /t/ to /s/, since subjects may change mid-thread

/t/ always falls back to subject path searching anyways,
so there's little lost besides perhaps more readable URLs.
Unfortunately people still use non-compliant mail clients which fail
to set In-Reply-To or References headers :<

8 years agofeed: remove unnecesary time paramenter in index state
Eric Wong [Mon, 17 Aug 2015 02:41:09 +0000 (02:41 +0000)]
feed: remove unnecesary time paramenter in index state

We no longer do "smart" time displays as of
commit ea0e8649f90d1fd0850a41c0ca16642faadf4f14
("view: simplify timestamp generation").

In retrospect, that commit also made us more cache-friendly, too.

8 years agoskip search test if search support is missing
Eric Wong [Mon, 17 Aug 2015 02:41:06 +0000 (02:41 +0000)]
skip search test if search support is missing

We will not require Search::Xapian to be installed.

8 years agoMerge remote-tracking branch 'origin/search'
Eric Wong [Mon, 17 Aug 2015 03:11:43 +0000 (03:11 +0000)]
Merge remote-tracking branch 'origin/search'

* origin/search:
  view: deduplicate common code for loading search results
  SearchMsg: ensure metadata for ghost messages mid
  implement /s/$SUBJECT_PATH.html lookups
  search: remove unnecessary xpfx export
  www: /t/$MESSAGE_ID.html for threads
  view: hoist out index_walk function
  view: reply threading adjustment
  thread: common sorting code
  view: display replies in per-message view
  search: make search results more OO
  extract redundant Message-ID handling code
  search: implement index_sync to fixup indexer
  initial search backend implementation

8 years agoview: kill leading empty lines correctly
Eric Wong [Sun, 16 Aug 2015 20:51:05 +0000 (20:51 +0000)]
view: kill leading empty lines correctly

Was too sleepy to be coding last night :x

8 years agoview: cleaner killing of leading/trailing whitespace
Eric Wong [Sun, 16 Aug 2015 09:12:24 +0000 (09:12 +0000)]
view: cleaner killing of leading/trailing whitespace

No point in wasting bytes even if gets compressed over
the wire, it'll use more memory when rendering on the
client.

8 years agoview: hoist out index_walk function
Eric Wong [Sun, 16 Aug 2015 01:42:13 +0000 (01:42 +0000)]
view: hoist out index_walk function

We will reuse it for thread views when powered by Xapian.

8 years agoview: deduplicate common code for loading search results
Eric Wong [Sun, 16 Aug 2015 08:53:41 +0000 (08:53 +0000)]
view: deduplicate common code for loading search results

More to come later.

8 years agoSearchMsg: ensure metadata for ghost messages mid
Eric Wong [Sun, 16 Aug 2015 08:32:18 +0000 (08:32 +0000)]
SearchMsg: ensure metadata for ghost messages mid

Ghosts have no document data in them.
Perhaps we should just rely on terms for Message-ID
and avoid storing that in the document data...

8 years agoimplement /s/$SUBJECT_PATH.html lookups
Eric Wong [Sun, 16 Aug 2015 08:14:40 +0000 (08:14 +0000)]
implement /s/$SUBJECT_PATH.html lookups

Quick-and-dirty wiring up of to Subject: paths.
This may prove more memorizable and easier-to-share than
/t/$MESSAGE_ID.html links, but less strict.

This changes our schema version to 1, since we now
use lower-case subject paths.

8 years agosearch: remove unnecessary xpfx export
Eric Wong [Sun, 16 Aug 2015 07:25:11 +0000 (07:25 +0000)]
search: remove unnecessary xpfx export

SearchMsg calls it with the full module path anyways.

8 years agowww: /t/$MESSAGE_ID.html for threads
Eric Wong [Sun, 16 Aug 2015 02:17:14 +0000 (02:17 +0000)]
www: /t/$MESSAGE_ID.html for threads

This should bring up nearly the entire thread a given
Message-ID is linked to.

8 years agoview: hoist out index_walk function
Eric Wong [Sun, 16 Aug 2015 01:42:13 +0000 (01:42 +0000)]
view: hoist out index_walk function

We will reuse it for thread views when powered by Xapian.

8 years agoview: reply threading adjustment
Eric Wong [Sat, 15 Aug 2015 23:57:39 +0000 (23:57 +0000)]
view: reply threading adjustment

Give changes in subject their own line to reduce line wrapping,
but avoid showing any redundant subjects by maintaining a hash
of subjects already displayed.

8 years agothread: common sorting code
Eric Wong [Sat, 15 Aug 2015 23:41:21 +0000 (23:41 +0000)]
thread: common sorting code

We'll be sharing the same threading, so it makes sense to sort
replies using the same code and message headers without repeating
ourselves.

This also standardizes on sorting on X-PI-TS (Unix epoch in seconds)
instead over using X-PI-Date differently in two different places

8 years agoview: display replies in per-message view
Eric Wong [Sat, 15 Aug 2015 09:28:34 +0000 (09:28 +0000)]
view: display replies in per-message view

This can be used to quickly scan for replies in a message without
displaying an entire thread.

8 years agosearch: make search results more OO
Eric Wong [Sat, 15 Aug 2015 09:28:33 +0000 (09:28 +0000)]
search: make search results more OO

This will relieve callers of the need to decode the data
we store internally in Xapian

8 years agoextract redundant Message-ID handling code
Eric Wong [Sat, 15 Aug 2015 09:28:32 +0000 (09:28 +0000)]
extract redundant Message-ID handling code

Quit repeating ourselves and use a common MID module
instead.

8 years agosearch: implement index_sync to fixup indexer
Eric Wong [Sat, 15 Aug 2015 09:28:31 +0000 (09:28 +0000)]
search: implement index_sync to fixup indexer

We need to make the indexer executable and installable
while we're at it.

8 years agoinitial search backend implementation
Eric Wong [Thu, 13 Aug 2015 02:32:22 +0000 (02:32 +0000)]
initial search backend implementation

This shall allow us to search for replies/threads more easily.

8 years agoview: consistent ordering of Cc: addresses
Eric Wong [Wed, 12 Aug 2015 22:41:10 +0000 (22:41 +0000)]
view: consistent ordering of Cc: addresses

This fixes a minor test failure in t/cgi.t

Tested with perl 5.18.2-2ubuntu1 on Ubuntu 14.04.3 LTS