aboutsummaryrefslogtreecommitdiff
path: root/libdino
Commit message (Expand)AuthorAgeFilesLines
* Fix empty alias being handled different than noneMarvin W2026-02-101-0/+1
* Improve database performance while reconnecting and syncingMarvin W2026-02-101-1/+6
* Improve history syncMarvin W2026-02-101-47/+18
* Fix typing notifications in groupchatsMarvin W2026-02-101-0/+4
* Inhibit suspend on file upload/downloadXavier Del Campo Romero2023-10-092-0/+6
* WIP call notificationsXavier Del Campo Romero2023-10-091-1/+2
* connection_manager.vala: Use yield on disconnect()Xavier Del Campo Romero2023-10-091-3/+3
* Check XmppStream against nullXavier Del Campo Romero2023-10-094-10/+21
* file_manager.vala: Disable automatic downloadXavier Del Campo Romero2023-10-091-5/+0
* Show file upload/download progressXavier Del Campo Romero2023-10-093-2/+18
* connection_manager.vala: Refactor reconnect streamXavier Del Campo Romero2023-10-091-18/+33
* history_sync.vala: Remove noisy debugXavier Del Campo Romero2023-10-091-1/+0
* Make Ctrl-Q accelerator user-configurableXavier Del Campo Romero2023-10-091-0/+15
* Make send button settings-selectableXavier Del Campo Romero2023-10-091-0/+28
* Backport Meson build supportXavier Del Campo Romero2023-10-095-10/+134
* Allow to resume failed transfersXavier Del Campo Romero2023-10-091-0/+3
* Revamp connection_manager.valaXavier Del Campo Romero2023-10-051-127/+56
* Show modal dialog to select default encryption if unknownXavier Del Campo Romero2023-10-051-1/+1
* Set up default encryption settings GUIXavier Del Campo Romero2023-10-052-1/+42
* Don't accept corrections from MUC MAMMarvin W2023-10-051-1/+2
* Show "Me" instead of bare jid when no local alias is setMarvin W2023-10-051-8/+1
* Improve history sync under loadMarvin W2023-10-053-40/+101
* Deduplicate messages before storing in databaseMarvin W2023-10-051-66/+70
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-10-052-12/+12
* Collapse most stream releated errors into IOErrorMarvin W2023-10-051-1/+1
* Fix placeholder being shown on startup, fix missing vertical line in no-conve...fiaxh2023-10-051-4/+1
* MAM: Fix latest range not being stored in db if it contained a duplicatefiaxh2023-10-051-6/+0
* Fix compiler warningsfiaxh2023-10-055-6/+3
* MAM: Fix processing after range was fetched completely, fix merging of rangesfiaxh2023-10-051-29/+30
* Fix connecting to jingle file provider multiple timesfiaxh2023-10-051-7/+6
* Fix some MAM issuesfiaxh2023-10-051-17/+40
* Clean up log outputsfiaxh2023-10-052-36/+19
* Replace splice_async with read_asyncMarvin W2023-10-051-1/+9
* MAM: Fix latest range not being stored in db if it contained a duplicatefiaxh2023-10-011-5/+7
* fix: Add x node to MUC PM stanza (#1462)mesonium2023-10-011-0/+7
* Rewrite MAM logic and add MUC MAMfiaxh2023-10-019-267/+638
* Fix crash when calling contact from Conversations (#1259)rim2023-10-011-1/+4
* Fix build of testsMarvin W2022-04-081-1/+1
* Allow cancellation of file transfersMarvin W2022-03-302-5/+7
* Fix Version handling, add function to retrieve short version without git commitMarvin W2022-03-302-1/+7
* 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-122-14/+59
* 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
* Calls: Device pickerMarvin W2022-02-081-3/+3
* Let call notification say if it's a group callfiaxh2022-02-082-9/+16