Commit Graph

149 Commits

Author SHA1 Message Date
idk
f7c6251f30 possible jbigi fix 2023-01-02 02:32:51 +00:00
idk
51a82601f0 Register notStarting shutdown hook 2022-10-31 12:17:30 -04:00
idk
85e30d36d7 update libraries 2022-10-25 22:03:27 -04:00
idk
7e21d86ab4 zip update processing 2022-10-23 16:05:46 -04:00
idk
6fbe64d8e2 monitor execution of update installer for errors 2022-10-23 15:41:59 -04:00
idk
91beec4f75 monitor execution of update installer for errors 2022-10-23 15:35:26 -04:00
idk
52c91e1e65 update i2pfirefox version 2022-10-01 22:00:58 -04:00
idk
c11f982088 be even more specific about the WinLauncher.java URL fixes 2022-09-20 23:24:28 -04:00
idk
58e1276072 get rid of the "jpackaged" file from the NSIS installer, that's only created after a config migration inside the jpackage now 2022-09-20 12:35:59 -04:00
idk
20240c9e75 get rid of the "jpackaged" file from the NSIS installer, that's only created after a config migration inside the jpackage now 2022-09-20 12:34:52 -04:00
idk
4079d6a8b1 remove some NSIS lines that are now automated by the jpackage. 2022-09-20 11:39:24 -04:00
idk
8b893d1116 skip service correction if config is absent 2022-09-20 01:12:22 -04:00
idk
0d209bb2a8 skip service correction if config is absent 2022-09-20 01:07:56 -04:00
idk
186493b154 skip service correction on linux 2022-09-20 00:54:56 -04:00
idk
a267bb7d65 also fix backupNewsURL in the case of conflicting bundled and un-bundled intalls 2022-09-20 00:09:17 -04:00
idk
c5b2f958c2 fix the router.config file for the user if they installed un-bundled after bundled. closes #23 2022-09-20 00:01:15 -04:00
idk
56b8b5470f fix the router.config file for the user if they installed un-bundled after bundled. closes #23 2022-09-19 23:59:59 -04:00
idk
15cbddb5b0 fix the router.config file for the user if they installed un-bundled after bundled. closes #23 2022-09-19 23:53:38 -04:00
idk
c4bd64a559 fix the router.config file for the user if they installed un-bundled after bundled 2022-09-19 23:50:46 -04:00
idk
f4f7935cdc fix the router.config file for the user if they installed un-bundled after bundled 2022-09-19 23:46:34 -04:00
idk
afca98692a launch services.msc with service prompt 2022-09-19 20:41:28 -04:00
idk
11914ff9aa launch user-installs automatically if they're present and the user consents 2022-09-19 20:25:44 -04:00
idk
4aa4763770 prompt for separate user-installs too 2022-09-19 20:03:57 -04:00
idk
6b61213625 don't change value of routerconsole.browser if we're running alongside a service install 2022-09-19 19:50:13 -04:00
idk
51873e9d62 change message 2022-09-19 19:35:42 -04:00
idk
a54feb9550 change message 2022-09-19 19:31:21 -04:00
idk
e4a3057898 Add notes on conditional which decides whether we should prompt the user to start the service 2022-09-19 12:34:41 -04:00
idk
b7c0b91d55 fix double-declaration of option message 2022-09-19 11:52:20 -04:00
idk
74f985dc33 test using a swing dialog to prompt the user to start a system-wide I2P service. 2022-09-19 03:10:47 -04:00
idk
c226103bc7 detect all Windows service states 2022-09-19 02:40:52 -04:00
idk
0216bc7254 fix example in main 2022-09-19 02:37:59 -04:00
idk
1984487b7d fix space-finding function 2022-09-19 02:35:17 -04:00
idk
7e5b69b2cc enable building launcher and jpackage in separate steps 2022-09-19 02:28:37 -04:00
idk
58305471f6 enable getting service state as both an int and as a string, test uppercase and lowercase queries, test a service we know is there, test a service with it's name and it's registry entry 2022-09-19 01:45:01 -04:00
idk
9489428e36 enable getting service state as both an int and as a string, test uppercase and lowercase queries, test a service we know is there, test a service with it's name and it's registry entry 2022-09-19 01:44:29 -04:00
idk
2cf656ecfa WindowsServiceUtil should have public static void main 2022-09-19 01:25:23 -04:00
idk
893f889636 remember to add WindowsServiceUtil to compile line 2022-09-19 00:40:18 -04:00
idk
280588dee4 prepare to try and probe a windows service from Java 2022-09-19 00:26:52 -04:00
idk
e09f05ce42 start working on Windows Service querying tool 2022-09-18 17:20:00 -04:00
idk
58ef493666 start working on Windows Service querying tool 2022-09-18 16:44:58 -04:00
idk
3fc68f928b fix launcher logging to file 2022-09-13 22:53:12 -04:00
idk
3c404cd15e use selectHome instead of appImageHome in case somebody has set I2P or I2P_CONFIG in the environment 2022-09-13 13:49:16 -04:00
idk
3d8cddec4f bump version number, update changelog, make logging slightly better 2022-09-13 12:58:52 -04:00
idk
e94d008335 selectHome and selectProgramFile need to be the same 2022-09-13 12:50:11 -04:00
idk
068a8ef1a6 it's still OK to instantiate i2pRouter underneath of the launchBrowser call because if we need to instantiate i2pRouter by definition the router isn't running, we've already checked. 2022-09-13 12:35:19 -04:00
idk
72b3f3910c only need one WUPP 2022-09-13 02:04:05 -04:00
idk
11a8f2cb08 update the configuration file to point back automatically 2022-09-13 02:03:09 -04:00
idk
fa0cfe6226 don't change exit status apparently 2022-09-12 23:39:48 -04:00
idk
64a11096b0 exit with status 0 2022-09-12 20:36:46 -04:00
idk
d8887fdfa5 remove and replace TODO comment 2022-09-12 20:29:09 -04:00