chat anonymously - fire up your own IRC client and connect to the
server at localhost port 6668. This points at one of two anonymously hosted
IRC servers, but neither you nor they know where the other is.
@@ -17,7 +18,7 @@ listed (if not, see below). Once those are up, you can:<
search.i2p: an anonymously hosted search engine of eepsites
ugha.i2p: ugha's eepsite, a wiki that anyone can edit, and lots of links
There are many more eepsites - just follow the links from the ones you see,
bookmark your favorites, and visit them often!
@@ -25,13 +26,13 @@ listed (if not, see below). Once those are up, you can:<
up to your own HTTP proxy on port 4444 - simply set your browser's proxy to
use it (as above) and go to any normal URL - your requests will be bounced
through the I2P network.
-
transfer files - there is an I2P port
of the BitTorrent application available.
use anonymous email - postman has created a mail system compatible with normal mail
clients (POP3 / SMTP) that allows email within I2P as well as mail from and to the normal
internet! get your account at hq.postman.i2p.
- We bundle susimail, a web based anonymity-oriented pop3/smtp client
- configured to access postman's mail services.
+ We bundle Susi'ssusimail,
+ a web based anonymity-oriented pop3/smtp client configured to access postman's mail services.
and lots more
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index fe4b90586..e8d88f703 100644
--- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
- public final static String ID = "$Revision: 1.239 $ $Date: 2005/09/16 16:24:43 $";
- public final static String VERSION = "0.6.0.5";
- public final static long BUILD = 14;
+ public final static String ID = "$Revision: 1.240 $ $Date: 2005/09/17 18:01:44 $";
+ public final static String VERSION = "0.6.0.6";
+ public final static long BUILD = 0;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);