aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/conversation_manager.vala
Commit message (Expand)AuthorAgeFilesLines
* Start conversation if closed when receiving an audio or video call (#1485)eerielili2023-10-081-0/+7
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+1
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-041-2/+2
* Fix own message marker marking conversations as readfiaxh2020-10-151-6/+11
* Don't create a second message object for each typing notificationfiaxh2020-07-221-0/+11
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-261-4/+0
* Fix ConversationRow closing if animations are disabledfiaxh2020-01-171-0/+2
* Refactor MAM catchup. Fetch from latest to earliest message.fiaxh2019-12-181-1/+1
* Rework no-open-conversation placeholderfiaxh2019-10-011-0/+1
* Don't show conversations from account after it was disabledfiaxh2019-08-281-0/+9
* Fix runtime criticalsfiaxh2019-06-221-3/+5
* Don't change type of a conversationfiaxh2019-06-011-18/+39
* Remove Message.stanza fieldfiaxh2019-05-261-9/+7
* Don't move opened conversation to the top of the list, scroll along with sele...fiaxh2019-04-241-2/+2
* Do not ignore encrypted messages without a body tagThibaut Girka2019-02-171-1/+1
* Visually highlight mentions in MUCsfiaxh2018-01-281-6/+0
* Pipeline for incoming messages in libdinofiaxh2018-01-281-1/+26
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-6/+8
* Match message with previously arrived markerfiaxh2017-12-051-7/+9
* Replace deprecated function usagesfiaxh2017-11-161-0/+1
* Use GNotification instead of libnotifyfiaxh2017-09-191-0/+9
* Use utc time everywherefiaxh2017-08-311-1/+1
* MAM fixesfiaxh2017-08-191-3/+3
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-231-1/+1
* MUC improvementsfiaxh2017-04-111-1/+1
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-4/+8
* Handle MUC private messagesfiaxh2017-03-311-2/+22
* Fix conversation last_activefiaxh2017-03-311-25/+24
* Move some database interaction into entitiesfiaxh2017-03-231-3/+2
* Select conversation on startup, placeholder for "No conversation selected", s...fiaxh2017-03-201-0/+15
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-13/+5
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-111-1/+1
* Initial plugin systemMarvin W2017-03-101-0/+103