Stephen Whitmore
e93d23d2e0
Adds new API error codes for black-/white-list manipulation.
...
Refactors loadBlackWhiteList into more generic rerenderBlackWhiteList
9 years ago
Stephen Whitmore
afb21ca307
Adds API commands for blacklist manipulation.
9 years ago
digital dreamer
011099b5db
Change interface language without restart
9 years ago
Jonathan Warren
b02a5d3109
Merge pull request #734 from Atheros1/master
...
acknowledgement EOL time: 2.5 days
9 years ago
Jonathan Warren
ceb631d12e
Merge pull request #733 from digital-dreamer/fix-417-relative-path
...
Fix #417 - bad relative path breaks translations
9 years ago
Jonathan Warren
38b861033d
acknowledgement EOL time: 2.5 days
9 years ago
digital dreamer
80fa32de41
Fix #417 - bad relative path breaks translations
9 years ago
Bob Mottram
4e6f6c0bdc
Improve the Makefile
9 years ago
Bob Mottram
e663fa0a69
Updates for Ubuntu PPA
9 years ago
Michael Ford
9ca1f87d79
Remove trailing semicolon in __init__.py
9 years ago
Jonathan Warren
ced463bf23
Merge pull request #730 from fanquake/version_sync
...
Update all version numbers to 0.4.4
9 years ago
Michael Ford
362cac8c27
Update all version numbers to 0.4.4
9 years ago
themighty1
88efb92c15
dont freeze UI when mass-marking unread
9 years ago
Jonathan Warren
12b4015457
Merge pull request #727 from Bitmessage/ProtoV3
...
Proto v3
9 years ago
Jonathan Warren
713ed89467
Bugfix: infinite loop if our max acceptable difficulty is too low
9 years ago
Jonathan Warren
fdb0d1e776
Merge branch 'master' into ProtoV3
9 years ago
Jonathan Warren
4766fa7b17
Merge pull request #726 from Bitmessage/revert-709-master
...
Fix #725 . Revert "Catch the standard Unix SIGTERM kill signal and do a...
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
6e9f6d54d2
Merge pull request #709 from JonathanCoe/master
...
Catch the standard Unix SIGTERM kill signal and do a graceful shutdown
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
5beaeff2e2
TImestamped the keys.dat backup file.
9 years ago
Yuri
d3c91eea3b
Added backup copy creation during keys.dat write to prevent an accidental file loss due to the disk failure.
9 years ago
Yuri
34824c044e
Moved all keys.dat writing code into writeKeysFile in shared.py
9 years ago
Jonathan Warren
0865e863ec
Added ability to limit network transfer rate
9 years ago
Jonathan Warren
13db5fe00c
Merge pull request #712 from fanquake/patch-1
...
Increment version number to 0.4.3
9 years ago
Michael Ford
6273ec6444
Increment version number to 0.4.3
9 years ago
Jonathan Warren
c84cdecba4
Normalize the noncetrialsperbyte and payloadlengthextrabytes for each of the user's existing addresses
9 years ago
Jonathan Warren
7c5b116a95
Merge pull request #710 from khertan/patch-1
...
#708 : Use default locale encoding
9 years ago
Benoît HERVIER
388bc6ba04
#708 : Use default locale encoding
...
Use locale endoding else this generate error in GU : as default time format can have non ascii char on non english locale, but using ascii in locale can generate UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 :
In PyBitmessage/src/bitmessageqt/__init__.py"
l10n.formatTimestamp())
In PyBitmessage/src/l10n.py", line 81, in formatTimestamp
return unicode(timestring, encoding)
9 years ago
Jonathan Warren
90800af729
very minor improvements to ProtoV3
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
111d60dde8
Merge pull request #707 from bmng-dev/l10n-fix
...
Update l10n to ensure decoding actually works
9 years ago
bmng-dev
33800064c7
Update l10n to ensure decoding actually works
...
Fix for encoding issue in #706
9 years ago
Jonathan Warren
2fea75d28f
Merge pull request #705 from bmng-dev/l10n-fix
...
Fix l10n so getTranslationLanguage always returns a string
9 years ago
bmng-dev
0a2fb54f78
Fix l10n.formatTimestamp so it accepts strings
9 years ago
bmng-dev
0d2c94f060
Fix l10n so getTranslationLanguage always returns a string
9 years ago
Jonathan Warren
e58ac560de
Merge pull request #701 from bmng-dev/Issue-#691
...
Fixes issue #691
9 years ago
Jonathan Warren
10f10f327f
Merge pull request #703 from benhc123/patch-1
...
Made references capitalised
9 years ago
Jonathan Warren
c78b3a1331
Merge pull request #704 from Atheros1/master
...
removed use of memoryview so that we can support python 2.7.3
9 years ago
Jonathan Warren
ea6f34ade6
removed use of memoryview so that we can support python 2.7.3
9 years ago
benhc123
ae01199b43
Made references capitalised
...
For neatness.
9 years ago
bmng-dev
269506ff8f
New localization module (l10n)
...
Resolves #691
9 years ago
Jonathan Warren
d2f988e7ac
Merge pull request #700 from Atheros1/master
...
increment version number to 0.4.3
9 years ago
Jonathan Warren
807f2fee8a
increment version number to 0.4.3
9 years ago
Jonathan Warren
51d73f0eba
Merge pull request #694 from antius/master
...
Change decodeBase58
9 years ago
Jonathan Warren
b58d749723
Merge pull request #699 from Atheros1/master
...
bytes received/sent resolve merge conflict
9 years ago