7931451a49
* Reseed: Limit to 200 per URL, shuffle selection, add some logging
2009-06-03 19:05:55 +00:00
0a8cbcbfb6
* LoadTestManager: Delete, unused
...
* SendGarlicMessageJob: Delete, unused
* config.jsp: Comment out unused burst config code
2009-05-29 12:08:36 +00:00
65ae9138ef
* Console:
...
- config.jsp now cause graceful restart
* UPnP:
- Tweak to help startup problems
* UDP:
- Only save IP when it changes
2009-05-28 13:49:57 +00:00
2f1d6e3f90
* Console:
...
- Use CSS for form messages
- Goodbye nonce spoof message
- tunnels.jsp improvements
2009-05-26 20:04:20 +00:00
d927f8bcb0
message tweaks if no wrapperr
2009-05-21 13:12:47 +00:00
b1465b7dff
* Console:
...
- Add a little color to confignav
- Remove 'no skew' indication
2009-05-20 22:50:14 +00:00
b59a38ffad
propagate from branch 'i2p.i2p.zzz.upnp' (head 348acc252da725bc621791ef811a43943e889833)
...
to branch 'i2p.i2p' (head 264d0119a37e276dce2996f360f9c8e065b30008)
2009-05-17 12:28:27 +00:00
9234a94da9
propagate from branch 'i2p.i2p.zzz.test' (head f402c08d0b2796653b559711cb1ea8c3c0204372)
...
to branch 'i2p.i2p' (head 4d0babb75e3c5237b10ff49f57599c53c581bb83)
2009-05-17 12:20:34 +00:00
8514e7962d
stop build on jsp compile errors
2009-05-16 00:52:21 +00:00
9bed2bde3c
disable button disabling
2009-05-15 20:00:56 +00:00
3ad3988937
Add warning for 1-hop tunnels
2009-05-13 19:20:49 +00:00
47fc3b0d0b
- Don't start UPnP if we have a public interface address
...
- Fix setting IP to a local interface address
- Work on the configuration help some more
2009-05-10 15:40:50 +00:00
0b7fb21263
- Simplify config.jsp some more
...
- No longer use i2np.udp.forceIntroducers
- Tweak UDP port qualification
- Fix allowing low ports again
- Add option to completely disable NTCP, for those behind nasty firewalls
- Use SSU reachability rather than global reachability for determining NTCP reachability,
since we are now reporting NTCP reachability too
2009-05-06 00:54:24 +00:00
e82f173f85
- Don't notify for non-changed options on config.jsp
2009-05-04 19:54:33 +00:00
d41afc0c43
- UPnP defaults to on - I didn't do all this for nothing
...
- Set Status to OK for local public addresses or UPnP port open
- Allow UDP address changes after we transition to firewalled
- Have NTCP start reporting reachability status, this will
get OK on the console more often and mask UDP problems,
which might be good or bad...
- Fix UDP port configuration
- Reword and rearrange configuration options again
- Rearrange configuration help
- More right-alignment on config
- Prevent Concurrent modification exception in UPnP
- UPnP HTML output tweaks - remove "plugin" references
- Move UDP message failed log from WARN to INFO
- Short-circuit message history call in UDP
2009-05-02 18:23:41 +00:00
0e4c846942
- Simplify bw form
...
- Add config link to UPnP status
2009-05-01 15:26:49 +00:00
4c396e5b95
Console: fix ERR-UDP Disabled and Inbound TCP host/port not set
2009-05-01 12:31:38 +00:00
79a963fcab
- Implement config save of new IP address options
...
- Implement local address and UPnP configuration of UDP address
- Limit received port to 1024 minimum
2009-05-01 00:42:31 +00:00
b21e011203
- i2np.ntcp.autoip=true redefined to enable inbound only if
...
SSU reachability is OK. i2np.ntcp.autoip=always for the old behavior.
autoip default is now "true".
i2np.ntcp.hostname=xxx now trumps i2np.tcp.autoip.
- SSU always tells NTCP when status changes.
2009-04-30 21:03:00 +00:00
5b44bcb44f
- NTCP Port must now be either auto or configured;
...
now defaults to auto; and configured now trumps auto.
Port configuration now does not affect whether inbound
NTCP is enabled - the host configuration alone can do that.
2009-04-30 16:50:47 +00:00
35b5eb74f6
start of new address configuration
2009-04-29 03:12:19 +00:00
fc10031ff0
- Start to rework inbound configuration
2009-04-28 22:45:26 +00:00
accf3dbf3f
- Implement UPnP enable/disable
2009-04-28 19:49:09 +00:00
c2fedf8538
- Add UDP Port configuration to config.jsp
...
- Don't restart router when configs change on config.jsp;
simply rebuild router info.
- Clean up some port config code in UDP
2009-04-28 19:01:52 +00:00
a0c4e79c8a
allow an extra part appended to the router version
2009-04-28 14:13:05 +00:00
4f0013e8da
Consolidate the details and config links to shrink the summary bar a little
2009-04-26 21:52:00 +00:00
e15b469833
* NTCP:
...
- Correct the meanings of the i2np.ntcp.autoip and i2np.ntcp.autoport
advanced config. If you have one of these set but not the other, you
will have to adjust your configuration on config.jsp.
2009-04-26 20:16:35 +00:00
157b85b11b
pass compiler args down from top build.xml
2009-04-26 15:54:51 +00:00
178b5996a5
* NetDb:
...
- Adjust RouterInfo expiration down to control memory usage
- Display LeaseSets and RouterInfos on separate console pages
2009-04-23 22:34:25 +00:00
e126233fbc
hope i have fixed that bug, where the "download $version" kept showing, while already having downloaded it
2009-04-21 20:17:07 +00:00
0cfbe9c28b
* IPV6/localhost:
...
- Enable IPv6 stack in the JVM, hopefully won't break anything
- Patch Jetty to support binding to IPv6 addresses
- Allow multiple bind addresses for the router console
in the clients.config file; for new installs the
default is now "127.0.0.1,::1"
- Change most instances of "localhost" to "127.0.0.1"
throughout the code
* Router:
- Move some classes to private static inner
2009-04-08 01:34:12 +00:00
8de5609817
* Update:
...
- Change default to "Download and verify"
- Change news fetch default to 24h (was 12h)
2009-04-03 21:42:48 +00:00
bb0531053d
Console: Fix bug with IE buttons not working, because it sends the label instead of the value
2009-04-03 21:33:35 +00:00
c4fa0d894f
* Client:
...
- Clean up retry code
- Bring I2CP listen error to the summary bar
http://forum.i2p/viewtopic.php?t=3133
2009-03-02 16:07:48 +00:00
d222c7a998
move dest-to-hash conversion to new helper class
2009-02-25 01:18:38 +00:00
84bd8274ad
* Router: Move addShutdownTask from Router to I2PAppContext
...
so that apps can register more easily
2009-02-25 00:05:30 +00:00
7a684c160b
* Routerconsole:
...
- Thread hard shutdown and restart requests from the routerconsole,
and add a delay even if no tunnels, to allow time for a UI response
2009-02-24 23:15:26 +00:00
7e21afe6a6
sort the summary bar destinations
2009-02-24 22:59:59 +00:00
8d7340500f
* I2CP: Implement optional reduce tunnels on idle - not hooked
...
in to i2ptunnel GUI yet - still needs tweaks
2009-02-02 14:03:17 +00:00
69e6393442
* Routerconsole:
...
- Move common methods to new HelperBase class
- Make reseed link a button
2009-01-29 02:16:18 +00:00
ae0bcc492d
* netdb.jsp: Don't show stats by default
...
* RebuildRouterInfoJob: Don't run it
* PublishLocalRouterInfoJob:
- Delay for 5m at startup
- Run every 20m (was 7.5m)
2009-01-24 20:07:41 +00:00
10e2c3832d
Move SummaryHelper.getTransferred() to DataHelper, rename to formatSize(), use on tunnels.jsp
2009-01-22 04:02:41 +00:00
8d891b99d1
* Router: Add a keyring for decrypting leases
...
* Routerconsole: Add configkeyring.jsp
2009-01-20 17:12:24 +00:00
60bd9803f0
fix burst seconds display
2009-01-10 22:30:43 +00:00
831f09c91a
fix corruption of update urls
2009-01-05 20:30:36 +00:00
e2e4516a8f
Fix display of outbound backup count
2009-01-05 15:11:00 +00:00
d61af12867
clean up and fix the possibly broken browser launcher config
2009-01-02 20:09:20 +00:00
a616a5f1c9
prep for upcoming torrent updater
2009-01-01 13:13:04 +00:00
4336dc441e
Remove spurious UDP warning on startup
2008-12-20 01:04:19 +00:00
2d86e7cf60
add router.memoryUsed stat
2008-12-20 01:00:53 +00:00