Commit Graph

156 Commits

Author SHA1 Message Date
Chip Senkbeil
da75801639
Fix server hangup (#206) 2023-06-18 15:09:09 -05:00
Chip Senkbeil
c4c46f80a9
Remove Formatter code by inlining logic for search and watch 2023-06-08 16:38:05 -07:00
Chip Senkbeil
791a41c29e
Refactor Change to use single path & support renamed detail field (#196) 2023-06-08 16:16:48 -07:00
Chip Senkbeil
4eaae55d53
Refactor to use debouncer for file watching and support configuration (#195) 2023-06-05 18:01:16 -05:00
Chip Senkbeil
b163094d49
Update to test READMEs 2023-06-01 02:39:34 -05:00
Chip Senkbeil
e99329d9a9
Refactor local crate & update/clean dependencies (#191) 2023-06-01 01:48:25 -05:00
Chip Senkbeil
af903013f6
Support installing manager service with custom arguments 2023-05-31 23:47:25 -05:00
Chip Senkbeil
76dc7cf1fa
Refactor into protocol crate & change capabilities -> version (#189) 2023-05-31 02:38:16 -05:00
Chip Senkbeil
8cf7f11269
Refactor authentication into distant-auth 2023-05-27 20:39:26 -05:00
Chip Senkbeil
31aff1e282
Refactor --lsp [SCHEME] to just take the scheme and not the :// 2023-05-27 02:11:41 -05:00
Chip Senkbeil
ea0424e2f4
Feat: set permissions support (#184) 2023-05-27 02:02:59 -05:00
Chip Senkbeil
f2bd2f15f5
Add support for --lsp [scheme] 2023-05-23 14:13:25 -05:00
Chip Senkbeil
398aff2f12
Rename distant-core::data to distant-core::protocol and remove distant-core::data::{Msg, Request, Response} from being re-exported at crate root 2023-05-18 08:49:18 -05:00
Chip Senkbeil
b8fecaacc0
Apply nightly formatting to reorder imports and use module-level import granularity 2023-05-16 15:46:24 -05:00
Chip Senkbeil
5b19870b98
Add upward searching as an option 2023-05-11 23:18:11 -05:00
Chip Senkbeil
bbf74f1e71
Fix launch manager://localhost not parsing distant.args properly 2023-05-09 02:34:10 +02:00
Chip Senkbeil
09e8442892
Fix launch of manager://localhost 2023-05-09 00:48:33 +02:00
Chip Senkbeil
4b983b0229
Refactor into unified settings (#172) 2023-04-22 02:40:21 +02:00
Chip Senkbeil
cfee78c2da
Bump more dependencies and fix tests for capabilities table and search results that use tabled 2023-03-31 22:15:25 -05:00
Chip Senkbeil
656a8007d6
Merge branch 'master' of github.com:chipsenkbeil/distant 2023-03-31 16:16:30 -05:00
Chip Senkbeil
2ab41c4976
Fix timeout default 2023-03-31 00:51:43 -05:00
Chip Senkbeil
5940b21339
Fix formatting issues 2023-03-30 18:31:16 -05:00
Chip Senkbeil
40bd20e4ac
Add --current-dir as option for distant shell and lsp commands 2023-03-30 16:09:54 -05:00
Chip Senkbeil
55036478a0
Add default configuration and ability to generate default configuration 2023-03-18 14:12:22 -05:00
Chip Senkbeil
27dc5775f9
Update ssh launch to use pty (#157) 2022-12-11 04:15:26 -06:00
Chip Senkbeil
ee50eaf9b3
Add heartbeat support (#153)
* Update to support zero-size frame items

* Add heartbeat functionality with client reconnecting logic

* Fix connection reauthentication failures preventing future reauthentication

* More logging

* Remove persist

* Update connection logic to have server take on client id rather than having client take on server id during reconnect

* Bump minimum rust version to 1.64.0

* Bump to v0.20.0-alpha.3 and fix clippy warnings

* Update cargo.lock
2022-11-27 12:38:53 -06:00
Chip Senkbeil
a544587bab
Add ConnectionState & ConnectionWatcher; update server to drop connection on read error 2022-11-20 22:29:20 -06:00
Chip Senkbeil
1c393ef723
Bump dependency versions and update our version to 0.20.0-alpha.2 2022-11-20 17:13:00 -06:00
Chip Senkbeil
4798b67dfe
Rewrite to support custom authentication, handshakes for encryption/compression, and reconnecting (#146) 2022-11-19 20:27:49 -06:00
Chip Senkbeil
7d1b3ba6f0
Fix stack overflow parsing BindAddress and improve resolution of BindAddress 2022-09-16 20:12:15 -05:00
Chip Senkbeil
01610a3ac7
Add search support (#131) 2022-08-30 01:47:23 -07:00
Chip Senkbeil
53fd8d0c4f
Add capabilities support to server and manager 2022-08-28 18:30:36 -05:00
Chip Senkbeil
1fa3a8acea
Refactor ssh options into a generic options map and rename extra/Extra into options/Map 2022-08-27 01:35:12 -05:00
Chip Senkbeil
591cd6ff41
Fix ssh launch login shell using sh on windows; update shell cli to use default shell from system info before defaulting 2022-08-25 01:56:50 -05:00
Chip Senkbeil
6d0bbd56fc
Add back missing newlines for system info printing 2022-08-25 01:19:49 -05:00
Chip Senkbeil
56a030e6dd
Update SystemInfo to support username and shell 2022-08-25 01:15:38 -05:00
Chip Senkbeil
04b20d1348
Fix distant client shell choosing appropriate default; update CHANGELOG 2022-08-19 01:25:32 -05:00
Chip Senkbeil
74a37209eb
Refactor --shutdown-after into --shutdown (#49) 2022-08-18 18:52:42 -05:00
Chip Senkbeil
1ff3ef2db1
Fix shutdown-after such that it now functions 2022-08-18 16:52:03 -05:00
Chip Senkbeil
41d35f88de
Fix handling of IPv6 for Destination and DistantSingleKeyCredentials 2022-08-18 01:19:05 -05:00
Chip Senkbeil
768dbdc053
Rewrite Destination to no longer use uriparse library 2022-08-18 00:09:50 -05:00
Chip Senkbeil
86b34d23c6
Fix ssh settings not getting applied, ssh.bin being mispelled, and added ClientConnectConfig 2022-08-17 14:07:42 -05:00
Chip Senkbeil
9097892c61
Move access control to be manager-specific 2022-08-16 23:00:40 -05:00
Chip Senkbeil
0633530a13
Expose windows-pipe and unix-socket regardless of platform 2022-08-16 21:55:53 -05:00
Chip Senkbeil
44b0dc065c
Split fallback_scheme into launch and connect choices 2022-08-16 14:57:01 -06:00
Chip Senkbeil
4223c4e03f
Fix json support for client launch/connect and add json format support for client select (#118) 2022-08-16 01:31:52 -06:00
Chip Senkbeil
5e1b6e7c51
Update cache to not fail on read error 2022-08-09 00:51:56 -07:00
Chip Senkbeil
b9d2e2e57e
Update termwiz 0.15.0 -> 0.17.1 2022-08-08 22:20:42 -07:00
Chip Senkbeil
ea2e128bc4
Refactor to use distant manager (#112) 2022-08-08 01:10:32 -05:00
Chip Senkbeil
4180ae279a
Bump to 0.16.4 and fix #80 and fix #102 2022-06-01 15:35:29 -05:00