Go to file
noah metz 8c80ec9dd6 Added gv tag to ACLProxyPolicy so that it actually serializes/deserializes 2023-10-13 14:12:30 -06:00
.gitignore Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
.gitmodules Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
Makefile Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
acl.go Added gv tag to ACLProxyPolicy so that it actually serializes/deserializes 2023-10-13 14:12:30 -06:00
acl_test.go Added ACLProxyPolicy 2023-10-13 13:45:30 -06:00
context.go Added ACLProxyPolicy 2023-10-13 13:45:30 -06:00
go.mod Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
go.sum Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
gql.go Added mutations for add/remove members 2023-10-11 19:08:12 -06:00
gql_node.go Moved ReqID out of SignalHeader and into ResponseHeader, added ResponseSignal interface for signals that are responses to others 2023-10-01 16:45:03 -06:00
gql_signal.go Set ID and direction of created signals 2023-10-10 19:35:42 -06:00
gql_test.go Updated gql test with working subscribe 2023-10-11 19:04:43 -06:00
graph_test.go Ch-ch-ch-ch-changes 2023-08-31 22:31:29 -06:00
group.go Added ACLExt and tests 2023-10-13 00:32:24 -06:00
group_test.go Added add/remove member to group, and test for group 2023-10-11 18:11:24 -06:00
listener.go Added 'changed' field to 'Process' 2023-10-07 23:00:07 -06:00
lockable.go Reduced signal log spam 2023-10-08 02:38:18 -06:00
lockable_test.go Added 'changed' field to 'Process' 2023-10-07 23:00:07 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Added ACLExt and tests 2023-10-13 00:32:24 -06:00
node_test.go Removed extension type from Changes, and made serializable 2023-10-10 11:23:44 -06:00
policy.go Added ACLExt and tests 2023-10-13 00:32:24 -06:00
serialize.go Added ACLProxyPolicy 2023-10-13 13:45:30 -06:00
serialize_test.go Removed extension type from Changes, and made serializable 2023-10-10 11:23:44 -06:00
signal.go Added ACLExt and tests 2023-10-13 00:32:24 -06:00