Commit Graph

1656 Commits (36ddbd365efd2d7c6ffecd580232a81577c15b30)
 

Author SHA1 Message Date
Jonathan Warren 9e16e81283 resolve merge conflict and show transfer rate 9 years ago
Jonathan Warren 0820578452 Merge pull request #696 from bmng-dev/Issue-#689
Improve version check.
9 years ago
Jonathan Warren 833131f2c9 Merge pull request #697 from Atheros1/master
support pyelliptic's updated HMAC algorithm
9 years ago
Jonathan Warren fbfbbf68b5 support pyelliptic's updated HMAC algorithm 9 years ago
bmng-dev 4430ed0cb5 Improve version check
Move version check so it is the very first thing we do.
Perform version check for all platforms
Ensure backwards and forwards compatibility
9 years ago
The Antius 6a68a0c8b6 Change decodeBase58 9 years ago
Jonathan Warren bb48f44968 Merge pull request #692 from Atheros1/master
ignore duplicate messages
9 years ago
Jonathan Warren b41fb616ae ignore duplicate messages 9 years ago
Jonathan Warren a303c8d878 Merge pull request #688 from rubensayshi/curses-without-qt
run -c without python-qt installed
9 years ago
Ruben de Vries c8bf3ccc63 moved the check for PyQt so that we don't need to install it when running -c 9 years ago
Jonathan Warren 82fd241450 Merge pull request #681 from sandakersmann/patch-1
Bug fix for bitmessage_no.ts
9 years ago
Jonathan Warren ce62294975 Merge pull request #679 from enikesha/htmlfix
Fix unicode handling in 'View HTML code as formated text'. Fixes #667
9 years ago
Jonathan Warren d4f3a6a71f Merge pull request #687 from Atheros1/bmng-dev-master
Bmng dev master
9 years ago
Jonathan Warren a2a7edc9be resolve merge conflict 9 years ago
Jonathan Warren c05b12ea6a Merge pull request #685 from Atheros1/master
minor change to 'addDataPadding' commit
9 years ago
Jonathan Warren 254bac6b32 minor change to 'addDataPadding' commit 9 years ago
Jonathan Warren f6bab3918c Merge pull request #668 from antius/master
Make addDataPadding method to avoid clutter.
9 years ago
Jonathan Warren e3124e1b2c Merge pull request #666 from piluke/master
Add a curses terminal interface as an alternative to QT
9 years ago
Yuri f05bcdb829 Made sent/received byte counts to be in human readable format. 9 years ago
Yuri f107b0fbd9 Addition of bytes received/sent counts on the network information tab. 9 years ago
sandakersmann bf7f58efd5 Bug fix for bitmessage_no.ts
Bug fix for bitmessage_no.ts ("nb" corrected to "no")
9 years ago
bmng-dev be5ab22d16 Fix name error 9 years ago
bmng-dev 1f9991bcd0 Fix syntax error 9 years ago
Innocenty Enikeew 51b9a59719 Optimizations and better newlines handling 9 years ago
Innocenty Enikeew c848d55462 Fix unicode handling in 'View HTML code as formated text'. Fixes #667 9 years ago
bmng-dev 97647f23a6 Refactor header generation
Modify generateFullAckMessage to use shared.CreatePacket
9 years ago
bmng-dev 1f75047223 Refactor generation of packet headers 9 years ago
bmng-dev 0f9625aac7 Refactor packet header extraction and generation
Demote payloadLength from class instance variable to processData local variable as no other function was using it
Improve processData:
 -Utilise shared.Header
 -Use a memoryview to reduce memory overhead
 -Clean up variables before a recursive call
 -Strip null bytes from command
Refactor sendData
Various functions:
 -Use shared.CreatePacket to generate packets
Fix typo in _checkIPv4Address
9 years ago
bmng-dev ccfbe8da47 Refactor handling of packet headers
Refactored ackDataHasAVaildHeader:
 -shared.Header is used as necessary
 -avoided slicing wherever possible
 -remove trailing null characters when comparing command strings
 -don't calculate the checksum of a large payload
9 years ago
bmng-dev 947f7655ab Refactor generation of packet headers
Added global variable Header - a compiled Struct to pack/unpack headers so as to avoid repeatedly compiling the same format string
Add a new method CreatePacket to simply and efficiently construct a packet that is ready to be sent
Modify assembleVersionMessage to use CreatePacket
9 years ago
bmng-dev 9b40838f25 Use pointMult instead of arithmetic.privtopub
pointMult is faster than the pure python arithmetic.privtopub

Additionally in makeCryptor the call to a.privtopub could have just simply be changed to call the local privToPub but then privkey would have been dehexified twice (once in makeCryptor, then again in privToPub) and privToPub would have hexified its result only for makeCryptor to immediately dehexify it. This sort of unnecessary hexifying/dehexifying seems to occur throughout PyBitmessage.
9 years ago
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
antius 41ba921626 Simplify and optimize 9 years ago
antius 53a3d1635a Make addDataPadding method to avoid clutter. 9 years ago
Luke Montalvo cefda79141 Merge branch 'master' of ssh://github.com/piluke/PyBitmessage 9 years ago
Luke Montalvo cc5301327c * A few minor changes including accidentally unappended code
* Fix sending as a chan address
9 years ago
Luke Montalvo f24f275e61 * A few minor changes including accidentally unappended code 9 years ago
Luke Montalvo 276b8d3125 Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage 9 years ago
Luke Montalvo d4327cef81 + Add text wrapping to message viewer
* Move global variable declaration to prevent warnings
* Fix Address Book and Subscriptions entry prepending
* Fix shared.fixPotentiallyInvalidUTF8Data() corrupting sent subjects and message bodies
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