aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service
Commit message (Expand)AuthorAgeFilesLines
* Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-111-2/+2
* Use the same DTLS fingerprint in all contents. Display audio+video enc keys i...fiaxh2021-05-011-6/+16
* Adjust JMI vs direct calling orderfiaxh2021-04-291-10/+28
* 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-291-4/+34
* Send JMI retractfiaxh2021-04-111-0/+6
* Improve encryption displaying in callsfiaxh2021-04-111-30/+19
* Fix warningsfiaxh2021-04-112-3/+2
* Accept additional jingle contents with senders=both (but modify to senders=peer)fiaxh2021-04-091-1/+12
* Display+store call encryption infofiaxh2021-04-093-6/+47
* Use outgoing JMI if contact has supporting devicefiaxh2021-04-011-31/+79
* 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-218-6/+656
* Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-192-1/+6
* Add cache for file transfersfiaxh2021-02-173-23/+67
* Make spell checking a setting, store language per conversationfiaxh2021-01-211-2/+17
* 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-046-80/+38
* Refactor Notifications, add freedesktop backendfiaxh2020-11-201-26/+74
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-204-111/+189
* Improve entity identity getterfiaxh2020-11-201-24/+31
* Use WeakMap for message cachingfiaxh2020-11-142-72/+128
* 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-071-1/+1
* 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-162-7/+26
* Only query entity caps when we need themfiaxh2020-07-164-36/+185
* Add queue and resending to stream managementfiaxh2020-07-151-0/+3
* Fix unread bubbles having wrong color on startupfiaxh2020-07-151-1/+0