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.
...
We already do this for the SIGINT kill signal. The change allows us to do a clean
shutdown of PyBitmessage when its process has been separated from the terminal.
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
...
Move version check so it is the very first thing we do.
Perform version check for all platforms
Ensure backwards and forwards compatibility
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
...
+ Add stderr capturing
+ Add identities and network status tabs
+ Add dialogs to configure identities
+ Add color pair definitions
+ Add the '-c' flag to use the curses interface
* Reorganize imports
* Switch logger to file_only mode when running with curses
9 years ago
Neil Roberts
7da6ea958f
Add support for IPv6
...
It will now listen on an IPv6 socket if possible or fall back to IPv4
if that doesn't work. It will no longer filter out all IPv6 addresses
and instead it will only filter out those that point to the local
network.
It looks like the DNS bootstrapping should just automatically work
because getaddrinfo already returns IPv6 addresses from the AAAA
record.
In order to convert from the ASCII representation of IPv6 addresses
and back we need inet_ntop and inet_pton. Python 2 doesn't currently
provide these for Windows so instead this patch provides a hot patch
to the socket module which wraps WSAStringToAddress and
WSAAddressToString using ctypes.
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
...
Conflicts:
src/bitmessagemain.py
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
...
remove duplicate code
9 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
9 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
9 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.
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
...
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