1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-15 17:51:15 +00:00
Commit graph

880 commits

Author SHA1 Message Date
postmannen
1c17f82eef updated readme 2022-02-11 07:34:31 +01:00
postmannen
b11b8d6baf added REQHttpGetScheduled 2022-02-11 07:27:51 +01:00
postmannen
fbeb3bf9f6 added flag purgeBufferDB 2022-02-10 06:19:13 +01:00
postmannen
9ba211d2fc added centralAuth struct, renamed flag allowEmptySignature to enableSignatureCheck 2022-02-09 14:59:40 +01:00
postmannen
56014a7efd added only signature checking for REQCliCommand 2022-02-09 11:15:00 +01:00
postmannen
3f48002a23 added flag isCentralAuth 2022-02-09 09:06:06 +01:00
postmannen
e8b1064161 added struct types for signatures and keys 2022-02-09 06:39:50 +01:00
postmannen
52fff1a225 fixed comments 2022-02-09 05:29:34 +01:00
postmannen
f5f0c11dd6 Added REQPublicKey 2022-02-08 11:49:32 +01:00
postmannen
afe24716db added select for ctx.Done for methodREQRelay 2022-02-08 05:27:39 +01:00
postmannen
75ed40877b added go routine for methodREQRelay 2022-02-08 05:17:38 +01:00
postmannen
d748dcaec8 tuned down debug output 2022-02-07 11:53:49 +01:00
postmannen
11adae4f39 set correct config folder for tests 2022-02-07 07:25:43 +01:00
postmannen
5fa3f593e7 removed errorCh from newProcess arguments 2022-02-07 06:42:17 +01:00
postmannen
77b89cdfb9 fixed test for errorKernel 2022-02-07 06:18:59 +01:00
postmannen
b3630f62c4 moved signatures into signatures.go 2022-02-07 04:23:13 +01:00
postmannen
426b98941e moved the ownership of signatures server from processes 2022-02-04 10:33:31 +01:00
postmannen
fb68379c58 renamed signature types 2022-02-04 07:32:40 +01:00
postmannen
521702fa53 initial signature verification 2022-02-04 06:24:34 +01:00
postmannen
f19f164773 added flag for allowing empty signature 2022-02-03 11:41:46 +01:00
postmannen
13a79a8962 added allowEmptySignature flag 2022-02-03 11:11:21 +01:00
postmannen
5b211b6fac implemented initial subscriber verify signature 2022-02-03 11:02:35 +01:00
postmannen
6724753e62 signing methodArgs 2022-02-03 07:04:10 +01:00
postmannen
121cad531c loading signing keys from files 2022-02-02 10:06:53 +01:00
postmannen
11991d95ff generating signing keys 2022-02-02 08:54:36 +01:00
postmannen
130f9fc57e restructured function logic for sending messages 2022-02-01 07:22:06 +01:00
postmannen
7b230f1fc6 Added ArgSignature to Message 2022-01-31 10:06:14 +01:00
postmannen
1fa45b1293 changed message.Data from []string to []byte 2022-01-31 08:49:46 +01:00
postmannen
73db37beba updated readme 2022-01-28 08:54:26 +01:00
postmannen
ce39d5cf0f fixed client timeout error in REQHttpHandler 2022-01-28 08:36:09 +01:00
postmannen
4390d494f4 updated comments with references to command to just have for the event type 2022-01-27 14:25:24 +01:00
postmannen
49aa0fae20 update readme 2022-01-27 13:31:14 +01:00
postmannen
eec366c9e2 updated readme 2022-01-27 13:29:27 +01:00
postmannen
e7e5726095 renamed commandorevent field name in subject struct 2022-01-27 10:06:06 +01:00
postmannen
d7bee9d361 removed command type 2022-01-27 07:19:04 +01:00
postmannen
b294d7e83a updated readme with startup folder 2022-01-27 00:38:25 +01:00
postmannen
01444c6af4 reqclicommandcont changed error output 2022-01-27 00:06:30 +01:00
postmannen
32aeed6c18 added -1 as methodTimeout for long running request 2022-01-26 15:35:31 +01:00
postmannen
88672f1e35 added logic for startup folder 2022-01-26 09:23:02 +01:00
postmannen
c1e11f0709 removed old folders and files 2022-01-25 05:45:31 +01:00
postmannen
4506d5b9f5 update README 2022-01-25 05:18:59 +01:00
postmannen
10bee39a1c tui, message, keeping fields when buttons pushed 2022-01-24 08:11:23 +01:00
postmannen
25c6e42e34 fixed error output on req handlers 2022-01-21 08:35:08 +01:00
postmannen
8cf41d58c1 fixed linter error in README 2022-01-21 07:06:12 +01:00
postmannen
b633416244 removed done todo's 2022-01-21 06:49:32 +01:00
postmannen
48500aa1fb sendInfo also now via error kernel 2022-01-21 06:15:26 +01:00
postmannen
ccd57dad10 renamed newMessagesCh to ringBufferBulkInCh 2022-01-20 08:17:37 +01:00
postmannen
698706b41f update comments 2022-01-20 07:50:58 +01:00
postmannen
43bd929b2c added own error layout for relayed messages 2022-01-20 07:19:49 +01:00
postmannen
a75c0d933a errorKernel comments 2022-01-20 06:55:08 +01:00