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
c3bafcab05
put jbigi info on logs.jsp
2009-04-30 14:56:25 +00:00
b61861f840
- Tweak UPnP warning messages
...
- Remove unused verifyupdate.jsp
- Start of callbacks from UPnP to transports
- Tell UDP local addresses at startup
2009-04-29 18:23:15 +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
c32c9a2391
noob warning
2009-04-27 14:50:10 +00:00
33b2762003
more reachability help
2009-04-25 02:47:28 +00:00
507b6d45d5
longer iframe
2009-04-25 02:46:45 +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
452adfa860
logs.jsp: fix layout problem on IE, move version info to the top
2009-04-23 20:00:33 +00:00
b430abf172
add i2p version for easy cut-n-paste
2009-04-23 18:22:55 +00:00
939311d2de
css fixes from badger
2009-04-23 18:21:25 +00:00
48e544c014
RouterConsole: Make summary bar a refreshing iframe
2009-04-23 00:39:49 +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
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
0c7cb9d781
put java version on logs.jsp
2009-04-03 14:26:48 +00:00
6c365bef85
add links to enable graphing
2009-03-24 19:52:06 +00:00
e9063a22d5
add anchors
2009-03-24 18:58:08 +00:00
33f4fac48f
summary bar help
2009-03-14 21:42:50 +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
ac7ea4ac4c
propagate from branch 'i2p.i2p.zzz.test' (head ff7193c72f9811a641627eb08d5183b3f7af9306)
...
to branch 'i2p.i2p' (head b71194946fd76128f523e88f918a5c3a9b2c12e1)
2009-02-01 01:31:24 +00:00
69e6393442
* Routerconsole:
...
- Move common methods to new HelperBase class
- Make reseed link a button
2009-01-29 02:16:18 +00:00
d88cfae80d
propagate from branch 'i2p.i2p.zzz.test' (head f4edeaaf6cd647f4a69847a09272b54cb51ef758)
...
to branch 'i2p.i2p' (head 0d7e18b693718b5924035d7a6f638ff0689af589)
2009-01-25 01:15:45 +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
9a089b7da0
* Build files:
...
- Don't bundle unneeded XML parser xercesImpl.jar for Jetty (1MB)
- Don't include unneeded stuff in Copy, Delete, Exec.jar (300KB)
2009-01-24 17:20:51 +00:00
173e8a0434
console css tweaks
2009-01-22 16:00:41 +00:00
8d891b99d1
* Router: Add a keyring for decrypting leases
...
* Routerconsole: Add configkeyring.jsp
2009-01-20 17:12:24 +00:00
807f0665b1
tweak
2009-01-17 17:31:00 +00:00
908c542b40
move buttons
2009-01-02 18:07:16 +00:00
d16f187394
change restart/shutdown/update links to buttons
2008-12-10 16:25:09 +00:00
ebdc69cbc2
remove PRNG from summary bar
2008-12-05 14:52:15 +00:00
85cebc7992
* Transport:
...
- Fixes and cleanups when NTCP and/or UDP transports disabled
- More TCP removal cleanup
- Clean up bandwidth limiting, centralize defaults
- Force burst to be >= limit
- Increase default bw to 48/24, burst 64/32
2008-12-03 18:53:57 +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
152f824779
* config.jsp: Add more help
...
* summary.jsp: Indicate if hidden
2008-10-26 17:24:11 +00:00
2d6007cf49
readme_sv.html
2008-10-19 21:42:56 +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
52d38e0452
* config.jsp: Add some reachability help
...
* configpeer.jsp: Add blocklist info
* help.jsp: Add link to German FAQ
* tunnels.jsp: Fix inactive participating count
2008-09-23 18:48:59 +00:00
7c083ed33b
* logs.jsp: Remove unused connection log, cut wrapper log output in half
...
* configlogging.jsp: Increase box width
2008-09-15 16:23:47 +00:00
825af3e6c1
* HarvesterJob: Don't instantiate if disabled
...
* NetDb: Add netDb.exploreKeySet stat
* netdb.jsp: Add parameter ?r=xxxxxx to view a single routerinfo,
and ?r=. to view our own; change links on other pages too
2008-09-12 13:37:22 +00:00
11d267bc9a
* configpeer.jsp: New
2008-07-16 15:05:07 +00:00
07b895a069
* Router console: Flag placeholder pages as noncacheable
2008-07-07 14:10:10 +00:00
0e018c5b4d
* Router console: add placeholder pages for i2psnark, i2ptunnel,
...
susidns, and susimail for use when the .wars are not running
2008-06-24 14:36:39 +00:00
49e429c166
* PRNG: Add two stats
...
* Summary bar:
- Display Warning for TCP private IP address
- Display PRNG stats
2008-06-20 20:22:38 +00:00