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

Commit graph

  • abf612f5e5 added yaml as input format for the unix socket postmannen 2022-03-04 13:22:55 +0100
  • 9ba7e7e680 updated gitignore postmannen 2022-03-04 11:13:46 +0100
  • 279e8fbbab fixed timer error in httpGetScheduled postmannen 2022-02-23 12:32:21 +0100
  • c863c12608 fixed wrong path for startup folder postmannen 2022-02-22 09:41:59 +0100
  • 38462d7310 Updated Dockerfile postmannen 2022-02-18 11:55:15 +0100
  • f2f7be5c11 removed not needed comments postmannen 2022-02-18 11:13:54 +0100
  • 29c0ab8c52 added debug for fromNode on received nats messages postmannen 2022-02-18 10:46:26 +0100
  • 7e71064adf replaced log statements with errorKernel logger postmannen 2022-02-18 09:51:11 +0100
  • 5d9e57db20 added logConsoleOnlyIfDebug to errorKernel postmannen 2022-02-18 07:01:43 +0100
  • 244804bae9 added the use of enableDebug flag in errorKernel postmannen 2022-02-18 06:40:00 +0100
  • 9fb9d3fd41 updated dockerfile and scripts for enable debugging flag postmannen 2022-02-18 06:29:13 +0100
  • f32aa2d89b added flag for debugLogging postmannen 2022-02-18 06:24:27 +0100
  • c94213fe36 removed log statements from process.go postmannen 2022-02-18 06:17:06 +0100
  • 209fb572be added fromNode to the nats header postmannen 2022-02-18 05:22:53 +0100
  • 34c30d492d removed debug printing postmannen 2022-02-17 13:01:21 +0100
  • cd348b5a0c debugging gob encoding postmannen 2022-02-17 08:14:56 +0100
  • 9e9a48ee35 changed error output postmannen 2022-02-16 13:09:55 +0100
  • b36cb08277 adjusted gob error output postmannen 2022-02-16 12:50:45 +0100
  • a26f596169 set default for enable errorLog to false postmannen 2022-02-16 09:43:25 +0100
  • fa7e639223 added subject to gob decode error output postmannen 2022-02-16 09:30:50 +0100
  • cbba482371 debugging postmannen 2022-02-15 15:47:14 +0100
  • e2c17db5bf updated nats packages postmannen 2022-02-15 15:08:29 +0100
  • 6c2534b244 added missing fields to env.env for steward script postmannen 2022-02-15 12:20:41 +0100
  • abb7c52235 fixed typo in Dockerfile postmannen 2022-02-15 11:27:47 +0100
  • c31b0c5fff update readme postmannen 2022-02-15 08:31:53 +0100
  • e421f359cd updated docker compose scripts and dockerfile flags postmannen 2022-02-14 05:52:17 +0100
  • def4bd8e58 removed debug printing postmannen 2022-02-11 09:04:14 +0100
  • 1c17f82eef updated readme postmannen 2022-02-11 07:34:31 +0100
  • b11b8d6baf added REQHttpGetScheduled postmannen 2022-02-11 07:27:51 +0100
  • fbeb3bf9f6 added flag purgeBufferDB postmannen 2022-02-10 06:19:13 +0100
  • 9ba211d2fc added centralAuth struct, renamed flag allowEmptySignature to enableSignatureCheck postmannen 2022-02-09 14:59:40 +0100
  • 56014a7efd added only signature checking for REQCliCommand postmannen 2022-02-09 11:15:00 +0100
  • 3f48002a23 added flag isCentralAuth postmannen 2022-02-09 09:06:06 +0100
  • e8b1064161 added struct types for signatures and keys postmannen 2022-02-09 06:39:50 +0100
  • 52fff1a225 fixed comments postmannen 2022-02-09 05:29:34 +0100
  • f5f0c11dd6 Added REQPublicKey postmannen 2022-02-08 11:49:32 +0100
  • afe24716db added select for ctx.Done for methodREQRelay postmannen 2022-02-08 05:27:39 +0100
  • 75ed40877b added go routine for methodREQRelay postmannen 2022-02-08 05:17:38 +0100
  • d748dcaec8 tuned down debug output postmannen 2022-02-07 11:53:49 +0100
  • 11adae4f39 set correct config folder for tests postmannen 2022-02-07 07:25:43 +0100
  • 5fa3f593e7 removed errorCh from newProcess arguments postmannen 2022-02-07 06:42:17 +0100
  • 77b89cdfb9 fixed test for errorKernel postmannen 2022-02-07 06:18:59 +0100
  • b3630f62c4 moved signatures into signatures.go postmannen 2022-02-07 04:23:13 +0100
  • 426b98941e moved the ownership of signatures server from processes postmannen 2022-02-04 10:33:31 +0100
  • fb68379c58 renamed signature types postmannen 2022-02-04 07:32:40 +0100
  • 521702fa53 initial signature verification postmannen 2022-02-04 06:24:34 +0100
  • f19f164773 added flag for allowing empty signature postmannen 2022-02-03 11:41:46 +0100
  • 13a79a8962 added allowEmptySignature flag postmannen 2022-02-03 11:11:21 +0100
  • 5b211b6fac implemented initial subscriber verify signature postmannen 2022-02-03 11:02:35 +0100
  • 6724753e62 signing methodArgs postmannen 2022-02-03 07:04:10 +0100
  • 121cad531c loading signing keys from files postmannen 2022-02-02 10:06:53 +0100
  • 11991d95ff generating signing keys postmannen 2022-02-02 08:54:36 +0100
  • 130f9fc57e restructured function logic for sending messages postmannen 2022-02-01 07:22:06 +0100
  • 7b230f1fc6 Added ArgSignature to Message postmannen 2022-01-31 10:06:14 +0100
  • 1fa45b1293 changed message.Data from []string to []byte postmannen 2022-01-31 08:49:46 +0100
  • 73db37beba updated readme postmannen 2022-01-28 08:54:26 +0100
  • ce39d5cf0f fixed client timeout error in REQHttpHandler postmannen 2022-01-28 08:36:09 +0100
  • 4390d494f4 updated comments with references to command to just have for the event type postmannen 2022-01-27 14:25:24 +0100
  • 49aa0fae20 update readme postmannen 2022-01-27 13:31:14 +0100
  • eec366c9e2 updated readme postmannen 2022-01-27 13:29:27 +0100
  • e7e5726095 renamed commandorevent field name in subject struct postmannen 2022-01-27 10:06:06 +0100
  • d7bee9d361 removed command type postmannen 2022-01-27 07:19:04 +0100
  • b294d7e83a updated readme with startup folder postmannen 2022-01-27 00:38:25 +0100
  • 01444c6af4 reqclicommandcont changed error output postmannen 2022-01-27 00:06:30 +0100
  • 32aeed6c18 added -1 as methodTimeout for long running request postmannen 2022-01-26 15:35:31 +0100
  • 88672f1e35 added logic for startup folder postmannen 2022-01-26 09:23:02 +0100
  • c1e11f0709 removed old folders and files postmannen 2022-01-25 05:45:31 +0100
  • 4506d5b9f5 update README postmannen 2022-01-25 05:18:59 +0100
  • 10bee39a1c tui, message, keeping fields when buttons pushed postmannen 2022-01-24 08:11:23 +0100
  • 25c6e42e34 fixed error output on req handlers postmannen 2022-01-21 08:35:08 +0100
  • 8cf41d58c1 fixed linter error in README postmannen 2022-01-21 07:06:12 +0100
  • b633416244 removed done todo's postmannen 2022-01-21 06:49:32 +0100
  • 48500aa1fb sendInfo also now via error kernel postmannen 2022-01-21 06:15:26 +0100
  • ccd57dad10 renamed newMessagesCh to ringBufferBulkInCh postmannen 2022-01-20 08:17:37 +0100
  • 698706b41f update comments postmannen 2022-01-20 07:50:58 +0100
  • 43bd929b2c added own error layout for relayed messages postmannen 2022-01-20 07:19:49 +0100
  • a75c0d933a errorKernel comments postmannen 2022-01-20 06:55:08 +0100
  • 6db221bf67 EnableSocket=true for test file postmannen 2022-01-19 11:22:56 +0100
  • 91bfb8510f replaced sendError with errorKernel.errSend all over postmannen 2022-01-19 10:55:03 +0100
  • 024842b99c errorKernel, send error for all requests postmannen 2022-01-19 07:31:25 +0100
  • db60d69289 added errorKernel to the processes struct postmannen 2022-01-19 05:44:20 +0100
  • 08749f517e added errSend type and method postmannen 2022-01-19 05:04:11 +0100
  • 09a42d9442 errkrnl initial logic setup postmannen 2022-01-18 19:26:36 +0100
  • f50250661d tui, added REQNone to GetReplyMethods postmannen 2022-01-18 14:57:04 +0100
  • 87ee71c274 tui, added clear button for output postmannen 2022-01-18 14:46:02 +0100
  • 1d15eeb8da tui, removed debug print statements postmannen 2022-01-18 14:29:24 +0100
  • 4d07bab7a2 tui, created flex with message selection form postmannen 2022-01-18 12:12:25 +0100
  • 348b7b2d63 tui, added ctrl+c to exit postmannen 2022-01-18 10:48:23 +0100
  • c5d0fda33b updated nats-server version postmannen 2022-01-18 10:23:17 +0100
  • 65bb1fe475 tui, fixed field update errror after generate postmannen 2022-01-17 22:24:37 +0100
  • b5c0152b00 tui also uses REQToConsole postmannen 2022-01-17 15:13:14 +0100
  • 5a52003e5a tui, renamed slide fields postmannen 2022-01-17 14:20:03 +0100
  • 5346221b49 tui, msg form correctly reading from file postmannen 2022-01-17 08:04:43 +0100
  • 0e4418439c tui comments postmannen 2022-01-14 13:09:23 +0100
  • 3a2171314e tui, add select message to edit in message view postmannen 2022-01-14 12:58:08 +0100
  • a748b4f82b tui, checking existing value for fields from msg postmannen 2022-01-14 09:02:17 +0100
  • 17cbb450df tui, add check for existing slice fields postmannen 2022-01-13 22:25:46 +0100
  • c5bc6b758c moved draw message fields into own func postmannen 2022-01-13 21:57:06 +0100
  • 57b3a44169 tui console send message are working postmannen 2022-01-13 08:34:22 +0100
  • 7092265d8c added tui req handler postmannen 2022-01-12 07:42:41 +0100