Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compiler warnings | fiaxh | 2022-12-30 | 1 | -1/+0 |
| | |||||
* | Gtk4 bug fixes and improvements | Marvin W | 2022-07-27 | 1 | -1/+1 |
| | |||||
* | Remove call notification if other device accepted/denied | fiaxh | 2022-02-12 | 1 | -11/+25 |
| | |||||
* | Calls: Fix OMEMO in group calls | Marvin W | 2022-02-12 | 1 | -6/+5 |
| | |||||
* | Various call fixes | fiaxh | 2022-02-12 | 1 | -22/+13 |
| | | | | | | | | | - 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 fixes | fiaxh | 2022-02-10 | 1 | -13/+22 |
| | | | | | | | - 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 reasons | fiaxh | 2022-02-08 | 1 | -13/+20 |
| | |||||
* | Let call notification say if it's a group call | fiaxh | 2022-02-08 | 1 | -4/+11 |
| | |||||
* | Various call fixes | fiaxh | 2022-02-07 | 1 | -29/+17 |
| | | | | | | - 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 messages | fiaxh | 2022-02-07 | 1 | -67/+141 |
| | |||||
* | Add support for call invite messages | fiaxh | 2022-02-07 | 1 | -23/+52 |
| | | | | As of https://github.com/xsf/xeps/pull/1155 | ||||
* | Various call UI/UX improvements | fiaxh | 2022-02-07 | 1 | -33/+12 |
| | |||||
* | Small cleanup | fiaxh | 2022-01-23 | 1 | -2/+2 |
| | |||||
* | Add 'unknown' encryption state for establishing calls | fiaxh | 2022-01-04 | 1 | -0/+3 |
| | | | | Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations | ||||
* | Merge branch groupcalls | fiaxh | 2021-12-23 | 1 | -462/+219 |
|\ | |||||
| * | UI + libdino: Improve MUJI calls from MUC | fiaxh | 2021-12-23 | 1 | -11/+13 |
| | | | | | | | | | | | | - 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 MUC | fiaxh | 2021-12-18 | 1 | -16/+46 |
| | | |||||
| * | Improve call details dialog + small multi-party call fixes | fiaxh | 2021-11-15 | 1 | -5/+6 |
| | | |||||
| * | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -467/+191 |
| | | |||||
* | | fix for "retracted" call from remote side. (#1160) | wkg | 2021-12-12 | 1 | -2/+2 |
|/ | |||||
* | Fix misc compiler warnings | fiaxh | 2021-10-12 | 1 | -4/+8 |
| | |||||
* | Calls: Indicate whether OMEMO key is verified | fiaxh | 2021-05-11 | 1 | -2/+2 |
| | |||||
* | Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵ | fiaxh | 2021-05-01 | 1 | -6/+16 |
| | | | | in UI if they differ. | ||||
* | Adjust JMI vs direct calling order | fiaxh | 2021-04-29 | 1 | -10/+28 |
| | |||||
* | Improve JMI handling (type=chat, filter message sender) | fiaxh | 2021-04-29 | 1 | -1/+11 |
| | |||||
* | Add support for OMEMO call encryption | fiaxh | 2021-04-29 | 1 | -11/+33 |
| | |||||
* | Handle non-existant call support | fiaxh | 2021-04-29 | 1 | -4/+34 |
| | |||||
* | Send JMI retract | fiaxh | 2021-04-11 | 1 | -0/+6 |
| | |||||
* | Improve encryption displaying in calls | fiaxh | 2021-04-11 | 1 | -30/+19 |
| | |||||
* | Accept additional jingle contents with senders=both (but modify to senders=peer) | fiaxh | 2021-04-09 | 1 | -1/+12 |
| | |||||
* | Display+store call encryption info | fiaxh | 2021-04-09 | 1 | -3/+41 |
| | |||||
* | Use outgoing JMI if contact has supporting device | fiaxh | 2021-04-01 | 1 | -31/+79 |
| | |||||
* | Add initial support for DTLS-SRTP | fiaxh | 2021-03-25 | 1 | -16/+6 |
| | |||||
* | Add support for unencrypted RTP calls to libdino | fiaxh | 2021-03-21 | 1 | -0/+514 |
Co-authored-by: Marvin W <git@larma.de> |