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

22 commits

Author SHA1 Message Date
postmannen
118f6bab98 removed configuration as input argument from all the loggers 2024-03-10 08:10:40 +01:00
postmannen
fc6e80b1bf fixed linter errors, and added the direct use of nkey as flag 2024-03-07 23:17:24 +01:00
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
8c8061dc15 renamed logConsoleOnlyIfDebug to logDebug 2023-01-12 12:03:10 +01:00
postmannen
076abdef71 changed from log package to slog 2023-01-12 12:01:01 +01:00
postmannen
541f243067 added group permissions for files/directories created 2023-01-10 06:50:28 +01:00
postmannen
1dadc0df64 replaced validator with strings package 2022-06-17 13:13:01 +02:00
postmannen
8887fd4c2f turned off escaping when saving acl to file, cleaned up acl debug to console, acl distribution and verification seems to work 2022-06-02 06:29:37 +02:00
postmannen
d3078a79aa fixed missing pki 2022-06-01 17:35:23 +02:00
postmannen
d6552f686c moved main accessList methods to centralAuth 2022-06-01 15:58:17 +02:00
postmannen
49b558f371 wildcard matching hosts initially implemented, and seems to work 2022-06-01 14:30:30 +02:00
postmannen
4bfc4f3f03 imported pki into accessLists 2022-06-01 13:04:34 +02:00
postmannen
9d71f11145 initial acl distribution works 2022-05-26 07:13:34 +02:00
postmannen
e7ae3d893b added initial acl distribution, but are not working 2022-05-24 15:51:36 +02:00
postmannen
52e3661c21 added logic and starting of REQAclRequestUpdate 2022-05-24 12:00:38 +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
83a7ea5193 fixed emptying of generated map when main map is empty 2022-05-19 08:27:12 +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