Author: toad
Date: 2008-11-15 19:33:24 +0000 (Sat, 15 Nov 2008)
New Revision: 23606

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1179:
Connections:
- Don't wake up PacketSender if we don't need to; logging.
- Avoid (hypothetical) NPEs registering useralerts.
Misc:
- FreenetURI.equalsKeypair(). Useful for plugins.

Meanwhile:

db4o:
- Merge trunk changes up to 1169.

WoT:
- Wire in introduction code.
- Wire in kaptcha for puzzle generation.
- Add introduction context to existing identities and when creating a new one.
- Store solved puzzles in the database until they expire.
- URI fixes.
- Don't put /'s in the URIs.
- Fix indexing of IntroductionPuzzle fields.
- Wait longer on startup before inserting stuff.
- Make some exceptions RuntimeException's so we don't have to handle them, and 
throw them again on paranoid checks failing.


Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-11-15 19:28:50 UTC (rev 
23605)
+++ trunk/freenet/src/freenet/node/Version.java 2008-11-15 19:33:24 UTC (rev 
23606)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";
 
        /** The build number of the current revision */
-       private static final int buildNumber = 1178;
+       private static final int buildNumber = 1179;
 
        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1175;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to