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

708 commits

Author SHA1 Message Date
postmannen
8585086cda added REQToFileNACK 2022-03-04 15:02:43 +01:00
postmannen
abf612f5e5 added yaml as input format for the unix socket 2022-03-04 13:22:55 +01:00
postmannen
9ba7e7e680 updated gitignore 2022-03-04 11:13:46 +01:00
postmannen
279e8fbbab fixed timer error in httpGetScheduled 2022-02-23 12:32:21 +01:00
postmannen
c863c12608 fixed wrong path for startup folder 2022-02-22 09:41:59 +01:00
postmannen
38462d7310 Updated Dockerfile 2022-02-18 11:55:15 +01:00
postmannen
f2f7be5c11 removed not needed comments 2022-02-18 11:13:54 +01:00
postmannen
29c0ab8c52 added debug for fromNode on received nats messages 2022-02-18 10:46:26 +01:00
postmannen
7e71064adf replaced log statements with errorKernel logger 2022-02-18 09:51:11 +01:00
postmannen
5d9e57db20 added logConsoleOnlyIfDebug to errorKernel 2022-02-18 07:01:43 +01:00
postmannen
244804bae9 added the use of enableDebug flag in errorKernel 2022-02-18 06:40:00 +01:00
postmannen
9fb9d3fd41 updated dockerfile and scripts for enable debugging flag 2022-02-18 06:29:13 +01:00
postmannen
f32aa2d89b added flag for debugLogging 2022-02-18 06:24:27 +01:00
postmannen
c94213fe36 removed log statements from process.go 2022-02-18 06:17:06 +01:00
postmannen
209fb572be added fromNode to the nats header 2022-02-18 05:22:53 +01:00
postmannen
34c30d492d removed debug printing 2022-02-17 13:01:21 +01:00
postmannen
cd348b5a0c debugging gob encoding 2022-02-17 08:14:56 +01:00
postmannen
9e9a48ee35 changed error output 2022-02-16 13:09:55 +01:00
postmannen
b36cb08277 adjusted gob error output 2022-02-16 12:50:45 +01:00
postmannen
a26f596169 set default for enable errorLog to false 2022-02-16 09:43:25 +01:00
postmannen
fa7e639223 added subject to gob decode error output 2022-02-16 09:30:50 +01:00
postmannen
cbba482371 debugging 2022-02-15 15:47:14 +01:00
postmannen
e2c17db5bf updated nats packages 2022-02-15 15:08:29 +01:00
postmannen
6c2534b244 added missing fields to env.env for steward script 2022-02-15 12:20:41 +01:00
postmannen
abb7c52235 fixed typo in Dockerfile 2022-02-15 11:27:47 +01:00
postmannen
c31b0c5fff update readme 2022-02-15 08:31:53 +01:00
postmannen
e421f359cd updated docker compose scripts and dockerfile flags 2022-02-14 05:52:17 +01:00
postmannen
def4bd8e58 removed debug printing 2022-02-11 09:04:14 +01:00
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