Skip to content
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

Fix --onion. #446

Merged
merged 1 commit into from Jun 15, 2015
Merged

Fix --onion. #446

merged 1 commit into from Jun 15, 2015

Conversation

dajohi
Copy link
Member

@dajohi dajohi commented Jun 10, 2015

The configured onion proxy was not being used due to checking if the
passed string had suffix '.onion', which never matched because the
port number is part of the string.

The configured onion proxy was not being used due to checking if the
passed string had suffix '.onion', which never matched because the
port number is part of the string.
@jrick
Copy link
Member

jrick commented Jun 10, 2015

Looks ok but I would add a precondition in the function comment that the address needs the ":port" at the end.

@davecgh
Copy link
Member

davecgh commented Jun 15, 2015

OK

@conformal-deploy conformal-deploy merged commit a1bd15e into btcsuite:master Jun 15, 2015
ishbir added a commit to ishbir/bmd that referenced this pull request Jun 23, 2015
--onion option was broken earlier. Mirrored upstream change
btcsuite/btcd#446.

RPC server has now been updated to send objects to clients in
strictly sequential order of counters. This was accomplished
using heaps. RPC documentation has also been updated to reflect
the same.

Method signatures of a few database functions have been changed.
RemoveExpiredObjects now returns the list of objects that it
pruned from the database. This is going to be useful for the
object manager, to remove those objects from the list of
advertised objects. PubKey operations have been improved and
ciphering support (now a part of bmutil) has been integrated.
Tests for the same have also been added. Storage of public keys
has been optimized. Unencrypted and encrypted messages are now
stored separately. This is more efficient than storing everything
together.
ishbir added a commit to ishbir/bmd that referenced this pull request Jun 23, 2015
--onion option was broken earlier. Mirrored upstream change
btcsuite/btcd#446.

RPC server has now been updated to send objects to clients in strictly
sequential order of counters. This was accomplished using heaps. RPC
documentation has also been updated to reflect the same.

Method signatures of a few database functions have been changed.
RemoveExpiredObjects now returns the list of objects that it pruned
from the database. This is going to be useful for the object manager,
to remove those objects from the list of advertised objects. PubKey
operations have been improved and ciphering support (now a part of
bmutil) has been integrated. Tests for the same have also been added.
Storage of public keys has been optimized. Unencrypted and encrypted
messages are now stored separately. This is more efficient than storing
everything together.
ishbir added a commit to ishbir/bmd that referenced this pull request Jun 23, 2015
--onion option was broken earlier. Mirrored upstream change
btcsuite/btcd#446.

RPC server has now been updated to send objects to clients in strictly
sequential order of counters. This was accomplished using heaps. RPC
documentation has also been updated to reflect the same.

Method signatures of a few database functions have been changed.
RemoveExpiredObjects now returns the list of objects that it pruned
from the database. This is going to be useful for the object manager,
to remove those objects from the list of advertised objects. PubKey
operations have been improved and ciphering support (now a part of
bmutil) has been integrated. Tests for the same have also been added.
Storage of public keys has been optimized. Unencrypted and encrypted
messages are now stored separately. This is more efficient than storing
everything together.
@dajohi dajohi deleted the onionproxy branch October 27, 2015 16:25
jrick pushed a commit to jrick/btcd that referenced this pull request Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants