Commit graph

180 commits

Author SHA1 Message Date
924e9c3767 bring protocol up to date 2021-11-02 21:26:30 -07:00
28b7d16568 Fix sending reactions
previous implementation had serious limitations. I realize the docs are awkward,
i'll look up how to use cobra one of these days
2021-10-17 15:01:20 -07:00
a535a63ba0 add signaldctl raw subcommand 2021-10-14 01:52:39 -07:00
25050d2f0e fix unmarshal argument pointer 2021-09-30 00:50:10 -07:00
bfcb423cdf add support for errors in the protocol 2021-09-30 00:39:54 -07:00
0f8b17383f add a subcommand to get the current protocol document from a running signald instance 2021-09-24 02:24:04 -07:00
9a52532325 add group join subcommand 2021-09-14 19:01:38 -07:00
3cb60fd14f fix new uuid library dependency 2021-09-01 20:42:59 -07:00
2fa9670efe improve support for handling UUIDs 2021-09-01 20:24:56 -07:00
096152394a Update protocol and add support for remote-config to signaldctl 2021-08-27 02:54:09 -07:00
Bohdan Horbeshko
ec3d46fcf3 Add account set-profile command 2021-08-26 21:10:02 +00:00
1cdfd16f11 force debian builds to buster 2021-08-25 17:00:23 -07:00
474897ea53 Fix version compiled into debian signaldctl 2021-08-07 13:43:56 -07:00
5b98b6b136 Refactor deb build and remove git pull before build 2021-08-07 13:29:42 -07:00
0a0bcd5e93 Try to fix the debian version tags 2021-08-07 13:29:42 -07:00
8567e37af9 Install dependencies from backports when building signaldctl debian packages 2021-07-30 16:10:09 -07:00
Sebastian Haas
f443b0dd48 Fix index out of range during shell completion
validate number of parameters to prevent panic
see https://github.com/spf13/cobra/blob/master/shell_completions.md
2021-07-30 18:53:34 +00:00
86f23e72c9 build x86 deb doesnt work in MR pipelines either 2021-07-30 11:52:57 -07:00
a5b4d01e10 fix another minor CI thing 2021-07-30 11:40:20 -07:00
2c74bb163c fix up CI to run in 3rd party MR pipelines 2021-07-30 11:36:26 -07:00
0d80576e8a Update some links 2021-07-23 18:38:05 -07:00
c3b79ebe98 trust-all sets trust level to TRUSTED_UNVERIFIED 2021-07-23 17:36:10 -07:00
cf0e4a8b85 add key trust-all
long overdue
2021-07-23 16:55:28 -07:00
fcae0fc903 Add session reset command 2021-07-22 21:42:55 -07:00
033bb59c76 add flag to attach files to outbound messages 2021-07-16 10:49:14 -07:00
7ed5558491 pull after checkout 2021-07-09 18:57:38 -07:00
15e3bd7298 build armhf debs 2021-07-09 18:28:04 -07:00
c5389eb6c2 move some links from gitlab to signald.org 2021-07-09 03:48:04 -07:00
235ec55978 Standardize the deb build template 2021-07-09 01:45:15 -07:00
460fef2f0e Possibly fix building in a branch 2021-07-09 00:39:24 -07:00
eae4dbc944 Add flag to register accounts on the testing server
also move account list to v1
2021-07-09 00:04:46 -07:00
fdcaabfba4 Update protocol 2021-07-08 23:59:25 -07:00
8d38d54615 Update protocol 2021-07-01 23:15:11 -07:00
0e612a2e15 Include version in legacy requests 2021-06-24 18:18:14 -07:00
6ed4784138 Allow listing all known keys 2021-06-12 16:22:31 -07:00
a2f2cf9c05 Update protocol 2021-06-12 16:13:00 -07:00
2a9e942b78 if socket path is empty, try socket in $XDG_RUNTIME_DIR first 2021-06-09 03:09:10 -07:00
f6e6cf4a14 Update protocol 2021-06-07 19:32:14 -07:00
3ca2d6f6c9 Add support for v2 groups on incoming 2021-05-11 12:42:36 -07:00
b5802b75e1 error cleanup 2021-05-05 20:48:34 -07:00
b58dd9ed6d Use v1 for verify 2021-05-05 20:17:18 -07:00
cc0326d93a Switch image for golangci-lint 2021-05-05 20:05:12 -07:00
4e1603db2e signaldctl: Use v1 request type for register so errors (especially captcha errors) are shown to the user
Probably shouldn't have closed #10 before this
2021-05-05 19:51:53 -07:00
3005802e5c publish aarch64 deb 2021-04-13 01:23:51 -07:00
6d65a901a3 build arm64 deb 2021-04-13 00:59:52 -07:00
b2a29e328c Disable arm-builder jobs in forks 2021-04-05 15:25:42 -07:00
Finn
d44f76e716 Merge branch 'fix_socket_path' into 'main'
issue #9: Fix SocketPath handling

See merge request signald/signald-go!3
2021-04-05 22:24:13 +00:00
Sebastian Haas
c3f78b9dd8 Fix SocketPath handling
- use config unless socket option is provided
- render default path in PUBLIC_DOC_MODE
2021-04-05 21:43:07 +02:00
156db67aa6 fix #9 2021-04-04 16:21:34 -07:00
3403eb19a5 Add profile name to group show 2021-03-28 22:06:36 -07:00