zzz
0224a0f03b
Console: Make NavHelper non-static
...
add NavService interface
hang off ClientAppManager
i2psnark: register additional instances with NavService
2022-10-19 15:33:53 -04:00
idk
73e34b3941
Adds the ability to use $OS and $ARCH variables in clients.config and plugins.config(updateURL.* only)
2022-02-02 18:57:30 +00:00
zzz
150248d8d7
Plugins: Fix webapp classpath setting when the webapp name does not match the plugin name
2022-01-05 16:50:33 -05:00
zzz
aaa1da4c66
Plugins: console-icon path is relative to consoleLinkURL if specified,
...
otherwise relative to plugin name, as before
2022-01-05 15:08:35 -05:00
idk
2e71a0b36a
Manage Fork-and-Exec Plugins by Monitoring them by PID
2021-11-17 17:42:45 +00:00
idk
c2234685b9
eepsite=>I2P site to match the new terminology on the web site, and more fine-tuning to CSS to sharpen image appearance
2021-01-17 01:11:51 -05:00
zzz
623a11dd8f
console: ngettext fixes
2020-08-29 13:32:34 +00:00
zzz
831c1945a5
Fix build (missed one file)
2019-12-05 15:54:44 +00:00
zzz
1ddc651b11
Console: Fix stopping webapps at shutdown (ticket #2508 )
...
RouterAppManager log tweaks
2019-06-15 16:02:22 +00:00
zzz
04a985cd8c
Consolidate Java version checking code, fix bugs
...
where versions are in different forms
Add warning about Java 7
2019-05-12 20:20:13 +00:00
zzz
585778cddc
Console: Delay plugin update check until router is ready
2019-05-09 10:10:24 +00:00
zzz
2de36ee343
Console: Remove static Server ref, hang off RCR
2018-10-11 13:10:33 +00:00
zzz
e59d7a821b
Plugins: Blacklist neodatis and seedless for Java 9+ (ticket #2295 )
2018-09-23 15:11:16 +00:00
zzz
39dfdad0d2
Add imagegen to standard webapps list
2018-06-19 12:57:21 +00:00
zzz
ab9dac8827
Migrate webapp detection calls to PortMapper.isRegistered()
2018-04-25 14:21:23 +00:00
zzz
9b3082be06
Console: Register all webapps with port mapper (ticket #1749 )
2018-03-14 12:23:37 +00:00
zzz
0eb04facec
Util: Consolidate FileFilters
2018-03-05 13:16:04 +00:00
zzz
9b2a85df38
Console: Split net.i2p.router.web into two packages, and move the new .helper package to the war
2017-12-01 14:07:29 +00:00
zzz
1ab67de677
Plugins: Blacklist i2pbote and BwSchedule
...
Translate exceptions thrown from PluginStarter
2017-03-23 14:55:56 +00:00
zzz
9dab3b0dfe
javadoc fixes part 12 (ticket #1894 )
2017-01-27 02:27:53 +00:00
zzz
5be077e25d
Clean up single char indexOf()
2016-12-02 18:52:37 +00:00
zzz
6ff9483e07
Console: Java 9 fixes for classloader (ticket #1870 )
...
May not be sufficient for plugins
Unlinkify viewmtn links on /jars, site is down
2016-10-29 16:21:02 +00:00
zzz
7f2bd164db
Plugins: Add exception for HSQLDB Timer in thread check
2016-07-16 16:08:34 +00:00
zzz
4e55edc049
minor cleanup and javadocs for previous checkin
2016-02-03 13:32:31 +00:00
zzz
acdaa60de3
Console: Custom icons for non-webapp plugins, from cacapo (ticket #1550 )
2016-02-03 13:20:22 +00:00
zzz
51c5da3f72
lint: don't catch Exception, catch RuntimeException or checked exception.
...
omits SAM, BOB, reflection, commented-out code, and a few other places
2015-11-12 18:49:13 +00:00
zzz
5f175455c7
lint console,streaming
2015-10-17 15:47:49 +00:00
zzz
cfc0664756
Don't try to fetch subscriptions, news, or plugin updates while in VM Comm system
2015-09-19 19:06:07 +00:00
dg2-new
38f2b93c7a
typo
2015-05-15 20:30:59 +00:00
zzz
5ee6826241
Plugins: Add support for custom icons (ticket #1550 )
2015-05-09 15:28:43 +00:00
zzz
aecc95825b
Updates: Fail fast if HTTP proxy is not running (ticket #1530 )
...
Covers router, unsigned router, plugin, and news updates
2015-04-24 16:08:08 +00:00
zzz
9e43618028
Plugins: More thread group debugging for isRunning check;
...
Don't count Jetty RolloverFileOutputStream in the thread group,
to fix restart of a plugin
2014-12-05 15:35:38 +00:00
zzz
2f2aa7f5a8
I2PTunnel:
...
- Fix bug that left server acceptor thread running after close
- Add destroy() methods to release all resources when closing a tunnel for good,
particularly the streaming timer threads
- Use COWAL to prevent concurrency problems
- Javadocs
Streaming:
- Don't return null from accept() any more; actually throw
ConnectException as the javadocs have always specified
- Throw ConnectException from accept() if interrupted; previously caught and ignored
- Throw exceptions from ConnectionHandler.accept(), not higher up
- Close ServerSocket when ConnectionManager is shut down
- Synchronize setActive(), clear queue when starting to accept,
better handling of calls that don't change state
- Javadocs
ConfigClientsHelper: Call isPluginRunning() less often
PluginStarter: Simplify detection of active threads
Above changes mostly in support of zzzot plugin implementing ClientApp
and being able to shut down completely so there are no threads
in its thread group, so /configclients will all show status as stopped.
Previously, the I2PTunnelServer acceptor thread and
one or more streaming timer threads would remain.
2014-11-13 20:12:55 +00:00
zzz
f19ec4bd44
Plugins: Fix bug in stopping a ClientApp plugin with $parameters in the args
2014-11-12 14:38:13 +00:00
str4d
3a899d52d1
Don't grab the ClientApp if we don't need to
2014-07-19 23:55:43 +00:00
zzz
943ea957a2
* Plugins: Retry deletion at restart if it fails (ticket #1257 )
2014-04-30 14:22:25 +00:00
str4d
0f6d039391
Console: Handle stopping plugin ClientApps
2014-03-23 10:55:00 +00:00
zzz
ef3a12f01a
* UpdateManager:
...
- Convert to RouterApp and remove update hooks from context
(ticket #1185 )
2014-02-07 15:40:23 +00:00
str4d
c6f2d4948b
Class generics
2013-11-24 23:41:06 +00:00
str4d
2f4765665d
routerconsole: type arguments, unused imports
2013-11-21 11:31:50 +00:00
zzz
1d4190734d
Findbugs all over
...
- volatile -> atomic
- unused code and fields
- closing streams
- hashCode / equals
- known non-null
- Number.valueOf
- new String
Still avoiding SAM, BOB, SusiMail
2013-11-16 13:22:05 +00:00
zzz
de4b0198b7
javadoc fixes
2013-06-30 17:13:53 +00:00
zzz
e394d3d4c5
* DatabaseLookupmessage:
...
- Add support for requesting an encrypted reply
* NetDB:
- Add support for encrypted DatabaseSearchReplyMessage and DatabaseStoreMessage
in response to a DatabaseLookupMessage
* PRNG: Cleanups using Collections.singletonMap()
* Router utils: New RemovableSingletonSet
* TransientSessionKeyManager:
- Support variable expiration for inbound tag sets
- Several efficiency improvements
* VersionComparator: Add static method, use most places
2013-05-26 17:25:02 +00:00
zzz
0816cfe273
* Plugins: Track pending plugin clients better, don't hold references,
...
start delayed clients from SimpleTimer2 instead of Job queue (ticket #670 )
2013-04-26 16:41:09 +00:00
zzz
1e5ffe636f
* Updates:
...
- Notify manager about all available update methods at once, so the priority
system works and it doesn't only update via HTTP
- Start router update download at startup if available
- Only check plugins when core version increases, not decreases, so we
don't update plugins when downgrading
- Limit length of URL shown on summary bar
2013-04-19 11:49:22 +00:00
zzz
f1dd77982a
RouterConsole compile fixes for Jetty 7.
...
Convert LocaleWebAppHandler from extending WebAppContext to
extending HandlerWrapper, since handle() is now final in WebAppContext.
Untested.
2012-11-21 20:49:18 +00:00
zzz
5e48331eae
propagate from branch 'i2p.i2p.zzz.update' (head 267311f29e501fcc8b3d674a93e78b5520ac985e)
...
to branch 'i2p.i2p' (head edeca2ab47e734c2314ff394609292d8bd3d5293)
2012-10-28 12:48:35 +00:00
zzz
724f4f9b37
- Several plugin install fixes
...
- Remove unused UpdateTypes
- Only try applicable updaters when updating
- Javadoc fixes
2012-10-23 02:34:24 +00:00
zzz
4db4010abf
propagate from branch 'i2p.i2p' (head 2da3b585b42d058e25909bc303d72277ae2463b5)
...
to branch 'i2p.i2p.zzz.update' (head ebbad994215dc2822e9a1776399864ed77a0e5a0)
2012-10-14 22:42:00 +00:00
zzz
8f17b73091
changes due to LoadClientAppsJob changes for ClientApp interface
2012-10-13 12:51:24 +00:00