aboutsummaryrefslogtreecommitdiff
path: root/libdino/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-075-51/+87
* Initialize and use dbus interfaces asyncfiaxh2022-02-014-41/+62
* 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
* Replace invalid UTF-8 with U+FFFDMarvin W2022-01-051-1/+5
* Add 'unknown' encryption state for establishing callsfiaxh2022-01-042-0/+4
* 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-2312-487/+1149
|\
| * UI + libdino: Improve MUJI calls from MUCfiaxh2021-12-237-28/+43
| * Add calls in private MUCs via a MUJI MUCfiaxh2021-12-183-23/+91
| * Improve call details dialog + small multi-party call fixesfiaxh2021-11-153-56/+43
| * Display target bitrates in connection details UIfiaxh2021-11-111-0/+12
| * Add multiparty call support to libdino and xmpp-valafiaxh2021-11-1011-486/+1066
* | Fix unread counting in new conversations w/o read_up_to_itemfiaxh2021-12-211-9/+13
* | fix for "retracted" call from remote side. (#1160)wkg2021-12-121-2/+2
* | Remove ContentFiltersfiaxh2021-12-093-31/+10
* | Fix auto download if public MUC JID is in roster (#1137)mesonium2021-11-181-1/+7
|/
* Display corrected messages with original message timefiaxh2021-10-131-0/+1
* Fix compiler warnings ('passing argument .. from incompatible pointer type') ...fiaxh2021-10-121-2/+2
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-121-2/+4
* Fix misc compiler warningsfiaxh2021-10-121-4/+8
* Fix compiler warnings ('cast between incompatible function types') by not con...fiaxh2021-10-121-9/+13
* Display message delivery error, color text using theme colorsfiaxh2021-08-172-1/+17
* Fix file traversal issue on incoming file transfersfiaxh2021-06-071-1/+12
* Merge remote-tracking branch 'origin/feature/calls'fiaxh2021-05-1118-22/+1043
|\
| * Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-113-2/+20
| * 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-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-2113-7/+811
| * 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
|/