1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-28 09:35:14 +03:00
Commit Graph

864 Commits

Author SHA1 Message Date
Zack Scholl
e1ccb58d8f bump 9.1.4 2021-05-12 07:04:38 -07:00
Zack Scholl
d0ebb7ad38 longer time for local connections 2021-05-12 07:04:10 -07:00
Zack Scholl
2bfbacf972 bump 9.1.3 2021-05-11 10:06:14 -07:00
Zack Scholl
66f30c0565 skip autocomplete installation on fish, Fixes #393 2021-05-10 13:47:17 -07:00
Zack Scholl
340bafba3d bump 9.1.2 2021-05-07 10:23:45 -07:00
Zack Scholl
e47776bb10 fix 2021-05-07 10:21:24 -07:00
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
7c28279a58 bump 9.1.1 2021-04-29 09:43:50 -07:00
Zack Scholl
27b7cdbf12 bug fix: doesn't ask overwrite text Fixes #384 2021-04-29 09:16:22 -07:00
Zack Scholl
24fb8746a4 fix deadlock 2021-04-29 09:11:29 -07:00
Alvar Penning
8f5c73837a Prefer local DNS resolver over public DNS servers
The changes cause the local DNS resolver to be used exclusively at
first. If this fails, the public DNS servers are queried as before.

This feature was previously requested. Merging should close #301.

Along the way, three other changes are introduced:

1. A public IPv6 DNS server was added.

2. The lookup returns the first result from a public DNS server and does
   not wait for all queries to be answered.

3. In the unlikely case that no public DNS server is able to answer, an
   error will be returned.
2021-04-26 11:43:45 +02:00
Zack Scholl
5b0883e1fe generate key once 2021-04-21 16:57:18 -07:00
Zack Scholl
420030998f add chacha20 2021-04-21 16:53:29 -07:00
Zack Scholl
ab5ae5cbb6 add more benchmarks 2021-04-21 12:40:41 -07:00
Zack Scholl
407e162ec2 bump 9.1.0 2021-04-20 15:57:46 -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
f8ef096784 bump 9.0.0 2021-04-17 20:33:18 -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
a96762b942 fix room deletion if room is full 2021-04-17 10:44:10 -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
9231b1a661 update utils benchmark 2021-04-17 09:39:47 -07:00
Zack Scholl
3e56d4cdb9 use magic bytes instead of checking max 2021-04-17 09:05:27 -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
8250a39534 fix: delete room if full and third-party tries to enter 2021-04-16 09:48:11 -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
Tobias Dussa
876ce5764b Transfer symlinks without touching their targets. 2021-04-15 17:07:23 +02:00
Zack
3fd125178f
Merge pull request #341 from MatejKafka/master
Added CROC_CONFIG_DIR env var to support custom config dir path
2021-04-13 15:38:38 -07:00
Zack Scholl
6ba6ec9d32 bump 8.6.12 2021-03-26 16:03:51 -07:00
Zack Scholl
c373b38b59 bump 8.6.12 2021-03-26 16:03:31 -07:00
Zack Scholl
ff12c33e7f bump 8.6.12 2021-03-26 15:41:45 -07:00
Zack Scholl
a9d582cc6a lookup using standard dns 2021-03-26 15:39:33 -07:00
Matej Kafka
c1e546ede6
Added CROC_CONFIG_DIR env var to support custom config dir path 2021-03-20 00:50:50 +01:00
Jona
2273438373 add compliance with xdg base directory specification in regards to XDG_CONFIG_HOME 2021-03-17 17:45:07 +01:00
Zack Scholl
50aa24d86d bump 8.6.11 2021-03-15 12:39:04 -07:00
Zack Scholl
fb2723d80b don't show description if only sending one file 2021-03-15 11:50:30 -07:00