Go to file
noah metz f31beade29 Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
.gitignore Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
context.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
ecdh.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
go.mod Add UseMoreStates and UpdateMoreStates that should only be called from eachother 2023-06-28 21:49:23 -06:00
go.sum intermediary 2023-06-22 15:50:42 -06:00
gql.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
gql_interfaces.go fixed NodeInterfaceDefaultIsType 2023-07-31 20:12:06 -06:00
gql_mutation.go hehe 2023-08-01 20:55:15 -06:00
gql_query.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
gql_resolvers.go hehe 2023-08-01 20:55:15 -06:00
gql_subscribe.go Did most of the work to move node interface creation to GQLExtContext 2023-07-29 18:27:52 -06:00
gql_test.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
gql_types.go hehe 2023-08-01 20:55:15 -06:00
graph_test.go Moved policies to node instead of an extension, need to fix gql tests 2023-08-07 20:26:02 -06:00
lockable.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
lockable_test.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
node_test.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
policy.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
signal.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00
user.go Added signature to all signals(signature of serialized signal + source + dest so technically vulnerable to replay) to use for ACL 2023-08-08 14:00:17 -06:00