Commit Graph

7 Commits

Author SHA1 Message Date
6d4454f356 Fix showing duplicated messages
This commit also has some other changes sprinkled in but the main
effect is that messages are only shown precisely once. Next stage must
be to move away from serv_got_im and friends.
2021-01-12 00:04:46 +00:00
4484f51c5d Support the "BCC self" option 2021-01-10 18:08:22 +00:00
81ccd8c82c Clean up debug output
Remove the unnecessary util.c/util.h files and use purple_debug_info()
throughout instead. This is more direct. Also replace all usages of
printf() with the same helper.

This makes the Delta plugin usable in command-line applications like
Finch. Previously, the printf() output was messing up the screen!
2019-04-21 21:27:45 +01:00
f1c0e232f5 Run SMTP and IMAP in their own threads 2019-01-06 01:22:29 +00:00
12ef4d5125 Fix compilation against deltachat-core v0.35.0
The plugin doesn't work yet. Thread handling has changed significantly,
and other changes may also be needed.
2019-01-06 01:22:29 +00:00
de213f2b7a Initial integration with libdeltachat
This implements configuration, connection, sending and receiving IMs in the
simplest possible way. Lots and lots of cases are not handled.
2018-05-07 01:47:00 +01:00
2f70ab2996 Get the Delta Chat plugin to show up in pidgin 2018-05-02 00:05:28 +01:00