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.
This commit is contained in:
2021-01-12 00:04:46 +00:00
parent 36b6b37e78
commit 6d4454f356
3 changed files with 51 additions and 20 deletions

View File

@@ -19,8 +19,14 @@ mobile clients to send and receive IMs over SMTP+IMAP. It may be useful for
GUI desktop usage **without** an Electron dependency, or console desktop usage.
Current status is probably best described as "skunkworks", although connecting
to an account and sending / receiving text messages should work reliably. You
can view specific progress on [the issue board](https://gitlab.com/lupine/purple-plugin-delta/boards).
to an account and sending / receiving text and image messages should work
reliably in pidgin. Chatty supports text messages, and can be coaxed into using
this plugin, but there's a long way to go with that yet.
A big refactoring to use "proper" purple IM structures is necessary to make
further progress, I think.
I also need to implement support for the buddy list.
We currrently build against deltachat v1.50.0. You'll need to build and install
deltachat-ffi separately and ensure that it's available via `pkg-config` for