mirrorwish
554627dd92
Refactor Inventory
7 years ago
Peter Šurda
d63ecfc566
Translation update
...
- typos
- updated German translation
- Fixes Bitmessage#844
7 years ago
Peter Šurda
ab974abce0
Sent message status on ACK
...
Fixes #176
7 years ago
mailchuck
32b0d24be2
singleWorker shutdown fix
...
if singleWorker crashed, the thread couldn't be joined. This both makes
it so that it doesn't crash, as well as reorders the shutdown sequence
so that it is less likely to be triggered.
Fixes Bitmessage#549
7 years ago
mailchuck
4dbd444053
Logging fix
7 years ago
mailchuck
a727847e55
Addresses can be configured not to send acks
...
Manually by specifying "dontsendack" = true in the address section
7 years ago
mailchuck
399100e6d8
PoW support code cleanup
...
Is now nicer and reports if OpenCL fails
7 years ago
mailchuck
d69c2e097f
Cleaner shutdown
...
Addresses Bitmessage#549
7 years ago
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
7 years ago
Henrik Olsson
57575d0a39
Fix some typos
...
Author: Henrik Olsson <henrik@fixme.se>
7 years ago
Jonathan Warren
cc712cb8ff
finished work on specifyTTL
8 years ago
Jonathan Warren
95c939a2a0
Fix #748 - Check hash of sig instead of message contents
8 years ago
Jonathan Warren
5b87bc26ec
Fix #758
8 years ago
Jonathan Warren
50c392c197
resolve merge conflict
8 years ago
Jonathan Warren
e898b40203
Removed obsolete Protocol v2 code
8 years ago
Jonathan Warren
38b861033d
acknowledgement EOL time: 2.5 days
8 years ago
Jonathan Warren
713ed89467
Bugfix: infinite loop if our max acceptable difficulty is too low
9 years ago
Jonathan Warren
bcb05419db
updated defaultKnownNodes
9 years ago
Jonathan Warren
a480fd4f3d
After upgrade period, also support old v2 addresses
9 years ago
Yuri
34824c044e
Moved all keys.dat writing code into writeKeysFile in shared.py
9 years ago
Jonathan Warren
c306062282
Bitmessage Protocol Version Three
9 years ago
bmng-dev
269506ff8f
New localization module (l10n)
...
Resolves #691
9 years ago
Jonathan Warren
a2a7edc9be
resolve merge conflict
9 years ago
bmng-dev
97647f23a6
Refactor header generation
...
Modify generateFullAckMessage to use shared.CreatePacket
9 years ago
bmng-dev
b1261a6c0e
Move pointMult to highlevelcrypto
...
Update pointMult calls to highlevelcrypto.pointMult
9 years ago
antius
53a3d1635a
Make addDataPadding method to avoid clutter.
9 years ago
Jonathan Warren
c18ee8e803
resolve merge conflict
9 years ago
Jonathan Warren
80932bbab0
fix pubkey signature bug leftover from objectProcessorThread-related-changes
9 years ago
Jonathan Warren
3c79b7bf65
save the tag in the inventory for your own broadcasts also
9 years ago
Yuri
346582dcb5
Fixed grammar: 'Waiting on' -> 'Waiting for'
9 years ago
Jonathan Warren
45a0046e7d
completed work on objectProcessorThread
9 years ago
Jonathan Warren
d34114d14c
Fix #541
10 years ago
Jonathan Warren
12edee4ac4
added API commands: createChan, joinChan, leaveChan, deleteAddress
10 years ago
Jonathan Warren
ff8a88422c
Fix DevTalk discussion issue: sent message has wrong status (doesn't / does expect ack)
10 years ago
Jonathan Warren
79dc462b1e
Chan fix: completed
10 years ago
Jonathan Warren
498928405b
Chan fix: initial work completed
10 years ago
Jonathan Warren
02ea2a50d3
more v4 address work. Should be done.
10 years ago
Jonathan Warren
79f6169803
further v4 address work
10 years ago
Jonathan Warren
56168e82b5
most initial work on v4 pubkeys completed
10 years ago
Jonathan Warren
a9b15f83ba
initial testing inv refactorization
10 years ago
Grant T. Olson
1fb11495a6
use helper_sql in class_singleWorker
10 years ago
Jonathan Warren
1bb86794a8
undid support for receiving v4 addresses until more chanages are implemented
10 years ago
Adam Fontenot
2a565c97a5
Allow backend to send and receive version 4 addresses
10 years ago
Jonathan Warren
cdec4ad506
Added option in settings menu to allow sending to mobile
10 years ago
Jonathan Warren
c424885734
Update statuses of sent broadcasts seperately even if all sent data is identical for two messages
10 years ago
Jonathan Warren
cddfe2c44f
Only return one item for certain API commands
10 years ago
Jonathan Warren
d036ca18ed
Completed chan integration in the GUI
10 years ago
Jonathan Warren
3427bc5c26
Store msgid in sent table
10 years ago
Linker Lin
4a84a30fc6
replace acquire lock by 'with' statement
10 years ago
Jonathan Warren
dacd9aa925
Add strftime import
10 years ago