holger krekel
|
d18fc8ebf9
|
add msg.basename and a few assertions
|
2018-10-07 08:23:26 +02:00 |
|
holger krekel
|
5c3e41fcb5
|
- bump version
- add forgotten data file
- rename Chat.send_text_message to Chat.send_text
- add optional mime-type param to Chat.send_file
- properly install the package instead of "usedevelop" mode
|
2018-10-06 21:37:05 +02:00 |
|
holger krekel
|
b6355176de
|
add chat.delete(), chat.send_image, msg.filename, msg.filemime and msg.type.is_*
|
2018-10-06 19:11:48 +02:00 |
|
holger krekel
|
d057aa77d3
|
fix linking to classes in sphinx docs
|
2018-09-26 11:51:01 +02:00 |
|
holger krekel
|
c4418a0e14
|
generate DC_* constants in new deltachat.const module which are living as #define macros in deltachat.h. You can re-generate with "python src/deltachat/const.py".
|
2018-09-26 11:21:13 +02:00 |
|
holger krekel
|
68900edfbc
|
add sending timestamp
|
2018-09-25 12:54:27 +02:00 |
|
holger krekel
|
85cb0d679e
|
use proper dc function for contact listing as per review from @r10s
|
2018-09-21 12:39:23 +02:00 |
|
holger krekel
|
5e9c3471b6
|
refine some docs, bump version
|
2018-09-19 12:20:41 +02:00 |
|
holger krekel
|
0bfa955f9c
|
some better printing, fixing py35
|
2018-09-19 12:09:55 +02:00 |
|
holger krekel
|
5914af77c2
|
- add delete_messages() and chat.get/set_name()
- forget about caching dc_chat and dc_msg and dc_chat struct references for now
|
2018-09-19 10:41:01 +02:00 |
|
holger krekel
|
e777b576cb
|
add initial group management API and is_promoted()
|
2018-09-18 19:37:07 +02:00 |
|
holger krekel
|
bf78f8e0aa
|
actually we can use ffi.gc(obj, destructor) instead of
the _UnrefStruct i invented -- this returns a gc-ed cdata
that will call the destructor when the object goes out of scope.
|
2018-09-15 01:33:20 +02:00 |
|
holger krekel
|
929d6da2ef
|
better names for the converseion to/from dc char pointers
|
2018-09-15 01:17:45 +02:00 |
|
holger krekel
|
8c1c65b631
|
move all unref'in to a specific shadow class that takes care of unref'ing.
bump version
|
2018-09-15 00:10:33 +02:00 |
|
holger krekel
|
da2bcd0c5a
|
introduce message.get_state() API which provides is_in_delivered()|is_out_delivered|... methods.
|
2018-09-14 21:46:14 +02:00 |
|
holger krekel
|
8683de19e3
|
improve docs and structure
see online snapshot: https://m.devpi.net/hpk/dev/deltachat/0.5.dev0/+doc/index.html
|
2018-09-14 18:10:01 +02:00 |
|