bmng-dev
b1261a6c0e
Move pointMult to highlevelcrypto
...
Update pointMult calls to highlevelcrypto.pointMult
9 years ago
bmng-dev
19deff7c75
Move pointMult to highlevelcrypto
...
Remove pointMult from class_addressGenerator
Update pointMult calls to highlevelcrypto.pointMult
9 years ago
bmng-dev
ecf78801bf
Move pointMult function to highlevelcrypto
...
Copy pointMult function from class_addressGenerator.py to highlevelcrypto.py
9 years ago
Jonathan Warren
cc21d629c9
Merge pull request #654 from bashrc/master
...
Exclude debian directory from orig.tar.gz #651
9 years ago
Jonathan Warren
033370472e
Merge pull request #670 from Atheros1/master
...
Dutch translation
9 years ago
Jonathan Warren
b97a65391c
added dutch translation option to settings dialog
9 years ago
Jonathan Warren
8ed4ba8670
Merge branch 'master' of git://github.com/lazlolazlolazlo/PyBitmessage into lazlolazlolazlo-master
9 years ago
Jonathan Warren
84bd40bd57
Merge pull request #642 from fyahfox/master
...
Update bitmessage_de.ts
9 years ago
Jonathan Warren
486508dab2
Merge pull request #665 from Atheros1/master
...
Japanese translation
9 years ago
Jonathan Warren
a49ab786bb
resolve merge conflict
9 years ago
Jonathan Warren
38d7db24ad
Merge pull request #639 from bpeel/wip/trusted-peer
...
Add a 'trustedpeer' option to keys.dat
9 years ago
Jonathan Warren
e2e79362af
Merge pull request #638 from IZARTeam/master
...
Add zh_cn translations in class_singleWorker.py
9 years ago
Jonathan Warren
c1af9e8cef
Merge pull request #634 from coolbeans7/master
...
Various fixes related to typos
9 years ago
Jonathan Warren
a94d995f76
Merge pull request #633 from domob1812/email-quoting
...
Optionally reply below quote (email style)
9 years ago
Jonathan Warren
ac11a4ca56
Merge pull request #664 from Atheros1/master
...
Fix #662 - 'PyBitmessage does not wait for verack'
9 years ago
Jonathan Warren
22934441dc
Fix #662 - 'PyBitmessage does not wait for verack'
9 years ago
Jonathan Warren
e138320801
Merge pull request #663 from Atheros1/master
...
Fixed minor label problem during init
9 years ago
Jonathan Warren
12d131f7f2
Fixed minor label problem during init
9 years ago
Jonathan Warren
0ca27f73f3
Merge pull request #661 from Bitmessage/bpeel-ipv6
...
Bpeel ipv6
9 years ago
Jonathan Warren
114ba4e23a
slightly modify IPv6 modifications so that IPv4-only hosts properly handle v6 IPs
9 years ago
Daniel Kraft
eef2176bfa
Merge branch 'master' into email-quoting
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
Bob Mottram
f0c76f003a
Changelog must be in chronological order
9 years ago
Bob Mottram
6bfc563f75
Fix 'bogus' dates which otherwise prevent package creation
9 years ago
Bob Mottram
758120cc2f
Exclude debian directory from orig.tar.gz #651
9 years ago
Jonathan Warren
700e3d1f17
Merge pull request #629 from yurivict/translations
...
Corrected Russian translations (e->ё, commas, spelling, formal style)
9 years ago
Lazlo Westerhof
7f01887365
Add dutch translation files
9 years ago
fyahfox
272364ce7b
Update bitmessage_de.ts
...
added some translations
typo
9 years ago
fyahfox
928d9501cc
Update bitmessage_de.ts
9 years ago
fyahfox
ff36037df9
Update bitmessage_de.ts
...
typo
9 years ago
fyahfox
fd6fd0719f
Update bitmessage_de.ts
...
typo line 1296
9 years ago
goldbook
cfb1c079c5
add language option
9 years ago
goldbook
61d4e0889f
complete translation to japanese
9 years ago
goldbook
a34442d637
add more translation.
9 years ago
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’.
9 years ago
IZARTeam
1204442fcd
Add zh_cn translations in class_singleWorker.py
...
And fix some mistakes in Chinese translation
9 years ago
Jonathan Warren
44f31d7bf9
Merge pull request #637 from Atheros1/master
...
Ignore, and don't save to memory, messages larger than 20MB (temporary)
9 years ago
Jonathan Warren
0de659a04a
Ignore, and don't save to memory, messages larger than 20MB (temporary)
9 years ago
goldbook
e63276c240
add japanese transration.
9 years ago
Daniel Kraft
6326147d6f
Make reply below quote opt-in.
...
Add a new preference for 'reply below quote' and only use the new
quoting style if it is set.
9 years ago
Daniel Kraft
5c1e1206ef
Use patch for email-like quoting with '>' chars.
...
Apply the patch from https://github.com/Bitmessage/PyBitmessage/pull/271
for email-like "reply below text" with '>' quoting. The patch is
slightly modified compared to the referenced pull request.
9 years ago
Yuri
eb2a82295a
Corrected Russian translation.
9 years ago
Yuri
205127aa05
Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage into translations
9 years ago
coolbeans7
e133b90769
Update rpm.sh
...
A bit more sentence casing.
9 years ago
coolbeans7
525a6ec58b
Update ebuild.sh
...
Sentence cased other comments
9 years ago
coolbeans7
d9c60d8e5f
Update debian.sh
...
Sentence cased some comments, capitalized a noun
9 years ago
coolbeans7
0e310849ca
Update arch.sh
...
Sentence cased some comments
9 years ago
coolbeans7
ab49956759
Update README.md
...
Just a typo
9 years ago
coolbeans7
648750ef5c
Updated Install.md
...
Noticed a few typos
9 years ago
Jonathan Warren
a594cc80c5
Merge pull request #628 from flaskevann/patch-14
...
Major update of bitmessage_no.ts
9 years ago