Zack
|
accb310337
|
ignore
|
2024-05-20 09:11:08 -07:00 |
|
Zack
|
2b4c088100
|
fix: use more secure shared secret as room name
|
2024-05-20 09:08:10 -07:00 |
|
Zack
|
a591833dbf
|
fix: filter escape sequences in filenames
|
2024-05-20 08:38:36 -07:00 |
|
Zack
|
b3668a6f5c
|
fix: prompt for overwriting when unzipping
|
2024-05-20 08:31:47 -07:00 |
|
Zack
|
b05c3c8c42
|
fix: client quits when discovering dangerous paths
|
2024-05-20 08:23:21 -07:00 |
|
Zack
|
13bc190f8b
|
ignore big file
|
2024-05-20 08:08:38 -07:00 |
|
Zack
|
1b90484bb8
|
chore: update dependencies
|
2024-05-20 06:08:20 -07:00 |
|
Zack Scholl
|
05359d6976
|
update deps
|
2024-05-12 16:15:52 +00:00 |
|
Zack Scholl
|
cc4d74c490
|
Merge branch 'main' of github.com:schollz/croc
|
2024-04-06 16:45:03 +00:00 |
|
Zack
|
d81116382f
|
bump version to 9.6.15
|
2024-04-06 09:44:08 -07:00 |
|
Zack Scholl
|
94cc880568
|
Merge branch 'main' of github.com:schollz/croc
|
2024-04-06 16:44:02 +00:00 |
|
Zack
|
24b907f4bb
|
chore: update deps
|
2024-04-06 09:43:27 -07:00 |
|
Zack Scholl
|
8166b2dbed
|
Merge branch 'main' of github.com:schollz/croc
|
2024-04-05 21:39:02 +00:00 |
|
Zack
|
14187f6f30
|
Merge pull request #688 from schollz/dependabot/go_modules/golang.org/x/crypto-0.22.0
Bump golang.org/x/crypto from 0.21.0 to 0.22.0
|
2024-04-05 14:38:56 -07:00 |
|
dependabot[bot]
|
90682d3ebd
|
Bump golang.org/x/crypto from 0.21.0 to 0.22.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.22.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-05 08:21:46 +00:00 |
|
Zack Scholl
|
f4057aa28b
|
Merge branch 'main' of github.com:schollz/croc
|
2024-04-04 18:31:02 +00:00 |
|
Zack
|
3c2548aa69
|
Merge pull request #687 from schollz/dependabot/go_modules/golang.org/x/net-0.23.0
Bump golang.org/x/net from 0.22.0 to 0.23.0
|
2024-04-04 11:30:06 -07:00 |
|
dependabot[bot]
|
7bab9c3cb5
|
Bump golang.org/x/net from 0.22.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-04 08:06:47 +00:00 |
|
Zack Scholl
|
355628f895
|
Merge branch 'main' of github.com:schollz/croc
|
2024-04-01 19:29:03 +00:00 |
|
Zack
|
eaffc6dcac
|
Merge pull request #686 from a1lu/readonly
Avoid to create config dir if not required
|
2024-04-01 12:28:36 -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 Scholl
|
1324ff8897
|
Merge branch 'main' of github.com:schollz/croc
|
2024-03-31 19:11:02 +00: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 Scholl
|
0c49ac3f02
|
Merge branch 'main' of github.com:schollz/croc
|
2024-03-31 19:09:02 +00: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 |
|
Zack Scholl
|
f8f69e3157
|
Merge branch 'main' of github.com:schollz/croc
|
2024-03-31 19:08:03 +00:00 |
|
Zack
|
4e75e131c4
|
Merge pull request #682 from vihu/rg/update-error-message
Update error message to be more verbose
|
2024-03-31 12:07:45 -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 |
|
Zack Scholl
|
7763a971f2
|
Merge branch 'main' of github.com:schollz/croc
|
2024-03-30 18:49:02 +00:00 |
|
Zack
|
d2b7c80369
|
chore: update dependencies
|
2024-03-30 11:48:03 -07: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
|
719f9b62c9
|
Merge branch 'main' of github.com:schollz/croc
|
2024-03-11 22:51:03 +00:00 |
|
Zack Scholl
|
483c5255bb
|
chore: bump version to 9.6.14
|
2024-03-11 15:50:04 -07:00 |
|
Zack Scholl
|
03e6dcd220
|
Merge branch 'main' of github.com:schollz/croc
|
2024-03-11 22:50:02 +00:00 |
|
Zack Scholl
|
22ddbd83c2
|
chore: update deps
|
2024-03-11 15:49:09 -07:00 |
|
Zack Scholl
|
6b930c365b
|
Merge branch 'main' of github.com:schollz/croc
|
2024-03-11 22:49:03 +00:00 |
|
Zack
|
1f6851f33b
|
Merge pull request #680 from schollz/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
|
2024-03-11 15:48:20 -07:00 |
|
Zack
|
61224b4e6b
|
Merge pull request #678 from schollz/dependabot/go_modules/github.com/stretchr/testify-1.9.0
Bump github.com/stretchr/testify from 1.8.2 to 1.9.0
|
2024-03-11 15:48:07 -07:00 |
|
Zack Scholl
|
6f2771e7b5
|
Merge branch 'main' of github.com:schollz/croc
|
2024-03-11 13:46:03 +00:00 |
|
Zack
|
c21beccb7a
|
Merge pull request #679 from bitraid/fix-win-build
Fix Windows builds
|
2024-03-11 06:45:41 -07:00 |
|
dependabot[bot]
|
40f5e9ca1e
|
Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-11 08:56:10 +00:00 |
|
bitraid
|
ed8c0475bf
|
Fix Windows builds
|
2024-03-09 22:31:27 +02:00 |
|
dependabot[bot]
|
d7d7d3c8dc
|
Bump github.com/stretchr/testify from 1.8.2 to 1.9.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.9.0)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-05 04:57:38 +00:00 |
|
Zack Scholl
|
945ac74690
|
Merge branch 'main' of github.com:schollz/croc
|
2024-03-05 04:57:05 +00:00 |
|
Zack Scholl
|
fff6f48001
|
chore: update dependencies
|
2024-03-04 20:56:40 -08:00 |
|
Zack Scholl
|
28ef8e99ac
|
Merge branch 'main' of github.com:schollz/croc
|
2024-02-22 22:41:05 +00:00 |
|
Zack
|
28bb36b321
|
bump version
|
2024-02-22 14:40:20 -08:00 |
|