]> Sergey Matveev's repositories - public-inbox.git/commit
get rid of Message-ID compression entirely
authorEric Wong <e@80x24.org>
Thu, 3 Sep 2015 03:00:28 +0000 (03:00 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Sep 2015 03:06:00 +0000 (03:06 +0000)
commit43238d3688a51d98ce47151173aa7971e231a3bb
treeb1fc31be8763eefcc2393d1fa44ad75581059fa1
parent793da75fbcb5a2c546b3d582f39761fff3d8292d
get rid of Message-ID compression entirely

Provide a fallback for legacy SHA-1 messages, but do not
advertise shorter URLs anymore for data portability concerns.

This fixes a regression introduced in
commit 81a9c1b476987d845b340ab9013d26cf4487cb9a
("search: disable Message-ID compression in Xapian")
which ended up breaking thread-related endpoints for
large Message-IDs, as lookups on the SHA-1 message no longer
worked.
lib/PublicInbox/ExtMsg.pm
lib/PublicInbox/Feed.pm
lib/PublicInbox/Hval.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm