Commit Graph

  • 9bbe301305 Fixed "Use the _Translate function, and that 'to' should be 'too'." N0U 2014-04-30 22:34:11 -0700
  • 873e193ed6
    Merge branch 'master' of ssh://github.com/piluke/PyBitmessage Luke Montalvo 2014-04-30 21:00:38 -0500
  • cefda79141 Merge branch 'master' of ssh://github.com/piluke/PyBitmessage Luke Montalvo 2014-04-30 21:00:38 -0500
  • be0a0e945c
    * A few minor changes including accidentally unappended code * Fix sending as a chan address Luke Montalvo 2014-04-30 19:29:04 -0500
  • cc5301327c * A few minor changes including accidentally unappended code * Fix sending as a chan address Luke Montalvo 2014-04-30 19:29:04 -0500
  • b7201a5141
    * A few minor changes including accidentally unappended code Luke Montalvo 2014-04-30 19:29:04 -0500
  • f24f275e61 * A few minor changes including accidentally unappended code Luke Montalvo 2014-04-30 19:29:04 -0500
  • 53866a8022
    Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage Luke Montalvo 2014-04-30 19:09:29 -0500
  • 276b8d3125 Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage Luke Montalvo 2014-04-30 19:09:29 -0500
  • 39695432e8
    + 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 Luke Montalvo 2014-04-30 19:03:12 -0500
  • 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 Luke Montalvo 2014-04-30 19:03:12 -0500
  • b79829a565 Merge 7f01887365 into 84bd40bd57 Lazlo 2014-04-30 22:51:44 +0000
  • 67bddadbb3
    Merge pull request #642 from fyahfox/master Jonathan Warren 2014-04-30 18:51:34 -0400
  • 84bd40bd57 Merge pull request #642 from fyahfox/master Jonathan Warren 2014-04-30 18:51:34 -0400
  • 189b6645f4
    Merge pull request #665 from Atheros1/master Jonathan Warren 2014-04-30 18:50:50 -0400
  • 486508dab2 Merge pull request #665 from Atheros1/master Jonathan Warren 2014-04-30 18:50:50 -0400
  • b9f773612b
    resolve merge conflict Jonathan Warren 2014-04-30 18:48:00 -0400
  • a49ab786bb resolve merge conflict Jonathan Warren 2014-04-30 18:48:00 -0400
  • 5f87577e9b
    Merge pull request #639 from bpeel/wip/trusted-peer Jonathan Warren 2014-04-30 17:42:28 -0400
  • 38d7db24ad Merge pull request #639 from bpeel/wip/trusted-peer Jonathan Warren 2014-04-30 17:42:28 -0400
  • 50ee9f6012
    Merge pull request #638 from IZARTeam/master Jonathan Warren 2014-04-30 16:51:58 -0400
  • e2e79362af Merge pull request #638 from IZARTeam/master Jonathan Warren 2014-04-30 16:51:58 -0400
  • e8eab2fe14
    Merge pull request #634 from coolbeans7/master Jonathan Warren 2014-04-30 16:50:57 -0400
  • c1af9e8cef Merge pull request #634 from coolbeans7/master Jonathan Warren 2014-04-30 16:50:57 -0400
  • 6cb98dcfb7
    Merge pull request #633 from domob1812/email-quoting Jonathan Warren 2014-04-30 16:49:06 -0400
  • a94d995f76 Merge pull request #633 from domob1812/email-quoting Jonathan Warren 2014-04-30 16:49:06 -0400
  • 627ae1fd70
    Merge pull request #664 from Atheros1/master Jonathan Warren 2014-04-30 15:55:15 -0400
  • ac11a4ca56 Merge pull request #664 from Atheros1/master Jonathan Warren 2014-04-30 15:55:15 -0400
  • c60e5b2760
    Fix #662 - 'PyBitmessage does not wait for verack' Jonathan Warren 2014-04-30 15:39:25 -0400
  • 22934441dc Fix #662 - 'PyBitmessage does not wait for verack' Jonathan Warren 2014-04-30 15:39:25 -0400
  • 169db6b4ac
    Merge pull request #663 from Atheros1/master Jonathan Warren 2014-04-30 12:45:42 -0400
  • e138320801 Merge pull request #663 from Atheros1/master Jonathan Warren 2014-04-30 12:45:42 -0400
  • ca26f83a05
    Fixed minor label problem during init Jonathan Warren 2014-04-30 12:44:16 -0400
  • 12d131f7f2 Fixed minor label problem during init Jonathan Warren 2014-04-30 12:44:16 -0400
  • eb0accd305
    + Add Sent, Subscription, and Blacklist tab functionality + Add code to delete address from Your Identities + Add code to load Sentbox, Subscriptions, and Blacklist * Lengthen column width from 30 to 40 to better fit unlabeled addresses and long subject lines * Fix row overflow support * Reorder Dialog initialization to remove duplicate code * Add reply argument to sendMessage() * Add newline to Move to Trash message * Replace Your Identities address copy option with an option to send a message Luke Montalvo 2014-04-29 21:45:41 -0500
  • 196047b2ed + Add Sent, Subscription, and Blacklist tab functionality + Add code to delete address from Your Identities + Add code to load Sentbox, Subscriptions, and Blacklist * Lengthen column width from 30 to 40 to better fit unlabeled addresses and long subject lines * Fix row overflow support * Reorder Dialog initialization to remove duplicate code * Add reply argument to sendMessage() * Add newline to Move to Trash message * Replace Your Identities address copy option with an option to send a message Luke Montalvo 2014-04-29 21:45:41 -0500
  • 587ecaa2a0
    + Add lists for each tab requiring a large table + Add function ascii() to strip non-ASCII characters + Add Inbox, Send, and Address Book tabs support + Add Home and End key handling to allow skipping to the top or bottom of tables + Add sendMessage() function so replies are easier and code is not duplicated + Add screen clear before initial draw in order to get rid of the default background color * Fix resetlookups() by allowing access to global inventorydata * Shorten resetlookups() Timer to 1 second * Fix table display when output requires scrolling * Change table column width from 50 to 30 - Remove conditional naptime by using blocking input with 1 second timeout - Remove stderr capturing for development purposes Luke Montalvo 2014-04-29 00:10:33 -0500
  • c3feb54b7b + Add lists for each tab requiring a large table + Add function ascii() to strip non-ASCII characters + Add Inbox, Send, and Address Book tabs support + Add Home and End key handling to allow skipping to the top or bottom of tables + Add sendMessage() function so replies are easier and code is not duplicated + Add screen clear before initial draw in order to get rid of the default background color * Fix resetlookups() by allowing access to global inventorydata * Shorten resetlookups() Timer to 1 second * Fix table display when output requires scrolling * Change table column width from 50 to 30 - Remove conditional naptime by using blocking input with 1 second timeout - Remove stderr capturing for development purposes Luke Montalvo 2014-04-29 00:10:33 -0500
  • 51e9814375
    Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage Luke Montalvo 2014-04-29 00:09:30 -0500
  • 01003fc56c Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage Luke Montalvo 2014-04-29 00:09:30 -0500
  • ca1ad7cbf9
    Merge pull request #661 from Bitmessage/bpeel-ipv6 Jonathan Warren 2014-04-27 18:10:08 -0400
  • 0ca27f73f3 Merge pull request #661 from Bitmessage/bpeel-ipv6 Jonathan Warren 2014-04-27 18:10:08 -0400
  • 1bbb181f4e
    slightly modify IPv6 modifications so that IPv4-only hosts properly handle v6 IPs Jonathan Warren 2014-04-27 18:05:43 -0400
  • 114ba4e23a slightly modify IPv6 modifications so that IPv4-only hosts properly handle v6 IPs Jonathan Warren 2014-04-27 18:05:43 -0400
  • 165b3de29d
    + Fix CPU hogging by implementing tab-based refresh improvements * Make tables more distinct with horizontal lines - Remove start_color() because wrapper() does it anyway Luke Montalvo 2014-04-19 13:57:08 -0500
  • 7d10d2aa2a + Fix CPU hogging by implementing tab-based refresh improvements * Make tables more distinct with horizontal lines - Remove start_color() because wrapper() does it anyway Luke Montalvo 2014-04-19 13:57:08 -0500
  • 4ae2fc253f
    + Add dependency list + Add stderr capturing + Add identities and network status tabs + Add dialogs to configure identities + Add color pair definitions + Add the '-c' flag to use the curses interface * Reorganize imports * Switch logger to file_only mode when running with curses Luke Montalvo 2014-04-19 13:45:37 -0500
  • 813f4c7ed9 + Add dependency list + Add stderr capturing + Add identities and network status tabs + Add dialogs to configure identities + Add color pair definitions + Add the '-c' flag to use the curses interface * Reorganize imports * Switch logger to file_only mode when running with curses Luke Montalvo 2014-04-19 13:45:37 -0500
  • 5b45786e69
    + Add beginning code for an alternative curses interface Luke Montalvo 2014-04-18 00:48:42 -0500
  • 63c9f751a9 + Add beginning code for an alternative curses interface Luke Montalvo 2014-04-18 00:48:42 -0500
  • f8e3b2a68f Replace base64 string when reply N0U 2014-04-08 22:13:42 -0700
  • 418f59f015 Fix. Forgot to put comma N0U 2014-04-08 21:41:52 -0700
  • c87d175e62 Fix troubles with line ending. Now I just replace a huge base64 string by a name of a reosurce. And after I replace names by base64 strings. N0U 2014-04-08 21:36:12 -0700
  • 162f056c04 Merge d7ca19ccb2 into 700e3d1f17 Samy Dindane 2014-04-08 21:51:31 +0000
  • d7ca19ccb2 Attempt to improve the reply messages formatting Samy Dindane 2014-03-30 23:32:21 +0200
  • 4d46d9a8ac Removed full html messages. Instead I just find all images and convert them in to play text with html tags N0U 2014-04-07 18:25:03 -0700
  • a3030c9e6b Remove style attribute in body because it may contain some inforamtion about the user N0U 2014-04-07 17:55:34 -0700
  • d2d656670c Now reply is auotmaticly in html format. Should now message be displayed in html by default? N0U 2014-04-06 20:56:59 -0700
  • 40f76a01d0 Ops. Fix. Now message is fully html formated. I will think about a way around in order to save plain text and embeded images. Or isn't it better to just work with html messages? N0U 2014-04-06 20:50:34 -0700
  • fe73f673e3 In html mode, just select an image and you can save it N0U 2014-04-06 20:33:37 -0700
  • 9917bf2030 Fixed proble with wrong encoding after viewing message as html N0U 2014-04-06 19:38:14 -0700
  • f8d6b17354 Now an image is display after inserting instead of displaying base64 text with tag N0U 2014-04-06 19:33:52 -0700
  • 0821d09a9f
    Merge branch 'master' into email-quoting Daniel Kraft 2014-04-06 15:46:05 +0200
  • eef2176bfa Merge branch 'master' into email-quoting Daniel Kraft 2014-04-06 15:46:05 +0200
  • ee5b038830 Add AddImage button which allow to embed an image in base64 into a message If an image is too big, a user will be asked if an image should be scaled N0U 2014-04-05 17:58:16 -0700
  • 7c5ed36e1e Merging Messagestarring branch with the up to date version Arnukk 2014-03-17 23:14:24 +0400
  • dbeb653ba1 Merging with the up to date version Arnukk 2014-03-17 23:09:40 +0400
  • ec23302067 Merge 7da6ea958f into 700e3d1f17 Neil Roberts 2014-03-12 01:49:57 +0000
  • d4469b94a4
    Add support for IPv6 Neil Roberts 2014-02-16 16:21:20 +0000
  • 7da6ea958f Add support for IPv6 Neil Roberts 2014-02-16 16:21:20 +0000
  • b9cd696768 Merge remote-tracking branch 'upstream/master' Arnukk 2014-03-07 17:07:00 +0400
  • b6bf4ef57a
    Changelog must be in chronological order Bob Mottram 2014-03-06 21:12:26 +0000
  • f0c76f003a Changelog must be in chronological order Bob Mottram 2014-03-06 21:12:26 +0000
  • 45e222fba0
    Fix 'bogus' dates which otherwise prevent package creation Bob Mottram 2014-03-06 09:21:06 +0000
  • 6bfc563f75 Fix 'bogus' dates which otherwise prevent package creation Bob Mottram 2014-03-06 09:21:06 +0000
  • f33faa5f80 Merge cfb1c079c5 into 700e3d1f17 goldbook 2014-03-06 09:02:53 +0000
  • cd17a675f6
    Exclude debian directory from orig.tar.gz #651 Bob Mottram 2014-03-05 20:36:13 +0000
  • 758120cc2f Exclude debian directory from orig.tar.gz #651 Bob Mottram 2014-03-05 20:36:13 +0000
  • d534680a14
    Merge pull request #629 from yurivict/translations Jonathan Warren 2014-03-04 18:03:40 -0500
  • 700e3d1f17 Merge pull request #629 from yurivict/translations Jonathan Warren 2014-03-04 18:03:40 -0500
  • 527c29966e
    Add dutch translation files Lazlo Westerhof 2014-02-27 13:17:21 +0100
  • 7f01887365 Add dutch translation files Lazlo Westerhof 2014-02-27 13:17:21 +0100
  • 509e0d12bb
    Update bitmessage_de.ts fyahfox 2014-02-09 14:22:28 +0100
  • 272364ce7b Update bitmessage_de.ts fyahfox 2014-02-09 14:22:28 +0100
  • 9d06fd2b1e
    Update bitmessage_de.ts fyahfox 2014-02-08 18:41:33 +0100
  • 928d9501cc Update bitmessage_de.ts fyahfox 2014-02-08 18:41:33 +0100
  • 6b91701277
    Update bitmessage_de.ts fyahfox 2014-02-08 18:40:02 +0100
  • ff36037df9 Update bitmessage_de.ts fyahfox 2014-02-08 18:40:02 +0100
  • 49982d9128
    Update bitmessage_de.ts fyahfox 2014-02-08 17:46:17 +0100
  • fd6fd0719f Update bitmessage_de.ts fyahfox 2014-02-08 17:46:17 +0100
  • 74670216fb
    add language option goldbook 2014-02-08 12:02:19 +0900
  • cfb1c079c5 add language option goldbook 2014-02-08 12:02:19 +0900
  • 6ba8f8e30d
    complete translation to japanese goldbook 2014-02-08 11:35:51 +0900
  • 61d4e0889f complete translation to japanese goldbook 2014-02-08 11:35:51 +0900
  • 80c0259b68
    add more translation. goldbook 2014-02-07 00:47:04 +0900
  • a34442d637 add more translation. goldbook 2014-02-07 00:47:04 +0900
  • fa924a8043
    Add a 'trustedpeer' option to keys.dat Neil Roberts 2014-02-06 13:16:07 +0000
  • 03263156de Add a 'trustedpeer' option to keys.dat Neil Roberts 2014-02-06 13:16:07 +0000
  • 60e522bc24 Merge 8c4acdda19 into 44f31d7bf9 Andor-Kovacs 2014-02-05 22:15:11 +0100
  • 3fa54990fb Merge 4485e7efa9 into 44f31d7bf9 mukesh2006 2014-02-05 16:02:36 -0500