Jonathan Warren
38d7db24ad
Merge pull request #639 from bpeel/wip/trusted-peer
...
Add a 'trustedpeer' option to keys.dat
2014-04-30 17:42:28 -04:00
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.
2014-03-12 01:48:48 +00:00
Neil Roberts
03263156de
Add a 'trustedpeer' option to keys.dat
...
If this option is specified in keys.dat then Bitmessage will connect
to the host specified there instead of connecting to the hosts in the
list of known nodes. It will also stop listening for incoming
connections and the timing attack mitigation will be disabled.
The expected use case is for example where a user is running a daemon
on a dedicated machine in their local network and they occasionally
want to check for messages using a second instance of the client on
their laptop. In that case it would be much faster to catch up with
the messages by directly downloading from the dedicated machine over
the LAN. There is no need to connect to multiple peers or to do the
timing attack mitigation because the daemon is trusted.
The host is specified as hostname:port. Eg, ‘192.168.1.8:8444’.
2014-02-06 13:16:07 +00:00
Jonathan Warren
7983a14754
Increment version number to 0.4.2
2014-01-20 23:04:41 -05:00
Jonathan Warren
85a409636a
Fix #611 ; also swap print statements out for loggers
2014-01-16 20:10:04 -05:00
Jonathan Warren
534e98e816
Merge pull request #578 from b4tman/master
...
fix AppdataFolder encoding on windows
2013-12-24 21:53:41 -08:00
Jonathan Warren
99738e88aa
Merge pull request #574 from yurivict/compatibility_FreeBSD
...
FreeBSD compatibility
2013-12-15 21:58:45 -08:00
Jonathan Warren
80932bbab0
fix pubkey signature bug leftover from objectProcessorThread-related-changes
2013-12-06 01:52:19 -05:00
Jonathan Warren
df7116bd72
on close, save objectProcessorQueue to disk
2013-12-02 01:35:34 -05:00
Jonathan Warren
44618ffcc2
added option to show recent broadcasts when subscribing
2013-11-30 23:15:18 -05:00
Dmitry Belyaev
f1ce821910
fix AppdataFolder encoding on windows
2013-11-30 00:42:15 +04:00
Yuri
7b65da70dc
FreeBSD compatibility.
2013-11-28 16:20:16 -08:00
Jonathan Warren
45a0046e7d
completed work on objectProcessorThread
2013-11-20 01:29:37 -05:00
Jonathan Warren
2a1b6dd86d
some initial objectProcessorThread work
2013-11-13 22:44:42 -05:00
Jonathan Warren
bd2803bebc
various changes to 'messages expire' pull request
2013-11-04 02:05:07 -05:00
Peter
f6cdc0844b
Merge remote-tracking branch 'upstream/master'
2013-10-20 16:41:53 +04:00
Jonathan Warren
7a30db75f1
Use SQL-stored message when using 'Display as HTML' feature
2013-10-16 01:08:22 -04:00
Peter
5fb08efe00
merged
2013-10-03 19:39:27 +04:00
ikarakatsanis
511185055d
feature_v2
2013-10-02 04:16:42 +04:00
ikarakatsanis
d487b522cf
feature_v1
2013-10-02 04:14:53 +04:00
Jonathan Warren
9e34caebef
increment version number to 0.4.1
2013-09-29 23:05:06 -04:00
Jonathan Warren
498928405b
Chan fix: initial work completed
2013-09-29 19:24:27 -04:00
Jonathan Warren
4fea165d50
Increment version number to v0.4.0
2013-09-22 23:29:30 -04:00
Jonathan Warren
02ea2a50d3
more v4 address work. Should be done.
2013-09-18 00:04:01 -04:00
Jonathan Warren
79f6169803
further v4 address work
2013-09-14 21:06:26 -04:00
Jonathan Warren
56168e82b5
most initial work on v4 pubkeys completed
2013-09-13 00:27:34 -04:00
Jonathan Warren
90e60d8145
delay addr messages random number of seconds
2013-09-09 19:26:32 -04:00
Jonathan Warren
831edf0d24
completed inv refactorization
2013-09-06 21:47:54 -04:00
Jonathan Warren
a9b15f83ba
initial testing inv refactorization
2013-09-06 18:55:12 -04:00
Jonathan Warren
c06bbc14f8
Give user feedback when disk is full
2013-09-04 20:14:25 -04:00
Jonathan Warren
5fab298559
Refactor of the way PyBitmessage looks for interesting new objects in huge inv messages from peers
2013-09-03 22:45:45 -04:00
Jonathan Warren
6159d5e622
Show inventory lookup rate on Network Status tab
2013-09-03 18:08:29 -04:00
Grant T. Olson
8d8e43b1fc
Added SqlBulkExecute class so we can update inventory without a million commits
2013-08-31 10:40:11 -04:00
Grant T. Olson
b83781cefb
Merge remote-tracking branch 'upstream/master' into sql_refactor
2013-08-30 17:59:35 -04:00
Jonathan Warren
95cf453de4
resolve merge conflict
2013-08-30 13:26:55 -04:00
Grant T. Olson
5eba4e6442
Merge branch 'master' into Fast_PoW_unless_frozen
2013-08-29 11:42:10 -04:00
Grant T. Olson
8a6d1d9cd5
Fix regression where I couldn't add a subscription
2013-08-29 10:02:42 -04:00
Grant T. Olson
7499de4e13
have shared.py use helper_sql and move the sql queues and locks to helper_sql
2013-08-29 08:03:45 -04:00
Jonathan Warren
1bb86794a8
undid support for receiving v4 addresses until more chanages are implemented
2013-08-26 15:23:12 -04:00
Grant T. Olson
732d7c999a
Allow specification of alternate settings dir via BITMESSAGE_HOME
2013-08-26 08:44:15 -04:00
Jonathan Warren
0132db33dc
show number of each message type processed in the API command clientStatus
2013-08-24 19:40:48 -04:00
Grant T. Olson
a20213f1e8
Use fast PoW unless we're explicitly a frozen (binary) version of the code
2013-08-23 13:24:38 -04:00
Adam Fontenot
ef312c6e2c
Updated several missed references to version 3 addresses
2013-08-15 04:26:14 -05:00
Jonathan Warren
6ec4d5c73a
Merge pull request #409 from Atheros1/domob1812-namecoin-id2
...
Domob1812 namecoin id2
2013-08-14 16:19:20 -07:00
Grant T. Olson
0026dce551
Fix for traceback on OSX. Fixes Bitmessage/PyBitmessage#401
2013-08-12 20:32:13 -04:00
Jonathan Warren
27f10f6ac1
fix merge conflicts
2013-08-12 00:09:36 -04:00
Jonathan Warren
665d8aec5b
Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage
2013-08-09 11:56:00 -04:00
Jonathan Warren
cdec4ad506
Added option in settings menu to allow sending to mobile
2013-08-08 15:37:48 -04:00
Jonathan Warren
ecef8f93b5
minor code refactoring
2013-08-07 15:15:49 -04:00
Jonathan Warren
d51fe37a66
added requested API commands for mobile device
2013-08-06 13:19:26 -04:00
Gregor Robinson
9460712a59
File permission special case for NTFS-3g on POSIX.
...
Fix issue #347 , "*SensitiveFilePermissions fails on ntfs-3g mounted filesystems".
2013-08-05 22:06:46 +02:00
nobody
d606bb1333
Fix: Distinguish peers by both IP address and port.
...
Until now many parts of the code assumed that IP addresses are
unique for peers. However, more than one Bitmessage instance might
be running with a given IP address due to multi-user systems or
firewalls.
2013-07-30 22:23:18 +02:00
Jonathan Warren
ac93b04f73
Increment version number to 0.3.5
2013-07-28 16:43:00 -04:00
Daniel Kraft
665659f214
Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage into namecoin-id
...
Conflicts:
src/bitmessageqt/bitmessageui.py
src/helper_startup.py
2013-07-27 08:24:52 +02:00
Jonathan Warren
d036ca18ed
Completed chan integration in the GUI
2013-07-22 01:10:22 -04:00
Daniel Kraft
810387df3e
Read also rpcport from namecoin.conf.
...
Read also the rpcport setting from namecoin.conf when it is
available and use that as default when switching the setting
in the UI dialog.
2013-07-17 18:33:26 +02:00
Jonathan Warren
558dcf8550
Merge branch 'fiatflux-keyfile_perm_fix' of github.com:Atheros1/PyBitmessage into testperm
2013-07-15 12:24:08 -04:00
Jonathan Warren
52caec5e2b
Move one line of code so that correct program activity is logged
2013-07-15 12:19:53 -04:00
DivineOmega
3107150ace
Added fall back print statements in case logger is unavailable
2013-07-15 10:56:13 +01:00
DivineOmega
d900b9de70
Added check for logger global before attempting to log in places where logging may occur before the logger is ready
2013-07-15 10:49:01 +01:00
Jonathan Warren
3a06edbbd8
manual merge, fix minor import issue
2013-07-14 17:10:37 -04:00
Jonathan Warren
e82a8aead3
manual merge
2013-07-14 17:03:17 -04:00
Jonathan Warren
1bf39dbfd0
moved debug.log file to the config directory
2013-07-14 16:12:59 -04:00
Gregor Robinson
fa53eb370c
Clarify IOError handling with comment.
2013-07-11 23:58:10 +01:00
Gregor Robinson
e8fa5aaefe
Switch an stderr message to logger.
2013-07-10 20:29:07 +01:00
Gregor Robinson
718de832ab
Merge branch 'no_propagate_loggers' into keyfile_perm_fix
...
Conflicts:
src/shared.py
2013-07-10 20:24:23 +01:00
Gregor Robinson
3179ea30f0
These changes slipped from last commit. Sorry.
2013-07-10 20:15:04 +01:00
Gregor Robinson
2e2db97250
Don't propagate loggers; add some logging.
2013-07-10 20:09:27 +01:00
Gregor Robinson
a579e8f1d3
Logging fixes.
2013-07-10 11:43:18 +03:00
Gregor Robinson
ebaa1bf346
No paranoid key disable for bad keyfile perms.
2013-07-08 23:21:29 +03:00
Gregor Robinson
eba0878172
Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage into keyfile_perm_fix
2013-06-27 12:42:18 +00:00
Gregor Robinson
1ed34b0084
Make warning message more specific.
2013-06-27 10:44:49 +00:00
Gregor Robinson
db3120f655
Fix #263 & #262 : insecure keyfile permissions.
...
* Added conditional to keyfile fix code that excludes windows.
* Cleaned up old keyfile permissions fix.
* Added umask (not conditional against Windows, because I don't think that is necessary).
2013-06-27 10:02:52 +00:00
Jonathan Warren
0f8b9f97bd
Increment version number to 0.3.4
2013-06-26 14:22:13 -04:00
Gregor Robinson
14bf35421b
Fixing issue #258 , bad keyfile permissions.
...
This spits out a warning to the console, but ideally it would also
issue a warning to the GUI for those who didn't start it from the
console. N.B. the warning is a one shot thing, since it fixes the
problem in a way essentially undetectable in the future, so it
should be done right if it is to be done at all.
Maybe we should even disable all keys automatically if the keyfile
is found in an insecure state.
2013-06-26 12:31:59 +00:00
Carlos Killpack
ad5517b41b
Fixed issue #157 : Use $XDG_CONFIG_HOME
2013-06-26 03:11:32 -06:00
Jonathan Warren
befe790334
Merge pull request #241 from Jaxkr/master
...
Fixed capitalization of "Application Support"
2013-06-24 20:58:47 -07:00
Jonathan Warren
c857f73d0b
Continued moving code into individual modules
2013-06-24 15:51:01 -04:00
Jordan Hall
2eb6558cf1
Added a number of missing imports fixing several issues (thank you PyDev)
2013-06-23 20:52:39 +01:00
Jaxkr
af9dbda5d3
Fixed capitalization of Application Support, which causes problems for people with a case sensitive OS X file system
2013-06-21 12:26:33 -06:00
nimda
f264c22ffb
actually fix SQL error, add status bar message.
2013-06-13 22:27:14 -04:00
nimda
06ca8625f5
try to fix SQL error
2013-06-13 22:16:37 -04:00
nimda
3539160bd4
I can't believe I forgot that bracket.
2013-06-13 22:07:19 -04:00
nimda
5b6a3d419e
cleanup
2013-06-13 22:03:03 -04:00
nimda
98aacd16ff
Subscribe to an address in the addressbook
2013-06-13 21:55:38 -04:00
Jonathan Warren
179723bbf8
Continued Max acceptable difficulty programming and testing
2013-06-10 18:53:15 -04:00
Jonathan Warren
e25f08b9ed
Correct ECDSA verify
2013-06-07 18:58:28 -04:00
Jonathan Warren
e7f972ca66
Correct ECDSA verify
2013-06-07 15:06:53 -04:00
fuzzgun
eb2d16c574
debian build script improvements
2013-06-03 20:13:52 +01:00
Jonathan Warren
816967dd98
Increment version number to 0.3.2
2013-06-03 11:54:29 -04:00
Jonathan Warren
ad2457361f
Multi-core POW
2013-05-30 16:25:42 -04:00
Jonathan Warren
a293cef8d1
Added new deterministic address and subscription-related commands
2013-05-24 16:12:16 -04:00
Jonathan Warren
17a8ece5c1
Commit commands must be within a sqlLock
2013-05-16 12:41:04 -04:00
Jonathan Warren
38ae186a93
added several printLocks to improve console output
2013-05-07 16:31:18 -04:00
Jonathan Warren
05c49a31cd
support switching to and from portable mode without restarting
2013-05-03 15:53:38 -04:00
Jonathan Warren
73ec3e6293
Use different data structure to maintain the number of connections shown on the Network Status tab
2013-05-03 12:05:57 -04:00
Jonathan Warren
da4cf1f1cb
further deamon-related changes
2013-05-02 16:05:31 -04:00
Jonathan Warren
cbca738524
further deamon-related changes
2013-05-02 15:59:10 -04:00
Jonathan Warren
c5d4f50dbd
More daemon related changes
2013-05-02 14:18:24 -04:00
Jonathan Warren
9a64c265a0
Continued daemon mode implementation
2013-05-02 12:47:43 -04:00
Jonathan Warren
0bc4712063
Continued daemon mode implementation
2013-05-02 11:53:54 -04:00