- Jun 30, 2008
-
-
zzz authored
-
- Jun 24, 2008
- Jun 22, 2008
- Jun 20, 2008
- Jun 17, 2008
- Jun 16, 2008
-
-
zzz authored
Saves are not yet implemented.
-
zzz authored
to control which .wars in webapps/ get run. Apps are enabled by default; disable by (e.g.) webapps.syndie.startOnLoad=false Config file is written if it does not exist. Implement methods for use by upcoming configclients.jsp.
-
zzz authored
ClientAppConfig.java, to make them easily available to a future configclients.jsp
-
zzz authored
change bind fail message from ERROR to CRIT
-
- Jun 13, 2008
-
-
zzz authored
-
- Jun 10, 2008
-
-
zzz authored
startup, so peers don't list us as failing.
-
zzz authored
floodfills, and automatically enables/disables floodfill on Class O routers to maintain 5-7 total active floodfills
-
zzz authored
- Remove several more stats - Don't publish bw stats in first hour of uptime - Publish floodfill stats even if other stats are disabled - Changes not effective until 0.6.2.1 to provide cover.
-
zzz authored
bandwidth graph when it isn't available
-
- Jun 09, 2008
-
-
zzz authored
-
zzz authored
to branch 'i2p.i2p' (head f65d1f225d8700ea812e1c3cbc0ee9e7a5bbaf98)
-
zzz authored
* Reachability: Restrict peers with no SSU address at all from inbound tunnels * News: - Add display of last updated and last checked time on index.jsp and configupdate.jsp - Add a function to get update version (unused for now) * config.jsp: Add another warning
-
- Jun 08, 2008
-
-
zzz authored
-
- Jun 07, 2008
-
-
complication authored
-
zzz authored
* Shitlist: - Add shitlistForever() and isShitlistedForever(), unused for now - Sort the HTML output by router hash * config.jsp: Add another warning * netdb.jsp: - Sort the lease HTML output by dest hash, local first - Sort the router HTML output by router hash
-
- Jun 06, 2008
-
-
zzz authored
-
zzz authored
- Sort the leases by expiration date in TunnelPool.locked_buildNewLeaseSet() to make later LeaseSet comparisons reliable. This cleans up the code too. - Fix broken old vs. new LeaseSet comparison in ClientConnectionRunner.requestLeaseSet(), so that we only sign and publish a new LeaseSet when it's really new. Should reduce outbound overhead both in LeaseSet publishing and LeaseSet bundling, and floodfill router load, since locked_buildNewLeaseSet() generates the same LeaseSet as before quite frequently, often just seconds apart.
-
- Jun 05, 2008
-
-
zzz authored
- Add exception to enforce max # of leases = 6, should be plenty - Rewrite TunnelPool.locked_buildNewLeaseSet() so it doesn't add lots of leases and then immediately remove them again, triggering the new leaseSet size exception - Remove the now unused LeaseSet.removeLease(lease) and LeaseSet.removeLease(index) - Store first and last expiration for efficiency
-
zzz authored
-
- Jun 04, 2008
-
-
zzz authored
-
zzz authored
- Use CapacityBonus rather than ReachablilityBonus in the Capacity calculation - Persist CapacityBonus rather than ReachabilityBonus - Include SpeedBonus in the Speed calculation - Prevent negative values in Speed and Capacity when using bonuses - Clean up SpeedCalculator.java
-
zzz authored
-
- Jun 01, 2008