28 Commits

Author SHA1 Message Date
6fc67c974f Allow getting the authtoken from the terminal 2022-01-25 21:07:34 +10:30
5bede1736e Allow for -p pasting a particular file v0.0.2 2022-01-17 08:28:08 +10:30
f5e438602f OK leading v is best practice v0.0.1 2022-01-16 23:02:29 +10:30
7836f2ffbf No leading v 2022-01-16 23:01:15 +10:30
a0b2a9a4a0 Simple versioning for releases 2022-01-16 23:00:29 +10:30
6437763ed9 Improve flag handling and server output 2022-01-16 22:36:34 +10:30
8da4b60f28 Work better with no config 2022-01-16 22:26:17 +10:30
34e3d0ee1b Add readme 2022-01-16 20:36:33 +10:30
739aca19e7 Cleanup logging 2022-01-16 20:35:35 +10:30
d8672139f5 Document environment variable 2022-01-16 19:49:03 +10:30
030ebca2c1 Make it possible to set authtoken via ENV 2022-01-16 19:46:29 +10:30
19ef8d65d5 Refactor and create a start packet response so the client knows it can continue. Start to add command line/config options. 2022-01-16 12:58:11 +10:30
e36d5573ff Check protocol version and auth token (hard coded for now) 2022-01-15 23:35:58 +10:30
f98609d48d Commit basic test 2022-01-15 23:11:56 +10:30
3e9d670af4 Detect UTF-8 text and flag it as a special kind 2022-01-15 23:11:40 +10:30
58f7068d7a Check for attempt to pipe in and out at the same time. 2022-01-15 23:11:21 +10:30
44d80f5fab (Marginally) more sensible default server 2022-01-15 23:11:05 +10:30
448caafd6b Make sizes more human friendly 2022-01-15 23:10:46 +10:30
e3cfa6f309 Autodetection of mode via TTY 2022-01-15 18:20:31 +10:30
7a1c344964 Make it possible to retrieve a particular file (not implemented on client yet) 2022-01-15 16:47:06 +10:30
d90eab464d Basics of receiving files 2022-01-15 14:04:13 +10:30
1e4ee09d5c Add listing 2022-01-14 23:30:14 +10:30
5adfd08595 Of course we should determine type on the server.... 2022-01-14 13:07:56 +10:30
dfe99f4ddb Add file type info detection 2022-01-14 10:06:55 +10:30
1779291586 Fix the way I was using the buffer 2022-01-14 09:21:57 +10:30
0261886b43 Make buffer not eat all memory. 2022-01-13 22:20:35 +10:30
f872453f16 Add gob encoding of structs. Still very basic. 2022-01-13 14:26:16 +10:30
f17df4ce88 Initial commit, based mostly on https://github.com/austburn/gocrypt 2022-01-09 13:05:36 +10:30