postmannen
|
26b606d3cf
|
moved socket listener to server
|
2021-03-30 10:37:16 +02:00 |
|
postmannen
|
a6c49e24ca
|
updated doc
|
2021-03-29 14:00:28 +02:00 |
|
postmannen
|
ed00f247ae
|
unix socket for new mesages, changed naming of channels
|
2021-03-29 13:36:30 +02:00 |
|
postmannen
|
0d822b0751
|
moved canceling of context, and comments
|
2021-03-29 06:53:34 +02:00 |
|
postmannen
|
03da2e18e7
|
Implemented use of context for all cli commands
|
2021-03-26 16:47:37 +01:00 |
|
postmannen
|
3fdf7e40b9
|
working concept for method timeouts
|
2021-03-26 16:04:01 +01:00 |
|
postmannen
|
7f64048f8a
|
updated readme
|
2021-03-26 10:52:36 +01:00 |
|
postmannen
|
22acb03d95
|
updated readme
|
2021-03-26 10:48:05 +01:00 |
|
postmannen
|
8d245f372e
|
flag for sayhello publisher
|
2021-03-26 10:25:56 +01:00 |
|
postmannen
|
b4a883bb4e
|
implemented flags for remaining subscribers
|
2021-03-26 09:08:47 +01:00 |
|
postmannen
|
70b06a185a
|
flag for startSubCLICommand, added error message for failed reply message
|
2021-03-26 07:55:42 +01:00 |
|
postmannen
|
25386535a8
|
renamed and cleaned up files
|
2021-03-26 05:34:53 +01:00 |
|
postmannen
|
f792675ebe
|
cleaned up err console logging
|
2021-03-26 05:13:51 +01:00 |
|
postmannen
|
0bf45ef435
|
cleaned up some comments
|
2021-03-25 14:30:39 +01:00 |
|
postmannen
|
ca0cbd0391
|
check allowed for NACK msg, flag for startSubSayHello
|
2021-03-25 13:39:59 +01:00 |
|
postmannen
|
f0b39b1861
|
renamed start of sub errorLog
|
2021-03-25 12:50:58 +01:00 |
|
postmannen
|
899d2e1f09
|
renamed inmsg to steward.sock
|
2021-03-25 12:33:53 +01:00 |
|
postmannen
|
04f7ca013b
|
flagNodeSlice flags gets updated in config file. Made RST flag value to reset config values
|
2021-03-25 11:28:26 +01:00 |
|
postmannen
|
09e7090f83
|
specify allowed nodes via flag for errorLogger
|
2021-03-24 10:14:17 +01:00 |
|
postmannen
|
593842e070
|
Implemented the concept of a flagStringSlice
|
2021-03-24 07:05:41 +01:00 |
|
postmannen
|
19246db3c8
|
removed comments
|
2021-03-12 12:12:08 +01:00 |
|
postmannen
|
b836adc110
|
checking for malformed or non existent method in input
|
2021-03-12 12:08:11 +01:00 |
|
postmannen
|
78a2b2bc56
|
fixed error in centralNodeName implementation
|
2021-03-12 11:13:42 +01:00 |
|
postmannen
|
18f6f2a6f1
|
centralNodeName flag
|
2021-03-12 10:41:03 +01:00 |
|
postmannen
|
8355f4154a
|
sending errors from ringbuffer
|
2021-03-12 09:49:27 +01:00 |
|
postmannen
|
ca295d97d8
|
sending errors to central
|
2021-03-12 09:38:19 +01:00 |
|
postmannen
|
6400645283
|
error sending in getmessagesfromfile
|
2021-03-12 06:48:48 +01:00 |
|
postmannen
|
5c38d3e105
|
todo etc folder
|
2021-03-12 06:14:54 +01:00 |
|
postmannen
|
87dfbd987f
|
updated doc
|
2021-03-12 06:01:26 +01:00 |
|
postmannen
|
80096efe24
|
updated comments and README
|
2021-03-11 17:14:43 +01:00 |
|
postmannen
|
f5b0d79981
|
renamed method types
|
2021-03-11 12:51:16 +01:00 |
|
postmannen
|
6864d7a946
|
request subscriber and non sequential processing of messages implemented.
|
2021-03-11 12:07:09 +01:00 |
|
postmannen
|
48399e1958
|
method ECHO
|
2021-03-11 06:34:36 +01:00 |
|
postmannen
|
8fdf82f8a2
|
named type procFunc
|
2021-03-10 14:14:09 +01:00 |
|
postmannen
|
f6771f1975
|
sam creation function
|
2021-03-10 07:11:14 +01:00 |
|
postmannen
|
077bbf37da
|
Publishers as pure processes seems to initially work
|
2021-03-09 11:58:50 +01:00 |
|
postmannen
|
f2a07010d9
|
removed process dependency to server
|
2021-03-09 07:43:55 +01:00 |
|
postmannen
|
2a19ae451b
|
added config and newMessagesCh to proc from server
|
2021-03-09 04:55:51 +01:00 |
|
postmannen
|
fdd05abd3d
|
renamed method types
|
2021-03-09 03:18:42 +01:00 |
|
postmannen
|
d6310492a3
|
removed server from method type
|
2021-03-08 14:09:14 +01:00 |
|
postmannen
|
ae0e080f80
|
fixed procFuncs
|
2021-03-05 13:10:46 +01:00 |
|
postmannen
|
abf8c0d3c7
|
added procFunc concept, fixed race and timer issues
|
2021-03-04 16:27:55 +01:00 |
|
postmannen
|
9c9498341c
|
removed *server dependency for newProcess()
|
2021-03-04 06:53:03 +01:00 |
|
postmannen
|
d38b9b03dc
|
processes type, and moved check out of server closer to where they are needed
|
2021-03-03 15:44:32 +01:00 |
|
postmannen
|
d1b11c6bad
|
fixed data race
|
2021-03-03 14:56:47 +01:00 |
|
postmannen
|
fb0121db7d
|
refactoring into the process type
|
2021-03-03 14:14:32 +01:00 |
|
postmannen
|
65f2776519
|
updated comments
|
2021-03-03 12:45:46 +01:00 |
|
postmannen
|
4f106ea8cc
|
rewrote the textlogger subscriber, fixed * in allowed publishers, cleaned up logging
|
2021-03-02 13:46:02 +01:00 |
|
postmannen
|
9553aec6bd
|
put in default config if file do not exist
|
2021-03-02 06:51:08 +01:00 |
|
postmannen
|
069bf5a639
|
Creating config file, and storing flag values
|
2021-03-01 20:49:43 +01:00 |
|