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

709 commits

Author SHA1 Message Date
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
postmannen
6db221bf67 EnableSocket=true for test file 2022-01-19 11:22:56 +01:00
postmannen
91bfb8510f replaced sendError with errorKernel.errSend all over 2022-01-19 10:55:03 +01:00
postmannen
024842b99c errorKernel, send error for all requests 2022-01-19 07:31:25 +01:00
postmannen
db60d69289 added errorKernel to the processes struct 2022-01-19 05:44:20 +01:00
postmannen
08749f517e added errSend type and method 2022-01-19 05:04:11 +01:00
postmannen
09a42d9442 errkrnl initial logic setup 2022-01-18 19:26:36 +01:00
postmannen
f50250661d tui, added REQNone to GetReplyMethods 2022-01-18 14:57:04 +01:00
postmannen
87ee71c274 tui, added clear button for output 2022-01-18 14:46:02 +01:00
postmannen
1d15eeb8da tui, removed debug print statements 2022-01-18 14:29:24 +01:00
postmannen
4d07bab7a2 tui, created flex with message selection form 2022-01-18 12:12:25 +01:00
postmannen
348b7b2d63 tui, added ctrl+c to exit 2022-01-18 10:48:23 +01:00
postmannen
c5d0fda33b updated nats-server version 2022-01-18 10:23:17 +01:00
postmannen
65bb1fe475 tui, fixed field update errror after generate 2022-01-17 22:24:37 +01:00
postmannen
b5c0152b00 tui also uses REQToConsole 2022-01-17 15:13:14 +01:00
postmannen
5a52003e5a tui, renamed slide fields 2022-01-17 14:20:03 +01:00
postmannen
5346221b49 tui, msg form correctly reading from file 2022-01-17 08:04:43 +01:00
postmannen
0e4418439c tui comments 2022-01-14 13:09:23 +01:00
postmannen
3a2171314e tui, add select message to edit in message view 2022-01-14 12:58:08 +01:00
postmannen
a748b4f82b tui, checking existing value for fields from msg 2022-01-14 09:02:17 +01:00
postmannen
17cbb450df tui, add check for existing slice fields 2022-01-13 22:25:46 +01:00
postmannen
c5bc6b758c moved draw message fields into own func 2022-01-13 21:57:06 +01:00