Commit Graph

353 Commits

Author SHA1 Message Date
Chuck
75e1004d09 Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/bitmessageqt/bitmessageui.py
	src/shared.py
2013-07-15 12:49:40 +07:00
Chuck
5c1e7360f2 use better syntax 2013-07-15 12:43:45 +07:00
Jonathan Warren
b500a01c33 Merge pull request #295 from grbitmsg/single_line_subject
Refactor type 2 message decoding, drop any extra lines from subject.
2013-07-14 13:40:07 -07:00
Jonathan Warren
1bf39dbfd0 moved debug.log file to the config directory 2013-07-14 16:12:59 -04:00
Jonathan Warren
d93d923364 Added some default text to the search textbox, also fixed bitmessage_icons.qrc after file move 2013-07-13 20:35:06 -04:00
Jonathan Warren
fbb9a4ae60 Merge branch 'master' of git://github.com/rainulf/PyBitmessage into rainulf-master 2013-07-13 20:04:43 -04:00
Chuck
51edef7665 Change to @bm.addr 2013-07-12 18:32:17 +07:00
Gergö Barany
fc5da5d3ff Refactor type 2 message decoding, drop any extra lines from subject.
This allows other clients to insert headers in extra lines of text between
the Subject and Body fields of the message, as discussed on the 24x7 mailing
list. The PyBitmessage client was never able to meaningfully display
multi-line subjects, so this does not break anything. The extra lines are
thrown away and never stored anywhere, so this also protects against
watermarking attacks.
2013-07-12 12:16:34 +02:00
Chuck
08d38ee22b fixing 2013-07-12 16:41:34 +07:00
Rainulf Pineda
a3cdc28bbf Fixed crash on sql query. 2013-07-12 05:02:21 -04:00
Rainulf Pineda
997a8ff13a Sent search. 2013-07-12 04:42:52 -04:00
Rainulf Pineda
45cfead4d0 Inbox search. 2013-07-12 04:24:24 -04:00
Rainulf Pineda
855a9f963f Generated py for search. 2013-07-12 02:01:33 -04:00
Chuck
d8da925b8d Change mail format to BMADDR@default. The word default can change. Also, get rid of the Bitmessage Mail tag in the subject line 2013-07-12 12:09:50 +07:00
Rainulf Pineda
14266de0c6 Updated bitmessageui for search. 2013-07-11 03:23:39 -04:00
Chuck
1e3cd7fc88 some adjustments to the way headers are built for old-style messages 2013-07-11 02:47:16 +07:00
Gregor Robinson
3179ea30f0 These changes slipped from last commit. Sorry. 2013-07-10 20:15:04 +01:00
Gregor Robinson
2e2db97250 Don't propagate loggers; add some logging. 2013-07-10 20:09:27 +01:00
Chuck
ebce2e29dd Supporting broadcasts and delivery to specific recipients 2013-07-10 20:24:33 +07:00
Chuck
cccb043b67 Reformat Date to GMT timestamps 2013-07-10 18:10:54 +07:00
Chuck
c7375b050b minor text fix 2013-07-10 17:07:46 +07:00
Chuck
860434ea2b Revert "slight text modification"
This reverts commit 4de441373a.
2013-07-10 17:06:59 +07:00
Chuck
4de441373a slight text modification 2013-07-10 17:04:11 +07:00
Chuck
295341a9dd add printlocks 2013-07-10 17:02:45 +07:00
Chuck
6eea004723 Strip message headers that could possibly lead to loss of anonymity 2013-07-10 17:00:26 +07:00
Chuck
cb7618f1b6 Adding special mailing list behavior for email formatted messages 2013-07-10 15:26:10 +07:00
Chuck
abe94b3ca5 Merge branch 'add-rightclick-options' 2013-07-08 22:08:10 +07:00
Chuck
04fe5134ef Converting incoming messages into E-mail format, so that all bitmessages to a certain address are readable by E-mail clients. 2013-07-08 22:07:59 +07:00
Chuck
d747394234 changing syntax for print lock 2013-07-06 18:45:51 +07:00
Chuck
8760153f7f Merge remote-tracking branch 'upstream/master' 2013-07-06 18:23:51 +07:00
Chuck
589a268ffb Adding ability to specify listening address 2013-07-06 18:19:36 +07:00
Jonathan Warren
a3d21dc880 Merge pull request #280 from RemideZ/master
macOSX compatibility
2013-07-05 15:29:07 -07:00
Jonathan Warren
12c3aaceb8 Merge pull request #273 from xj9/logging
Real logging, please incorporate into new and existing code.
2013-07-05 15:16:07 -07:00
Jonathan Warren
21ce1f5a19 manual merge 2013-07-05 16:56:49 -04:00
Jonathan Warren
39f4f85b11 removed apparently unnecessary loop 2013-07-05 16:43:40 -04:00
Jonathan Warren
1f8eee4119 removed apparently unnecessary loop 2013-07-05 16:01:20 -04:00
Chuck
2437d5fe15 Adding right click options to copy the E-mail formatted address 2013-07-05 18:23:37 +07:00
Chuck
d035f3d0e4 A few extra fixes as pointed out by AyrA 2013-07-05 18:22:52 +07:00
Chuck
0cf256a8c2 fixing ehlo requirement 2013-07-05 16:19:38 +07:00
Chuck
32e73d577c Provide an error to the SMTP client if there's a problem delivering the message. 2013-07-05 16:02:00 +07:00
Chuck
6b534953de fixing error if you dont supply an argument 2013-07-05 15:11:38 +07:00
Chuck
2795a4ca8d close connection after several bad commands 2013-07-05 14:42:41 +07:00
Chuck
821265bb6d Adding help. Catching exception. 2013-07-05 14:35:38 +07:00
Chuck
f155eab5f5 some minor improvements to smtp protocol 2013-07-05 14:28:52 +07:00
Chuck
b254a32dba Don't close socket on most basic errors, if the connection can continue. 2013-07-05 14:21:46 +07:00
Chuck
726ec2d05b RSET should be allowed if not logged in 2013-07-05 14:19:15 +07:00
Chuck
fbe59c409d fixing bug for new configs 2013-07-05 13:55:40 +07:00
Chuck
a94f71a240 comments 2013-07-05 02:53:22 +07:00
Chuck
7434913727 New address format that uses a capitalization int as the username. This takes care of possible case-insenstive email clients. 2013-07-05 02:41:07 +07:00
Chuck
3855b6c3c7 Oops. This should be the first page. 2013-07-04 16:56:23 +07:00