Commit Graph

267 Commits (ced463bf232abe5f8b5109bddc31d3a421ee2f93)

Author SHA1 Message Date
Jonathan Warren fdb0d1e776 Merge branch 'master' into ProtoV3
9 years ago
Jonathan Warren 61653bdc0d Revert "Catch the standard Unix SIGTERM kill signal and do a graceful shutdown"
9 years ago
Jonathan Warren e096c37f7e save debug.log in correct directory
9 years ago
Jonathan Warren b6e0396333 resolve minor merge conflict with master
9 years ago
Jonathan Warren c306062282 Bitmessage Protocol Version Three
9 years ago
JonathanCoe 3b42805efc Catch the standard Unix SIGTERM kill signal and do a graceful shutdown of PyBitmessage.
9 years ago
Jonathan Warren ea6f34ade6 removed use of memoryview so that we can support python 2.7.3
9 years ago
bmng-dev 4430ed0cb5 Improve version check
9 years ago
Ruben de Vries c8bf3ccc63 moved the check for PyQt so that we don't need to install it when running -c
9 years ago
Jonathan Warren a2a7edc9be resolve merge conflict
9 years ago
Luke Montalvo 01003fc56c Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage
9 years ago
Luke Montalvo 813f4c7ed9 + Add dependency list
9 years ago
Neil Roberts 7da6ea958f Add support for IPv6
9 years ago
Jonathan Warren c98ca590a8 Fix #566
9 years ago
Jonathan Warren 0b81e9b206 rename bitmessageapi.py to api.py
9 years ago
Jonathan Warren 6af92a5e09 fix line which keeps user from running more than once Bitmessage instance
9 years ago
Jonathan Warren d150476e98 Added comments and console output to expain that you cannot run bitmessageapi.py directly
9 years ago
Eino Mäkitalo baf634f89b Merge with original upstream changes
9 years ago
Eino Mäkitalo b0c582605f Cleaning imports and separating API to another file. PyLint fixes for main file
9 years ago
Jonathan Warren 08b92541c6 Merge pull request #588 from BioGeek/patch-1
9 years ago
Jonathan Warren 12adccf965 Merge pull request #576 from yurivict/tray_inbox_unread_indicator
9 years ago
Jeroen Van Goey 90b0d4c640 remove duplicate code
9 years ago
Jeroen Van Goey fb98cd0fc8 remove duplicate code
9 years ago
Jonathan Warren df7116bd72 on close, save objectProcessorQueue to disk
9 years ago
Yuri 42faf2aaa0 [NEW FEATURE] Implemented the indicator in tray icon that there are unread messages.
9 years ago
Jonathan Warren 45a0046e7d completed work on objectProcessorThread
9 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
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'
10 years ago
amos e878fb4c96 Add api method decodeAddress
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
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
10 years ago
Jonathan Warren 33ea666df7 Merge pull request #494 from Atheros1/master
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