Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv25429/src/freenet

Modified Files:
        Version.java 
Log Message:
6295:
If HTL == maxHTL, 50% chance of not decrementing. I believe this converges to an extra 
2 hops, somebody please check my math. This provides some plausible deniability when 
you send a request at max HTL (perturb runs only on client level...).
?date= now accepts {+,-}{number}{day|week|etc} - relative date/time support in ?date 
in fproxy, on the CLI etc (Fields.dateTime).

Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -w -r1.491 -r1.492
--- Version.java        31 Oct 2003 21:43:28 -0000      1.491
+++ Version.java        31 Oct 2003 23:23:06 -0000      1.492
@@ -20,7 +20,7 @@
     public static String protocolVersion = "1.47";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 6294;
+    public static final int buildNumber = 6295;
 
     public static final int ignoreBuildsAfter = 6500;
     

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to