Commit Graph

1717 Commits

Author SHA1 Message Date
Zack Scholl
8b9977a7c4 update 2023-02-07 05:46:10 -08:00
Zack
ae71b4b63b
Merge pull request #528 from chncaption/oscs_fix_cfds588au51u2n4fthm0
fix(sec): upgrade gopkg.in/yaml.v3 to 3.0.0
2023-02-07 05:45:44 -08:00
Zack Scholl
c462b5948f update go.mod/go.sum 2023-02-07 05:44:17 -08:00
Zack
a2c1dc6a89
Merge pull request #526 from BayLee4/main
Implement tab completion for words
2023-02-07 05:40:41 -08:00
chncaption
98391bff63 update gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c to 3.0.0 2023-02-02 22:03:21 +08:00
BayLee4
adadaba75e
Small optimization + consistent variable names style 2023-01-13 16:29:11 +01:00
BayLee4
0024beaedc
Implement tab completion for words 2023-01-12 19:23:50 +01:00
Zack Scholl
63feece074 add testing 2023-01-08 08:11:55 -08:00
Zack Scholl
9e280d7f48 update deps 2023-01-03 18:40:31 +00:00
Zack Scholl
7c7be95d6b update deps 2023-01-03 18:40:20 +00:00
Zack
c20beb1be7
not reachable by twitter anymore 2022-12-16 16:35:06 -08:00
Zack Scholl
e08c5e7f38 bump 9.6.2 2022-12-06 07:59:30 -08:00
Zack Scholl
3b819346fa bump 9.6.2 2022-12-06 07:58:30 -08:00
Zack Scholl
2467411bae fix install tests 2022-12-06 07:58:15 -08:00
Zack Scholl
b436b31970 update deps 2022-12-06 07:45:07 -08:00
Zack Scholl
e3ce565ca6 fix: allow remembering hash algorithm 2022-12-05 15:28:25 -08:00
Zack Scholl
e04981698c update deps 2022-12-05 15:25:10 -08:00
Zack Scholl
07a67ed54e path -> fpath 2022-12-05 15:24:47 -08:00
Zack
9a8e584aca
Merge pull request #520 from taigrr/gofumpt
run through gofumpt
2022-12-05 15:22:10 -08:00
Tai Groot
fa7ae114f5
run through gofumpt 2022-12-05 11:21:04 -08:00
Zack
8a4326bc0d
Merge pull request #519 from taigrr/workflow
update dockerfile to v1.19
2022-12-04 09:37:17 -08:00
Tai Groot
ae20f2b5ac
update dockerfile 2022-12-01 21:45:10 -08:00
Zack Scholl
cd6eb1ba53 update deps 2022-11-18 20:55:07 -08:00
Zack Scholl
8454008b45 update deps 2022-11-18 20:52:55 -08:00
Zack
fce4629120
Merge pull request #515 from taigrr/workflow
Github CI go 1.18 -> 1.19
2022-11-18 20:47:36 -08:00
Tai Groot
fd0db2ad55
upgrade github ci workflow 2022-10-30 20:43:51 -07:00
Zack
7f9688c7a1
Merge pull request #512 from IrishMaestro/revision
Typo fix
2022-10-23 10:29:05 -07:00
IrishMaestro
f1e15a54ee
Typo fix
typo fix for the word relative
2022-10-22 17:18:16 -05:00
Zack Scholl
0f7f449d7f bump 9.6.1 2022-10-17 13:44:09 -07:00
Zack Scholl
b27982a742 update deps 2022-10-17 13:42:39 -07:00
Zack Scholl
30f5a3e84e revert back to flate instead of zstd 2022-09-16 09:19:58 -07:00
Zack Scholl
786fc8d34f update mods 2022-09-16 09:10:08 -07:00
Zack
8de4508876
Merge pull request #506 from V-R-Dighe/develop
Added zstd as a compression algorithm
2022-09-16 09:08:14 -07:00
VRDighe
e640e4fce0 Replaced zstd package 2022-09-16 10:19:44 +05:30
VRDighe
4f8b2aba9b Added zstd as a compression algorithm 2022-09-13 20:08:07 +05:30
Zack
1517767129
addresses #496 gettings ports doing LAN 2022-08-12 12:00:26 -07:00
Zack Scholl
3dedd41557 update 2022-08-06 09:32:46 -07:00
Zack
69f939c0cd
Merge pull request #494 from chavacava/fix-493
fix #493: data race in cli.relay
2022-08-05 08:38:07 -07:00
Zack
cd5872bd2d
Merge pull request #497 from cuishuang/main
fix some typos
2022-08-05 08:37:36 -07:00
cui fliter
1c6583f925 fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-08-05 20:41:18 +08:00
chavacava
40ac320261
fix #493: data race in cli.relay 2022-07-17 10:40:49 +02:00
Zack Scholl
1851327df7 bump 9.6.0 2022-07-08 16:41:04 -07:00
Zack Scholl
0e93f1e285 println -> print os.stderr 2022-07-07 10:46:49 -07:00
Zack Scholl
7e0814a57e update deps 2022-07-07 10:34:20 -07:00
Zack Scholl
c6bcb79928 remove zip compression and add --zip to send command 2022-07-07 10:32:23 -07:00
Zack
134673691e
Merge pull request #488 from stefins/zip-folder
Added ability to zip a directory
2022-07-07 10:14:23 -07:00
Stefin
d226ba536e Fixed relative path / bug 2022-07-07 18:56:37 +05:30
Stefin
b50fe88474 Added support for sending relative folder 2022-07-07 02:58:49 +05:30
Stefin
37ae453ff7 Unzipping file at the reciever end 2022-07-07 00:06:11 +05:30
Stefin
ee772c4cec Added UnzipDirectory function 2022-07-07 00:05:56 +05:30