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

126 commits

Author SHA1 Message Date
postmannen
8585086cda added REQToFileNACK 2022-03-04 15:02:43 +01:00
postmannen
279e8fbbab fixed timer error in httpGetScheduled 2022-02-23 12:32:21 +01:00
postmannen
7e71064adf replaced log statements with errorKernel logger 2022-02-18 09:51:11 +01:00
postmannen
def4bd8e58 removed debug printing 2022-02-11 09:04:14 +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
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
5fa3f593e7 removed errorCh from newProcess arguments 2022-02-07 06:42:17 +01:00
postmannen
426b98941e moved the ownership of signatures server from processes 2022-02-04 10:33:31 +01:00
postmannen
1fa45b1293 changed message.Data from []string to []byte 2022-01-31 08:49:46 +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
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
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
25c6e42e34 fixed error output on req handlers 2022-01-21 08:35:08 +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
024842b99c errorKernel, send error for all requests 2022-01-19 07:31:25 +01:00
postmannen
f50250661d tui, added REQNone to GetReplyMethods 2022-01-18 14:57:04 +01:00
postmannen
b5c0152b00 tui also uses REQToConsole 2022-01-17 15:13:14 +01:00
postmannen
7092265d8c added tui req handler 2022-01-12 07:42:41 +01:00
postmannen
98a5ab1a70 Add req method REQNone 2022-01-05 08:47:06 +01:00
postmannen
fe6af5c841 Only keep last hello from node in data folder 2022-01-04 07:50:14 +01:00
postmannen
5698623724 comments 2022-01-03 10:40:27 +01:00
postmannen
56cfd50e8b removed fixed or no longer needed todo's 2022-01-03 07:36:38 +01:00
postmannen
e3b535665a REQHttpGet client time set to MethodTimeout 2021-12-15 15:13:48 +01:00
postmannen
bdf587597d corrected relaying 2021-12-06 14:57:02 +01:00
postmannen
7c62cecdb5 renamed noCh to nothingCh 2021-11-23 19:49:48 +01:00
postmannen
e8d84b2fa4 fixed error with default type relaying 2021-11-23 16:06:06 +01:00
postmannen
564da7eefd logging for relay copy working 2021-11-22 17:09:20 +01:00
postmannen
080b8c427c copy via relay working, but logging is using wrong folders 2021-11-22 16:12:44 +01:00
postmannen
9545397c53 copying works, but do'nt pick up correct naming 2021-11-22 16:02:40 +01:00
postmannen
2b3fb56dc4 add copyfilefrom func 2021-11-22 09:26:56 +01:00
postmannen
38e286ab7d removed debug printing 2021-11-22 08:25:50 +01:00
postmannen
3b37df638d setting correct method for reply to origin. 2021-11-22 04:24:15 +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
c6ecb1b868 changed cancelation 2021-11-17 14:07:35 +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
c70b51e1fb removed need for id with REQprocessStop 2021-11-16 19:39:42 +01:00
postmannen
307695842f removed the inner map of procsmap 2021-11-16 19:07:24 +01:00
postmannen
37d120950e removed old code 2021-11-16 11:30:05 +01:00
postmannen
215a4ffd19 removed remains of allowednodes 2021-11-16 11:18:59 +01:00
postmannen
883f824325 put back proc active map with mutexes 2021-11-16 10:21:44 +01:00
postmannen
22b3e4fbe5 relay working, but cmd cont failing output 2021-11-11 13:43:32 +01:00
postmannen
3d8d082fd2 answer of relayed messages seems to work 2021-11-11 09:35:01 +01:00
postmannen
382137d770 updated comments 2021-11-10 16:10:51 +01:00
postmannen
452e3a2e43 checking if we are the the relay host 2021-11-10 12:58:23 +01:00
postmannen
d02d9018e9 more relay structure, and sub startup 2021-11-10 11:21:38 +01:00
postmannen
c37eeffeb5 initial relay request types 2021-11-10 06:22:03 +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
92047c9851 procsMap seems to work 2021-10-08 12:07:10 +02:00
postmannen
b7c12d27d7 rewrote REQCliCommandCont pipe reading 2021-09-27 14:45:49 +02:00
postmannen
3b106644e3 bounds check for methodArgs 2021-09-23 12:52:59 +02:00
postmannen
8239c76bda added sendInfoLogMessage function 2021-09-23 08:31:30 +02:00
postmannen
de7a6c0dda removed message from error messages 2021-09-23 08:19:53 +02:00
postmannen
e33fba19e1 removed debug print statements 2021-09-23 05:46:25 +02:00
postmannen
c212335f62 updated doc for with cliCommand reply method 2021-09-22 16:58:23 +02:00
postmannen
a1fbdffd36 added isReply to message structure 2021-09-22 16:08:55 +02:00
postmannen
8d0b4420c9 initial implementation clicommand as reply method 2021-09-22 15:25:40 +02:00
postmannen
dcbe51a191 initial checking for checking for {{data}} 2021-09-21 23:19:55 +02:00
postmannen
d33c2d5a3a put back node into REQOpProcessStop 2021-09-21 07:10:41 +02:00
postmannen
71f4007e31 disabled reaming code with allowedReceivers 2021-09-20 12:22:34 +02:00
postmannen
6e43364839 OpProcessStop removed node from required field 2021-09-20 12:18:54 +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
054455b857 renamed REQnCliCommandCont to REQCliCommandCont 2021-09-17 10:17:10 +02:00
postmannen
855275d19f removed REQnCliCommand request type 2021-09-17 09:23:08 +02:00
postmannen
d5082cc7a4 added replyMethodTimeout to message 2021-09-16 12:37:46 +02:00
postmannen
d653e94ee2 methodArgs replaces data as an arg field for methods 2021-09-16 11:51:34 +02:00
postmannen
a20bf4021a added profiling, renamed requests file 2021-09-16 05:31:04 +02:00
Renamed from subscriber_method_types.go (Browse further)