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

Allow polling of a single address #12

Open
justusranvier opened this issue May 29, 2014 · 0 comments
Open

Allow polling of a single address #12

justusranvier opened this issue May 29, 2014 · 0 comments

Comments

@justusranvier
Copy link

In a setup where there are multiple addresses in a Bitmessage node, I'd like to be able to download only the messages that have been sent to a single address instead of all the addresses.

Perhaps it could work that if the username passed via POP matches an address belonging to the node you only get that address's messages, and if the username doesn't match you get all messages (current behavior).

jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
Add "currentAddress" to the bminterface as a global variable
Change handleUser to set the currentAddress if username begins with "BM-"
This change is meant to allow different users to access their bitmessages
Note this will not work concurrently! once USER is sent, all subsequent messages assume the same user until a different USER is defined.
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
Add "currentAddress" to the bminterface as a global variable
Change handleUser to set the currentAddress if username begins with "BM-"
This change is meant to allow different users to access their bitmessages
Note this will not work concurrently! once USER is sent, all subsequent messages assume the same user until a different USER is defined.

This closes issue Arceliar#11
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
Add "currentAddress" to the bminterface as a global variable
Change handleUser to set the currentAddress if username begins with "BM-"
This change is meant to allow different users to access their bitmessages
Note this will not work concurrently! once USER is sent, all subsequent messages assume the same user until a different USER is defined.

This closes issue Arceliar#12
This was referenced May 29, 2014
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

No branches or pull requests

1 participant