mailchuck
52fe7105a9
Allow bootstrap from a Tor hidden service
...
I run a modified node as a Tor hidden service for bootstrapping node
addresses, and PyBitmessage can now connect to it.
2016-05-02 15:00:22 +02:00
mailchuck
27c187283b
Unify messagelist rendering
...
also some minor fixes
2016-05-02 15:00:22 +02:00
mailchuck
a3b13b70e2
Add BROADCAST type
...
also improve sorting
2016-05-02 15:00:22 +02:00
mailchuck
be02116af9
Global folder, global search, unread folder
...
Fixes #38
Fixes #39
Minor unread refresh issues.
2016-05-02 15:00:22 +02:00
mailchuck
6862952c55
Typo
...
OpenCL config variable setter had a typo
2016-05-02 15:00:22 +02:00
mailchuck
6ad3c956c9
Allow SQL arguments as a list or tuple
2016-05-02 15:00:21 +02:00
mailchuck
d75533c6b6
DNS bootstrap over Tor
...
If proxy type is SOCKS5, it will try to perform DNS bootstrap using the
Tor RESOLVE extension.
2016-05-02 15:00:21 +02:00
mailchuck
1e89616c0f
Avoid strings in account types
2016-05-02 15:00:21 +02:00
mailchuck
399100e6d8
PoW support code cleanup
...
Is now nicer and reports if OpenCL fails
2016-05-02 15:00:21 +02:00
mailchuck
9335f74c61
OpenCL kernel change
...
This makes it work on my AMD.
2016-05-02 15:00:21 +02:00
mailchuck
e7e245fe25
OpenCL GUI settings
2016-05-02 15:00:21 +02:00
mailchuck
0c19e0c2e4
Failure to connect shouln't be an error
...
It resulted in too many errors in the logs
2016-05-02 15:00:21 +02:00
mailchuck
d0b73eb211
SMP fix for frozen Windows
2016-05-02 15:00:21 +02:00
mailchuck
aa97b53114
addressGenerator fixes
...
- addressGenerator got stuck (introduced recently when cleaning up
shutdown
- do not put addresses into API return queue if API is inactive
- improve translation
2016-05-02 15:00:21 +02:00
mailchuck
f9a7a5b6f2
Account in treeWidget more like a QT class
...
It behaves more like a QT class is supposed to now, it's somewhat
cleaner.
Fixes #122
2016-05-02 15:00:21 +02:00
mailchuck
d69c2e097f
Cleaner shutdown
...
Addresses Bitmessage#549
2016-05-02 15:00:21 +02:00
mailchuck
6dbe20a25c
Version bump
2016-05-02 15:00:21 +02:00
mailchuck
7b4264a109
Typo
2016-05-02 15:00:21 +02:00
mailchuck
f77afe8fae
Exception handling
2016-05-02 15:00:21 +02:00
mailchuck
36ddbd365e
Typo
2016-05-02 15:00:21 +02:00
mailchuck
410c23e8c0
Typo
2016-05-02 15:00:21 +02:00
mailchuck
ff358b1a1f
Typo
2016-05-02 15:00:21 +02:00
mailchuck
ec68146135
Suppress error on releasing unlocked lock
2016-05-02 15:00:21 +02:00
mailchuck
e82e33fa51
UPnP notifications
...
UPnP will notify you through window status bar.
2016-05-02 15:00:21 +02:00
mailchuck
bbdfb1ea54
UPnP cleaner shutdown
2016-05-02 15:00:21 +02:00
mailchuck
e4a7e71790
SSL fixes
2016-05-02 15:00:21 +02:00
mailchuck
281630757e
SSL fixes
2016-05-02 15:00:21 +02:00
mailchuck
18f7ef06e2
SSL fixes
...
Handle old Python compatibility better.
2016-05-02 15:00:21 +02:00
mailchuck
74519069f0
outgoingSynSender thread reaping disabled
...
It was causing delays on shutdown, worse on linux/osx
2016-05-02 15:00:21 +02:00
mailchuck
b00c4f24ec
Threads close better
...
- UPnP and outgoingSynSender threads close slightly better.
- extPort initialisation was missing
2016-05-02 15:00:21 +02:00
mailchuck
48b9e50397
UPnP GUI
...
Settings GUI now contains a checkbox for UPnP and auto starts/stops the
thread when changed.
Default UPnP socket timeout decreased for faster thread
starting/stopping
2016-05-02 15:00:21 +02:00
mailchuck
50be5a2b4c
UPnP fixes
2016-05-02 15:00:21 +02:00
mailchuck
8c14641810
Window resize on minimize bugfix
...
Fixes Bitmessage#243
2016-05-02 15:00:21 +02:00
mailchuck
c03c563a74
Make UPnP into a thread
...
- UPnP is now a separate thread that will continue to setup UPnP
- shutdown waits for threads that shutdown correctly (Addresses
Bitmessage#549)
2016-05-02 15:00:21 +02:00
mailchuck
cc848cdb65
Typo fix
2016-05-02 15:00:21 +02:00
mailchuck
5432c6e0c8
UPnP logging improvlement
2016-05-02 15:00:21 +02:00
mailchuck
3c9df7151c
Logging fix
2016-05-02 15:00:21 +02:00
mailchuck
aa55f45a0d
Logging fix
2016-05-02 15:00:21 +02:00
0270dc3d4d
Cleanup UPnP
2016-05-02 15:00:21 +02:00
mailchuck
0aff212a7b
Remove ebuildpackage
...
Fixes Bitmessage#331
2016-05-02 15:00:21 +02:00
mailchuck
9338772b1e
Logging updates
...
Came over BM (from "general" channel), I slightly modified it.
2016-05-02 15:00:21 +02:00
mailchuck
b7ad34cf15
Trusted peer flood protection
...
Is not needed.
Fixed Bitmessage#786
2016-05-02 15:00:21 +02:00
mailchuck
960d446104
Ask before deleting a subscription
...
Fixes #120
2016-05-02 15:00:21 +02:00
mailchuck
c2970cd92e
Update addressbook on changes
...
Fixes #99
- enable/disable new/delete chan/subscription
- also found and fixed a logger crash
2016-05-02 15:00:21 +02:00
mailchuck
1f331f217c
Messagelist address tooltip
...
Fixes #108
2016-05-02 15:00:21 +02:00
mailchuck
8909a535ae
Remove extra debug logging
2016-05-02 15:00:21 +02:00
mailchuck
dd15d1b6ed
Delete key and shift modifier
...
Addresses #114
- delete from sent works when pressing delete key
- delete from trash deletes rather than moves
- delete with shift deletes rather than moves
2016-05-02 15:00:21 +02:00
mailchuck
cd9a7b5157
Missing folders in rerenderTabTreeSubscriptions
...
I optimised it too much and sometimes folders were missing in the tree.
2016-05-02 15:00:21 +02:00
mailchuck
d7817ca2ef
Smoother rerenderTabSubscriptions
...
Does not reset it all the time but adds/removes
Fixes #109
2016-05-02 15:00:21 +02:00
mailchuck
231219a193
Improved logging
...
Fixes #118
- changed almost all "print" into logger
- threads have nicer names
- logger can have configuration in "logger.dat" in the same directory as
"keys.dat", and the logger will pick the one named "default" to replace
the "console" and "file" that are in PyBitmessage otherwise
Example file for logging to syslog:
[loggers]
keys = root,syslog
[logger_root]
level=NOTSET
handlers=syslog
[logger_syslog]
level=DEBUG
handlers=syslog
qualname=default
[handlers]
keys = syslog
[handler_syslog]
class = handlers.SysLogHandler
formatter = syslog
level = DEBUG
args=(('localhost', handlers.SYSLOG_UDP_PORT),
handlers.SysLogHandler.LOG_LOCAL7)
[formatters]
keys = syslog
[formatter_syslog]
format=%(asctime)s %(threadName)s %(filename)s@%(lineno)d %(message)s
datefmt=%b %d %H:%M:%S
2016-05-02 15:00:21 +02:00