Skip to content
Snippets Groups Projects
Commit 91e529a9 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch 'socks-socket' into 'master'

Fetch RSS feeds via Tor

This patch replaces jsocks with our own minimal SOCKS 5 implementation, which is compatible with Android's OpenSSL hacks (see discussion on #599 for the horrifying details). This allows us to use OkHttp over Tor to fetch RSS feeds.

It turns out that SOCKS 5 without authentication is a really simple protocol: https://tools.ietf.org/html/rfc1928

Closes #599.

See merge request !308
parents 387e44d1 74f9a0dd
No related branches found
No related tags found
Loading
Showing
with 289 additions and 62 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment