Derek McGowan

Results 99 issues of Derek McGowan

CBOR should be an option to use for serialization along with msgpack.

Add support for encoding and decoding Go channels using the channel extended type with the new msgpack library.

Add an example which demonstrates libchan being used over a websocket. Since the spdy protocol is separated from the transport, this should be possible to implement using the existing code....

Moving protocol related discussion from #38 to here. This would follow the model Docker is adopting for large design changes, discussion is on the protocol and the PR is for...

First iteration of the trust tool to register and manage grants

Still incomplete, but review may start on the parts that are in there. Fingerprint definition if still missing ping @jlhawn

Update permissions to use scopes as described by #36 Still need to determine how to represent long-lived revocations which do not overwrite an existing permissions but limit a wider permission.

Document detailing the design of the trust server and its role in the global trust graph. Since no existing global trust graph documentation exists there is more detail about how...

@jlhawn this only increases test coverage. Before none of the JWS format or parse code was covered.

Currently the readme contains an example for setting up a golem test, but nothing for how to run golem. Documentation is needed to specify how to build/install golem as well...