1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00
Commit graph

1297 commits

Author SHA1 Message Date
Ampli-fier
9e8a2c64be
where to find the CLI - How to speed up the start 2018-01-20 23:58:28 +01:00
Ampli-fier
9f8ec72f13
added missing 'sudo' commands 2018-01-20 23:40:27 +01:00
Björn Petersen
1db33040d2
Merge pull request #96 from Ampli-fier/master
Log text and typo corrections
2018-01-20 23:09:28 +01:00
Ampli-fier
9bd9f1ee5c
typos fixed (logs & comments)
Changed log text about the deletion of messages, see also Core issue #95
2018-01-20 22:51:42 +01:00
Ampli-fier
695a0db39d
typo fixes in comments 2018-01-20 22:19:52 +01:00
Ampli-fier
9f31d17343
typo fixes in comments, improved log message (line 5442) 2018-01-20 22:06:17 +01:00
B. Petersen
6d8dec1c37 bump version 2018-01-18 16:19:33 +01:00
B. Petersen
af0c113f2c make variable name more meaningful 2018-01-18 13:57:49 +01:00
B. Petersen
19029dc377 remove debug statement 2018-01-18 13:55:41 +01:00
B. Petersen
301c607bd4 Merge branch 'master' of https://github.com/deltachat/deltachat-core 2018-01-18 02:51:40 +01:00
B. Petersen
5bfc00e4da encrypt messages if the last message in a chat was also encypted; show padlock also if 'mutual' is not set 2018-01-18 02:51:19 +01:00
Ampli-fier
abb0b991b6
typos corrected 2018-01-16 21:05:37 +01:00
B. Petersen
58d1c88ea6 Merge branch 'master' of https://github.com/deltachat/deltachat-core 2018-01-16 13:13:41 +01:00
Björn Petersen
e52e09e132
Merge pull request #93 from comradekingu/patch-2
Small fixes to small fixes to spelling
2018-01-16 13:12:55 +01:00
Allan Nordhøy
ad6b6b4d9c
Small fixes to small fixes to spelling 2018-01-16 12:24:56 +01:00
B. Petersen
db5b61a20f comment 2018-01-14 12:05:33 +01:00
B. Petersen
b0aa3854d9 make the 'can encrypt check' more future proof 2018-01-13 17:04:26 +01:00
B. Petersen
5c3161d029 simplify sql statement for querying the peerstates for chat members 2018-01-13 16:48:39 +01:00
B. Petersen
e0234562f3 doxygen 2018-01-08 22:36:30 +01:00
B. Petersen
2dd616d1e7 doxygen 2018-01-08 21:48:17 +01:00
B. Petersen
b23759e06e bump version 2018-01-07 21:36:08 +01:00
B. Petersen
eebed2f61e add Autocrypt-Gossip:-headers to the encrypted payload 2018-01-07 02:13:25 +01:00
B. Petersen
213bcc70e1 add a function to render the Autocrypt-Gossip:-header 2018-01-07 02:10:34 +01:00
B. Petersen
f37bbe12ae add/get mrarray-items as uint/id/ptr 2018-01-07 01:25:58 +01:00
B. Petersen
a6a003b30a interate integers from mrarray 2018-01-07 01:12:57 +01:00
B. Petersen
8a825c24d1 prepare for adding additional mime-headers (gossip, memoryhole) to the encrypted payload 2018-01-07 00:56:22 +01:00
B. Petersen
9b4d1777f7 improve mime-debug-output 2018-01-07 00:55:24 +01:00
Björn Petersen
c33beca202
Merge pull request #83 from flub/cffi
WIP: First step towards python bindings
2018-01-06 22:58:33 +01:00
Floris Bruynooghe
942a974818 Add free definition 2018-01-06 22:30:46 +01:00
B. Petersen
ae485615d9 explicitly name unprotected headers as such 2018-01-06 20:31:45 +01:00
Björn Petersen
8e72033e05
Merge pull request #87 from Ampli-fier/master
Grammar changes
2018-01-05 17:49:37 +01:00
Ampli-fier
3a6f652c63
Grammar changes only
Not sure about the sentence in line 270.
2018-01-05 17:29:55 +01:00
Ampli-fier
8f8ffcf61f
Grammar changes only 2018-01-05 17:18:15 +01:00
Ampli-fier
8cd5f80459
Grammar changes only 2018-01-05 17:14:40 +01:00
Ampli-fier
62d651b568
Grammar changes only 2018-01-05 17:06:21 +01:00
B. Petersen
f14c518b70 correct help text for addcontact 2018-01-05 16:27:18 +01:00
Floris Bruynooghe
9048a2dbab Build from the installed deltachat version
This cleans up the build somewhat:
- Move time_t declaration to _build.py
- Uses Python's distutils to invoke the "correct" compiler.  Or at
  least does not make this code responsible to picking a compiler
- Uses the compiler to find the installed header file, builds
  against this installed version.  Since linking will also be
  against this installed version this seems to make some sense.

This seems somewhat ugly though.
2018-01-04 23:10:40 +01:00
Floris Bruynooghe
b1261ed028 WIP: First stop towards python bindings
This is a very rough first stab at compiling CFFI Python bindings
for deltachat-core.
2018-01-04 21:00:14 +01:00
B. Petersen
231d6b6a87 sign buffer using sha256 instead of sha1, fixes #58 2018-01-04 18:54:49 +01:00
B. Petersen
352ddc1121 add functions to replace the former direct structure access 2018-01-03 21:34:19 +01:00
B. Petersen
adb7ea8b29 move va_list to private section 2018-01-02 19:06:56 +01:00
Björn Petersen
d235d1e496
Merge pull request #86 from deltachat/mrchat-private
hide implementation details to *-private files
2018-01-02 19:01:42 +01:00
B. Petersen
6d2f7e106b doxygen 2018-01-02 18:58:18 +01:00
B. Petersen
ee1fe592cf hide implementation details of mrmailbox_t 2018-01-02 18:41:13 +01:00
B. Petersen
107a24c5b8 hide implementation details of mrarray_t 2018-01-02 18:19:19 +01:00
B. Petersen
96502553ab rename *-internal to *-private to not be confused with the existing *_internal file 2018-01-02 17:30:57 +01:00
B. Petersen
a1ce3116f2 hide implementation details of mrcontact_t 2018-01-02 17:22:33 +01:00
B. Petersen
bc8c6d1738 hide implementation details of mrmsg_t 2018-01-02 16:58:06 +01:00
B. Petersen
bebe6c53e1 hide implementation details of mrchatlist_t 2018-01-02 16:23:12 +01:00
B. Petersen
549ef4a875 hide implementation details of mrlot_t 2018-01-02 16:17:07 +01:00