Commit Graph

367 Commits

Author SHA1 Message Date
Jonathan Warren 973ea35177 don't use pubkeys table to send pubkeys to peers now that we maintain them in the inventory table for 28 days anyway 2013-04-22 16:01:41 -04:00
Lasse Karstensen 5f28f56c81 Add gitignore file 2013-04-20 14:26:41 +02:00
Jonathan Warren e694c6fd8b Merge pull request #129 from Atheros1/master
Debian packaging
2013-04-17 12:39:44 -07:00
Jonathan Warren bf74b8488f Merge branch 'master' of http://github.com/fuzzgun/PyBitmessage into fuzzgun-master 2013-04-17 15:35:31 -04:00
Jonathan Warren 4d7e7d350f Merge pull request #128 from Atheros1/master
preparation for switch from 32 bit time to 64 bit time in protocol
2013-04-17 12:32:05 -07:00
Jonathan Warren 3bbf701130 removed extraneous lines used to check correct program operation 2013-04-17 15:16:22 -04:00
Jonathan Warren b404c1cd3b removed extraneous lines used to check correct program operation 2013-04-17 15:00:42 -04:00
Jonathan Warren f75f0b20a8 preparation for switch from 32 bit time to 64 bit time in protocol 2013-04-17 14:42:03 -04:00
Jonathan Warren c50ab9ff9c preparation for switch from 32 bit time to 64 bit time in protocol 2013-04-17 14:32:18 -04:00
Jonathan Warren 11407f3f44 preparation for switch from 32 bit time to 64 bit time in protocol 2013-04-17 14:24:16 -04:00
Jonathan Warren 3976c5a8d2 Move knownNodes save to a different position so that exit may run more smoothly 2013-04-13 00:52:26 -04:00
Jonathan Warren b24b589a8e Merge pull request #127 from Atheros1/master
store pubkeys in inventory longer
2013-04-12 13:17:55 -07:00
Jonathan Warren e4197704c6 store pubkeys in inventory longer 2013-04-12 15:31:45 -04:00
Jonathan Warren 97a613bfce Merge pull request #126 from Atheros1/master
Fast bootstrap
2013-04-12 11:05:48 -07:00
Jonathan Warren d4271d0428 add back in some error handling 2013-04-12 14:01:22 -04:00
Jonathan Warren 6b96dc62b0 fix issue with last commit 2013-04-12 13:55:32 -04:00
Jonathan Warren 5ba6c1233b fast bootstrap 2013-04-12 13:51:14 -04:00
Jonathan Warren 83678190fe tiny changes to comment lines 2013-04-12 12:42:20 -04:00
Jonathan Warren 1869e416eb Merge pull request #124 from rajbot/master
Fix messages.dat reader.py for darwin/osx
2013-04-11 09:49:52 -07:00
rajbot 59f4e8ede8 Fix typeo when calling os.environ in the sys.platform=='darwin' case. 2013-04-10 21:39:10 -07:00
Jonathan Warren bd09bd5580 Merge pull request #123 from Atheros1/master
If user trashes message before POW completed and restarts, don't resume POW
2013-04-10 14:34:45 -07:00
Jonathan Warren b8fb551830 If user trashes message before POW completed then closes Bitmessage, don't restart the send when client starts again 2013-04-10 16:23:43 -04:00
Jonathan Warren 1ef5361108 Merge pull request #122 from Atheros1/master
fix delete address book entry bug
2013-04-10 11:59:15 -07:00
Jonathan Warren e02816b5ea fix address book delete entry 2013-04-10 14:56:32 -04:00
Jonathan Warren c0ad2bfd4d Load label for subscriptions on startup 2013-04-10 10:54:59 -04:00
Jonathan Warren 6a97577356 Upon adding address book entry, update To labels on Sent tab 2013-04-10 10:48:36 -04:00
fuzzgun 45d90c0244 Bumped version number to 0.2.8 2013-04-09 17:59:33 +01:00
fuzzgun 28a0d5877d Merge branch 'master' of https://github.com/Atheros1/PyBitmessage 2013-04-09 17:40:37 +01:00
Jonathan Warren c87fd93097 Merge pull request #120 from Atheros1/master
increment version number to 0.2.8
2013-04-09 07:48:45 -07:00
Jonathan Warren a21bf5caab increment version number to 0.2.8 2013-04-09 10:48:09 -04:00
fuzzgun f43b1f3832 Merge branch 'master' of https://github.com/Atheros1/PyBitmessage 2013-04-09 09:32:34 +01:00
Jonathan Warren 421a52cfd6 Merge pull request #119 from Atheros1/master
use sock.sendall instead of sock.send to fix Ubuntu restart-hang issue
2013-04-08 22:26:45 -07:00
Jonathan Warren f34e1384f1 use sock.sendall instead of sock.send to fix Ubuntu restart-hang issue 2013-04-09 01:24:09 -04:00
Jonathan Warren d38f6f3f40 smarter selection of a message after deleting a message 2013-04-08 17:15:50 -04:00
fuzzgun b6207dffd1 Merge branch 'master' of https://github.com/Atheros1/PyBitmessage 2013-04-08 21:52:42 +01:00
Jonathan Warren 82aa9cbcd9 Merge pull request #118 from Atheros1/master
Fix minor text color issue with last commit
2013-04-08 13:46:59 -07:00
Jonathan Warren 0c28958cc7 Fix minor text color issue with last commit 2013-04-08 16:45:16 -04:00
fuzzgun b64106f2ab Merge branch 'master' of https://github.com/Atheros1/PyBitmessage 2013-04-08 18:43:04 +01:00
Jonathan Warren 88c1167826 Merge pull request #117 from Atheros1/master
Show unread messages in bold and do not switch to new messages on arrival
2013-04-08 10:36:55 -07:00
Jonathan Warren cdb4dbab8b Show unread messages in bold and do not switch to new messages upon arrival 2013-04-08 13:35:16 -04:00
Jonathan Warren 72ccdbcf44 Support selecting multiple addresses in address book 2013-04-08 12:07:05 -04:00
fuzzgun 0ca3f600cc Merge branch 'master' of https://github.com/Atheros1/PyBitmessage 2013-04-07 22:06:26 +01:00
Jonathan Warren 95630b2cbf Merge pull request #116 from Atheros1/master
Fix address generation bug (3 null bytes on beginning of RIPE hash)
2013-04-07 13:48:35 -07:00
Jonathan Warren fc69d42acf Show error if encodeAddress function is given a RIPE hash that is not 20 bytes long 2013-04-07 16:46:13 -04:00
Jonathan Warren 8000d7d733 Show error if encodeAddress function is given a RIPE hash that is not 20 bytes long 2013-04-07 16:23:19 -04:00
Jonathan Warren adb6ea4b6c Fix address generation bug (3 null bytes on beginning of RIPE hash) 2013-04-07 16:16:54 -04:00
fuzzgun 60dc879f81 Merge branch 'master' of https://github.com/Atheros1/PyBitmessage 2013-04-06 17:06:55 +01:00
Jonathan Warren e9641e584e Merge pull request #113 from Atheros1/master
don't insert <br> when displaying as HTML
2013-04-06 09:05:41 -07:00
Jonathan Warren 6150a782f9 don't insert <br> when displaying as HTML 2013-04-06 12:04:24 -04:00
fuzzgun cb96f840a0 Merge branch 'master' of https://github.com/Atheros1/PyBitmessage 2013-04-05 23:13:20 +01:00