28b4c92241
should compile on 1.5 again now
2008-11-09 14:32:27 +00:00
c9d9a83f73
finished core
2008-11-09 10:09:01 +00:00
7bf57870d6
and again some more ;)
2008-11-09 09:49:54 +00:00
d41b68438d
and another bunch
2008-11-08 23:14:47 +00:00
c634e5005d
cleanup: annotated a bunch of files
2008-11-08 22:46:42 +00:00
e0926b8ccd
minor update to the checklist
2008-11-08 21:56:45 +00:00
5ea7adb857
updated style of PrivateKeyFile to conform (more or less) to sun coding standards
2008-11-08 19:11:41 +00:00
bf12c5f9bf
* Certificates:
...
- Add a signed Certificate type
- Add a main() to PrivateKeyFile to generate
Destinations with various Certificate types
- Add a VerifiedDestination class to check Certificates
of various types
- Add a HashCash library from http://www.nettgryppa.com/code/
(no distribution restrictions)
- Allow non-null Certificates in addressbook
2008-11-02 22:13:11 +00:00
47d5e44b16
* Throttle: Reduce default max tunnels to 2000 (was 2500)
2008-11-02 21:53:17 +00:00
f6996c7d8b
* NamingServices: Implement caching in the abstract class
2008-11-02 21:41:08 +00:00
fb7f4f2d11
* clients.config: Disable SAM and BOB by default for new installs
2008-11-02 21:39:32 +00:00
d89f97acd5
* I2PTunnel: Move some wayward stats to the I2PTunnel group
2008-11-02 21:38:49 +00:00
f3c9343c79
* NewsFetcher: Fix last updated time
2008-11-02 21:37:28 +00:00
16ec091209
* Streaming: Increase MTU to 1730 (was 960);
...
see ConnectionOptions.java for analysis
2008-11-02 21:36:52 +00:00
0b599c45ec
Refactored code.
...
Piles of pedantic lock checks to ensure we don't get deadlocked, it's ugly.
2008-10-31 21:11:03 +00:00
7f3f6dfde3
Patches to (hoefully) fix deadlock in BOB and revision bumpped to B
...
SusiMail JavaDoc additions.
2008-10-30 15:04:16 +00:00
d736b75dc2
merge of '146998571b0b88243eb67af215b740f504fbcc50'
...
and 'ee93f3940b59255ddab5fa4aafd6f567f46783f7'
2008-10-29 09:00:13 +00:00
fa2f06b1d8
JavaDoc fixes
2008-10-29 08:59:56 +00:00
4212858409
fix english link in readme_nl.html
2008-10-28 19:07:39 +00:00
33221ce7fd
More findbugs cleanup
2008-10-26 18:18:34 +00:00
fd5fcebae9
* NetDb:
...
- Fix behavior when router.isHidden=true
- Delay StartExplorersJob for 10m at startup
- More findbugs cleanups
* netdb.jsp: Indicate if hidden
2008-10-26 18:16:18 +00:00
b743449715
* NetDb:
...
- Update dbLookup profile stats in FloodOnlySearchJob
and FloodfillVerifyStoreJob
- Fix response time store in profile in SearchJob
* profiles.jsp: Don't override locale number format,
clean up the response time output for floodfills
2008-10-26 18:12:36 +00:00
2a08fc7a34
* FloodfillMonitor:
...
- Fix ff count (we forgot ourselves)
- Don't become ff if hidden
2008-10-26 18:08:20 +00:00
0c520de6e5
* HandleFloodfillDatabaseLookupMessageJob:
...
- Send back your routerinfo with the DSRM if not ff to
spread the word that you aren't ff anymore
- Fix behavior when router.isHidden=true
2008-10-26 18:05:51 +00:00
09b868e243
* Blocklist: Change logging from ERROR to WARN
2008-10-26 18:02:21 +00:00
83801c9feb
* Stats:
...
- Remove unused tunnel.buildSuccess and tunnel.buildFailure
- Remove tunnel.buildRequestTime and 5m rate stats from
netDb, effective in next release
2008-10-26 18:00:49 +00:00
152f824779
* config.jsp: Add more help
...
* summary.jsp: Indicate if hidden
2008-10-26 17:24:11 +00:00
68256930b9
* UDP:
...
- Don't do peer tests when hidden
- Don't offer to introduce when hidden
- Don't continually rebuild routerInfo when hidden
- Don't continually rebuild routerInfo when
i2np.udp.internalPort is set but i2np.udp.port is not
- Remove some unused functions
2008-10-26 17:20:19 +00:00
622951c794
* tunnels.jsp: Indicate if pool is dead
2008-10-26 17:18:07 +00:00
baa70299fc
* I2Ping:
...
- Add -n count option
- Add rtt output
- Enhance help
- Fix option handling
2008-10-26 17:15:59 +00:00
47856f312c
* i2ptunnel/edit.jsp: Disable word wrap in textarea
2008-10-26 17:14:07 +00:00
b4c808918b
* peers.jsp: Clean up 'Listening on' formatting
2008-10-26 17:11:12 +00:00
e6e4c60a25
BOB version bump to 0xA
2008-10-22 06:59:48 +00:00
2dc699b382
Better handling of listening sockets.
2008-10-22 06:57:07 +00:00
22454a06d4
UTF-8 readme_sv.html
2008-10-21 17:45:19 +00:00
0e0459f88a
more findbugs
2008-10-19 22:36:18 +00:00
20effe3a7f
Big findbugs cleanup
2008-10-19 22:09:14 +00:00
8a756a6e81
* FloodOnlySearchJob: Recover better if the floodfills
...
you know are no longer floodfill or are gone
2008-10-19 21:50:12 +00:00
a7e876da1e
* FloodfillMonitor:
...
- Don't become ff if clock skew is high
- Rebuild routerinfo immediately when ff status changes
2008-10-19 21:48:55 +00:00
06be4515e4
* ShellCommand: Fix main()
2008-10-19 21:46:04 +00:00
af630e9559
* configclients.jsp: Handle clients with no args
2008-10-19 21:45:04 +00:00
50c93e25c7
* Installer: Bump min JRE to 1.5
2008-10-19 21:43:56 +00:00
2d6007cf49
readme_sv.html
2008-10-19 21:42:56 +00:00
7aaed8e686
* Client: Prevent a race causing session reconnect
2008-10-19 21:41:07 +00:00
e2a1835142
readme_nl.html
2008-10-15 20:05:21 +00:00
078256da83
change to _de links
2008-10-14 17:53:16 +00:00
4f8d84e9e7
Add multilanguage support for index.jsp
2008-10-14 16:23:23 +00:00
ae967d6ef4
Disable word wrap in textareas
2008-10-14 15:46:21 +00:00
3b46b16038
Remove failing count from summary bar
2008-10-14 14:28:02 +00:00
25bf6e59bc
Update install.txt files for 1.5
2008-10-14 14:26:40 +00:00