aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/counterpart_interaction_manager.vala
Commit message (Expand)AuthorAgeFilesLines
* Port from GTK3 to GTK4fiaxh2022-07-271-1/+1
* Fix runtime critical on incoming read markerfiaxh2022-01-031-0/+2
* Fix processing of XEP-0184 delivery receiptsfiaxh2021-04-111-4/+4
* Fix own message marker marking conversations as readfiaxh2020-10-151-2/+6
* Don't create a second message object for each typing notificationfiaxh2020-07-221-4/+2
* Fix compiler warningsfiaxh2020-06-031-7/+5
* Store last read content item for conversationsfiaxh2020-06-031-1/+6
* Fix crash in clear_all_chat_states (it removed an entry from a HashMap while ...fiaxh2020-05-211-1/+2
* Handle incoming own read marker in private MUCsfiaxh2020-04-281-41/+50
* Only distinguish between typing or not (incoming)fiaxh2020-02-201-31/+58
* Don't process message markers on MUC messagesfiaxh2020-01-271-1/+5
* Don't show own typing notifications (other devices)fiaxh2019-12-241-0/+3
* Don't go through ConnectionManager for initial connection attemptfiaxh2019-12-231-1/+1
* Improve conversation unread status detectionfiaxh2019-09-291-0/+2
* Enable sending chat state notifications in private roomsfiaxh2019-05-161-0/+8
* Process read marker from other devices for MUCs to adjust read-up-to statefiaxh2019-05-111-0/+14
* accumulate conversation content in meta db tablebobufa2018-08-131-3/+3
* Do not mark messages as read if they are only marked as receivedThibaut Girka2018-03-221-0/+1
* Handle multiple chat state notifications per bare jidfiaxh2018-03-101-9/+20
* Only notify on last MAM message, only if not readfiaxh2018-03-061-21/+30
* Pipeline for incoming messages in libdinofiaxh2018-01-281-3/+17
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-3/+3
* Clear chat states on own/contact disconnectfiaxh2017-12-301-0/+2
* Match message with previously arrived markerfiaxh2017-12-051-0/+16
* Fix unit tests using async + read message markerfiaxh2017-11-171-7/+1
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-22/+18
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-12/+5
* Use typed identity in module managerMarvin W2017-03-101-3/+3
* Initial plugin systemMarvin W2017-03-101-0/+99