.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
|
Changed event strings to EventCommand or EventControl
|
2023-11-12 13:36:11 -07: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
|
Not sure tbh
|
2023-11-13 13:23:58 -07:00 |
event.go
|
Added time to event_ext.UpdateState, added event start time to gql
|
2023-11-13 17:29:53 -07:00 |
event_test.go
|
Changed event to require parent
|
2023-11-04 18:56:35 -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
|
Upped gql subscriber channel size from 1 to 100
|
2023-11-15 09:33:02 -07: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
|
Not sure tbh
|
2023-11-13 13:23:58 -07:00 |
gql_test.go
|
Moved writes to be per-extension
|
2023-11-06 00:50:29 -07:00 |
graph_test.go
|
Ch-ch-ch-ch-changes
|
2023-08-31 22:31:29 -06:00 |
group.go
|
Added some logging and fixes
|
2023-11-11 14:52:08 -07: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
|
Serialization optimization
|
2023-11-04 23:21:43 -06:00 |
lockable.go
|
Not sure tbh
|
2023-11-13 13:23:58 -07:00 |
lockable_test.go
|
Reduced test from 1000 to 100
|
2023-11-14 15:51:24 -07: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
|
Not sure tbh
|
2023-11-13 13:23:58 -07:00 |
node_test.go
|
Moved writes to be per-extension
|
2023-11-06 00:50:29 -07: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
|
Not sure tbh
|
2023-11-13 13:23:58 -07:00 |
serialize_test.go
|
Reworked changes to include map[ExtType][]string
|
2023-11-05 21:18:37 -07:00 |
signal.go
|
Made NewSuccessSignal return correct type
|
2023-11-14 16:40:17 -07:00 |