aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/chat_interaction.vala
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+1
|
* Fix unread counting in new conversations w/o read_up_to_itemfiaxh2021-12-211-9/+13
| | | | fixes #1094
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-041-3/+2
| | | | fixes #310
* Show bubble containing the number of unread messages in the conversation ↵codedust2020-07-061-5/+13
| | | | | | | list (#764) Co-authored-by: codedust <codedust@users.noreply.github.com> Co-authored-by: fiaxh <git@lightrise.org>
* Store last read content item for conversationsfiaxh2020-06-031-40/+45
| | | | fixes #495
* Handle incoming own read marker in private MUCsfiaxh2020-04-281-1/+1
|
* Fix runtime critical from read marker sending (fixup 3a8fef7)fiaxh2020-04-241-1/+1
|
* Improve message read markers for MUCsfiaxh2020-04-211-5/+10
|
* Display correct name on outgoing file transfers in groupsMarvin W2019-12-231-0/+1
| | | | Fixes #248, #643
* Fix chat marker sendingfiaxh2019-12-161-1/+1
|
* Don't attempt jingle file transfers in MUCsfiaxh2019-11-171-0/+2
|
* Don't send delivery recipts or chat states for own messagesfiaxh2019-10-221-2/+11
| | | | fixes #631
* Improve conversation unread status detectionfiaxh2019-09-291-0/+37
|
* Fix message type of chat state notificationfiaxh2019-08-301-1/+1
| | | | fixes #607
* Remove Message.stanza fieldfiaxh2019-05-261-24/+28
|
* Enable sending chat state notifications in private roomsfiaxh2019-05-161-3/+7
|
* Have ChatInteraction MessageListener (read-up-to) run only for non-empty ↵fiaxh2019-02-171-1/+1
| | | | messages
* Only notify on last MAM message, only if not readfiaxh2018-03-061-1/+1
| | | | fixes #293
* Small fixesfiaxh2018-01-301-1/+1
|
* Pipeline for incoming messages in libdinofiaxh2018-01-281-10/+26
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-5/+5
|
* Change conversation (un)read markingfiaxh2017-09-191-4/+0
|
* Use GNotification instead of libnotifyfiaxh2017-09-191-0/+4
|
* Use utc time everywherefiaxh2017-08-311-4/+4
|
* Message Archive Managementfiaxh2017-08-171-1/+3
|
* Muc Invite + Kickfiaxh2017-06-111-2/+12
|
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-301-2/+2
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-4/+4
|
* Fix conversation last_activefiaxh2017-03-311-5/+5
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-13/+6
|
* Improve when to send chat state notificationsfiaxh2017-03-161-33/+47
|
* Use typed identity in stream modulesfiaxh2017-03-111-2/+2
|
* Initial plugin systemMarvin W2017-03-101-0/+146