Commit Graph

  • db90c5bf4d fix(securejoin): reduce scope of bob lock dignifiedquire 2019-05-28 23:30:16 +02:00
  • a674557f07 fix(key): return None when empty binary is loaded (#96) Friedel Ziegelmayer 2019-05-28 20:10:09 +02:00
  • 3ade0a1de8 chore: remove unused DC_EVENT_HTTP_GET and DC_EVENT_HTTP_POST defines (#87) Lars-Magnus Skog 2019-05-28 18:00:58 +02:00
  • d033667433 Fix bugs (#93) Friedel Ziegelmayer 2019-05-28 17:59:41 +02:00
  • 0d51c7dd2e Prepare for android builds (#88) Friedel Ziegelmayer 2019-05-28 17:41:50 +02:00
  • 2a5d0c64d5 Cleanup imports (#86) Friedel Ziegelmayer 2019-05-27 12:58:45 +02:00
  • e383752b67 Filbytes fix (#85) Friedel Ziegelmayer 2019-05-27 11:59:25 +02:00
  • 2d3eae4e1e refactor: remove dc prefix from keyring and keyhistory dignifiedquire 2019-05-27 09:35:03 +02:00
  • 22868abe0e refactor: rename dc_context to context dignifiedquire 2019-05-27 09:32:50 +02:00
  • 5237c19f4e refactor: remove dc prefix from cleaned up modules dignifiedquire 2019-05-27 09:21:42 +02:00
  • 41cecb32c7 refactor: remove dc_hash in favor of HashMap and HashSet Friedel Ziegelmayer 2019-05-27 09:07:24 +02:00
  • f0cfcef864 refactor: use reqwest to handle http-get requests Friedel Ziegelmayer 2019-05-27 09:06:55 +02:00
  • 66d8421a90 refactor: remove dc_hash in favor of HashMap and HashSet dignifiedquire 2019-05-26 22:26:43 +02:00
  • a247e5b143 refactor(oauth): safe oauth2 and remove custom json parser (#80) Friedel Ziegelmayer 2019-05-26 22:49:52 +02:00
  • 94aa314f30 refactor(peerstate): safe implementation of peerstate Friedel Ziegelmayer 2019-05-26 22:33:39 +02:00
  • d926b3536d Merge pull request #77 from deltachat/fix-delete Friedel Ziegelmayer 2019-05-20 08:44:39 +02:00
  • e9a42a3c56 fix(sqlite): handle non availble stats dignifiedquire 2019-05-19 19:40:11 +02:00
  • 45385abc4f refactor(imap): use format! for warnings in deletion dignifiedquire 2019-05-19 17:54:35 +02:00
  • 379fc72094 perf: reduce verification load (#75) Friedel Ziegelmayer 2019-05-17 10:19:43 +02:00
  • 8678813051 fix: regressions in dc_msg_get_duration() and dc_delete_contact() (#73) Lars-Magnus Skog 2019-05-16 19:06:14 +02:00
  • 93a6876229 fix(ffi): rename generated lib to libdeltachat (#72) Friedel Ziegelmayer 2019-05-16 17:49:29 +02:00
  • ddbb8bd756 fix(ffi): rename generated lib to libdeltachat dignifiedquire 2019-05-16 17:32:06 +02:00
  • 342e416b4e Ci updates & closer to windows builds Friedel Ziegelmayer 2019-05-16 17:16:07 +02:00
  • b992b8ea09 fix: ensure keys are always valid (#66) Friedel Ziegelmayer 2019-05-16 08:36:48 +02:00
  • 1430b60853 fix(peerstate): another key equals dignifiedquire 2019-05-15 12:55:08 +02:00
  • 813addfa1d fix(peerstate): equality checks are tricky dignifiedquire 2019-05-15 12:51:31 +02:00
  • 826fe573a4 fix: more logic fixes for encryption dignifiedquire 2019-05-14 23:54:29 +02:00
  • e32329e860 feat: update version info dignifiedquire 2019-05-14 23:18:23 +02:00
  • 440f383606 fix(imf): no double refs dignifiedquire 2019-05-14 23:08:24 +02:00
  • 0632c1756a chore(imap): cleanup dignifiedquire 2019-05-14 23:08:08 +02:00
  • 7dd2cc660b fix(imap): improve reconnection logic and ideling dignifiedquire 2019-05-14 22:43:04 +02:00
  • ed79e5256f fix(smtp): handle failed smtp connections dignifiedquire 2019-05-14 22:42:45 +02:00
  • 1f562357e2 fix(apeerstate): fix key peeking logic dignifiedquire 2019-05-14 15:49:20 +02:00
  • c399f0689a fix(e2ee): don't panic on missing keys dignifiedquire 2019-05-14 11:25:06 +02:00
  • 5a1dd3ccbe fix(imap): only interrupt existing idle connection dignifiedquire 2019-05-14 11:24:54 +02:00
  • 4f2bcb5f42 refactor: emove double abstraction in handling keys and interactions with rpgp Friedel Ziegelmayer 2019-05-14 08:24:53 +02:00
  • 35070f6e5a fix allocation dignifiedquire 2019-05-14 00:57:14 +02:00
  • 2a135576a6 remove unused dep dignifiedquire 2019-05-14 00:47:42 +02:00
  • dfb989e0d0 finish it dignifiedquire 2019-05-14 00:44:50 +02:00
  • a95d6f85cc start save implementation of save keys dignifiedquire 2019-05-13 18:31:00 +02:00
  • e14bdf4e9e chore: split stress tests (part 1) Friedel Ziegelmayer 2019-05-14 00:37:44 +02:00
  • 0408695c1d test: move tests to dc_strencode.rs Lars-Magnus Skog 2019-05-13 23:10:34 +02:00
  • 0ad4a71897 test: remove tests testing c pre processor code 💥 Lars-Magnus Skog 2019-05-13 17:40:54 +02:00
  • 4fb5bc63be test: move tests to dc_tools.rs Lars-Magnus Skog 2019-05-13 17:22:43 +02:00
  • 90daeb3616 test: use constants instead of hardcoded values Lars-Magnus Skog 2019-05-13 16:47:02 +02:00
  • be1972e36c test: pull in constants for message types into tests Lars-Magnus Skog 2019-05-13 16:38:38 +02:00
  • 95f4d0d701 test: test more message types Lars-Magnus Skog 2019-05-13 16:35:10 +02:00
  • 5c9dc3a334 test: move dc_msg_guess_msgtype_from_suffix tests to dc_msg.rs Lars-Magnus Skog 2019-05-13 16:23:47 +02:00
  • 986c092801 test: move dc_mimeparser_parse() tests to separate test Lars-Magnus Skog 2019-05-13 16:06:32 +02:00
  • ab96264c1a test: move dc_atof/dc_ftoa tests to dc_tools.rs Lars-Magnus Skog 2019-05-13 15:00:15 +02:00
  • 4183141424 test: move ato{l,i} tests to x.rs Lars-Magnus Skog 2019-05-13 14:54:06 +02:00
  • 26d6e41c7d test: move dc_may_be_valid_addr tests to dc_contact.rs Lars-Magnus Skog 2019-05-13 14:43:41 +02:00
  • 5ccc68bbfa test: move mime parsing unit tests to dc_mimeparser.rs Lars-Magnus Skog 2019-05-13 14:24:32 +02:00
  • ec570ead35 test: move dc_kml_parse() to separate test Lars-Magnus Skog 2019-05-13 13:35:58 +02:00
  • a95544c5c0 test: move simplify tests to unit tests for dc_simplify.rs Lars-Magnus Skog 2019-05-13 13:03:41 +02:00
  • 3813a219e0 Wrap dc_context_t and TempDir in a struct Lars-Magnus Skog 2019-05-13 11:45:55 +02:00
  • e3e56d9f7e Skip #[cfg(test)] and mod tests, not needed Lars-Magnus Skog 2019-05-11 17:51:35 +02:00
  • c9b6bb6a9b add create_context() function Lars-Magnus Skog 2019-05-08 20:33:41 +02:00
  • a154de6cc5 Merge pull request #64 from deltachat/remove-blobdir-from-mimeparser björn petersen 2019-05-13 15:38:51 +02:00
  • dc92166ca2 chore: remove blobdir member from dc_mimeparser_t struct 🔥 Lars-Magnus Skog 2019-05-13 15:30:59 +02:00
  • db77c66c06 feat(imap): bring back oauth2 logic (#62) Friedel Ziegelmayer 2019-05-12 23:00:49 +01:00
  • d480209cfa feat(imap): bring back oauth2 logic dignifiedquire 2019-05-12 23:45:11 +02:00
  • ab94fddde2 Safe aheader & imap fixes (#61) Friedel Ziegelmayer 2019-05-12 22:18:23 +01:00
  • 173d7cd767 fix(imap): properly disconnect dignifiedquire 2019-05-12 23:12:38 +02:00
  • 693474d5be fix(dc_job): dont subtract too much dignifiedquire 2019-05-12 22:17:11 +02:00
  • fdd870286e refactor: move aheader to safe rust dignifiedquire 2019-05-12 19:05:33 +01:00
  • 00314ffbe0 feat: add proper shutdown logic for imap dignifiedquire 2019-05-10 19:13:38 +01:00
  • 259f19ca5d refactor: cast bool functions to libc::c_int instead of if-else (#60) Lars-Magnus Skog 2019-05-11 18:44:57 +02:00
  • 4a913fa4b6 Merge pull request #59 from ralphtheninja/master holger krekel 2019-05-11 12:45:47 +02:00
  • f4467d008c refactor: fix double negations Lars-Magnus Skog 2019-05-11 12:13:26 +02:00
  • 569c924a0c Replace types that use only 0 and 1 with bool (#18) (#58) Hocuri 2019-05-11 12:07:09 +02:00
  • 7266b64c66 fix: flags typo dignifiedquire 2019-05-10 16:00:08 +01:00
  • b1249b7bb7 fix(ffi): add dc_array_is_independent dignifiedquire 2019-05-10 11:08:09 +01:00
  • 0c4d9efb40 chore(imap): log failed command dignifiedquire 2019-05-10 10:59:36 +01:00
  • da6aba90a4 fix: add missing comma to dc_get_locations sql dignifiedquire 2019-05-10 10:57:12 +01:00
  • 76f982a1f5 fix: mvbox and sentbox lock contention dignifiedquire 2019-05-10 03:38:42 +01:00
  • 2a4057a774 fix(tls): disable hostname checks in all cases dignifiedquire 2019-05-09 14:21:41 +01:00
  • 3a7dcd14ab chore: stop allowing unused_attributes (#54) Lars-Magnus Skog 2019-05-08 12:40:18 +02:00
  • 0bbda91e77 Fix warnings on variables not needing mut (#48) Lars-Magnus Skog 2019-05-08 00:44:40 +02:00
  • 22285f7fa0 refactor: start using rust for allocations & locks + no more libetpan Friedel Ziegelmayer 2019-05-07 20:02:43 +01:00
  • 924597fa36 cleanup imap and smtp code a bit dignifiedquire 2019-05-07 19:53:31 +01:00
  • d6ad9bb727 cleanup job setup dignifiedquire 2019-05-07 19:45:54 +01:00
  • 0ba0c0a3c0 examples(repl): load chat dignifiedquire 2019-05-07 18:44:49 +01:00
  • 127677223e cleanup logging a bit dignifiedquire 2019-05-07 18:28:16 +01:00
  • 671271a999 example(repl): better arg parsing dignifiedquire 2019-05-07 16:34:21 +01:00
  • caecdbb673 refactor: remove some locks on jobthread dignifiedquire 2019-05-07 16:34:12 +01:00
  • eac0c201bd fix locking in the repl dignifiedquire 2019-05-07 15:18:42 +01:00
  • b0da2533ec rust-imap, less locking problems (#39) Friedel Ziegelmayer 2019-05-07 14:20:43 +01:00
  • 0d7ac01119 simplify build dignifiedquire 2019-05-07 14:00:33 +01:00
  • 6d2cbe2208 update mmime dep dignifiedquire 2019-05-07 13:52:22 +01:00
  • 2bead0aa6c fix missing imports for mmime dignifiedquire 2019-05-07 13:48:13 +01:00
  • 50b88332e3 fixing more imports dignifiedquire 2019-05-07 11:01:56 +01:00
  • e43ddf0359 refactor: reorg code and drop usage of libetpans base64 encoder dignifiedquire 2019-04-29 14:54:55 +03:00
  • 83917ef93e wip - use mmime instead of libetpan dignifiedquire 2019-05-07 10:45:46 +01:00
  • 693c0e0fc0 last method in imap dignifiedquire 2019-05-06 13:46:31 +02:00
  • 7fe8584db3 implment set_seen dignifiedquire 2019-05-06 11:09:54 +02:00
  • 29a9a408ef remove unused types dignifiedquire 2019-05-06 10:59:24 +02:00
  • afa80f55e9 setting some flags dignifiedquire 2019-05-06 10:41:46 +02:00
  • fc36070f59 implement imap idle dignifiedquire 2019-05-06 00:24:49 +02:00
  • 2cf6cde5d1 chore: fix compiler warnings (mut + unused assignments) (#40) Lars-Magnus Skog 2019-05-05 21:58:59 +02:00