-
Notifications
You must be signed in to change notification settings - Fork 110
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
Detect tor port even in developer mode #132
Conversation
This reverts commit f4e441c.
… under TBB. There was an issue because PANDA runs over tor even in developer mode, but TBB uses port 9150 rather than the default tor port 9050. Allow tor to be used by PANDA when running in developer mode Oops
This reverts commit 70e4ce9.
This change causes error messages from the ratchet code to be surfaces to the user in the contact log. This is to help debug agl#124.
When installing on Ubuntu 14.04, Go 1.3 will need to be installed from source since Ubuntu's is too old now. (Noted in agl#123.) See https://golang.org/doc/go1.3#cgo for details of the changes.
This reverts commit f4e441c.
… under TBB. There was an issue because PANDA runs over tor even in developer mode, but TBB uses port 9150 rather than the default tor port 9050. Allow tor to be used by PANDA when running in developer mode Oops
This reverts commit 70e4ce9.
Apologies for the wonky commit history, not sure what I pulled from where to get those spurious reverts which needed to be reverted. |
…ntacts branch. Renamed contactsSorted to lower case for consistency.
…eful for various planned features, including contat invitations, messages with multiple recipants, and editable notes fields for contacts. In fact, I considered moving inputTextBlock to cli-inout.go, but it wouldn't save many imports in cli.go to do so.
Does not resolve the existence of DELIVERY_SIGNATURE_INVALID messages in agl#134
I'm afraid that I can't see which commit is being suggested here! |
Appears you got the most important one. burdges@5e4110d is probably superfluous now. These are minor bug fixes : Oh, the original patch to support PANDA on port 9150 in developer mode is either one of burdges@552c877 or burdges@ab285b0 due to the unfortunate revert chaos. These are minor refactoring patches that I felt were worth submitting now instead of with larger change set : |
…ating messages to specific recipiants and makes teh code more redable.
This reverts commit f4e441c.
… under TBB. There was an issue because PANDA runs over tor even in developer mode, but TBB uses port 9150 rather than the default tor port 9050. Allow tor to be used by PANDA when running in developer mode Oops
This reverts commit 70e4ce9.
This reverts commit f4e441c.
This reverts commit 70e4ce9.
…ntacts branch. Renamed contactsSorted to lower case for consistency.
…eful for various planned features, including contat invitations, messages with multiple recipants, and editable notes fields for contacts. In fact, I considered moving inputTextBlock to cli-inout.go, but it wouldn't save many imports in cli.go to do so.
…ating messages to specific recipiants and makes teh code more redable.
I'll try to figure out how to fix this commit history |
Improved version here : #136 There are still a few hick ups there, but I don't want to tempt the rebase gods wrath too much. |
Detect tor port even in developer mode so that PANDA can run properly under TBB. There was an issue because PANDA runs over tor even in developer mode, but TBB uses port 9150 rather than the default tor port 9050.