]> Sergey Matveev's repositories - public-inbox.git/commit
lei: support remote externals
authorEric Wong <e@80x24.org>
Sat, 23 Jan 2021 10:27:47 +0000 (10:27 +0000)
committerEric Wong <e@80x24.org>
Sat, 23 Jan 2021 23:45:25 +0000 (23:45 +0000)
commita4fa97d8ecd32927f0f3d6580c474059b59dabd2
tree8149edd611e36e47b1387beed5ab8863ec165f63
parentd44073df16b9ae461ec445bea45a3c48451ae1e4
lei: support remote externals

Via curl(1), since that lets us easily use tor on a
per-connection basis via LD_PRELOAD (torsocks) or proxy.
We'll eventually support more curl options which can allow
users to get past firewalls and deal with other odd network
configurations.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiOverview.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm
lib/PublicInbox/ProcessPipe.pm
script/lei
t/lei.t