-
Notifications
You must be signed in to change notification settings - Fork 23
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
Leftovers for private groups #67
Merged
Merged
Commits on Nov 11, 2020
-
this was confusing since there is also a keys.go in the root of the repo for the signing keypair. right now these keys are used for private messages, so move the package there to make this clearer.
Configuration menu - View commit details
-
Copy full SHA for bed7170 - Browse repository at this point
Copy the full SHA bed7170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e2e95 - Browse repository at this point
Copy the full SHA 04e2e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for a209e77 - Browse repository at this point
Copy the full SHA a209e77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0b1e2 - Browse repository at this point
Copy the full SHA 6a0b1e2View commit details -
> the stream of messages as it arrive the old term wasn't good, also collided with tangle root.
Configuration menu - View commit details
-
Copy full SHA for ad164d7 - Browse repository at this point
Copy the full SHA ad164d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22bc2bb - Browse repository at this point
Copy the full SHA 22bc2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b068ca4 - Browse repository at this point
Copy the full SHA b068ca4View commit details
Commits on Nov 13, 2020
-
supports three domains: claimed, received and feed sequence(*) also supports createFeedStream and messagesByType sorting by claimed timestamp *: this will become important later once feeds are received out of order.
Configuration menu - View commit details
-
Copy full SHA for 61c5c03 - Browse repository at this point
Copy the full SHA 61c5c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for f725840 - Browse repository at this point
Copy the full SHA f725840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 290a57f - Browse repository at this point
Copy the full SHA 290a57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f55dc - Browse repository at this point
Copy the full SHA 95f55dcView commit details
Commits on Nov 16, 2020
-
remove storedAddr() from refs package
this function taints the package with internal implementation assumptions. also with TFK the original StorageAddr is obsolete. this also drops some old migration code which shouldnt be in use anymore.
Configuration menu - View commit details
-
Copy full SHA for 5ce3d02 - Browse repository at this point
Copy the full SHA 5ce3d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e6790 - Browse repository at this point
Copy the full SHA 69e6790View commit details
Commits on Nov 17, 2020
-
start interop testing against ssb-tribes
fixed bugs in direct-message key derivation TODO: lot's of debug print to remove
Configuration menu - View commit details
-
Copy full SHA for 69ae628 - Browse repository at this point
Copy the full SHA 69ae628View commit details -
Configuration menu - View commit details
-
Copy full SHA for baa82e9 - Browse repository at this point
Copy the full SHA baa82e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa77b1b - Browse repository at this point
Copy the full SHA fa77b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 886728c - Browse repository at this point
Copy the full SHA 886728cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9be91d - Browse repository at this point
Copy the full SHA c9be91dView commit details
Commits on Nov 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 305adef - Browse repository at this point
Copy the full SHA 305adefView commit details -
Configuration menu - View commit details
-
Copy full SHA for f177991 - Browse repository at this point
Copy the full SHA f177991View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c8522 - Browse repository at this point
Copy the full SHA f1c8522View commit details -
fix index address and setting Heads() for loose ends
Configuration menu - View commit details
-
Copy full SHA for 4242fba - Browse repository at this point
Copy the full SHA 4242fbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b51a5ee - Browse repository at this point
Copy the full SHA b51a5eeView commit details
Commits on Nov 23, 2020
-
renamed muxrpc command renamed to tangles.replies to make space for tangles.heads. also started a muxrpc managment API for groups (groups.create, groups.invite, groups.publishTo). TODO: support get({private:true, id})
Configuration menu - View commit details
-
Copy full SHA for 92f2e37 - Browse repository at this point
Copy the full SHA 92f2e37View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.