]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: speed up XHDR for the Message-ID case
authorEric Wong <e@80x24.org>
Sat, 19 Sep 2015 02:03:34 +0000 (02:03 +0000)
committerEric Wong <e@80x24.org>
Sat, 19 Sep 2015 04:18:40 +0000 (04:18 +0000)
commitb4c631d23013012f721ca1fe879f23576ce1476e
treebe8003019c524fdd56c60d031a2b95f4afcfb7bd
parentc6d9941e809041a6f6abaf218e2192b3ffa696ce
nntp: speed up XHDR for the Message-ID case

We can use our msgmap database to implement "XHDR Message-ID [range]"
commands quickly.  This helps immensely with slrnpull, which prefers
XHDR to LISTGROUP for some reason...
lib/PublicInbox/NNTP.pm