str4d

Results 674 comments of str4d

Just FYI, I2P has launched [a development program](https://geti2p.net/en/blog/post/2016/06/01/I2P-Summer-Dev) aimed at helping developers integrate I2P into their apps. If you would like some help with this in July during our Apps...

@aaannndddyyy in theory, yes it can. In practice, you'd want to set up tunnel management such that each Destination only had one tunnel unless it was being actively used and...

I'm doing the grunt work for this issue this weekend :smile:

First structural question: I2P has the concept of a Destination, analogous to an IP address. We have Python datatypes for these Destinations as part of the module I'm using for...

WRT the first question, I thought it was possible, but I've found that some IPs have a `cert_pin` appended, the origin of which I cannot trace but it indicates that...

I have this mostly-done. Outgoing communication is working fine (ZeroNet can announce to I2P open trackers), but incoming communication is currently semi-to-non-functional because i2p.socket's `accept()` doesn't quite work yet with...

Oh! Sorry for the lack of updates here. I finished implementing I2P support in ZeroNet back in July, but didn't make a PR because it didn't work (due to i2p.socket...

@majestrate see #602. I'll make time to rebase it later this week.

Yeah, I've also been planning to figure out why Weblate wouldn't display any of the strings in one of my projects, which also uses terms heavily. Thanks for the leads!

Given that `rage` uses stderr to communicate with users, I'm reluctant to overload that for developer communication as well. But I definitely want to make it easier for plugin developers...