| Commit message (Expand) | Author | Age | Files | Lines |
* | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -2/+30 |
* | Merge remote-tracking branch 'origin/feature/calls' | fiaxh | 2021-05-11 | 1 | -2/+23 |
|\ |
|
| * | Display+store call encryption info | fiaxh | 2021-04-09 | 1 | -2/+3 |
| * | Add support for unencrypted RTP calls to libdino | fiaxh | 2021-03-21 | 1 | -2/+22 |
* | | Use drop index if exists to help database up-down-grading | fiaxh | 2021-05-01 | 1 | -5/+5 |
|/ |
|
* | Make spell checking a setting, store language per conversation | fiaxh | 2021-01-21 | 1 | -2/+17 |
* | Make db version 18 downgradable | fiaxh | 2020-12-27 | 1 | -2/+2 |
* | Use advertized/server/live time for sorting instead of arrival time | fiaxh | 2020-12-04 | 1 | -8/+20 |
* | Improve content_item db table index | fiaxh | 2020-11-05 | 1 | -2/+10 |
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 1 | -3/+8 |
* | service/database: use WAL mode + safe PRAGMA synchronous setting | eta | 2020-10-06 | 1 | -6/+3 |
* | Recreate avatar database table, fixes unique constraint | fiaxh | 2020-06-11 | 1 | -2/+10 |
* | Fix compiler warnings | fiaxh | 2020-06-03 | 1 | -2/+2 |
* | Store last read content item for conversations | fiaxh | 2020-06-03 | 1 | -2/+17 |
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -4/+19 |
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 1 | -20/+35 |
* | Fix+optimize contact-to-avatar storage and loading | fiaxh | 2020-03-10 | 1 | -24/+13 |
* | Improve MUC message resending | fiaxh | 2020-03-03 | 1 | -18/+0 |
* | Enable secure_delete PRAGMA on SQLite databases (#370) | Alexander Krotov | 2020-02-21 | 1 | -0/+3 |
* | Only cache fully normalized Jids for reverse lookup | fiaxh | 2019-12-24 | 1 | -1/+5 |
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -13/+41 |
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 1 | -43/+28 |
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 1 | -2/+11 |
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 1 | -4/+2 |
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -32/+42 |
* | Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ... | fiaxh | 2019-08-02 | 1 | -19/+29 |
* | Always use Account.hash(equals)_func for HashMap+ArrayList | fiaxh | 2018-11-24 | 1 | -1/+1 |
* | Add `hidden` column to content_item table | fiaxh | 2018-08-31 | 1 | -18/+35 |
* | rename content db table -> content_item | bobufa | 2018-08-13 | 1 | -2/+2 |
* | sort file transfers into correct conversation | bobufa | 2018-08-13 | 1 | -4/+8 |
* | fix non-adjacent messages being shown before/after hit | bobufa | 2018-08-13 | 1 | -12/+19 |
* | improve sidebar UI | bobufa | 2018-08-13 | 1 | -2/+3 |
* | accumulate conversation content in meta db table | bobufa | 2018-08-13 | 1 | -2/+46 |
* | load+display later messages when scrolling down | bobufa | 2018-08-13 | 1 | -2/+12 |
* | enable fts for the body of messages | bobufa | 2018-08-13 | 1 | -1/+5 |
* | Only assume UUID to be unique for one counterpart+account when deduplicating | fiaxh | 2018-03-10 | 1 | -6/+16 |
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -8/+8 |
* | Fix warnings | fiaxh | 2017-10-31 | 1 | -1/+3 |
* | Move DatabaseError handling into Qlite | fiaxh | 2017-10-31 | 1 | -1/+1 |
* | Offline messages for MUCs | fiaxh | 2017-10-22 | 1 | -1/+4 |
* | Download & inline display images | fiaxh | 2017-08-31 | 1 | -3/+32 |
* | Plugins providing conversation items for ConversationView | fiaxh | 2017-08-28 | 1 | -2/+2 |
* | Move settings from GSettings to own db | fiaxh | 2017-08-22 | 1 | -2/+15 |
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -2/+3 |
* | Http file upload | fiaxh | 2017-08-03 | 1 | -2/+2 |
* | Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta... | fiaxh | 2017-06-17 | 1 | -3/+3 |
* | Notifications + typing notifications + message marker settings per conversation | fiaxh | 2017-05-30 | 1 | -2/+5 |
* | fixup bcb9690 (Roster versioning) | fiaxh | 2017-05-24 | 1 | -17/+4 |
* | Roster versioning | fiaxh | 2017-05-22 | 1 | -1/+30 |
* | qlite/libdino: optimize db access | Marvin W | 2017-04-26 | 1 | -0/+3 |