aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/entity/message.vala
Commit message (Expand)AuthorAgeFilesLines
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-061-0/+37
* Replace invalid UTF-8 with U+FFFDMarvin W2022-01-051-1/+5
* Display message delivery error, color text using theme colorsfiaxh2021-08-171-1/+4
* Fix message duplication in MUC PMsfiaxh2020-09-071-1/+1
* Visually highlight pending messages, improve resendingfiaxh2020-07-161-0/+1
* Add queue and resending to stream managementfiaxh2020-07-151-1/+2
* Use sqlite UPSERTfiaxh2020-06-101-2/+2
* Add support for last message correctionfiaxh2020-04-031-0/+3
* Correctly display names in groupchat pmsMarvin W2020-01-091-2/+6
* Properly check Jids everywhereMarvin W2019-12-231-1/+1
* Add (partial) support for unique stanza ids (XEP-0359)fiaxh2019-12-181-1/+6
* Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ...fiaxh2019-08-021-2/+2
* Remove Message.stanza fieldfiaxh2019-05-261-1/+0
* fix local_time field of message and file_transfer being loaded from time db c...bobufa2018-08-131-1/+1
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-10/+11
* Fix typos in comments and variable names (#269)linkmauve2018-01-101-1/+1
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
* ConversationView: Date separatorfiaxh2017-12-011-1/+1
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-1/+8
* Use utc time everywherefiaxh2017-08-311-2/+2
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-251-12/+23
* Application menu fallback buttonfiaxh2017-04-041-2/+3
* Handle MUC private messagesfiaxh2017-03-311-7/+4
* Fix conversation last_activefiaxh2017-03-311-5/+7
* Some caching and fix gpgme on some systemsMarvin W2017-03-241-2/+2
* Move some database interaction into entitiesfiaxh2017-03-231-4/+95
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-111-5/+0
* Initial plugin systemMarvin W2017-03-101-0/+91