cb41bf6023
NetDb: Comment out published netDb stats disabled for .32
2008-03-10 16:22:24 +00:00
d23c8a8331
-2
2008-03-09 14:55:44 +00:00
b1beb46ca2
propagate from branch 'i2p.i2p.i2p-0.6.1.33-pre' (head adbe93ae091c4ca78306ef94968a0c1d788e2c01)
...
to branch 'i2p.i2p' (head f541ec6c1ca7ffae49e31ee75559695d64152fa1)
2008-03-09 14:45:31 +00:00
6606c83cb2
2008-03-09 Complication
...
* Give the Jetty build file ability to ask permission
before downloading the Jetty archive from the web,
and to verify its SHA1 + MD5 hashes. Adjust the main build file
in accordance with this change.
* Improve the release checklist.
2008-03-08 20:37:45 +00:00
5998f5c9bd
* ClientPeerSelector: Implement strict ordering of peers,
...
based on XOR distance from a random hash
separately generated for each tunnel pool
2008-03-07 23:24:49 +00:00
cffcbe5f94
update news and version numbers to .32
i2p-0.6.1.32
2008-03-07 15:08:26 +00:00
0c75725f5e
* ProfileOrganizer, TunnelPoolSettings, ClientPeerSelector:
...
- Prevent peers with matching IPs from joining same tunnel.
Match 0-4 bytes of IP (0=off, 1=most restrictive, 4=least).
Default is 2 (disallow routers in same /16).
Set with router.defaultPool.IPRestriction=x
- Comment out unused RebuildPeriod pool setting
- Add random key to pool in preparation for XOR peer ordering
2008-03-07 14:36:40 +00:00
5ef325408c
Optimize naming lookups for a destkey
2008-03-07 14:31:36 +00:00
d957712e88
Change a common wtf error to a warn
2008-03-06 14:03:49 +00:00
9233c2ed4c
Add create account link in susimail
2008-03-06 14:00:33 +00:00
7ad54eb749
* Stats: Add code to disable most stats to save memory.
...
Set on configstats.jsp or set stat.full=false to disable the stats.
(true by default for now)
2008-03-05 18:44:45 +00:00
5740e20c62
-3201
2008-03-05 14:25:39 +00:00
0a9114fc2f
add a i2psnark StartAll button
2008-03-05 14:20:02 +00:00
71ddfa42e1
* i2psnark: Don't do a naming lookup for Base64 destkeys
2008-03-05 14:19:19 +00:00
1ecb84f3fb
* Naming: Make HostsTxt the sole default NamingService
...
(was Meta = PetName + HostsTxt)
* Naming: Add two new experimental NamingServices, EepGet and Exec,
not enabled by default -
see source comments in core/java/src/net/i2p/client/naming
for configuration instructions
2008-03-05 14:16:04 +00:00
c46b06fb81
Fix netdb.knownLeaseSets count reported by floodfill routers
2008-03-01 16:13:41 +00:00
a7397879aa
correct instructions
2008-02-29 16:50:37 +00:00
9b86da7ce5
upcoming .32 news
2008-02-29 14:51:24 +00:00
c68977ca8c
* i2ptunnel: Add 3-hop option to edit.jsp to match configtunnels.jsp
...
* i2psnark: Remove orion and gaytorrents from default tracker list
* Remove orion from jump list and from eepsite_index.html
* Jbigi: Change jbigi version to 4.2.2 in build scripts - tested by amiga
* Capitalize OutboundMessageDistributor job name
* TunnelPool: Add a warning if all tunnels are backlogged
2008-02-27 15:18:32 +00:00
bc7bd628db
* Reintroduce NTCP backlog pushback, with switch back to
...
previous tunnel when no longer backlogged
* Catch an nio exception in an NTCP logging statement if loglevel is WARN
* IRC Proxy: terminate all messages with \r\n (thanks TrivialPursuit!)
2008-02-26 19:33:11 +00:00
bc7ab39131
+x the c build files
2008-02-21 14:53:50 +00:00
100163e03b
* Raise inbound default bandwidth to 32KBps
...
* Fix config.jsp that showed 0KBps share bandwidth by default
2008-02-21 14:05:33 +00:00
49c02f13b2
-5
2008-02-19 15:39:44 +00:00
40f072e25e
Display capabilities on profiles.jsp
2008-02-19 15:32:39 +00:00
918b1acb8f
* Tunnels: Enforce max tunnel length of 8, catch an index error
...
http://forum.i2p/viewtopic.php?t=2561
2008-02-19 15:28:41 +00:00
bc16078e3f
Remove some stats from netDb, effective in .32
2008-02-19 15:22:46 +00:00
4a8dbd0634
* Addressbook: Disallow '--' in host names except in IDN,
...
add some reserved host names
2008-02-19 15:21:58 +00:00
38c0184f95
clarify the i2ptunnel edit page dropdowns
2008-02-19 15:20:42 +00:00
68829ddb99
merge of 'cc7dee6f711dd10db6c1f42af8dc7ba6f6b0002d'
...
and 'dc2fa2d01da4c7b3733d4dadb85d757d592c1fa6'
2008-02-19 15:16:53 +00:00
19089bd6a7
* Fix race in TunnelDispatcher which caused
...
participating tunnel count to seesaw -
should increase network capacity
* Leave participating tunnels in 10s batches for efficiency
* Update participating tunnel ratestat when leaving a tunnel too,
to generate a smoother graph
* Fix tunnel.participatingMessageCount stat to include all
participating tunnels, not just outbound endpoints
* Simplify Expire Tunnel job name
2008-02-16 16:25:21 +00:00
69cc0afd1b
* PersistentDataStore: Write out 300 records every 10 min
...
rather than 1 every 10 sec;
Don't store leasesets to disk or read them in
* Combine rates for pools with the same length setting
in the new tunnel build algorithm
* Clarify a log message in the UpdateHandler
2008-02-13 21:42:09 +00:00
d2f3a262db
* Make graphs clickable to get larger graphs
...
* Change SimpleTimer CRIT to a WARN, increase threshold
* Checklist update
2008-02-13 11:49:24 +00:00
c1703b872d
probably fixed a bug in udp-transport
2008-02-11 20:45:33 +00:00
f7b0e8181b
merge of '1d753ff05fc1c942cf6ce8feeadfaa577bff27ab'
...
and 'e20c0075f57440edcebaac0009a0ef0327d563cc'
2008-02-11 20:38:47 +00:00
43f2695901
* Add new tunnel build algorithm (preliminary)
...
* Change NTCP backlogged message from error to warning
* Checklist updates
2008-02-10 18:29:21 +00:00
ea0d4ffd7f
* 2008-02-10 0.6.1.31 released
...
2008-02-10 Complication
* Update news and version numbers
i2p-0.6.1.31
2008-02-10 13:59:20 +00:00
0ed29573a7
minor
2008-02-09 13:18:22 +00:00
1365d3e3b9
Remove orion reference in dnfh error page
2008-02-08 21:04:23 +00:00
40befb5a92
remove comments from hosts.txt
2008-02-08 19:16:48 +00:00
9c16eec361
checklist updates, +x some files
2008-02-08 00:15:32 +00:00
093c69637d
* build.xml: Add some apps to javadoc
...
* checklist.txt: Add some things
* news.xml: Minor edit
* runplain.sh: Add some comments
2008-02-06 16:38:23 +00:00
134ec7acea
* news.xml: make links relative
...
* wrapper.config: Add some comments
* checklist.txt: Add some things
2008-02-05 03:14:18 +00:00
0802a5ae40
2008-02-05 Complication
...
* Change the dates too (sorry for such forgetfulness!)
2008-02-04 23:52:11 +00:00
14ddfb360f
2008-02-04 Complication
...
* Also use the new key for checking, and add it into news.xml
2008-02-04 23:20:28 +00:00
78ad831028
2008-02-04 Complication
...
* Added my release signing key into TrustedUpdate.java
2008-02-04 21:34:52 +00:00
22f1684262
* NewsFetcher: Change fetch failed from error to warning
...
* installer: Fix URL and "email"
* checklist.txt: New release checklist
2008-01-31 19:56:00 +00:00
83f51b4a66
2008-01-29 zzz
...
* Addressbook: Change default subscription
* ConfigUpdateHandler: Change default news URL
* initialNews.xml: Update version to .31
* news.xml: More updates
* hosts.txt: Add i2p-projekt.i2p
* readme.html: More URL updates
* SusiDNS: Change references to default subscription
2008-01-29 22:20:04 +00:00
9c28de0704
2008-01-28 zzz
...
* news.xml: Updates, still preliminary
* ReseedHandler: Change default URL
* i2ptunnel.config: Change default outproxies
* readme.html: Change *.i2p.net URLs
* help.jsp: Change *.i2p.net URLs
* eepsite_index.html: Change stats.i2p addressbook subscription URL
* hosts.txt: Add krabs.i2p, true.i2p, www.i2p2.i2p
2008-01-28 19:24:12 +00:00
c69fda2298
Drop unused directories
0.6.1.30-20
2008-01-27 14:48:50 +00:00
cabb22331b
Drop unused directories
2008-01-27 14:42:04 +00:00