Go to file
noah metz 8e3510129c Added 'ready' state between init and start for events, and added String for more signals 2023-11-02 20:58:38 -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 Added TestEventExt and TestEvent, added return of queued signals to WaitForResponse 2023-10-30 19:40:30 -06:00
context.go Changed to linked list for serialization 2023-10-30 01:25:18 -06:00
event.go Added 'ready' state between init and start for events, and added String for more signals 2023-11-02 20:58:38 -06:00
event_test.go Added 'ready' state between init and start for events, and added String for more signals 2023-11-02 20:58:38 -06:00
go.mod Reworked serialization to split type/value serilization/deserialization 2023-10-29 18:26:14 -06:00
go.sum Reworked serialization to split type/value serilization/deserialization 2023-10-29 18:26:14 -06:00
gql.go Added more signal string representations, and fixed event/gql bugs 2023-11-01 19:32:36 -06:00
gql_node.go Added more signal string representations, and fixed event/gql bugs 2023-11-01 19:32:36 -06:00
gql_signal.go Added TestEventExt and TestEvent, added return of queued signals to WaitForResponse 2023-10-30 19:40:30 -06:00
gql_test.go Changed to linked list for serialization 2023-10-30 01:25:18 -06:00
graph_test.go Ch-ch-ch-ch-changes 2023-08-31 22:31:29 -06:00
group.go Reworked serialization to split type/value serilization/deserialization 2023-10-29 18:26:14 -06:00
group_test.go Added TestEventExt and TestEvent, added return of queued signals to WaitForResponse 2023-10-30 19:40:30 -06:00
listener.go Added logging 2023-10-15 20:35:02 -06:00
lockable.go Reworked serialization to split type/value serilization/deserialization 2023-10-29 18:26:14 -06:00
lockable_test.go Added TestEventExt and TestEvent, added return of queued signals to WaitForResponse 2023-10-30 19:40:30 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
message.go Changed to linked list for serialization 2023-10-30 01:25:18 -06:00
node.go Sort maps when serializing so they can be serialized consistently 2023-10-30 13:23:08 -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 Sort maps when serializing so they can be serialized consistently 2023-10-30 13:23:08 -06:00
serialize_test.go Changed to linked list for serialization 2023-10-30 01:25:18 -06:00
signal.go Added 'ready' state between init and start for events, and added String for more signals 2023-11-02 20:58:38 -06:00