1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
Commit graph

68 commits

Author SHA1 Message Date
postmannen
c48c7bf196 added initial public keys get 2022-04-20 18:33:52 +02:00
postmannen
7522bc203d removed not needed REQToSocket 2022-04-20 06:41:45 +02:00
postmannen
102cfd43c9 Renamed REQPublicKeysPut to REQPublicKeysToNode 2022-04-20 06:26:01 +02:00
postmannen
2768e70fdf doc update 2022-04-19 18:30:00 +02:00
postmannen
eaf164c9d7 using flag isCentralAuth to start subREQPublicKeysGet, also handling the keys as a []byte 2022-04-07 14:18:28 +02:00
postmannen
b669dc537c initial key distribution testing 2022-04-07 09:34:06 +02:00
postmannen
481055d5cf reading correct key 2022-04-05 12:02:45 +02:00
postmannen
e0f0c4db18 added persistent storage for received public keys 2022-04-05 10:35:59 +02:00
postmannen
567209cacf hello reigster contains signatures of nodes 2022-04-04 10:29:14 +02:00
postmannen
5c55178e34 refactoring server injection 2022-04-01 09:21:50 +02:00
postmannen
86b3ef9e96 added metrics to process 2022-04-01 08:51:14 +02:00
postmannen
56b432f402 cleaned up errorKernel references 2022-04-01 08:43:14 +02:00
postmannen
f0c84f48db injected server directly procs 2022-04-01 07:09:55 +02:00
postmannen
13fd48843d removed procfunc type definition 2022-03-31 14:57:30 +02:00
postmannen
ea79bced4d updated procFunc for hello messages 2022-03-31 14:54:39 +02:00
postmannen
8585086cda added REQToFileNACK 2022-03-04 15:02:43 +01:00
postmannen
b11b8d6baf added REQHttpGetScheduled 2022-02-11 07:27:51 +01:00
postmannen
f5f0c11dd6 Added REQPublicKey 2022-02-08 11:49:32 +01:00
postmannen
5fa3f593e7 removed errorCh from newProcess arguments 2022-02-07 06:42:17 +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
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
1fa45b1293 changed message.Data from []string to []byte 2022-01-31 08:49:46 +01:00
postmannen
91bfb8510f replaced sendError with errorKernel.errSend all over 2022-01-19 10:55:03 +01:00
postmannen
db60d69289 added errorKernel to the processes struct 2022-01-19 05:44:20 +01:00
postmannen
57b3a44169 tui console send message are working 2022-01-13 08:34:22 +01:00
postmannen
7092265d8c added tui req handler 2022-01-12 07:42:41 +01:00
postmannen
e961111d96 add procFuncCh creation part of start the procFunc 2022-01-02 11:57:25 +01:00
postmannen
4ead73e091 updated comments for procfuncs 2022-01-01 10:13:35 +01:00
postmannen
bdf587597d corrected relaying 2021-12-06 14:57:02 +01:00
postmannen
c8f8de71c5 relay, central ok, but no output to node1 2021-11-19 09:35:53 +01:00
postmannen
f387eb76e1 Added REQCopyFileTo request type 2021-11-18 09:34:16 +01:00
postmannen
7c991ee3d5 Transer of files initially works 2021-11-17 13:02:48 +01:00
postmannen
f8491df388 removed REQOpCmd 2021-11-16 20:13:03 +01:00
postmannen
307695842f removed the inner map of procsmap 2021-11-16 19:07:24 +01:00
postmannen
883f824325 put back proc active map with mutexes 2021-11-16 10:21:44 +01:00
postmannen
d02d9018e9 more relay structure, and sub startup 2021-11-10 11:21:38 +01:00
postmannen
4fe066aebd cleaned up old comments 2021-11-09 14:01:42 +01:00
postmannen
ffc5d76623 removed no longer needed mutex 2021-10-08 22:39:46 +02:00
postmannen
bbfea0afd5 replaced channels with mutex 2021-10-08 13:42:19 +02:00
postmannen
92047c9851 procsMap seems to work 2021-10-08 12:07:10 +02:00
postmannen
ada5fdaa59 procsMap structure initially implemented 2021-10-08 08:16:12 +02:00
postmannen
e33fba19e1 removed debug print statements 2021-09-23 05:46:25 +02:00
postmannen
71f4007e31 disabled reaming code with allowedReceivers 2021-09-20 12:22:34 +02:00
postmannen
b4e60ca3f5 own req method for REQStopProcess 2021-09-20 11:53:17 +02:00
postmannen
389e263c59 new req types for proccesslist and processstart 2021-09-20 06:40:34 +02:00
postmannen
c9eb267f4e sending error on not defined request types 2021-09-17 10:28:48 +02:00