Jonathan Warren
0b81e9b206
rename bitmessageapi.py to api.py
10 years ago
Jonathan Warren
6af92a5e09
fix line which keeps user from running more than once Bitmessage instance
10 years ago
Jonathan Warren
d150476e98
Added comments and console output to expain that you cannot run bitmessageapi.py directly
10 years ago
Eino Mäkitalo
baf634f89b
Merge with original upstream changes
...
Conflicts:
src/bitmessagemain.py
10 years ago
Eino Mäkitalo
b0c582605f
Cleaning imports and separating API to another file. PyLint fixes for main file
10 years ago
Jonathan Warren
08b92541c6
Merge pull request #588 from BioGeek/patch-1
...
remove duplicate code
10 years ago
Jonathan Warren
12adccf965
Merge pull request #576 from yurivict/tray_inbox_unread_indicator
...
[NEW FEATURE] Implemented the indicator in tray icon that there are unread messages
10 years ago
Jeroen Van Goey
90b0d4c640
remove duplicate code
...
There was twice a check for the Python version on OSX, but the logging in the second check was never reached
10 years ago
Jeroen Van Goey
fb98cd0fc8
remove duplicate code
...
There was twice a check for the Python version on OSX but the logging in the second step could never be reached.
10 years ago
Jonathan Warren
df7116bd72
on close, save objectProcessorQueue to disk
10 years ago
Yuri
42faf2aaa0
[NEW FEATURE] Implemented the indicator in tray icon that there are unread messages.
10 years ago
Jonathan Warren
45a0046e7d
completed work on objectProcessorThread
10 years ago
Jonathan Warren
a4b5ded803
we no longer need to add chans to our address book
10 years ago
Jonathan Warren
6abb589f01
Merge branch 'master' of github.com:Atheros1/PyBitmessage
10 years ago
Jonathan Warren
41c3b73343
comment
10 years ago
Jonathan Warren
9dd674a117
Merge pull request #535 from Atheros1/master
...
API commands: createChan, joinChan, leaveChan, deleteAddress
10 years ago
Jonathan Warren
12edee4ac4
added API commands: createChan, joinChan, leaveChan, deleteAddress
10 years ago
Jonathan Warren
19eb77fb4f
Merge branch 'master' of git://github.com/Eylrid/PyBitmessage into Eylrid-master
10 years ago
Joshua Noble
ed0a57d998
Fixed typo in getInboxMessagesByAddress
10 years ago
John Kozan
6787e4b932
== should be =
10 years ago
fuzzgun
b37e0ec027
Changelog update for 0.4.0
10 years ago
amos
379d27b5d8
update address versions in addChan
10 years ago
amos
000fe293d6
Merge branch 'decodeAddress2'
...
Conflicts:
src/bitmessagemain.py
10 years ago
amos
e878fb4c96
Add api method decodeAddress
...
Add decodeAddress as an api call. Like the addresses.decodeAddress function
it return status, addressVersion, streamNumber, and ripe. ripe is base64
encoded.
10 years ago
Jonathan Warren
7e07d7bc7e
_verifyAddress support v4 addresses
10 years ago
amos
8a3028e7c1
Merge branch 'fixApi'
10 years ago
amos
cdf4d5d75c
Change the accepted address versions
...
Update _verifyAddress to accept version 4.
10 years ago
amos
250f36b670
Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage
10 years ago
Jonathan Warren
ef500501d7
small fixes to address generator and listAddresses2
10 years ago
Jonathan Warren
02ea2a50d3
more v4 address work. Should be done.
10 years ago
Jonathan Warren
56168e82b5
most initial work on v4 pubkeys completed
10 years ago
Amos Bairn
40033d9e87
add api method addChan
...
This solves issue #484
10 years ago
Jonathan Warren
33ea666df7
Merge pull request #494 from Atheros1/master
...
Smarter advertisement of object hashes and peers
10 years ago
Grant T. Olson
34203d73dd
Only UPDATE readStatus if it changed
10 years ago
Jonathan Warren
a9b15f83ba
initial testing inv refactorization
10 years ago
Jonathan Warren
477568f501
changed API commands which modify and list the address book per discussion in #482
10 years ago
Jonathan Warren
08024748b0
Merge pull request #482 from grant-olson/add_delete_addressbook
...
addAddressBook and deleteAddressBook API calls
10 years ago
Grant T. Olson
bfd79e0ae1
Use same argument order as addSubscription for addAddressBook
10 years ago
Grant T. Olson
db81f0c11e
Add add/deleteAddressBook APIs, extract address verification into reuable code, and make some QT stuff re-renderable
10 years ago
Jonathan Warren
c8b727e82b
Merge pull request #480 from grant-olson/chan_in_listAddress
...
Add chan true/false to listAddresses results
10 years ago
Jonathan Warren
c06bbc14f8
Give user feedback when disk is full
10 years ago
Grant T. Olson
48a3bdfefc
Add chan true/false to listAddresses results
10 years ago
Jonathan Warren
1bbb8240ed
modifications to API commands used by mobile device
10 years ago
Jonathan Warren
3ca4578f7f
minor changes to previous commit- adding listAddressBook to API
10 years ago
Jonathan Warren
cf52d93a67
Merge branch 'master' of git://github.com/Eylrid/PyBitmessage into Eylrid-master
10 years ago
Jonathan Warren
e214f0bb66
Added ability to set a message's read status using getInboxMessageID. This rather than #368
10 years ago
Jonathan Warren
f64461feb0
fixes to new SQL refactoring
10 years ago
Jonathan Warren
ea3cf9e00e
minor changes to previous commit
10 years ago
Grant T. Olson
03ce8ba8fb
new API method needs to use helper_sql
10 years ago
Grant T. Olson
b5873187bf
Merge branch 'master' into sql_refactor
10 years ago