• Joined on 2025-04-19
idk opened issue I2P_Developers/i2p.firefox#28 2025-04-21 14:31:16 -04:00
Adding Docker Support
idk closed issue I2P_Developers/i2p.firefox#28 2025-04-21 14:31:16 -04:00
Adding Docker Support
idk commented on issue I2P_Developers/i2p.firefox#26 2025-04-21 14:31:15 -04:00
Re-Consider the Extensions Selection:

Closed. Fully implemented as -usability flag.

idk commented on issue I2P_Developers/i2p.firefox#26 2025-04-21 14:31:15 -04:00
Re-Consider the Extensions Selection:

copied: https://i2pgit.org/idk/i2p.plugins.tor-manager/-/blob/main/PREMISE.md

Rationale for Non-Standard modifications to Tor Browser for I2P Browsing and Local Administration
==============…
idk opened issue I2P_Developers/i2p.firefox#27 2025-04-21 14:31:15 -04:00
HTTPS Everywhere is being Deprecated
idk closed issue I2P_Developers/i2p.firefox#27 2025-04-21 14:31:15 -04:00
HTTPS Everywhere is being Deprecated
idk commented on issue I2P_Developers/i2p.firefox#25 2025-04-21 14:31:14 -04:00
Investigate reports of .bat script being unable to launch Jpackaged I2P router on some Windows Systems.

I couldn't reproduce this after a restart. Anyway here are some details:

Contents of the .bat file:

@echo on

if not exist "%ProgramFiles%\I2P\" (
  set "ProgramFiles=C:\Program Files"
)

if…
idk opened issue I2P_Developers/i2p.firefox#26 2025-04-21 14:31:14 -04:00
Re-Consider the Extensions Selection:
idk closed issue I2P_Developers/i2p.firefox#26 2025-04-21 14:31:14 -04:00
Re-Consider the Extensions Selection:
idk opened issue I2P_Developers/i2p.firefox#25 2025-04-21 14:31:13 -04:00
Investigate reports of .bat script being unable to launch Jpackaged I2P router on some Windows Systems.
idk closed issue I2P_Developers/i2p.firefox#25 2025-04-21 14:31:13 -04:00
Investigate reports of .bat script being unable to launch Jpackaged I2P router on some Windows Systems.
idk commented on issue I2P_Developers/i2p.firefox#25 2025-04-21 14:31:13 -04:00
Investigate reports of .bat script being unable to launch Jpackaged I2P router on some Windows Systems.

Yeah the bat file is no longer a "generated" by product of the installer, it's a static file included in the installer. I found the issue on my side, and the part that's gone wrong is up here at…

idk closed issue I2P_Developers/i2p.firefox#24 2025-04-21 14:31:12 -04:00
Add I2P Plugin Support so it can also be available to Mac OSX, BSD, Non-Debian users
idk commented on issue I2P_Developers/i2p.firefox#24 2025-04-21 14:31:12 -04:00
Add I2P Plugin Support so it can also be available to Mac OSX, BSD, Non-Debian users

Also if I understand the signing situation correctly it should not require any additional things to be signed for distribution on Mac

idk commented on issue I2P_Developers/i2p.firefox#22 2025-04-21 14:31:11 -04:00
Migrate to a different HTTP Proxy in order to isolate X-I2P-* headers from "Leaking" across sites?
idk opened issue I2P_Developers/i2p.firefox#23 2025-04-21 14:31:11 -04:00
Bundle Thunderbird config files too?
idk opened issue I2P_Developers/i2p.firefox#24 2025-04-21 14:31:11 -04:00
Add I2P Plugin Support so it can also be available to Mac OSX, BSD, Non-Debian users
idk commented on issue I2P_Developers/i2p.firefox#22 2025-04-21 14:31:10 -04:00
Migrate to a different HTTP Proxy in order to isolate X-I2P-* headers from "Leaking" across sites?

Turned on tunnel rotation at sleep time for now.

idk commented on issue I2P_Developers/i2p.firefox#22 2025-04-21 14:31:10 -04:00
Migrate to a different HTTP Proxy in order to isolate X-I2P-* headers from "Leaking" across sites?

Also this is more like a "Dirty Circuit" problem than it is a stream isolation problem if I'm understanding the terms correctly. We already isolate streams, what we don't do is match the…