Make sure HTTP storage respects privacy settings #4030

Closed
opened 2023-05-16 17:46:32 +00:00 by itamarst · 1 comment
itamarst commented 2023-05-16 17:46:32 +00:00
Owner

On client side:

  • Tor is not used by client when requested (#4029)
  • I2P is not used by client when requested (no ticket yet)

On server side:

  • The server will expose its IP regardless of privacy settings. (I've spent less time learning about this so this may be nonsensical...)
On client side: * Tor is not used by client when requested (#4029) * I2P is not used by client when requested (no ticket yet) On server side: * The server will expose its IP regardless of privacy settings. (I've spent less time learning about this so this may be nonsensical...)
tahoe-lafs added the
unknown
normal
defect
n/a
labels 2023-05-16 17:46:32 +00:00
tahoe-lafs added this to the HTTP Storage Protocol milestone 2023-05-16 17:46:32 +00:00
itamarst commented 2023-07-05 14:01:34 +00:00
Author
Owner
  1. Tor is done and works.
  2. If I2P is set ... it will blow up. So it will fulfill the requirements in this ticket.
  3. For servers, all the listening code is currently tied to Foolscap, so it's the same code path and shouldn't be an issue. When eventually Foolscap is ripped out, the code will need to be ported to be HTTP only, but that is not an immediate concern.
1. Tor is done and works. 2. If I2P is set ... it will blow up. So it will fulfill the requirements in this ticket. 3. For servers, all the listening code is currently tied to Foolscap, so it's the same code path and shouldn't be an issue. When eventually Foolscap is ripped out, the code will need to be ported to be HTTP only, but that is not an immediate concern.
tahoe-lafs added the
fixed
label 2023-07-05 14:01:38 +00:00
itamarst closed this issue 2023-07-05 14:01:38 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#4030
No description provided.