aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Show modal dialog to select default encryption if unknownXavier Del Campo Romero2023-10-054-1/+190
* Set up default encryption settings GUIXavier Del Campo Romero2023-10-054-1/+138
* Prepare for 0.4 releaseMarvin W2023-10-052-1/+2
* Don't accept corrections from MUC MAMMarvin W2023-10-051-1/+2
* Fix various date/time stamps not updated or wrong time zoneMarvin W2023-10-052-8/+7
* Show "Me" instead of bare jid when no local alias is setMarvin W2023-10-052-9/+2
* Improve history sync under loadMarvin W2023-10-054-41/+102
* Fix label attributes updated with delayMarvin W2023-10-051-16/+17
* Deduplicate messages before storing in databaseMarvin W2023-10-051-66/+70
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-10-0510-57/+85
* Collapse most stream releated errors into IOErrorMarvin W2023-10-0514-115/+87
* OMEMO: Make device list publicfiaxh2023-10-051-6/+9
* Fix placeholder being shown on startup, fix missing vertical line in no-conve...fiaxh2023-10-051-4/+1
* Add tooltips to the delivered and read icons (#1341)Prashant Kumar2023-10-051-0/+2
* Fix buildfiaxh2023-10-051-1/+0
* Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1)fiaxh2023-10-054-7/+0
* Remove Dutch (Belgium) translation, fallback to DutchTranslations2023-10-053-1577/+0
* Update appdata file with content_rating, releases, update image tagsfiaxh2023-10-051-15/+19
* MAM: Fix latest range not being stored in db if it contained a duplicatefiaxh2023-10-051-6/+0
* Fix compiler warningsfiaxh2023-10-056-8/+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
* Parse conference.password from XEP-0402 bookmarks (#1310)Teemu Ikonen2023-10-051-0/+1
* Clean up log outputsfiaxh2023-10-053-42/+22
* Automatically select appropriate libsoup versionMarvin W2023-10-056-14/+52
* Replace splice_async with read_asyncMarvin W2023-10-051-1/+9
* DTLS: Use ECDSA keyMarvin W2023-10-012-2/+3
* Do not send DTLS datagrams to RTP even after handshakeMarvin W2023-10-011-2/+9
* Ignore non-DTLS data before handshake is completeStephen Paul Weber2023-10-011-1/+1
* 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-012-0/+12
* Rewrite MAM logic and add MUC MAMfiaxh2023-10-0119-355/+833
* conversation_view_controller.vala: Add missing null checkXavier Del Campo Romero2023-10-011-1/+1
* Fix crash when calling contact from Conversations (#1259)rim2023-10-011-1/+4
* CMake: Fix version checksMarvin W2023-10-011-2/+2
* application.vala: Update copyright noticeXavier Del Campo Romero2023-10-011-1/+1
* README.md: Update for forkXavier Del Campo Romero2023-10-011-32/+48
* Import wiki documentation from upstreamXavier Del Campo Romero2023-09-297-0/+298
* Support devices with multiple framerate options in get_max_fps (#1224)Matthew Egeler2022-05-171-2/+20
* Fix calculation of best camera frameratefoucault2022-05-171-1/+3
* Inhibit idle and suspend during calls (#1233)Xavi922022-05-111-0/+14
* Prepare http-files plugin for libsoup-3 supportMarvin W2022-04-096-64/+122
* Fix build of testsMarvin W2022-04-083-4/+4
* Allow cancellation of file transfersMarvin W2022-03-306-12/+73
* Fix Version handling, add function to retrieve short version without git commitMarvin W2022-03-304-4/+10
* set a generic MIME type for encrypted file (#1213)Nkwuda Sunday Cletus2022-03-231-1/+1
* Fix build on Vala < 0.50 and pre-release Vala versionsMarvin W2022-03-162-3/+5
* Add XEP implementation status to DOAPMarvin W2022-03-162-4/+80
* QR-code: Actually use Uri.join if glib version supports itfiaxh2022-03-092-7/+8