1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00
Commit graph

2538 commits

Author SHA1 Message Date
Borys Piddubnyi
3e75dd5642 Avoid possible segfaults in the future 2018-11-06 21:40:04 +02:00
Borys Piddubnyi
b234a26b1a Check key name on dc_set_config() and dc_get_config() 2018-11-05 13:59:05 +02:00
B. Petersen
a1920ebc5d
bump version 2018-11-02 10:55:05 +01:00
holger krekel
e907577c11
Merge pull request #414 from flub/pybuild
Improve building of extension a little
2018-11-01 21:12:48 +01:00
Floris Bruynooghe
9962328ce9
Merge pull request #412 from ralphtheninja/master
Tweak DC_STR_MSGGROUPLEFT default message
2018-11-01 22:11:49 +02:00
björn petersen
b9da528ea8
Merge pull request #415 from deltachat/licensing
move to Mozilla Public License 2.0 and clarify overall licensing situation
2018-11-01 20:45:09 +01:00
holger krekel
6fb4262129 refine changelog entry 2018-11-01 21:18:53 +02:00
holger krekel
520b21f603 mention copyright as well in the license file 2018-11-01 21:16:32 +02:00
holger krekel
a5cf20c5a4 remove the boilerplate code again from the c source files 2018-11-01 21:15:35 +02:00
Floris Bruynooghe
20c979e8f7 Revert playing around 2018-11-01 21:12:24 +02:00
Floris Bruynooghe
4be39e991e Minor cleanup 2018-11-01 21:10:08 +02:00
holger krekel
add8629674 also add MPL header to cmdline dir 2018-11-01 20:38:58 +02:00
holger krekel
62ad5c952b address comment from @flub
- simplify licensing files by having one in the root directory
  with a qualifier (especially noting that 3rd party libs have
  their own copyright)
2018-11-01 20:36:48 +02:00
holger krekel
a599fbb26a address comment from @drebs and add a license note on each source file 2018-11-01 20:30:31 +02:00
holger krekel
08e5951562 also remove boilerplate from cmdline dir 2018-11-01 19:49:38 +02:00
holger krekel
ce0776e6f4 (r10s, hpk) remove all boilerplate license information from the source files 2018-11-01 19:45:44 +02:00
holger krekel
eee711159e add license file to subdirs and to rootdir pointing to the various
involved licenses. see https://github.com/deltachat/deltachat-core/issues/403
for the contributor discussions on this change.
2018-11-01 19:44:35 +02:00
Floris Bruynooghe
0fd55137f6 Improve building of extension a little
- This renames deltachat.types to deltachat.props.  Not re-using a
  stdlib name is somewhat nice and solves a weird edge-case for me where
  the deltachat.types module can be hiding stdlib types by the deltachat
  directory appearing before the stlib on sys.path.

- When manually invoking the build script (rather then via
  pip/setup.py) it figures out where the package actually lives and
  makes sure the .so file ends up in that directory.  This is better
  than the current version which depends on the current directory and
  thus sometimes creates an alternate deltachat/ directory tree.

- Add some common python artefact files to gitignore.
2018-11-01 18:12:06 +02:00
Lars-Magnus Skog
f7b5e8fe6f Tweak DC_STR_MSGGROUPLEFT default message 2018-10-30 22:29:33 +01:00
B. Petersen
6a1323a251 changelog 2018-10-30 10:26:49 +01:00
B. Petersen
75ff9783bc bump version 2018-10-30 01:11:15 +01:00
björn petersen
f903ba2c63
Merge pull request #411 from deltachat/getstring
Simplify and unify string handling
2018-10-30 01:07:43 +01:00
B. Petersen
39829b1437 typo 2018-10-29 19:30:10 +01:00
B. Petersen
354e7374f4 move DC_STR_* constants to deltachat.h 2018-10-29 19:19:59 +01:00
B. Petersen
7ae17de8c9 simplify DC_EVENT_GET_STRING 2018-10-28 15:59:49 +01:00
B. Petersen
e9682ddfee comment 2018-10-25 12:51:38 +02:00
björn petersen
f6c3c8e72d
Merge pull request #406 from deltachat/comment
refine comment for dc_chat_is_unpromoted()
2018-10-24 11:54:08 +02:00
B. Petersen
347a7cac7a refine comment for dc_chat_is_unpromoted() 2018-10-23 21:43:44 +02:00
björn petersen
f576a7c392
Merge pull request #405 from deltachat/summary
remove path from audio-summary, show filename only
2018-10-22 15:08:55 +02:00
B. Petersen
9ce5528d9e remove path from audio-summary, show filename only 2018-10-19 15:25:11 +02:00
björn petersen
b0af5b6fe1
Merge pull request #402 from ralphtheninja/master
conain typo
2018-10-17 16:22:34 +02:00
Lars-Magnus Skog
424c0df126 conain typo 2018-10-17 16:20:07 +02:00
B. Petersen
3fd4e0046c comment 2018-10-17 15:17:47 +02:00
holger krekel
4717bdf5b6 allow py27 still to pass ... maybe it's getting time drop it? 2018-10-17 12:47:38 +02:00
holger krekel
6af6a195db
Merge pull request #400 from deltachat/shift_pyapi1
move get_mime_headers() function to Message object where it belongs.
2018-10-17 12:39:28 +02:00
holger krekel
30151a4a2e prepare new deltachat python release 2018-10-17 12:33:23 +02:00
holger krekel
5ad5baa6ab move get_mime_headers() function to Message object where it belongs.
also simplify creating a mime object from the headers ...
2018-10-17 12:25:50 +02:00
Lars-Magnus Skog
c8c6929e36
Merge pull request #397 from deltachat/docsort
clearify sorting in the docs
2018-10-17 11:07:56 +02:00
B. Petersen
1148088d1b clearify sorting in the docs 2018-10-17 10:35:39 +02:00
holger krekel
6ee43a7ccb
Merge pull request #396 from deltachat/cleanup4
remove untidy and incomplete mediainfo functions
2018-10-17 09:57:58 +02:00
B. Petersen
060971144c remove untidy and incomplete mediainfo functions 2018-10-17 01:15:46 +02:00
B. Petersen
85e15edc5a bump version 2018-10-17 00:25:02 +02:00
björn petersen
e8a1d29125
Merge pull request #395 from deltachat/rcvdtime
add a function to get the receive time of a message
2018-10-16 23:56:21 +02:00
holger krekel
25e157b71f
Merge pull request #393 from deltachat/cleanup3
remove deprecated dc_send_X_msg() functions
2018-10-16 23:49:33 +02:00
holger krekel
ad84e4578b add msg.time_received and a test 2018-10-16 23:49:03 +02:00
holger krekel
fb334b8b05 Merge branch 'master' into rcvdtime 2018-10-16 23:44:52 +02:00
holger krekel
ca11ea5f3c
Merge pull request #394 from deltachat/utctime
refine msg.time_sent to return a correct utc-based "naive" datetime…
2018-10-16 23:41:01 +02:00
B. Petersen
48eed150e5 add a function to get the receive time of a message 2018-10-16 23:37:23 +02:00
holger krekel
ad42cd5fdf don't use removed send_file_msg but message creation and the generic dc_send_msg 2018-10-16 23:33:13 +02:00
holger krekel
21f3a6b006 - refine msg.time_sent to return a correct utc-based "naive" datetime object
- accept message objects instead of just ints for get_mime_headers(msg)
2018-10-16 23:25:53 +02:00