Commit Graph

158 Commits

Author SHA1 Message Date
Mark Qvist
c28adee5ac Updated readme 2024-05-11 13:50:41 +02:00
Mark Qvist
cca430ca18 Bumped RNS dependency to latest release version 2024-05-11 13:17:26 +02:00
Mark Qvist
168f91908e Updated version 2024-05-11 13:16:18 +02:00
Mark Qvist
a77451743b Fixed invalid escape sequence handling. This fixes terminal escape sequences such as Page Up/down, home/end, pasting text and others not being processed correctly. 2024-05-11 13:14:51 +02:00
Mark Qvist
4da540f189 Fixed missing format string declarator 2024-05-11 12:40:28 +02:00
markqvist
cde20121ea
Merge branch 'acehoss:main' into main 2024-05-11 12:38:30 +02:00
Aaron Heise
0221e52fcb
Update readme for 0.1.3. 2023-12-17 13:12:19 -06:00
Aaron Heise
ab7f43e910
Improve pipe management
Fixes an issue where terminating a session with ~. prevents another session from connecting for some amount of time.
2023-12-17 13:09:56 -06:00
acehoss
94b8d8ed66
Merge pull request #27 from Erethon/fix-timeout
Fix type bug when specifying --timeout
2023-10-27 17:08:11 -05:00
Dionysis Grigoropoulos
982132ccc3
Fix type bug when specifying --timeout 2023-10-27 02:05:15 +03:00
Aaron Heise
0eae443a32
Add a little documentation for v0.1.2 2023-09-24 13:50:16 -05:00
Aaron Heise
36d408fd26
Take safety check out of CI build for now
Until a good process for remediating vulnerabilities is devised, better to have CI succeed when tests pass than to have it fail every time.
2023-09-24 13:43:20 -05:00
acehoss
754769b760
Merge pull request #26 from markqvist/escape_sequences
Escape Sequences, Session Termination & Line-Interactive Mode
2023-09-24 11:36:52 -07:00
acehoss
13352ee4e2
Merge pull request #25 from markqvist/identities_file
Allowed Identities File
2023-09-24 11:36:42 -07:00
acehoss
ffccb2511b
Merge pull request #24 from markqvist/adaptive_compression
Adaptive Compression
2023-09-24 11:36:29 -07:00
Mark Qvist
f5aab30d7b Use local docopts 2023-09-22 09:55:07 +02:00
Mark Qvist
c9925226c9 Updated versions 2023-09-22 08:29:47 +02:00
Mark Qvist
e03a5f3492 Updated versions 2023-09-22 08:28:28 +02:00
Mark Qvist
eb4f94f57a Updated versions 2023-09-22 08:26:02 +02:00
Mark Qvist
f18a0946c7 Removed external dependency on docopt, included local version 2023-09-22 08:25:10 +02:00
Mark Qvist
bd1c02e256 Cleanup 2023-09-22 08:24:24 +02:00
Mark Qvist
1fa5a42fe6 Moved tomli dependency to dev dependencies, since it is never used in installed distributions 2023-09-22 08:14:38 +02:00
Mark Qvist
e9894cc9fe Updated version fetch method, since pyproject.toml is never present in installed distributions 2023-09-22 08:14:11 +02:00
Mark Qvist
0b456a0fee Allow RNS versions larger than 0.5.9 2023-09-21 19:52:20 +02:00
Mark Qvist
a3f147e2bd Cleanup 2023-09-19 00:56:26 +02:00
Mark Qvist
79eb170030 Implemented escape sequences and line-interactive mode 2023-09-18 20:39:24 +02:00
Mark Qvist
e0ba3d11ba Implemented an allowed_identities file for more convenient access management 2023-09-18 17:58:44 +02:00
Mark Qvist
3b71b197ae Removed log statement 2023-09-18 00:32:47 +02:00
Mark Qvist
14f9320860 Removed logging statement 2023-09-18 00:26:49 +02:00
Mark Qvist
aaf4dad420 Update version 2023-09-16 18:43:56 +02:00
Mark Qvist
a2a45a82af Implemented adaptive compression on stdin, stdout and stderr streams 2023-09-16 18:43:22 +02:00
Mark Qvist
e393857af8 Bumped RNS dependency to version 0.5.9 2023-09-16 18:41:32 +02:00
Mark Qvist
35910d3df1 Updated .gitignore 2023-09-16 17:11:05 +02:00
Aaron Heise
9ebf8147a0
Update documentation 2023-05-20 06:34:14 -05:00
Aaron Heise
2e9419f889
Updating RNS dependency
Candidate #20
2023-05-20 06:18:12 -05:00
Aaron Heise
26368c9d7c
Merge remote-tracking branch 'origin/main' 2023-05-12 09:08:02 -05:00
Aaron Heise
1b1f3eda01
Updating RNS dependency
Fixes #16
Fixes #11
2023-05-12 09:07:54 -05:00
acehoss
3dd98d7e9f
Merge pull request #19 from markqvist/python_compat
Missing version resolution
2023-05-11 13:55:49 -05:00
markqvist
84b1f0f035
Merge branch 'acehoss:main' into python_compat 2023-05-11 20:53:18 +02:00
Mark Qvist
4897cd0387 Fixed missing version resolution without pyproject.toml 2023-05-11 20:52:15 +02:00
acehoss
b7591aaa49
Merge pull request #18 from markqvist/python_compat
Remove unused importlib.metadata for Python 3.7+ compatibility
2023-05-11 13:28:27 -05:00
Mark Qvist
494ebb29fb Remove unused importlib.metadata for Python 3.7+ compatibility 2023-05-11 20:18:28 +02:00
Aaron Heise
e54ef5a675
Fix RNS dependency: should allow any version greater than 0.5.0, rather than only exact version. 2023-05-05 22:13:15 -04:00
Aaron Heise
f483444daa
Version bump 2023-03-08 16:58:03 -06:00
Aaron Heise
53332bf1ac
Use StreamDataMessage from RNS.Buffer
But don't use Buffer yet
2023-03-08 16:54:02 -06:00
Aaron Heise
5e97dc372e
Upgrade rns to 0.5.0 2023-03-08 16:42:29 -06:00
Aaron Heise
44dacb3eb3
Fix tests after switching to new Channel 2023-02-28 09:01:02 -06:00
Aaron Heise
5bca575a4b
Switch to RNS-provided Channel 2023-02-28 08:48:29 -06:00
Aaron Heise
b6a22cd2a7
Fix incorrect callback for loop signals 2023-02-25 05:20:48 -06:00
Aaron Heise
3a271c8cd5
Update some of the protocol details 2023-02-23 11:05:17 -06:00