Commit Graph

  • 0876f45503 Merge pull request #810 from deltachat/sync-config-param björn petersen 2019-11-08 19:36:43 +01:00
  • 7b7bead869 [wip] hpk-imap-resultify holger krekel 2019-11-07 15:54:37 +01:00
  • 2fae6890c2 the new MsgId type comes with a formatter that makes special formatting in the repl tool superfluous B. Petersen 2019-11-07 02:16:31 +01:00
  • 5a32d29574 wip refactor-imap-locks dignifiedquire 2019-11-07 09:15:06 +01:00
  • 4cebdf3b84 remove some AsRef's for me to more easy to understand things holger krekel 2019-11-07 02:01:48 +01:00
  • 34f9961857 restore config-param if configure() fails B. Petersen 2019-11-06 22:53:16 +01:00
  • 15bf53c092 with these lines commented out, it works fix_export_twice holger krekel 2019-11-06 22:20:56 +01:00
  • f6afd5f7f1 make test fail again holger krekel 2019-11-06 22:05:11 +01:00
  • 515f0c5089 correct ffi return value of dc_add_device_msg() B. Petersen 2019-11-05 23:23:18 +01:00
  • 5a11551b4d block sending to chats that do not support sending (normally, this should already be avoided in the ui) B. Petersen 2019-11-05 13:52:01 +01:00
  • 49bf99588b show chat-profile-image in repl tool B. Petersen 2019-11-05 00:43:53 +01:00
  • 231110fb61 add profile-icon for device-chat B. Petersen 2019-11-05 00:43:04 +01:00
  • 4c30bf80ce target comments of @flub B. Petersen 2019-11-04 23:04:12 +01:00
  • f8afefa2c1 get contact- and chat-info for device-messages B. Petersen 2019-11-04 20:35:25 +01:00
  • 89bb2d0ffe add devicemsg to repl tool B. Petersen 2019-11-04 17:01:07 +01:00
  • b5d5d98645 implement add_device_msg() B. Petersen 2019-11-04 17:00:50 +01:00
  • 89f394ab86 create separate function for preparing a blob B. Petersen 2019-11-04 17:00:23 +01:00
  • cbaa4e03b3 basic devicetalk implementation B. Petersen 2019-11-04 13:30:16 +01:00
  • 50539465b9 prototype a device-chat B. Petersen 2019-11-04 12:44:36 +01:00
  • be08bcb22b rename DC_CONTACT_ID_DEVICE to DC_CONTACT_ID_INFO to be in-line with dc_msg_is_info() B. Petersen 2019-11-04 12:36:41 +01:00
  • dcd92a894e fix export: write backup_time to the destination not the source sql file and perform slightly cleaner teardown in python holger krekel 2019-11-04 16:51:09 +01:00
  • 6336eeb568 better error on has_backup() failing holger krekel 2019-11-04 15:02:24 +01:00
  • 6b18cbda1f refine dc_copy along the lines @flub did for blobstore holger krekel 2019-11-04 14:20:35 +01:00
  • cf023ea557 sql: remove unnecessary ? in prepare() and prepare2() Alexander Krotov 2019-11-06 13:52:22 +03:00
  • 51a804a80f location: use "bool" for "independent" argument Alexander Krotov 2019-11-06 13:50:14 +03:00
  • 1a33b1c574 bump version 1.0.0-beta.7 B. Petersen 2019-11-05 17:04:44 +01:00
  • 3927fa399e add dc_msg_is_truncated and dc_msg_get_full_text message_truncate_try_fix_745 Simon Laux 2019-11-04 23:28:58 +01:00
  • 67e2e4d415 target comment of @hpk42 B. Petersen 2019-11-04 11:56:42 +01:00
  • 8c2efa707a name special contact-ids where easily possible B. Petersen 2019-11-03 23:21:33 +01:00
  • 87abc6e4a2 adapt wording B. Petersen 2019-11-03 17:15:36 +01:00
  • 0ea017c53d add repl command for testing interrupt-idle B. Petersen 2019-11-03 16:09:39 +01:00
  • b9c7510b58 use boolean for jobs_needed B. Petersen 2019-11-03 16:09:03 +01:00
  • 01e7caf65a use job_id as mail_id for SendableEmail -- it's only an internal id and job_id is unique enough. holger krekel 2019-11-03 02:48:41 +01:00
  • 1cfeb730c3 try to fix some smtp todos and do better error logging holger krekel 2019-11-03 02:12:29 +01:00
  • 5e21399813 Create an integration test in rust flub-location-integration Floris Bruynooghe 2019-11-03 11:49:56 +01:00
  • a3b90a08b6 Copy the file contents manually Floris Bruynooghe 2019-11-02 17:25:56 +01:00
  • 31571be71e add account.get_chat_by_id API holger krekel 2019-11-03 01:02:45 +01:00
  • 661fc45106 split "chatting.py" into "contact.py" and "chat.py" to be more reminiscent of the core-rust structure holger krekel 2019-11-03 00:48:41 +01:00
  • da64dee3e0 start a changelog for the yet untagged beta.7 holger krekel 2019-11-03 01:32:49 +01:00
  • cb00f5da79 fix #786 by always succeeding to create a canonical deterministic message-id -- thanks @csb0730 for the analysis of the issue holger krekel 2019-11-03 01:12:59 +01:00
  • e1df41c209 fix tests B. Petersen 2019-11-03 00:55:23 +01:00
  • 3b64748427 add proptest-regression file B. Petersen 2019-11-03 00:10:17 +01:00
  • 70cef68eeb display failed messages B. Petersen 2019-11-02 00:34:14 +01:00
  • c5f64d2988 address @link2xt comments holger krekel 2019-11-03 00:06:30 +01:00
  • 4eb068613d extend and fix python/test side of location streaming holger krekel 2019-11-02 23:07:14 +01:00
  • d774430ec2 simplify location parsing holger krekel 2019-11-02 22:25:31 +01:00
  • d24a982757 fix various location-streaming issue, test passes now holger krekel 2019-11-02 22:05:33 +01:00
  • d74c70a57c fix and streamline location-outgoing pipeline holger krekel 2019-11-02 18:51:34 +01:00
  • a6f0f78588 addresses #757 test and add location streaming python api holger krekel 2019-09-18 13:23:52 +02:00
  • e6d9991581 fix conversion from nanoseconds to milliseconds B. Petersen 2019-11-01 20:04:13 +01:00
  • c63fbf199a display failed messages display-failed-messages B. Petersen 2019-11-02 00:34:14 +01:00
  • ec8dbddcfb tweak ffi documentation wrt certificate checks B. Petersen 2019-11-01 13:28:08 +01:00
  • bc699f17d9 avoid usage of get_subtitle() in repl-tool, remove dc_chat_get_subtitle() from documentation. B. Petersen 2019-11-01 11:25:10 +01:00
  • 832df41130 target comments of @hpk42 and @flub B. Petersen 2019-11-01 00:20:05 +01:00
  • 5709681076 streamline as_path_unicode(), delete unused as_str() and as_str_safe() B. Petersen 2019-10-31 19:42:21 +01:00
  • 858baf0c2c prefer to_opt_string_lossy() over as_opt_str() as the latter pancis on non-wellformatted utf-8, delete as_opt_str() B. Petersen 2019-10-31 18:26:39 +01:00
  • e4b3e23769 prefer to_string_lossy() over as_str() as the latter pancis on non-wellformatted utf-8 B. Petersen 2019-10-31 00:47:49 +01:00
  • 8ce05796da ensure that especially qr tests are rerun holger krekel 2019-10-31 22:58:16 +01:00
  • 7f8c6d8cca some more display refinements holger krekel 2019-10-31 22:58:07 +01:00
  • 75ba040531 more error logging with file operations in general holger krekel 2019-10-31 22:24:04 +01:00
  • faa78e1c04 At least log the error Floris Bruynooghe 2019-10-31 22:19:43 +01:00
  • b264d3be3c Be more accepting in creating blobs from existing names Floris Bruynooghe 2019-10-31 09:53:20 +01:00
  • 80d7e84e5d prepare 1.0.0-beta.6 1.0.0-beta.6 holger krekel 2019-10-31 12:34:03 +01:00
  • 4e37610f21 fix boolean error in chatlist::get_msg_id() B. Petersen 2019-10-31 12:06:38 +01:00
  • 78030e4a31 Add test for #767 Floris Bruynooghe 2019-10-30 20:10:29 +01:00
  • b01c842d7c bump version in toml's and changelog, and trigger deltachat-specific "cargo update". example: python set_core_version.py 1.0.0-beta.6 automates bumping the version and performs some quick sanity checks 1.0.0-beta.5 holger krekel 2019-10-30 20:05:01 +01:00
  • c56c10bced remove unneccessary check of is_special() + cleanups holger krekel 2019-10-30 18:57:21 +01:00
  • b0ccbc36d9 fix FFI-behaviour: return default empty messages when asked for special ones holger krekel 2019-10-30 18:54:42 +01:00
  • 9cdfc3409d systematically ignore invalid message ids when passed in through CFFI holger krekel 2019-10-30 17:19:37 +01:00
  • fc851f542a Merge pull request #770 from deltachat/tweak-ffi björn petersen 2019-10-30 19:12:43 +01:00
  • 7530abd581 remove unneeded const attribtute B. Petersen 2019-10-30 16:36:28 +01:00
  • a6594a9ae3 add changelog and bump to beta.4 1.0.0-beta.4 holger krekel 2019-10-30 15:51:33 +01:00
  • 62019f57e9 fix some doxygen links and overviews B. Petersen 2019-10-30 15:44:23 +01:00
  • 41443bb7f9 fix sending of autocrypt setup message holger krekel 2019-10-30 15:15:56 +01:00
  • 8b5f7d98f6 do not escalate attemt to add self to a group to the user, just return false from add_contact_to_chat() B. Petersen 2019-10-30 13:03:24 +01:00
  • 6fea6f730d fix recognition of mailto-address-qr-codes, add tests B. Petersen 2019-10-29 22:44:36 +01:00
  • ad42a39a43 amend changelog holger krekel 2019-10-30 13:11:31 +01:00
  • ed9cfedbf3 update changelog B. Petersen 2019-10-30 11:46:46 +01:00
  • 36510d8451 update links / use deltachat/rust-imap master branch holger krekel 2019-10-29 23:33:37 +01:00
  • 501a6eee69 Merge pull request #765 from deltachat/fix-qr2 björn petersen 2019-10-30 10:16:57 +01:00
  • 39cd8465f4 allow plus-space-encoding in qr-code, adapt tests B. Petersen 2019-10-30 00:37:35 +01:00
  • d3c0d2ebb1 bump version 1.0.0-beta.3 holger krekel 2019-10-29 22:38:25 +01:00
  • 911c0e45dc expose empty server functionality and test it (also introducing a new DC_EVENT_IMAP_FOLDER_EMPTIED event) holger krekel 2019-10-29 19:05:25 +01:00
  • 7628ee1e05 rust-part of empty_server holger krekel 2019-10-29 17:49:56 +01:00
  • de3e5e1c39 fix deadlock issue with config access holger krekel 2019-10-29 15:00:34 +01:00
  • 27627b4f74 show better error message for a simple 'bad credentials' error and give some more hints for other errors B. Petersen 2019-10-09 01:27:13 +02:00
  • 469f8ac31d make stock_string_repl_str2() public as the other members B. Petersen 2019-10-09 01:26:14 +02:00
  • c8d296ea0e A MsgId newtype Floris Bruynooghe 2019-10-20 23:47:48 +02:00
  • c6adbe939d use latest rust-imap fork commits from @dignifiedquire holger krekel 2019-10-25 13:17:42 +02:00
  • b4464ab0a3 address @dignifiedquire comments holger krekel 2019-10-25 12:15:56 +02:00
  • bf7d57c560 update rust-imap holger krekel 2019-10-24 20:17:12 +02:00
  • 0e59819af4 use latest rust-imap fork holger krekel 2019-10-24 20:02:35 +02:00
  • 1cc4f56025 make imap-idle survive disconnects (during and at the beginning of an app) holger krekel 2019-10-24 19:33:24 +02:00
  • 1d03e0822e seems to work holger krekel 2019-10-24 17:46:15 +02:00
  • b722da642a Merge pull request #750 from deltachat/tweak-summary björn petersen 2019-10-27 15:59:59 +01:00
  • 0aa1d1caa0 Merge pull request #749 from deltachat/fix-get-chat-id Alexander Krotov 2019-10-27 12:42:22 +00:00
  • da28e1dd44 address comment of @flub and add some tests B. Petersen 2019-10-27 13:28:50 +01:00
  • d223a286c0 in summary, show hyphen only if there is a type and a text; this avoids summaries as 'Voice message -' B. Petersen 2019-10-26 23:32:05 +02:00
  • 7916a7fa07 Fix spelling of Param::GuaranteeE2ee Alexander Krotov 2019-10-27 02:48:18 +03:00
  • ee81895e1e Use DC_CONTACT_ID_SELF in do_initiate_key_transfer Alexander Krotov 2019-10-27 02:23:28 +03:00