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

54 commits

Author SHA1 Message Date
postmannen
a7cbe5b1b4 add compression flag 2021-12-26 07:16:14 +01:00
postmannen
909915a77b added flag for ringBufferSize 2021-12-21 07:21:12 +01:00
postmannen
6399cc427d Added connection timeouts 2021-12-17 17:28:57 +01:00
postmannen
b02a84f6cc added config flags for jitter 2021-12-16 11:01:01 +01:00
postmannen
f387eb76e1 Added REQCopyFileTo request type 2021-11-18 09:34:16 +01:00
postmannen
2477e7939d Added flag for method timeout 2021-11-18 06:36:16 +01:00
postmannen
7c991ee3d5 Transer of files initially works 2021-11-17 13:02:48 +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
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
7229f33cac initial http reader for messages 2021-09-10 05:26:16 +02:00
postmannen
3dba156820 new fields added to Configuration gets correct defaults 2021-09-09 08:19:53 +02:00
postmannen
d93c38bbfa removed flagslice completely with bool 2021-09-08 18:56:23 +02:00
postmannen
d0f1ed32d1 removed the values field from flagslice 2021-09-08 17:57:21 +02:00
postmannen
0f93e9a439 added error message timeouts and retries 2021-09-07 09:43:54 +02:00
postmannen
804e714eaf added flag for natsConnectRetryInterval 2021-09-01 13:39:54 +02:00
postmannen
11e50db47a fixed config folder ... again 2021-08-27 12:19:35 +02:00
postmannen
2e06a0c3f4 fixed an error creating default config file 2021-08-27 10:49:06 +02:00
postmannen
b77f04bd5d implemented tcp listener for new messages 2021-08-23 16:00:48 +02:00
postmannen
10d28f6ec1 expose datafolder via http 2021-08-23 12:47:33 +02:00
postmannen
d897867d6a turned off configfolder as flag value. Keeping just env 2021-08-23 11:45:31 +02:00
postmannen
c27a3dc188 updated comments 2021-08-16 13:01:12 +02:00
postmannen
c219a9e7c7 added startup and test for REQnCliCommandCont 2021-08-10 12:49:42 +02:00
postmannen
923fd4c611 exported type node to Node 2021-06-29 08:21:42 +02:00
postmannen
68a0b50801 Added env for initial configfolder location 2021-05-28 14:48:53 +02:00
postmannen
91ac5da4d6 added nkey seed 2021-05-20 12:27:25 +02:00
postmannen
4ba3a599a4 added docker file and flag for nkey seed file 2021-05-14 15:23:04 +02:00
postmannen
0b44f1d339 changed config directories handling 2021-05-12 09:50:03 +02:00
postmannen
02ccc9f208 added TLS option 2021-04-19 21:06:37 +02:00
postmannen
64a22c84e9 removed printf's, or made them into log's 2021-04-16 13:43:58 +02:00
postmannen
ba06ffde5b Renamed REQTextToConsole to REQToConsole 2021-04-13 17:22:25 +02:00
postmannen
08f6f21691 rename REQTextToFile to REQToFile 2021-04-13 17:15:13 +02:00
postmannen
dba69fd90c Renamed REQToAppendFile to REQToFileAppend 2021-04-13 15:54:04 +02:00
postmannen
ed74b2e5a1 initial tailing of files seems to work 2021-04-13 11:28:52 +02:00
postmannen
ef8fcee368 Initial http get method implemented 2021-04-06 19:42:03 +02:00
postmannen
cdc92ceff4 updated readme 2021-04-06 11:02:58 +02:00
postmannen
2c2f53f6f4 errorLog handler writing to file structure 2021-04-06 09:06:26 +02:00
postmannen
27fc56256b Renamed ErrorLog to REQErrorLog 2021-04-06 07:56:49 +02:00
postmannen
1f02cb0d50 Renamed EchoX to REQPing and REQPong 2021-04-06 06:08:26 +02:00
postmannen
8f2c4b0db7 fixed spelling ReqHello to REQHello 2021-04-06 05:46:07 +02:00
postmannen
ee749ae714 renamed SayHello to ReqHello 2021-04-05 08:37:24 +02:00
postmannen
5999d65fb6 Renamed TextLogging to REQTextToLogFile 2021-04-05 08:17:04 +02:00
postmannen
af06e47b7b renamed CLICommandReply to REQTextToConsole 2021-04-05 07:27:39 +02:00
postmannen
debd146f28 Renamed CLICommandRequestNOSEQ to REQnCliCommand 2021-04-05 06:54:18 +02:00
postmannen
4a7f1fff43 CLI to Cli 2021-04-04 11:19:17 +02:00
postmannen
3fbc333b81 Renamed CLICommandRequest to StartSubREQCLICommand 2021-04-04 11:09:02 +02:00
postmannen
9a5e37687f removed methods with result in ack message 2021-04-04 07:33:18 +02:00
postmannen
6c3ac318dc Added flags and startup for OpCommand 2021-03-31 11:22:25 +02:00