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

13 commits

Author SHA1 Message Date
postmannen
69995f76ca updated package info
updated references
removed tui client
removed ringbuffer persist store
removed ringbuffer
enabled audit logging
moved audit logging to message readers
disabled goreleaser
update readme, cbor, zstd
removed request type ping and pong
update readme
testing with cmd.WaitDelay for clicommand
fixed readme
removed ringbuffer flag
default serialization set to cbor, default compression set to zstd, fixed race,
removed event type ack and nack, also removed from subject. Fixed file stat error for copy log file
removed remaining elements of the event type
removed comments
renamed toRingbufferCh to samToSendCh
renamed directSAMSCh ro samSendLocalCh
removed handler interface
agpl3 license
added license-change.md
2024-02-07 22:54:50 +01:00
postmannen
f152ccff0f fixed acl tests to use srv from TestMain 2022-06-02 06:42:59 +02:00
postmannen
d6552f686c moved main accessList methods to centralAuth 2022-06-01 15:58:17 +02:00
postmannen
fefa3087a9 for test using conf global variable 2022-06-01 13:15:15 +02:00
postmannen
4bfc4f3f03 imported pki into accessLists 2022-06-01 13:04:34 +02:00
postmannen
7d133c35fb added TestMain for starting server 2022-05-31 17:08:31 +02:00
postmannen
912e2879ff added SUCCESS logging for acl tests 2022-05-23 18:48:45 +02:00
postmannen
9899485ddc added debug logging 2022-05-19 20:00:25 +02:00
postmannen
62f7fa02d0 added errorKernel to accessLists 2022-05-19 11:53:25 +02:00
postmannen
321150ac84 added initial REQ for aclDeleteCommand 2022-05-18 14:43:35 +02:00
postmannen
0ba5f6ea5d added initial REQ for adding acl 2022-05-18 11:26:06 +02:00
postmannen
57bedfe6c6 renamed authSchema type to accessLists 2022-05-18 09:21:14 +02:00
postmannen
e782b27b09 added auth concept code to actual code 2022-05-11 07:13:13 +02:00