080cc962fb
* Console:
...
- Split up config network page
- CSS tweaks and cleanups
- Change some form notices to errors
- Spiff up the buttons
new silk icons: See licenses/LICENSE-SilkIcons.txt
new toopie icon: Shrunk from existing one
2011-11-30 23:23:41 +00:00
6b811b36b9
replace more equalsIgnoreCase() calls
2011-11-28 22:55:10 +00:00
8619fd2c05
dont use equalsIgnoreCase() for booleans
2011-11-28 21:52:49 +00:00
d9dcb1e583
* Specify locale in all toLowerCase() and toUpperCase() calls to
...
avoid "Turkish four i problem"
2011-11-28 20:32:23 +00:00
97fe1baf6a
* Console: Add Jetty version to logs page
2011-11-16 00:48:17 +00:00
7aff01ea84
* SusiDNS: Remove .jsp suffixes
2011-11-14 15:06:23 +00:00
66f25e845a
* Console: Remove % chart at bottom of tunnels.jsp
2011-11-14 15:02:57 +00:00
624badfb5f
* Console:
...
- Less magic and fix img sizes, for speed and less artifacts while rendering
- CSS tweaks
2011-11-11 02:50:55 +00:00
37e3e9e2cf
* Console: Add ability to hide news
2011-11-09 18:38:39 +00:00
af42b9e9a8
* Router: Clean up config map methods and uses
2011-11-09 18:36:32 +00:00
668df37d20
becoming an upgrade hosting host
2011-11-03 21:58:44 +00:00
157a78857d
* Tunnels:
...
- Make most classes package private
- Final, static, logs, cleanups
- Consolideate createRateStat calls
- Add getTotalLength()
- Remove unused lengthOverride()
2011-10-25 21:39:32 +00:00
3bc284b522
hide tunnel lag if testing is disabled
2011-10-17 17:28:57 +00:00
a97834d2b7
* configupdate.jsp:
...
- Fix setting to 'never' (ticket #523 )
- Fix always saying trusted keys changed
- Parameterize tags
2011-10-15 17:09:04 +00:00
0898b8ee66
fix TCP default
2011-10-11 13:03:46 +00:00
0c3f84c2da
* Reseed:
...
- Update host lists
- Switch back to https by default
2011-10-06 16:06:52 +00:00
217cb1f66d
* Reseed:
...
- Add HTTP proxy authorization support
- Stub out SSL proxy support
- Disable i2pbote reseed
* EepGet: Add some new command line options
2011-09-16 14:45:02 +00:00
e249b22312
* Console: Verify valid host/IP before saving on net config form
2011-09-14 12:58:46 +00:00
8dc1c4fcf4
* Console: Limit max displayed participating tunnels
2011-09-07 01:36:52 +00:00
29ef11619a
format
2011-09-06 15:29:49 +00:00
640782ae00
* Console: Move configservice.jsp rendering code from the router to the console
2011-09-06 15:02:28 +00:00
b2263efaf0
cache user-agent processing
2011-09-02 17:24:14 +00:00
b3711e31ad
color by default
2011-09-01 13:25:18 +00:00
c67404e74e
remove firewalled and fast message
2011-08-26 13:50:58 +00:00
20c77e1529
fixes after review
2011-08-22 19:09:09 +00:00
4c988f0767
spell the language right
2011-08-21 01:11:50 +00:00
b874ff7e87
* Translations: update .tx/config, add Danish and Ukranian
2011-08-20 16:13:15 +00:00
10f3337906
cleanups
2011-08-19 15:30:31 +00:00
421559c26e
* Console: Delete corrupt rrd file (ticket #483 )
2011-08-16 18:29:57 +00:00
395173613f
* Console: Use capability method for counting integrated peers
...
* Netdb: Speed up collection of all the floodfill peers by using
PeerManager.getPeersByCapability()
* PeerManager: Capability cleanups
2011-07-21 15:34:23 +00:00
7fbb3b12d1
* FileUtil: Add a rename method and a new copy method
2011-07-17 16:33:40 +00:00
0bf0715adc
* Shutdown:
...
- Cancel our JVM shutdown hook when shutting down
- Run a spinner task so shutdown always completes
- exit() instead of halt() so other JVM shutdown hooks run
- Prevent duplicate wrapper notifier hooks
- Notify the wrapper twice, once for stopping and once for stopped
2011-07-15 01:13:35 +00:00
3380ecfa28
* SummaryHelper: Fix NPE at startup (ticket #493 )
2011-07-13 14:19:34 +00:00
42acdc314a
* Router Clock: First cut at recognizing and reacting to large system
...
clock shifts by partially restarting the router. Also improve
restarts initiated from config.jsp
Tickets #465 , #468 , #494
* UPnP: Wait for a while to ensure port removal at shutdown or restart
2011-07-10 00:00:58 +00:00
56650ebfb4
more misc. findbugs
2011-07-08 18:05:28 +00:00
43044586d1
* AppContext: Add hasWrapper() method
...
* Shutdown:
- Clear more resources in peer manager, netdb, stat manager,
session key manager, naming service, tunnel dispatcher,
OCMOSJ (result of testing with jvisualvm)
- Don't call wrapper on shutdown (starting two threads) if we
were started with runplain
2011-07-03 13:46:29 +00:00
4f5e3401f7
change default news fetch to 36 hours
2011-06-30 12:42:45 +00:00
81beb63916
propagate from branch 'i2p.i2p.zzz.android' (head cbf2d39e1944b9d601558761d0eedcdebfd2f589)
...
to branch 'i2p.i2p' (head c2393e50afccfd5682a9086f0eec2a0700cda2c9)
2011-06-30 12:27:00 +00:00
2f10cca40f
* Fixes after review:
...
- Fix Polish po file
- Install as a service by default on Windows again
- Change CPUID getters to package private
- Split new jbigi install messages into two lines
- Javadocs
2011-06-26 19:07:01 +00:00
cb72bb0427
* Shutdown:
...
- Implement and call shutdown for BandwidthRefiller
- Implement and register shutdown hook for Timestamper
- Implement and register shutdown hook for Jetty console server
- Fix UPnP-SSDPNotifySocket thread not stopping
- Fix all but one UDP PacketHandler threads not stopping
2011-06-16 19:04:23 +00:00
51722821e0
Make Finnish, Italian, Polish and Vietnamese translation configurable
2011-06-13 15:04:57 +00:00
cbaa62dd78
Added debug loggin of .war path.
2011-06-10 14:17:45 +00:00
18d3536ffe
ConfigClients stopClient stubbed out.
2011-06-01 03:59:12 +00:00
68dccdfe2f
try to fix RrdGraph GIF exception
2011-05-23 23:24:54 +00:00
592361b1a4
* Console:
...
- Disable zh translation in graphs on windows due to font issues
- Fix NPE at startup
- Graph tweaks
2011-05-23 19:22:33 +00:00
6e4df8830a
- Force news refetch after URL change
2011-05-23 19:19:07 +00:00
7ab95d0144
javadoc
2011-05-23 19:16:33 +00:00
e2c98ac134
propagate from branch 'i2p.i2p.zzz.jrobin159' (head 08df645290d8e156d88930ddaf71b3f3d8af419d)
...
to branch 'i2p.i2p' (head 69c9e6bd0c6894c335f7d9892aa28ac7d6389907)
2011-05-20 13:52:35 +00:00
d4fe76afee
hide graph link in summary bar when disabled
2011-05-20 13:47:09 +00:00
d6c1202e4b
summary bar tweak
2011-05-20 12:48:58 +00:00