Zack Scholl
0c2089bd4c
update deps
2021-04-17 20:32:55 -07:00
Zack Scholl
5ad68b9ced
update readme
2021-04-17 20:31:17 -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
d38fc18390
update deps
2021-04-17 14:31:32 -07:00
Zack Scholl
f4cedd1e91
Merge branch 'master' of github.com:schollz/croc
2021-04-17 11:27:25 -07:00
Zack Scholl
fc66c3b91f
improve readme
2021-04-17 11:27:20 -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
8148e191ae
bump
2021-04-17 17:31:44 +00:00
Zack Scholl
25a985464a
Merge branch 'master' of github.com:schollz/croc
2021-04-17 17:15:02 +00:00
Zack
333ece706e
Merge pull request #369 from schollz/v9
...
V9
2021-04-17 10:12:42 -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
Zack Scholl
362a30e5e7
Merge branch 'master' of github.com:schollz/croc
2021-04-15 22:05:04 +00:00
Zack
828de41d6c
Merge pull request #361 from tdussa/BrokenSymlink
...
Transfer symlinks without touching their targets.
2021-04-15 15:01:49 -07:00
Tobias Dussa
876ce5764b
Transfer symlinks without touching their targets.
2021-04-15 17:07:23 +02:00
Zack Scholl
59b287df7f
Merge branch 'master' of github.com:schollz/croc
2021-04-13 22:40:03 +00: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
136faac448
Merge pull request #355 from stingalleman/patch-1
...
Remove dollar icons from commands without output
2021-04-13 15:37:22 -07:00
Zack
85a0bfb898
Merge pull request #359 from mizzunet/patch-1
...
Enhancements to bug_report.md
2021-04-13 15:36:39 -07:00
Missu
4718f3897c
Commented, added bug label
...
Commented lines need to be manually removed by the user, so no need to remove those anymore
Added "big" label for this, so easily discoverable from the Issues list
2021-04-08 11:42:19 +05:30
Sting Alleman
068d5c1031
Remove dollar icons from commands without output
2021-04-04 22:57:14 +02:00
Zack Scholl
4dfa1a9236
Merge branch 'master' of github.com:schollz/croc
2021-03-26 23:05:01 +00: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
f2af5b7256
don't know why , but won't compile for freebsd/arm
...
⨯ release failed after 348.00s error=failed to build for freebsd_arm_7: # golang.org/x/net/ipv4
../../../../pkg/mod/golang.org/x/net@v0.0.0-20210326220855-61e056675ecf/ipv4/sys_freebsd.go:37:79: undefined: unix.MCAST_JOIN_GROUP
../../../../pkg/mod/golang.org/x/net@v0.0.0-20210326220855-61e056675ecf/ipv4/sys_freebsd.go:38:79: undefined: unix.MCAST_LEAVE_GROUP
../../../../pkg/mod/golang.org/x/net@v0.0.0-20210326220855-61e056675ecf/ipv4/sys_freebsd.go:39:79: undefined: unix.MCAST_JOIN_SOURCE_GROUP
../../../../pkg/mod/golang.org/x/net@v0.0.0-20210326220855-61e056675ecf/ipv4/sys_freebsd.go:40:79: undefined: unix.MCAST_LEAVE_SOURCE_GROUP
../../../../pkg/mod/golang.org/x/net@v0.0.0-20210326220855-61e056675ecf/ipv4/sys_freebsd.go:41:79: undefined: unix.MCAST_BLOCK_SOURCE
../../../../pkg/mod/golang.org/x/net@v0.0.0-20210326220855-61e056675ecf/ipv4/sys_freebsd.go:42:79: undefined: unix.MCAST_UNBLOCK_SOURCE
2021-03-26 16:02:39 -07:00
Zack Scholl
483f840401
Merge branch 'master' of github.com:schollz/croc
2021-03-26 22:45:03 +00:00
Zack Scholl
ff12c33e7f
bump 8.6.12
2021-03-26 15:41:45 -07:00
Zack Scholl
e4cecf670b
update deps
2021-03-26 15:41:13 -07:00
Zack Scholl
94e0e3ca67
Merge branch 'master' of github.com:schollz/croc
2021-03-26 22:40:03 +00: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
Zack Scholl
63ba28c9b0
Merge branch 'master' of github.com:schollz/croc
2021-03-17 17:20:04 +00:00
Zack
6caf72df82
Merge pull request #340 from jfaltis/xdg-basedir-spec-compliance
...
Add compliance with XDG Base Directory Specification (XDG_CONFIG_HOME)
2021-03-17 10:17:52 -07: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
50a0d86e3d
Merge branch 'master' of github.com:schollz/croc
2021-03-15 19:40:02 +00:00
Zack Scholl
50aa24d86d
bump 8.6.11
2021-03-15 12:39:04 -07:00