aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service
Commit message (Expand)AuthorAgeFilesLines
* Fix reactions from MAM getting attributed to the wrong messagefiaxh2023-01-252-38/+26
* MAM: Fix latest range not being stored in db if it contained a duplicatefiaxh2023-01-171-8/+7
* Add debug outputs to summarize_whitespaces_to_space and don't assert_not_reachedfiaxh2023-01-131-0/+5
* Support pinning of conversations (locally)fiaxh2023-01-111-2/+3
* Support replies and reactions to filesfiaxh2023-01-116-92/+154
* Replies: Fix fallback bodies with multi-line quotesfiaxh2023-01-081-1/+1
* Reactions: Fix wrong time being stored for outgoing reactions (micro sec teat...fiaxh2023-01-071-9/+8
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-067-6/+260
* Fix compiler warningsfiaxh2022-12-305-7/+4
* MAM: Fix processing after range was fetched completely, fix merging of rangesfiaxh2022-12-201-29/+30
* Fix connecting to jingle file provider multiple timesfiaxh2022-12-201-7/+6
* Fix some MAM issuesfiaxh2022-11-201-18/+40
* Reactions: Fix reactions being differentiated by resource on first displayingfiaxh2022-11-201-0/+2
* Clean up log outputsfiaxh2022-11-043-47/+32
* Don't use splice when handling input streams from libsoup-3Marvin W2022-11-021-1/+9
* Fix segfault if reaction message has type normalfiaxh2022-10-201-4/+4
* Fix message server_id getting overwritten with null on reconnectfiaxh2022-10-111-1/+4
* Add support for reactionsfiaxh2022-10-114-1/+541
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-107-266/+629
* Fix crash when calling contact from Conversations (#1259)rim2022-08-221-1/+4
* Gtk4 bug fixes and improvementsMarvin W2022-07-271-1/+1
* Port from GTK3 to GTK4fiaxh2022-07-273-32/+61
* Allow cancellation of file transfersMarvin W2022-03-301-5/+6
* Prepare for 0.3 releasefiaxh2022-02-121-1/+1
* Remove call notification if other device accepted/deniedfiaxh2022-02-122-12/+26
* CIM: Announce accepted methodMarvin W2022-02-121-1/+11
* Calls: Fix OMEMO in group callsMarvin W2022-02-121-6/+5
* Calls: Fix device selector for multi-party calls, allow picking device before...Marvin W2022-02-121-9/+50
* Various call fixesfiaxh2022-02-123-24/+37
* Various call fixesfiaxh2022-02-102-14/+23
* Call Invite Message: Send 'finished' messages, include reasonsfiaxh2022-02-083-13/+29
* Let call notification say if it's a group callfiaxh2022-02-082-9/+16
* Various call fixesfiaxh2022-02-074-36/+32
* Support direct jingle call invites with call invite messagesfiaxh2022-02-073-111/+187
* Add support for call invite messagesfiaxh2022-02-073-31/+61
* Various call UI/UX improvementsfiaxh2022-02-074-50/+86
* Initialize and use dbus interfaces asyncfiaxh2022-02-012-29/+52
* Small cleanupfiaxh2022-01-233-4/+4
* Update PEP native bookmarks to :1 version, fixesfiaxh2022-01-112-24/+61
* Stop making superfluous requests when joining a MUCfiaxh2022-01-081-4/+5
* Add 'unknown' encryption state for establishing callsfiaxh2022-01-041-0/+3
* Fix runtime critical on incoming read markerfiaxh2022-01-031-0/+2
* Fix delivery error displaying for MUC PMsfiaxh2022-01-011-3/+7
* Merge branch groupcallsfiaxh2021-12-2310-475/+1103
|\
| * UI + libdino: Improve MUJI calls from MUCfiaxh2021-12-236-23/+39
| * Add calls in private MUCs via a MUJI MUCfiaxh2021-12-182-18/+83
| * Improve call details dialog + small multi-party call fixesfiaxh2021-11-152-55/+42
| * Display target bitrates in connection details UIfiaxh2021-11-111-0/+12
| * Add multiparty call support to libdino and xmpp-valafiaxh2021-11-109-476/+1024
* | Fix unread counting in new conversations w/o read_up_to_itemfiaxh2021-12-211-9/+13