-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat thread with signed messages #546
Comments
Ontology and keys
Signature issues
How to consider WebID being deleted ?Actually all related messages will have an invalid signature
Chat channel issuesGlobal options and individual chat options are available in the same resource index.ttl
This means that |
Or some variant of this In general, lower case hex strings are most common in implementations You dont even need to wait for the terms to get upstream because the labels will display nicely enough, and the functionality will be in the library |
@timbl @angelo-v @megoth
|
Hey, I see that I'm tagged here. Just FYI I don't have any excess energy to spend on rdflib.js or SolidOS at the moment =/ Just so there's no expectation that I'll be able to do this work. |
Tasks :
manage pod keys
solid
ontology shall replacecert
ontology that do not cover privateKey :creation of 2 new terms privateKey and publicKey
Schnorr alg and secp256k1 elliptic curves ( key is 64 bytes length). more recent tan ECDSA on same elliptic curve and shorter keys
parentSettings/profile/keys/publicKey.ttl
triple => :me solid:publicKey keyString # keystring is 64 char hex string
parentSettings/settings/keys/privateKey.ttl
/settings/ is discovered from WebID preference filetriple => :me solid:privateKey keyString # keystring is 64 char hex string
chat logic
replacedBy, deleted and threads are not included. These should link to new signed things
This is not actually the case for deleted
chat channel
sign and verify object message. Cover Threads
and verify same maker. There is actually an optional parameter
UI
tests
push key management in solid-logic ?
documentation
The text was updated successfully, but these errors were encountered: