Search found 183 matches
- 26 Oct 2024 21:23
- Forum: Router
- Topic: Why do "Known" peers get a lot less after restart ?
- Replies: 5
- Views: 911
Re: Why do "Known" peers get a lot less after restart ?
yeah we take the opportunity at restart to remove old router infos, and double-check that the others are still around during the first hour of uptime, you'll see the number go down once at startup and a 2nd time at one hour of uptime
- 26 Oct 2024 21:21
- Forum: Router
- Topic: i2p can rewrite with rust / c / c++(or merge i2p and i2pd project)
- Replies: 12
- Views: 11051
Re: i2p can rewrite with rust / c / c++(or merge i2p and i2pd project)
yes ire rust router was abandoned by the dev, maybe somebody will pick it up and keep going
eyedeekay has also picked up the previously-abandoned Go router, but it's slow going, help wanted
eyedeekay has also picked up the previously-abandoned Go router, but it's slow going, help wanted
- 26 Oct 2024 21:18
- Forum: Susimail
- Topic: How to delete emails from Susimail login list ?
- Replies: 6
- Views: 1593
Re: How to delete emails from Susimail login list ?
find your i2p data dir, ~/.i2p on linux. cd ~/.i2p/susimail/cache find the subdir in there that is the old one and move it to be safe (don't delete it yet until you're sure) check modification times or look at the contents within it to figure out which is the old one restart and look to be sure you ...
- 14 Aug 2024 15:42
- Forum: Router
- Topic: "Network: SymmetricNAT" problem
- Replies: 19
- Views: 90529
Re: "Network: SymmetricNAT" problem
I2P-over-VPN doesn't work well and you shouldn't do it if at all possible. We report symmetric NAT because the VPN is doing symmetric NAT stuff. If you have to use VPN, and it works, then ignore it saying symmetric NAT, and have fun.
- 14 Aug 2024 15:38
- Forum: Router
- Topic: Strange login behavior
- Replies: 3
- Views: 59434
Re: Strange login behavior
The only time I get login popups is after the brower or computer restarts.
Except susimail, it works differently because it's not just the console password, you have to put in your email name/pw. I believe the susimail idle session timeout is 24 hours.
Except susimail, it works differently because it's not just the console password, you have to put in your email name/pw. I believe the susimail idle session timeout is 24 hours.
- 14 Aug 2024 15:18
- Forum: I2PSnark
- Topic: [SOLVED] firefox - simple magnet helper for lesser clicking ?
- Replies: 8
- Views: 3627
Re: [SOLVED] firefox - simple magnet helper for lesser clicking ?
Here's my version I did a few years ago, for Linux. Never got around to making it perfect enough to include in our PPA/Debian packages, but may be good enough for you.
https://git.idk.i2p/zzz/i2psnark-launcher
https://git.idk.i2p/zzz/i2psnark-launcher
- 14 Aug 2024 15:09
- Forum: Router
- Topic: RFC: Eep2Eep mails
- Replies: 11
- Views: 90232
Re: RFC: Eep2Eep mails
LS2 SRV is about service discovery; it's not about any particular implementation of a service. I don't know how we build anything "on top" of BDS which is an external SAM app in Go. But to publish an LS2 SRV, we'd have to simply define a I2CP/SAM config option. Proposal 167 handwaves at th...
- 02 Jul 2024 17:41
- Forum: Router
- Topic: IPv6 mostly firewalled
- Replies: 3
- Views: 57412
Re: IPv6 mostly firewalled
Also, ensure you're running the latest release, we have had several fixes on firewall-detection, ipv6, and related things in recent releases.
- 02 Jul 2024 12:35
- Forum: Router
- Topic: IPv6 mostly firewalled
- Replies: 3
- Views: 57412
Re: IPv6 mostly firewalled
Mostly true in practice; however, UPnP does support IPv6 port forwarding ("pinholing") if it supports "IGD2". The good news is that we've supported IGD2 pinholing for a few years now. The bad news is that most UPnP devices out there don't support IGD2. In rare cases the device ma...
- 29 Jun 2024 14:43
- Forum: Router
- Topic: Debugging/building router questions...
- Replies: 3
- Views: 52813
Re: Debugging/building router questions...
For distributed releases we use Java 8 as that is the minimum requirement. For your own use only, any JDK and JRE, 8 or higher is fine, may as well use the latest to get the best performance. I don't know what you mean by "the debugger" or what that is. Most devs do not use an IDE or a &qu...