aboutsummaryrefslogtreecommitdiff
path: root/libdino
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix crash when calling contact from Conversations (#1259)rim2022-08-221-1/+4
| | | fixes #1227
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-211-6/+4
| | | | MenuButton.activate only exists since 4.4
* Gtk4 bug fixes and improvementsMarvin W2022-07-271-1/+1
|
* Port from GTK3 to GTK4fiaxh2022-07-275-47/+81
|
* 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 ↵Marvin W2022-02-122-14/+59
| | | | before call started
* Various call fixesfiaxh2022-02-123-24/+37
| | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7)
* Various call fixesfiaxh2022-02-102-14/+23
| | | | | | | - Don't create incoming CIM calls twice - Fix is_color check for video devices w/ multiple formats - Tolerate mismatching content creator on jingle responses - Change MUJI namespace to urn:xmpp:jingle:muji:0
* 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
|
* Various call fixesfiaxh2022-02-074-36/+32
| | | | | | - Use groupchat message type for invites in MUCs - Use call id (from propose) instead of message id for Call Invite Messages - Fix call window controlls appearing when hovering controls
* Support direct jingle call invites with call invite messagesfiaxh2022-02-073-111/+187
|
* Add support for call invite messagesfiaxh2022-02-073-31/+61
| | | | As of https://github.com/xsf/xeps/pull/1155
* Various call UI/UX improvementsfiaxh2022-02-075-51/+87
|
* Initialize and use dbus interfaces asyncfiaxh2022-02-014-41/+62
| | | | related #1155
* 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
| | | | | Don't request legacy bookmarks on every muc join (when again setting autojoin) fixes #260 Don't query member/admin/owner affiliations on every MUC join
* Replace invalid UTF-8 with U+FFFDMarvin W2022-01-051-1/+5
| | | | | XMPP is strictly UTF-8. Fixes #1172
* Add 'unknown' encryption state for establishing callsfiaxh2022-01-042-0/+4
| | | | Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations
* Fix runtime critical on incoming read markerfiaxh2022-01-031-0/+2
| | | | | This would result in all messages being counted as unread and highlighted in the conversation list accordingly. As of fa1ba2f8, there are no hidden content items for http file upload _messages_ anymore.
* Fix delivery error displaying for MUC PMsfiaxh2022-01-011-3/+7
| | | | fixes #1113
* Merge branch groupcallsfiaxh2021-12-2313-487/+1151
|\
| * UI + libdino: Improve MUJI calls from MUCfiaxh2021-12-237-28/+43
| | | | | | | | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call
| * 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-1012-486/+1068
| |
* | Fix unread counting in new conversations w/o read_up_to_itemfiaxh2021-12-211-9/+13
| | | | | | | | fixes #1094
* | fix for "retracted" call from remote side. (#1160)wkg2021-12-121-2/+2
| |
* | Remove ContentFiltersfiaxh2021-12-093-31/+10
| | | | | | | | fixes #1129 #573
* | Fix auto download if public MUC JID is in roster (#1137)mesonium2021-11-181-1/+7
|/ | | Dino has downloaded files (< 5 MB) automatically from occupants in public MUCs if the public MUC JID was in the user's roster. This patch fixes it.
* Display corrected messages with original message timefiaxh2021-10-131-0/+1
| | | | Regression from cdb4d77
* Fix compiler warnings ('passing argument .. from incompatible pointer type') ↵fiaxh2021-10-121-2/+2
| | | | by passing (non)const argument
* 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 ↵fiaxh2021-10-121-9/+13
| | | | connecting closures
* Display message delivery error, color text using theme colorsfiaxh2021-08-172-1/+17
| | | | fixes #672
* Fix file traversal issue on incoming file transfersfiaxh2021-06-071-1/+12
| | | | Fixes CVE-2021-33896
* Merge remote-tracking branch 'origin/feature/calls'fiaxh2021-05-1119-22/+1046
|\
| * Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-113-2/+20
| |
| * Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵fiaxh2021-05-011-6/+16
| | | | | | | | in UI if they differ.
| * Adjust JMI vs direct calling orderfiaxh2021-04-291-10/+28
| |