aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/entity/conversation.vala
Commit message (Expand)AuthorAgeFilesLines
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+8
* Store last read content item for conversationsfiaxh2020-06-031-0/+12
* Correctly display names in groupchat pmsMarvin W2020-01-091-1/+5
* Properly check Jids everywhereMarvin W2019-12-231-1/+1
* Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ...fiaxh2019-08-021-1/+1
* Don't change type of a conversationfiaxh2019-06-011-1/+1
* Remove Message.stanza fieldfiaxh2019-05-261-8/+12
* Fix runtime criticals (and compiler warnings)fiaxh2019-02-131-1/+3
* Fix runtime criticalsfiaxh2018-09-161-2/+5
* Move notification sounds (canberra dependency) into plugin, introduce libdino...fiaxh2018-03-051-4/+0
* Implement notification soundsRahix2018-02-171-0/+4
* Visually highlight mentions in MUCsfiaxh2018-01-281-1/+6
* Fix certain Slack specific issues (using host-based workarounds)Marvin W2018-01-281-0/+2
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-6/+8
* Use utc time everywherefiaxh2017-08-311-1/+1
* "Default" per-contact settings (change UI)fiaxh2017-08-251-3/+5
* Move settings from GSettings to own dbfiaxh2017-08-221-3/+3
* SRV records for XMPP over TLSfiaxh2017-08-111-5/+7
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta...fiaxh2017-06-171-2/+2
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-301-1/+43
* qlite/libdino: optimize db accessMarvin W2017-04-261-7/+1
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-0/+5
* Handle MUC private messagesfiaxh2017-03-311-5/+16
* Fix conversation last_activefiaxh2017-03-311-5/+14
* Some caching and fix gpgme on some systemsMarvin W2017-03-241-9/+17
* Move some database interaction into entitiesfiaxh2017-03-231-12/+56
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-111-6/+1
* Initial plugin systemMarvin W2017-03-101-0/+52