• Joined on 2025-04-19
idk commented on issue I2P_Developers/i2p.i2p#29 2025-04-21 14:58:19 -04:00
Review InboundMessageDistributor changes

Closed in !152

idk commented on issue I2P_Developers/i2p.i2p#29 2025-04-21 14:58:19 -04:00
Review InboundMessageDistributor changes

That's what I was also thinking, so I applied your patch, reverted IMD to 2.3.0, and ran it and so far, it looks like that is indeed the case. MR !152 does this.

idk commented on issue I2P_Developers/i2p.i2p#29 2025-04-21 14:58:19 -04:00
Review InboundMessageDistributor changes

!147 is already out there let's get it in first and do this after.

idk opened issue I2P_Developers/i2p.i2p#29 2025-04-21 14:58:18 -04:00
Review InboundMessageDistributor changes
idk closed issue I2P_Developers/i2p.i2p#29 2025-04-21 14:58:18 -04:00
Review InboundMessageDistributor changes
idk closed issue I2P_Developers/i2p.i2p#27 2025-04-21 14:58:17 -04:00
unused methods getClientFloodfillNetworkDatabaseFacades()
idk commented on issue I2P_Developers/i2p.i2p#27 2025-04-21 14:58:17 -04:00
unused methods getClientFloodfillNetworkDatabaseFacades()

Ack, they're outie.

idk opened issue I2P_Developers/i2p.i2p#28 2025-04-21 14:58:17 -04:00
Improve FloodfillVerifyStoreJob success rate
idk commented on issue I2P_Developers/i2p.i2p#26 2025-04-21 14:58:16 -04:00
Wizard I2P logo partially offscreen

While you indeed fixed it on the light theme, it's still an issue on the dark theme, unless the browser window is extremely wide.

idk commented on issue I2P_Developers/i2p.i2p#26 2025-04-21 14:58:16 -04:00
Wizard I2P logo partially offscreen

Updated the CSS and now the image no longer off the page at less-than-fullscreen resolution.

idk commented on issue I2P_Developers/i2p.i2p#26 2025-04-21 14:58:16 -04:00
Wizard I2P logo partially offscreen

Definitely tested it first, including changing the window size. It didn't happen until the window was unreasonably tiny, like sub-200 px wide, now it happens as soon as you leave full-screen. I…

idk opened issue I2P_Developers/i2p.i2p#27 2025-04-21 14:58:16 -04:00
unused methods getClientFloodfillNetworkDatabaseFacades()
idk commented on issue I2P_Developers/i2p.i2p#25 2025-04-21 14:58:15 -04:00
Add support for .i2p.alt hostnames

A search for .endsWith(".i2p") yields 40+ spots. Probably need to refactor these to a central util method.

Will have to wait for possibly-conflicting MRs for i2ptunnel and i2psnark to go first.

idk opened issue I2P_Developers/i2p.i2p#26 2025-04-21 14:58:15 -04:00
Wizard I2P logo partially offscreen
idk closed issue I2P_Developers/i2p.i2p#26 2025-04-21 14:58:15 -04:00
Wizard I2P logo partially offscreen
idk commented on issue I2P_Developers/i2p.i2p#24 2025-04-21 14:58:14 -04:00
IMD dropping garlic replies?

OK research done now for some answers, simpler answers this time:

  • Why: This change was made when the attacker/s were doing a lot of probing. This was, for instance, the one time we saw an…
idk opened issue I2P_Developers/i2p.i2p#25 2025-04-21 14:58:14 -04:00
Add support for .i2p.alt hostnames
idk closed issue I2P_Developers/i2p.i2p#25 2025-04-21 14:58:14 -04:00
Add support for .i2p.alt hostnames
idk commented on issue I2P_Developers/i2p.i2p#24 2025-04-21 14:58:13 -04:00
IMD dropping garlic replies?

Sorry for the high latency reply but I have to go through my IRC logs for this.

What we were observing which we thought was an attack was that target would in those cases sometimes contain our…

idk commented on issue I2P_Developers/i2p.i2p#24 2025-04-21 14:58:13 -04:00
IMD dropping garlic replies?

OK, I know it's been a while, but that explanation doesn't make sense. The relevant case here is target != null && tunnel != null, i.e. it's destined for a remote tunnel. So this has nothing to do…