Go to file
noah metz e299e77e78 Made Tree serialize the same always by sorting before serializing 2023-10-15 18:34:34 -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 Authorization to not pass node private keys 2023-10-14 15:05:23 -06:00
acl_test.go Moved groups to use SubGroups instead so one node can support many sub_groups(admin, ref, user, etc.) to reduce signals sent 2023-10-15 15:14:33 -06:00
context.go Made Tree serialize the same always by sorting before serializing 2023-10-15 18:34:34 -06:00
go.mod Added Authorization to not pass node private keys 2023-10-14 15:05:23 -06:00
go.sum Added Authorization to not pass node private keys 2023-10-14 15:05:23 -06:00
gql.go Made Tree serialize the same always by sorting before serializing 2023-10-15 18:34:34 -06:00
gql_node.go Fixed verification of authorized signals 2023-10-14 15:53:20 -06:00
gql_signal.go Added Authorization to not pass node private keys 2023-10-14 15:05:23 -06:00
gql_test.go Moved groups to use SubGroups instead so one node can support many sub_groups(admin, ref, user, etc.) to reduce signals sent 2023-10-15 15:14:33 -06:00
graph_test.go Ch-ch-ch-ch-changes 2023-08-31 22:31:29 -06:00
group.go fix 2023-10-15 16:29:16 -06:00
group_test.go Moved groups to use SubGroups instead so one node can support many sub_groups(admin, ref, user, etc.) to reduce signals sent 2023-10-15 15:14:33 -06:00
listener.go Added 'changed' field to 'Process' 2023-10-07 23:00:07 -06:00
lockable.go Moved groups to use SubGroups instead so one node can support many sub_groups(admin, ref, user, etc.) to reduce signals sent 2023-10-15 15:14:33 -06:00
lockable_test.go Added Authorization to not pass node private keys 2023-10-14 15:05:23 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Made Tree serialize the same always by sorting before serializing 2023-10-15 18:34:34 -06:00
node_test.go Added Authorization to not pass node private keys 2023-10-14 15:05:23 -06:00
policy.go Moved groups to use SubGroups instead so one node can support many sub_groups(admin, ref, user, etc.) to reduce signals sent 2023-10-15 15:14:33 -06:00
serialize.go Moved groups to use SubGroups instead so one node can support many sub_groups(admin, ref, user, etc.) to reduce signals sent 2023-10-15 15:14:33 -06:00
serialize_test.go Made Tree serialize the same always by sorting before serializing 2023-10-15 18:34:34 -06:00
signal.go Added ACLExt and tests 2023-10-13 00:32:24 -06:00