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

323 commits

Author SHA1 Message Date
Markus Wamser
d5fd2060dd
Distinguish text message from file in receipient dialog
Fixes https://github.com/schollz/croc/issues/388
2021-05-01 21:27:44 +02:00
Zack Scholl
27b7cdbf12 bug fix: doesn't ask overwrite text Fixes #384 2021-04-29 09:16:22 -07:00
Zack Scholl
d6af319ad8 fix tests 2021-04-20 15:48:13 -07:00
Zack Scholl
85e7576311 fix 2021-04-20 15:44:28 -07:00
Zack Scholl
7ac7be37af check if file exists 2021-04-20 15:36:46 -07:00
Zack Scholl
669aeb377a check if file exists 2021-04-20 15:35:38 -07:00
Zack Scholl
b655afb533 choose hash algorithm 2021-04-20 15:32:05 -07:00
Zack Scholl
e9949ce3d7 check file size firsty 2021-04-20 09:08:02 -07:00
Zack Scholl
9286b3c965 show folders when receiving 2021-04-17 20:27:51 -07:00
Zack Scholl
c1edf24338 fix race condition 2021-04-17 20:07:50 -07:00
Zack Scholl
2ac7d4f31f fix tests 2021-04-17 11:12:15 -07:00
Zack Scholl
0a0f7a03d7 update version 2021-04-17 10:33:38 -07:00
Zack Scholl
daf10395a3 update deps 2021-04-17 09:42:11 -07:00
Zack Scholl
cec39ba2ce allow changing curve 2021-04-17 09:01:58 -07:00
Zack Scholl
7a997156ed minor 2021-04-16 17:17:32 -07:00
Zack Scholl
c02b4f1256 fix: make sure that only pake messages are unencrypted 2021-04-16 17:15:51 -07:00
Zack Scholl
babfd5f35f add option to overwrite automatically 2021-04-16 15:14:21 -07:00
Zack Scholl
be5ceae8c7 prompt to overwrite 2021-04-16 15:12:11 -07:00
Zack Scholl
6be4080f05 remove hash exchange 2021-04-16 14:25:57 -07:00
Zack Scholl
b0693751c1 fix 2021-04-16 14:01:48 -07:00
Zack Scholl
2131e99826 use new pake 2021-04-16 09:20:13 -07:00
Zack Scholl
628043b228 fix: do not use part of secret as room name 2021-04-16 08:13:43 -07:00
Zack Scholl
fb2723d80b don't show description if only sending one file 2021-03-15 11:50:30 -07:00
Lars Lehtonen
3e5b876a32
src/croc: fix dropped errors 2021-03-09 16:55:42 -08:00
Zack Scholl
30783ce79c overwrite symlinks on transfer, like files, fixes #334 2021-03-05 09:00:15 -08:00
Peter
17f3df7e36 Added an option to ignore attached stdin, for compatibility with node child_process 2021-01-10 13:17:43 +00:00
vzlcn0
52bc6312e1 add new cmd option to set sender ip 2020-12-17 18:37:48 +03:00
Zack Scholl
f51ea8bfdc show progress 2020-10-22 17:03:46 -07:00
Zack Scholl
bf9ebfc4b4 show ping 2020-10-22 10:13:41 -07:00
Zack Scholl
d3aa2be9ab ping server from discoveries 2020-10-22 10:11:11 -07:00
Zack Scholl
3bcc83a8fc gather all discoveries 2020-10-22 09:53:27 -07:00
Khang. Nguyen Khac Nguyen
4070f12cbf change(croc): shorten flag with builder 2020-10-22 14:06:54 +07:00
Khang. Nguyen Khac Nguyen
8e50b59671 fix(cli): show passphrase when user indicate --pass
+ when user indicate --pass when sending file, indicate --pass flag in
recommended receive command.
2020-10-22 13:37:32 +07:00
Zack Scholl
7a73e4912c allow using only local with --local flag 2020-10-21 18:25:56 +01:00
Zack Scholl
ea0e334feb add back ipv6 broadcast 2020-10-21 08:17:39 -07:00
Khang. Nguyen Khac Nguyen
e85ac9f8bf chore(croc): remove redundant code
+ remove redundant return of func that does not return
+ remove func that is not used
2020-10-21 15:52:04 +07:00
Zack Scholl
b66cfb4cc1 disable ipv6 for peer-to-peer discovery since it causes issues 2020-10-19 11:02:48 -07:00
Zack Scholl
f3697f6aad reduce packets sent for peer discovery 2020-10-13 13:47:43 -07:00
Zack Scholl
43d2ff0a09 find open ports to open local relay 2020-09-21 06:02:13 -07:00
Zack Scholl
8a0800ca90 better error 2020-09-13 12:15:05 -07:00
Zack Scholl
345ef0567e compute filename and deliver without overwriting 2020-09-05 17:23:07 -07:00
Zack Scholl
87e54acd8a add option to disable compression Fixes #239 2020-09-03 15:09:23 -07:00
Zack Scholl
555ddec5e3 handle symlinks Fix #238 2020-09-03 14:57:09 -07:00
Zack Scholl
ff99b07ef1 gather symlink info 2020-09-03 14:49:08 -07:00
Zack Scholl
bbc0ce4e9c better info about incorrect passwords Fixes 237 2020-09-03 12:45:40 -07:00
Zack Scholl
c7ba55fc83 use default port of 9009 if none found #236 2020-09-03 09:53:14 -07:00
Zack Scholl
0eb095bf76 println 2020-09-02 17:35:36 -07:00
Zack Scholl
8fbb7e5019 send and receive text 2020-09-02 17:33:53 -07:00
Zack Scholl
48d63e4854 text works 2020-09-02 17:24:32 -07:00
Zack Scholl
ea781e569b bug fix: propogate error when connecting 2020-09-02 09:46:31 -07:00