-1
This commit is contained in:
17
history.txt
17
history.txt
@ -1,3 +1,20 @@
|
|||||||
|
2010-01-24 zzz
|
||||||
|
* Clock:
|
||||||
|
- Don't let a client update the router clock
|
||||||
|
- Restore and enhance vanished clock error log message
|
||||||
|
* Graphs: Enforce max size to lessen chance of OOM from malicious link
|
||||||
|
* NetDb:
|
||||||
|
- Move stat initialization, reduce number of rates
|
||||||
|
- Add basic DOS prevention by not flooding if stores are too-frequent
|
||||||
|
* ProfileOrganizer:
|
||||||
|
- Limit High Cap to 75 max
|
||||||
|
- Reduce max lock wait time, change no lock error to warning
|
||||||
|
- More cleanup
|
||||||
|
* Startup:
|
||||||
|
- Enable multiple parallel job runners much sooner to speed startup
|
||||||
|
- Rearrange the startup order to get the long jobs started sooner
|
||||||
|
- Don't allow the netDb readin job to clog the job queue
|
||||||
|
|
||||||
2010-01-21 dr|z3d
|
2010-01-21 dr|z3d
|
||||||
* New eepsite structure and enhanced pages. Now with graphics and stuff!
|
* New eepsite structure and enhanced pages. Now with graphics and stuff!
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 0;
|
public final static long BUILD = 1;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user