Plugins
Introduction
This page is about plugins designed for the I2P router console.
I2P plugins are both a means to extend I2P's router functionality as well as a method of packaging things.
I2P plugins are stored in ".su3" files (formerly in now obsolete ".xpi2p" files), and can be managed from the I2P router console.
Comment by Khanjant, 2016-03-17: "This is the plugin list managed to recover after the epic fall of http://plugins.i2p. Gathered from the plugin list on stats.i2p and a unofficial temporary list. I (Khanjant) just started, not finished yet."
Because of the sudden shutdown of http://plugins.i2p, some plugins files are still missing. If you have a plugin that is missing here, please contact Hummingbird.
Plugin list
Non-obsolete
Plugin name | Type | Latest release (year) | URLs (Description / File / Source code) | Notes |
---|---|---|---|---|
Blizzard | Tor Helper | 2021 | http://idk.i2p/blizzard | Adds a Snowflake Proxy to I2P which helps Tor Browser users reach the Tor Network using Pluggable Transports. |
BwSchedule | Tool for I2P | 2015 | Description by Cacapao (author) | Bandwidth scheduler for the I2P router |
Firefox Search Plugins | Tool | Description (cached page) | ||
GarlicFarm | Administration | 2019 | http://zzz.i2p/topics/2234 | Manage massive multihoming with LS2 Meta-leasesets. WIP, development stalled |
I2Phex | File sharing | 2016 | Plugin | Also available as standalone software[1] |
i2psnark-rpc | File sharing | 2020 | http://zzz.i2p/topics/2941 | Remote control of i2psnark using the Transmission RPC protocol |
jIRCii | IRC client | 2016[2] | File on stats.i2p, File from iMule (v0.9.0, 2011)[3] | jIRCii as a plugin for the I2P console, written in Java. Official website (clearnet, not I2P compatible). |
Julya[4] | Tool for I2P | 2014 | Homepage and source code | |
Jwebcache | Tool for I2Phex | 2016 | File or File | |
Outertubes | HTTP outproxy | 2012 ? | Description[5] (coded by HungryHobbo[6]) | |
Railroad | Blog | 2021 | http://idk.i2p/railroad | Easy to setup single-user blog which is compatible with Ghost themes. |
Reseed-tools | Reseed | 2021 | http://idk.i2p/reseed-tools | Easy to setup I2P Reseed server in Go, also available as standalone software. |
servlet3 | Demo plugin | 2019 | http://zzz.i2p/forums/16 | Test of servlet 3.0 features |
Snowman | Demo plugin | 2015 | File. Source code | Just a little test, creates a single-page webapp. The plugin contains some commented config files that may be helpful for plugin developers. |
socksoutproxy | HTTP Outproxy | 2022 | http://zzz.i2p/topics/3219 | Routes outproxy traffic to a SOCKS5 proxy (useful for redirecting to a running Tor instance) |
Syndie | Forums | 2016 | Also available as standalone software | |
Tahoe-LAFS Controller | Tool for Tahoe-LAFS | 2010 | File (on stats.i2p) | |
Terrarium | IRC Server | 2021 | http://idk.i2p/terrarium | Terrarium makes it easy to set up IRC networks on I2P. |
zzzOT | BitTorrent tracker | 2020[7] | File (on stats.i2p)[8] | A Java BitTorrent Opentracker. Has no eepsite, but a official forum (zzz.i2p)[9] |
Tor Browser Manager | Browser Configuration | 2022 | http://idk.i2p/i2p.plugins.tor-manager | Manages a Tor Browser instance and functions as a combined Tor/I2P browser.
|
Obsolete
- AyuDownloader: "AyuDownloader is an Plugin using the EepGet class from I2P developers to download large files easier from Eepsites." [10]
- I2Cron: "The I2Cron plugin executes actions based on scheduled timed-based events, or polled events."[11]
- I2PControl Description (on i2p-projekt.i2p/). Source code (Python) JSONRPC2 interface Obsolete, not required, now bundled in router
- JAMWiki: A Java Wiki Engine. Active development of JAMWiki has ceased (2013)[12]
- Neodatis File: on sponge.i2p (official) or on stats.i2p Used by Seedless which is unsupported and obsolete
- Orchid (zzz's version, thebland's version (how to install)) 'Orchid is a Tor client implementation and library written in pure Java.'[13] Plugins obsolete (supports v2 onion only) and actual thing seems to be dead
- Pebble: "a lightweight, open source, Java EE blogging tool".[14]
- Seedless Description (on sponge.i2p). File: On sponge.i2p (official) or on stats.i2p[15] (read the article Seedless before to install !). Unsupported, obsolete
- I2P-Bote: Description, file "I2P-Bote is an end-to-end encrypted, network-internal, fully decentralized (serverless) e-mail system" Unsupported, obsolete[16], does not support signature types, needs developer
FAQ
Does the plugin version always match with the latest standalone version?
Not always. Sometimes the plugin version is outdated: the standalone version of the software is more recent. If this case, you should use the standalone version.
How to install a plugin?
Usually, the process is as follows:
- Go to the plugin page in your I2P router console: 'I2P Services' > 'Clients' > 'Plugins' (or click this URL: http://127.0.0.1:7657/configplugins)
- If you have the URL to the plugin file: at the bottom of the page, look for the box 'Installation from URL.' Paste inside the URL to the plugin file (example: http://bote.i2p/i2pbote.su3)
- If you have the plugin file on your HDD: at the bottom of the page, look for the box 'Installation from File' and browse to the location of the file.
- Click the button 'Install Plugin' (or 'Install Plugin from file')
- Wait several minutes
- Once installed, you will see a new text string at the top of the router console, below 'I2P Services'
Note: you should read the description page of the plugin, because there is perhaps more setup to do.
How to check the signature of a plugin file manually, before installing it
Usually, this isn't needed. The I2P router plugin installer automatically checks whether the signature of the downloaded .su3 file is valid and created by an authorized developer.
If you still want to verify the signature manually, enter the following at the command line:
java -jar /path/to/i2p.jar su3file verifysig -k /path/to/certificates/plugin/signer_at_mail.i2p.crt /path/to/plugin.su3
Note: most plugins' source codes are downloadable from the I2P's Monotone server[17].
Tails
Installation of plugins is disabled in Tails.[18]
Plugin Development
Those looking to create new plugins for I2P might want to look at the introduction to plugin development, the plugin specification, and the development forum (zzz.i2p).
References
- ↑ I2Phex v3.2.7 standalone available from http://echelon.i2p/i2phex/
- ↑ http://zzz.i2p/topics/2162-jircii-2014-12-9-z1
- ↑ ed2k://|file|jIRCii.xpi2p|319207|E08E77D0B9A76455C6EA55C0C1E3A477|h=V5S4ZMFRPWNLHEMY7EDIWDEYU33EGUU6|/
- ↑ "Julya is a network enabled Jython shell, allowing multiple instances of Jython to be managed from a network connection. Jython scripts can be run in a headless environment by sending scripts via TCP connections defined by the user."
- ↑ "Outertubes ia an HTTP Outproxy. It allows other I2P users to connect to the regular Internet via your machine." from http://archiv.tutorials.i2p/i2p-plugins/outertubes/
- ↑ http://zzz.i2p/topics/1149
- ↑ 0.14.0-b1 released in 2015
- ↑ After installation, a brief help page will be available at http://127.0.0.1:7662/help.html. Be sure to read it completely!
- ↑ http://zzz.i2p/search?type=topics&query=zzzot&commit=Search
- ↑ http://forum.i2p/viewtopic.php?t=7468&highlight=yuDownloader
- ↑ http://direct.i2p/site/webcache/8846695?rId=56eeff4c9298c&seq=1
- ↑ jamwiki.org/wiki/en/FAQ
- ↑ https://subgraph.com/orchid/
- ↑ http://direct.i2p/site/webcache/9450470?rId=56ef019684452&seq=2
- ↑ http://zzz.i2p/topics/2267-lost-plugin-directory
- ↑ http://zzz.i2p/topics/2853-rip-bote
- ↑ http://i2p-projekt.i2p/en/get-involved/guides/monotone
- ↑ http://forum.i2p/viewtopic.php?t=12482
External links
- http://i2p-projekt.i2p/en/docs/plugins - Official documentation
- http://stats.i2p/i2p/plugins/ - Official I2P plugins page (succeed to http://plugins.i2p)
- http://plugins.i2p main page, cached by http://direct.i2p search engine (2016-03) before it vanish
- http://zzz.i2p/forums/ - The official forum for the plugins developpers
- http://archiv.tutorials.i2p/i2p-plugins/