Commit graph

223 commits

Author SHA1 Message Date
Maarten Everts
599c65adb2 Wait for response on socket when sending
It appears that signald doesn't like not being able to send something back on
the socket.
2020-09-04 16:10:28 +02:00
Maarten Everts
9248417773 Make UUID in JsonAddress optional 2020-09-04 16:09:43 +02:00
97a6747924 Enable go.mod 2020-06-30 04:01:24 -07:00
c3bfae8751 Update to work with latest signald client protocol as of https://gitlab.com/thefinn93/signald/-/merge_requests/14 2020-06-30 03:54:35 -07:00
34a208588b Update some structures 2020-06-25 02:42:33 -07:00
352c423dd4 Add listAccounts 2018-10-09 00:26:08 -07:00
529dc8c03e Handle linking_successful message (that i just wrote) 2018-10-08 21:49:05 -07:00
a0c3390da3 Add linking support 2018-10-08 21:41:44 -07:00
110afc7e8b more gofmt 2018-10-08 20:35:40 -07:00
c69745b52b listGroups command
and a light sprinkling of gofmt
2018-10-08 20:35:04 -07:00
de84b5c939 Add license header to all go files 2018-10-08 18:14:18 -07:00
c7b17b30f3 Remove incorrect comment about MarkFlagRequired() not doing anything
seems like something's enforcing it and it's not my code
2018-10-08 18:07:22 -07:00
6e8edc9144 Remove incorrect license header that cobra added despite explicit flag to use GPLv3 :/ 2018-10-08 18:04:03 -07:00
eb6a7e71c3 Move cmd to ./cmd/signald-cli
cobra is trying to encourage an annoying file layout
2018-10-08 18:03:28 -07:00
5f11410cf8 derp 2018-10-08 17:54:37 -07:00
86553ad5a1 Rename Send() to SendRequest()
Eventually Send() will probably be a wrapper for messages with type send
2018-10-08 17:51:56 -07:00
6b277642cf it really doesn't like this folder with the - in it 2018-10-08 17:48:52 -07:00
321fde23a2 Make the socket path flag actually useful 2018-10-08 17:47:10 -07:00
b6bd1a79e8 ignore the binary executable 2018-10-08 17:46:51 -07:00
c35004ee20 herp derp gopath 2018-10-08 17:43:44 -07:00
Finn Herzfeld
40a4c84628 Add LICENSE 2018-10-08 20:39:49 -04:00
1e3e13d4f4 s/prepare_script/before_script/g 2018-10-08 17:39:16 -07:00
238b0dc004 Initial commit, including signald library and signald-cli tool 2018-10-08 17:38:17 -07:00