Commit Graph

914 Commits

Author SHA1 Message Date
fuzzgun
28d1bfa645 Some Arch dependencies 2013-07-12 14:03:11 +01:00
Chuck
51edef7665 Change to @bm.addr 2013-07-12 18:32:17 +07:00
fuzzgun
3364433765 Fixing the puppy script 2013-07-12 12:07:55 +01: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
fuzzgun
10b23d0946 Packaging for multiple distros 2013-07-12 10:36:28 +01: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
akh81
c1496551e6 added translations 2013-07-12 03:12:57 -05: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
Gregor Robinson
fa53eb370c Clarify IOError handling with comment. 2013-07-11 23:58:10 +01: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
e8fa5aaefe Switch an stderr message to logger. 2013-07-10 20:29:07 +01:00
Gregor Robinson
718de832ab Merge branch 'no_propagate_loggers' into keyfile_perm_fix
Conflicts:
	src/shared.py
2013-07-10 20:24:23 +01:00
Gregor Robinson
32ba57c108 Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage into keyfile_perm_fix 2013-07-10 20:18:10 +01: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
Gregor Robinson
a579e8f1d3 Logging fixes. 2013-07-10 11:43:18 +03:00
Chuck
cb7618f1b6 Adding special mailing list behavior for email formatted messages 2013-07-10 15:26:10 +07:00
Jonathan Warren
eed8c66512 Merge pull request #290 from dpc/master
Tiny building scripts improvements.
2013-07-09 10:08:19 -07:00
Dawid Ciężarkiewicz
e4869514ca Add make uninstall. 2013-07-09 12:19:54 +02:00
Dawid Ciężarkiewicz
2b2fa867f0 Exit if dpkg-buildpackage fails. 2013-07-09 12:19:31 +02:00
Gregor Robinson
1ff1c1b8a5 Spelling. 2013-07-08 23:33:15 +03:00
Gregor Robinson
ebaa1bf346 No paranoid key disable for bad keyfile perms. 2013-07-08 23:21:29 +03:00
Gregor Robinson
f8c955eec0 Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage into keyfile_perm_fix 2013-07-08 22:56:47 +03: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
d06806c3d4 Merge pull request #287 from Atheros1/master
gevent
2013-07-05 13:59:12 -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