aboutsummaryrefslogtreecommitdiff
path: root/libdino
Commit message (Expand)AuthorAgeFilesLines
...
| * Improve JMI handling (type=chat, filter message sender)fiaxh2021-04-291-1/+11
| * Add support for OMEMO call encryptionfiaxh2021-04-292-12/+36
| * Handle non-existant call supportfiaxh2021-04-292-4/+36
| * Send JMI retractfiaxh2021-04-111-0/+6
| * Improve encryption displaying in callsfiaxh2021-04-111-30/+19
| * Fix warningsfiaxh2021-04-113-6/+5
| * Accept additional jingle contents with senders=both (but modify to senders=peer)fiaxh2021-04-091-1/+12
| * Display+store call encryption infofiaxh2021-04-095-7/+55
| * Use outgoing JMI if contact has supporting devicefiaxh2021-04-012-31/+81
| * Store limited history of contact resourcesfiaxh2021-04-011-8/+15
| * Add initial support for DTLS-SRTPfiaxh2021-03-251-16/+6
| * Add support for unencrypted RTP calls to libdinofiaxh2021-03-2114-7/+814
| * Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-192-1/+6
* | Use drop index if exists to help database up-down-gradingfiaxh2021-05-011-5/+5
* | Fix processing of XEP-0184 delivery receiptsfiaxh2021-04-111-4/+4
* | Fix regression in FileItem generationfiaxh2021-03-232-8/+17
|/
* Add cache for file transfersfiaxh2021-02-175-23/+69
* Make spell checking a setting, store language per conversationfiaxh2021-01-212-2/+30
* Add support for Direct MUC Invitations (XEP-0249)fiaxh2021-01-122-1/+22
* Fix segfault on accept_certificate signal (fixup 81a5505)fiaxh2020-12-312-5/+5
* Show invalid certificate screen also when registering accountfiaxh2020-12-311-5/+17
* Allow certificates from unknown CAs from .onion domainsfiaxh2020-12-312-5/+25
* Set window urgency hint independent of notification settingfiaxh2020-12-301-6/+8
* Make db version 18 downgradablefiaxh2020-12-271-2/+2
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-047-84/+40
* Improve contact description in OMEMO warningsfiaxh2020-12-041-2/+2
* Refactor Notifications, add freedesktop backendfiaxh2020-11-204-26/+202
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-204-111/+189
* Improve entity identity getterfiaxh2020-11-201-24/+31
* Fix compiler warnings in WeakMapfiaxh2020-11-171-19/+24
* Use WeakMap for message cachingfiaxh2020-11-142-72/+128
* Add a WeakMap implementation + testsfiaxh2020-11-147-1/+421
* Fix incoming muc voice request notificationfiaxh2020-11-112-5/+5
* Improve content_item db table indexfiaxh2020-11-051-2/+10
* Fix some compiler warningsfiaxh2020-10-277-45/+17
* Don't crash on MAM id-time hickupfiaxh2020-10-271-33/+47
* Fix own message marker marking conversations as readfiaxh2020-10-152-8/+17
* service/database: use WAL mode + safe PRAGMA synchronous settingeta2020-10-061-6/+3
* Fix runtime criticalfiaxh2020-09-191-1/+3
* Fix runtime criticals related to jingle file transferfiaxh2020-09-191-1/+5
* Compatibility with Vala 0.50.0Marvin W2020-09-171-1/+1
* Display placeholder avatar while loadingMarvin W2020-09-121-2/+44
* Improve message resendingfiaxh2020-09-101-1/+2
* Fix message duplication in MUC PMsfiaxh2020-09-072-2/+2
* Cleanupfiaxh2020-09-071-1/+2
* Fix initial file encryption displayingfiaxh2020-09-072-9/+21
* Don't clear MAM id times on stream negotiatedfiaxh2020-09-021-1/+2
* Implement MUC self pingfiaxh2020-08-312-2/+48
* Don't create a second message object for each typing notificationfiaxh2020-07-223-5/+14
* Visually highlight pending messages, improve resendingfiaxh2020-07-163-7/+27