aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Stop making superfluous requests when joining a MUCfiaxh2022-01-083-12/+6
| | | | | 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
* Fix circular buttons to actually be roundfiaxh2022-01-083-2/+11
|
* Actually return the new list in Presence.Flag.get_resources; fixup c702010fiaxh2022-01-071-2/+2
|
* Display message sender in bold+text color instead of small+coloredfiaxh2022-01-053-24/+8
|
* Allow spaces in nick for affiliate command (#1170)jugendhacker2022-01-051-3/+5
|
* Replace invalid UTF-8 with U+FFFDMarvin W2022-01-051-1/+5
| | | | | XMPP is strictly UTF-8. Fixes #1172
* Create a new list to return in Presence.Flag.get_resourcesfiaxh2022-01-041-0/+3
|
* Add 'unknown' encryption state for establishing callsfiaxh2022-01-043-1/+5
| | | | Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations
* Use opacity for "pending" and "edited" hintsfiaxh2022-01-042-11/+2
| | | | Getting the dim-label color doesn't work without actually rendering it
* Escape occupant name and JID in occupants viewfiaxh2022-01-031-2/+2
| | | | fixes #1141
* 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
* Collect previous counter from failed stream resumptionKim Alvefur2021-12-301-0/+5
| | | | | | The server is allowed to keep the counter after the session has expired, which allows a final ack to know wheter in-transit stanzas were delivered or not.
* Forget previous session on failed stream resumption (#1164)Kim Alvefur2021-12-301-1/+1
| | | | | | Assuming received_features_node() is what triggers another attempt to authenticate, this should prevent an attempt to XEP-0198 resume again using the same session id.
* Format quotes as preformatted text (#1111)Xavi922021-12-301-0/+13
|
* Fixes for older valac versionsMarvin W2021-12-252-3/+8
|
* Remove unnecessary override from interface method implementationMarvin W2021-12-231-1/+1
| | | | Fixes build on Vala 0.42
* Fix build with older Vala compilersMarvin W2021-12-232-2/+13
| | | | | - Older versions seem to assume a wrong type for Nice messages - Older versions have broken bindings for Gst.Value.set_fraction
* Merge branch groupcallsfiaxh2021-12-2362-1254/+3628
|\
| * UI + libdino: Improve MUJI calls from MUCfiaxh2021-12-2313-44/+75
| | | | | | | | | | | | - 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
| * xmpp-vala: Fix muji issues when waiting for peer to preparefiaxh2021-12-221-8/+11
| |
| * RTP: Disable VP9Marvin W2021-12-191-0/+1
| |
| * RTP: Improve screen resolution update logicMarvin W2021-12-192-25/+30
| |
| * DTLS: Use own thread for connection establishmentMarvin W2021-12-191-22/+30
| |
| * RTP: Less log spamMarvin W2021-12-183-88/+0
| |
| * SRTP: Do not continue processing data after encrypt/decrypt failedMarvin W2021-12-183-37/+87
| | | | | | | | RTP: Copy less
| * RTP: Correctly handle timestamp after re-enabling a streamMarvin W2021-12-182-3/+14
| |
| * ICE: Use non-blocking sendMarvin W2021-12-181-8/+14
| |
| * ICE: Run receiver in own threadMarvin W2021-12-181-1/+14
| |
| * SRTP: Drop unnecessary buffer copyMarvin W2021-12-181-6/+4
| |
| * Add calls in private MUCs via a MUJI MUCfiaxh2021-12-185-52/+116
| |
| * Improve call details dialog + small multi-party call fixesfiaxh2021-11-158-144/+139
| |
| * Optimize encoder for low cpu usageMarvin W2021-11-151-5/+5
| |
| * Add maximum bitrate and adjust video resolution based on bitrateMarvin W2021-11-154-12/+111
| |
| * Log probe for decode QOSMarvin W2021-11-111-0/+40
| |
| * Limit REMB target bitrate to 2x maximum actually seen valueMarvin W2021-11-111-32/+48
| |
| * Display target bitrates in connection details UIfiaxh2021-11-114-18/+55
| |
| * Fix REMB calculationMarvin W2021-11-101-2/+5
| |
| * Make elements sync to get proper qos dataMarvin W2021-11-102-3/+3
| |
| * Register local ip address handler for raw udpMarvin W2021-11-101-1/+6
| |
| * Log when DTLS-SRTP has errorsMarvin W2021-11-101-2/+6
| |
| * ICE: Report transferred bytes for UIMarvin W2021-11-101-16/+8
| |
| * RTP: Make opus mono-channelMarvin W2021-11-101-2/+2
| |
| * DTLS: throw exceptions from SRTPMarvin W2021-11-101-22/+12
| |
| * RTP: Only start gstreamer pipeline once neededMarvin W2021-11-101-48/+66
| |
| * RTP: Encode with deviceMarvin W2021-11-102-174/+413
| |
| * Split payloader off encoder chainMarvin W2021-11-101-4/+39
| |
| * Improve codec supportMarvin W2021-11-101-4/+7
| |
| * Crop video to match widget ratioMarvin W2021-11-101-29/+45
| |
| * Fix usage of libsrtp2Marvin W2021-11-102-2/+6
| |