Commit Graph

22 Commits

Author SHA1 Message Date
hensm
cde15cfd91 Add option to use a secure connection for the daemon 2022-09-02 09:21:37 +01:00
hensm
8ecd3320f7 Remove unnecessary "use strict" directives 2022-09-02 06:30:19 +01:00
hensm
3dcf8552f7 Make type imports explicit 2022-08-25 22:39:54 +01:00
hensm
170b80283d Add daemon host option and default to localhost instead of all addresses 2022-08-16 00:16:17 +01:00
hensm
c06c9e59a9 Refactor native messaging wrapper 2022-08-14 01:33:35 +01:00
hensm
9f719132bf Add basic daemon connection authentication 2022-08-13 01:45:21 +01:00
hensm
dececa46c3 Narrow linting rules and fix for eslintrc for js files 2022-04-27 22:28:38 +01:00
hensm
9a9ac38cf9 Pass websocket close error with port error property 2022-04-15 22:10:57 +01:00
hensm
41d8edcab4 prettier: Re-format .ts files 2021-08-31 08:28:23 +01:00
hensm
d478742c4b Switch to eslint and fix issues 2021-04-26 05:36:55 +01:00
hensm
d424637191 Cleanup additional messages and add messagr types to MessagePort 2021-04-25 04:26:53 +01:00
hensm
d48efe4840 Remove leading slash from message names 2021-04-25 04:26:53 +01:00
hensm
ff0847441b Add daemon host extension option 2020-03-26 20:13:00 +00:00
hensm
78d8516287 Add options to switch bridge backup WebSocket server port 2020-02-26 16:31:18 +00:00
hensm
f2bb46d7c4 Add option to enable/disable the backup bridge daemon connection 2020-01-23 16:46:45 +00:00
hensm
f6e09ca687 Replace remaining console calls with logger calls 2020-01-23 01:14:57 +00:00
hensm
7f84b90431 Enable strict mode for extension build 2020-01-23 00:58:33 +00:00
hensm
14d3b2c833 Fix unused parameters 2019-08-16 21:12:44 +01:00
hensm
e2eca07876 Fix unused locals and better receiver selector available media checking 2019-08-16 13:07:18 +01:00
hensm
8c9ac7b1d5 Move some background modules to a separate folder and fix init order 2019-07-28 06:18:13 +01:00
hensm
36b391606a Update all dependencies 2019-07-28 03:22:02 +01:00
Matt Hensman
474dbad1aa Add snap support (#60)
* Initial app daemon implementation

* Pass script path to child bridge processes

* Change WebSocket server port

* Fix error sending message whilst WebSocket connection is closing

* Initial ext daemon connection implementation
2019-05-15 11:30:30 +01:00