0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
Commit graph

1031 commits

Author SHA1 Message Date
Zack
b3668a6f5c fix: prompt for overwriting when unzipping 2024-05-20 08:31:47 -07:00
Zack
d81116382f bump version to 9.6.15 2024-04-06 09:44:08 -07:00
a1lu
4baec420c8 Aovoid to create config dir if not required
If `--remember` is not set, the config dir should not created.
2024-04-01 13:39:04 +02:00
a1lu
cd89e8043f Introduce var doRemember in cli receive function 2024-04-01 13:15:50 +02:00
Zack
8bc7a62b9e
Merge pull request #683 from a1lu/patch-1
Support spaces in 4 word codes
2024-03-31 12:10:32 -07:00
Zack
8b4ab4c86c
Merge pull request #685 from a1lu/config_files
Gracefully handle non existend receive config file
2024-03-31 12:08:50 -07:00
a1lu
e599e56415 Gracefully handle non existend receive config file
If croc shall not remember the config, it should not exit if the config
file could not be opened. This is similar to the handling of the send
config.
2024-03-31 00:08:12 +01:00
a1lu
956598c427 Check $HOME as last 2024-03-30 23:24:52 +01:00
a1lu
618ae1e5d0
Support spaces in 4 word codes
Since the code was extended by the 4 digit block, the patch from https://github.com/schollz/croc/pull/198 did not work anymore.
2024-03-30 22:58:16 +01:00
Rahul Garg
241176d8a4
Update error message to be more verbose
Summary
----
This changes the error message (when connecting to an unavailble
channel) like so:

before:

```
$ croc 6764-jimmy-hilton-inside
securing channel...2024/03/28 17:16:25 room not ready
```

after:

```
$ ./croc 6764-jimmy-hilton-inside
securing channel...2024/03/28 17:16:12 room (secure channel) not ready, maybe peer disconnected
```
2024-03-28 17:16:01 -06:00
Zack Scholl
483c5255bb chore: bump version to 9.6.14 2024-03-11 15:50:04 -07:00
Zack
28bb36b321 bump version 2024-02-22 14:40:20 -08:00
Zack
53fc9ebd99 bump version 2024-02-20 07:58:27 -08:00
Zack
8ac1e3a501 bump version 2024-02-19 07:47:23 -08:00
Travis
4f1f57b1ba remove unnecessary trailing newline character when stdout is enabled 2024-02-18 10:17:35 +08:00
Zack
508e0be335
Merge pull request #662 from qk-santi/ports-and-transfers
define ports by amount, not individually - v2
2024-02-17 10:28:58 -08:00
qk-santi
e1644401da version compatible basePort and transfers 2024-02-17 19:09:53 +01:00
qk-santi
c83eb59963 Revert "define ports by amount, not individually"
This reverts commit 87152f8706.
2024-02-17 18:41:41 +01:00
Zack
b278f5a41d bump version 2024-02-16 06:56:06 -08:00
qk-santi
87152f8706 define ports by amount, not individually 2024-02-12 09:58:51 +01:00
qk-santi
48eb2a2a7c hide relay param if not going to be used 2024-02-12 09:30:20 +01:00
Zack Scholl
230de9184d bump version 2024-02-08 13:39:45 -07:00
Zack
4025efcd48 bump the default.txt 2024-02-06 15:58:18 -08:00
Zack
f41a2afead bump version and fix installer 2024-02-06 15:51:07 -08:00
Zack Scholl
c1367671b6 bump 9.6.6 2023-11-09 06:56:42 -08:00
Zack Scholl
1e572067ec bump 9.6.6 2023-11-09 06:56:29 -08:00
Zack Scholl
8aa9f040f6 bump 9.6.6 2023-11-09 06:53:42 -08:00
PThorpe92
0af35d7149
feat: add support to respect .gitignore files 2023-09-22 21:15:27 -04:00
Zack
f91c7a9948
Merge pull request #587 from ferebee/main
fix architecture detection for Apple Silicon
2023-09-03 19:35:53 -07:00
zx9597446
d724f11297 Here is the English translation:
If there are directories in a zip file compressed on the Windows platform, the "\\" in the filepath will cause the files to be extracted normally on Linux, and ls will show filenames containing single quotes.

So when compressing, I replace "\\" with "/" so that it seems there are no issues on both Windows and Linux.
2023-08-17 12:07:07 +08:00
ferebee
80aabea29b fix architecture detection for Apple Silicon
fix auto-install on macOS Apple Silicon, which reports architecture "arm64" on uname -a rather than "aarch64"
2023-08-09 11:42:23 +02:00
Zack Scholl
ef68dfa54c bump 9.6.5 2023-07-06 10:10:57 -07:00
Zack Scholl
8ab65d06b5 bump 9.6.5 2023-07-06 10:10:39 -07:00
N0mansky
d5e63cd0bf Update: update error messages for http proxy 2023-04-12 18:17:25 +08:00
N0mansky
1b1dc5cdfe Feat: support http proxy as a complementary way to use in network limited environments. 2023-04-12 18:04:15 +08:00
Alexander Seiler
ad7a22b218
Fix some typos
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-03-27 17:13:09 +02:00
Zack Scholl
b3c0625659 localhost -> 127.0.0.1 Fixes #513 2023-03-20 09:16:07 -07:00
BayLee4
fae2e81b4a
Enhance tab completion 2023-03-15 10:03:38 +01:00
Zack Scholl
3ae46c3c18 bump 9.6.4 2023-03-14 04:52:15 -07:00
Zack Scholl
ac3caa5564 bump 9.6.4 2023-03-14 04:50:55 -07:00
Zack Scholl
790ee9e6eb bump 9.6.4 2023-03-14 04:50:29 -07:00
Zack Scholl
0656bb7851 bump 9.6.4 2023-03-14 04:50:10 -07:00
Zack Scholl
5ed8204cb1 bump 9.6.4 2023-03-14 04:50:00 -07:00
Zack Scholl
1220d54a65 bump 9.6.4 2023-03-14 04:41:22 -07:00
Zack Scholl
3c1d60d6d2 bump 9.6.3 2023-02-20 07:34:32 -08:00
Zack Scholl
5bdd4453cd bump 9.6.3 2023-02-20 07:34:04 -08:00
Zack Scholl
5b333fc85c bump 9.6.3 2023-02-20 07:33:52 -08:00
Zack Scholl
90e4e33dcd bump 9.6.3 2023-02-20 07:33:34 -08:00
Zack Scholl
3135bd74e3 bump 9.6.3 2023-02-20 07:21:24 -08:00
stefins
24679d4e02
Chmod new file based on the source file mode 2023-02-10 14:53:06 +05:30