This repository has been archived by the owner on Jul 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Implements sameAs to use Rotonde from multiple machines #159
Merged
Commits on Nov 22, 2017
-
add basic remote behaviour to client scripts
this commit adds the ability to read the sameAs attribute of portal.json portal.sameAs is an array of portal dat:// addresses that state that this portal is the same as those portals, and that we should load their messages under our name this makes it possible to effectively post to the same account from different machines note: port_1 needs to have port_2 in its sameAs array, and port_2 needs to have port_1 in its sameAs array, i.e. the relationship needs to be mutual
4Configuration menu - View commit details
-
Copy full SHA for 36969fa - Browse repository at this point
Copy the full SHA 36969faView commit details -
make it possible to replace a portal's icon
this adds a bit of kludge to portal.js, but it was the simplest way i could see of making it possible to render the same icon for remotes as the source of the remotes
Configuration menu - View commit details
-
Copy full SHA for 23cd854 - Browse repository at this point
Copy the full SHA 23cd854View commit details -
Configuration menu - View commit details
-
Copy full SHA for e977971 - Browse repository at this point
Copy the full SHA e977971View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 5ce2a49 - Browse repository at this point
Copy the full SHA 5ce2a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 698079e - Browse repository at this point
Copy the full SHA 698079eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e563661 - Browse repository at this point
Copy the full SHA e563661View commit details
Commits on Nov 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 790f69a - Browse repository at this point
Copy the full SHA 790f69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb4355 - Browse repository at this point
Copy the full SHA 7eb4355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c0e04 - Browse repository at this point
Copy the full SHA 63c0e04View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 128c266 - Browse repository at this point
Copy the full SHA 128c266View commit details -
Configuration menu - View commit details
-
Copy full SHA for e758a8f - Browse repository at this point
Copy the full SHA e758a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dae054 - Browse repository at this point
Copy the full SHA 9dae054View commit details -
Merge pull request #157 from 0x0ade/cblgh/feature/sameAs
Add very basic "event" handling in Portal.js; Build sameAs on it
Configuration menu - View commit details
-
Copy full SHA for 4ddd694 - Browse repository at this point
Copy the full SHA 4ddd694View commit details -
Configuration menu - View commit details
-
Copy full SHA for f49b5fe - Browse repository at this point
Copy the full SHA f49b5feView commit details -
show the same feed as your remotes
for each portal in sameAs, we add their list of ports to our feed
Configuration menu - View commit details
-
Copy full SHA for 71f855f - Browse repository at this point
Copy the full SHA 71f855fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ac835 - Browse repository at this point
Copy the full SHA 01ac835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ecbe05 - Browse repository at this point
Copy the full SHA 3ecbe05View commit details -
fix bug from converting to new evt system
has_hash should maybe have some harder checks, what happened was this.json.sameAs didn't exist but has_hash still went through (kinda strange) and so the resulting bool wasn't a bool, but undefined!
Configuration menu - View commit details
-
Copy full SHA for a9be6a1 - Browse repository at this point
Copy the full SHA a9be6a1View 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.