| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Actually return the new list in Presence.Flag.get_resources; fixup c702010 | fiaxh | 2022-01-07 | 1 | -2/+2 | |
| | | ||||||
| * | Display message sender in bold+text color instead of small+colored | fiaxh | 2022-01-05 | 3 | -24/+8 | |
| | | ||||||
| * | Allow spaces in nick for affiliate command (#1170) | jugendhacker | 2022-01-05 | 1 | -3/+5 | |
| | | ||||||
| * | Replace invalid UTF-8 with U+FFFD | Marvin W | 2022-01-05 | 1 | -1/+5 | |
| | | | | | | XMPP is strictly UTF-8. Fixes #1172 | |||||
| * | Create a new list to return in Presence.Flag.get_resources | fiaxh | 2022-01-04 | 1 | -0/+3 | |
| | | ||||||
| * | Add 'unknown' encryption state for establishing calls | fiaxh | 2022-01-04 | 3 | -1/+5 | |
| | | | | | Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations | |||||
| * | Use opacity for "pending" and "edited" hints | fiaxh | 2022-01-04 | 2 | -11/+2 | |
| | | | | | Getting the dim-label color doesn't work without actually rendering it | |||||
| * | Escape occupant name and JID in occupants view | fiaxh | 2022-01-03 | 1 | -2/+2 | |
| | | | | | fixes #1141 | |||||
| * | Fix runtime critical on incoming read marker | fiaxh | 2022-01-03 | 1 | -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 PMs | fiaxh | 2022-01-01 | 1 | -3/+7 | |
| | | | | | fixes #1113 | |||||
| * | Collect previous counter from failed stream resumption | Kim Alvefur | 2021-12-30 | 1 | -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 Alvefur | 2021-12-30 | 1 | -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) | Xavi92 | 2021-12-30 | 1 | -0/+13 | |
| | | ||||||
| * | Fixes for older valac versions | Marvin W | 2021-12-25 | 2 | -3/+8 | |
| | | ||||||
| * | Remove unnecessary override from interface method implementation | Marvin W | 2021-12-23 | 1 | -1/+1 | |
| | | | | | Fixes build on Vala 0.42 | |||||
| * | Fix build with older Vala compilers | Marvin W | 2021-12-23 | 2 | -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 groupcalls | fiaxh | 2021-12-23 | 62 | -1254/+3628 | |
| |\ | ||||||
| | * | UI + libdino: Improve MUJI calls from MUC | fiaxh | 2021-12-23 | 13 | -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 prepare | fiaxh | 2021-12-22 | 1 | -8/+11 | |
| | | | ||||||
| | * | RTP: Disable VP9 | Marvin W | 2021-12-19 | 1 | -0/+1 | |
| | | | ||||||
| | * | RTP: Improve screen resolution update logic | Marvin W | 2021-12-19 | 2 | -25/+30 | |
| | | | ||||||
| | * | DTLS: Use own thread for connection establishment | Marvin W | 2021-12-19 | 1 | -22/+30 | |
| | | | ||||||
| | * | RTP: Less log spam | Marvin W | 2021-12-18 | 3 | -88/+0 | |
| | | | ||||||
| | * | SRTP: Do not continue processing data after encrypt/decrypt failed | Marvin W | 2021-12-18 | 3 | -37/+87 | |
| | | | | | | | | | RTP: Copy less | |||||
| | * | RTP: Correctly handle timestamp after re-enabling a stream | Marvin W | 2021-12-18 | 2 | -3/+14 | |
| | | | ||||||
| | * | ICE: Use non-blocking send | Marvin W | 2021-12-18 | 1 | -8/+14 | |
| | | | ||||||
| | * | ICE: Run receiver in own thread | Marvin W | 2021-12-18 | 1 | -1/+14 | |
| | | | ||||||
| | * | SRTP: Drop unnecessary buffer copy | Marvin W | 2021-12-18 | 1 | -6/+4 | |
| | | | ||||||
| | * | Add calls in private MUCs via a MUJI MUC | fiaxh | 2021-12-18 | 5 | -52/+116 | |
| | | | ||||||
| | * | Improve call details dialog + small multi-party call fixes | fiaxh | 2021-11-15 | 8 | -144/+139 | |
| | | | ||||||
| | * | Optimize encoder for low cpu usage | Marvin W | 2021-11-15 | 1 | -5/+5 | |
| | | | ||||||
| | * | Add maximum bitrate and adjust video resolution based on bitrate | Marvin W | 2021-11-15 | 4 | -12/+111 | |
| | | | ||||||
| | * | Log probe for decode QOS | Marvin W | 2021-11-11 | 1 | -0/+40 | |
| | | | ||||||
| | * | Limit REMB target bitrate to 2x maximum actually seen value | Marvin W | 2021-11-11 | 1 | -32/+48 | |
| | | | ||||||
| | * | Display target bitrates in connection details UI | fiaxh | 2021-11-11 | 4 | -18/+55 | |
| | | | ||||||
| | * | Fix REMB calculation | Marvin W | 2021-11-10 | 1 | -2/+5 | |
| | | | ||||||
| | * | Make elements sync to get proper qos data | Marvin W | 2021-11-10 | 2 | -3/+3 | |
| | | | ||||||
| | * | Register local ip address handler for raw udp | Marvin W | 2021-11-10 | 1 | -1/+6 | |
| | | | ||||||
| | * | Log when DTLS-SRTP has errors | Marvin W | 2021-11-10 | 1 | -2/+6 | |
| | | | ||||||
| | * | ICE: Report transferred bytes for UI | Marvin W | 2021-11-10 | 1 | -16/+8 | |
| | | | ||||||
| | * | RTP: Make opus mono-channel | Marvin W | 2021-11-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | DTLS: throw exceptions from SRTP | Marvin W | 2021-11-10 | 1 | -22/+12 | |
| | | | ||||||
| | * | RTP: Only start gstreamer pipeline once needed | Marvin W | 2021-11-10 | 1 | -48/+66 | |
| | | | ||||||
| | * | RTP: Encode with device | Marvin W | 2021-11-10 | 2 | -174/+413 | |
| | | | ||||||
| | * | Split payloader off encoder chain | Marvin W | 2021-11-10 | 1 | -4/+39 | |
| | | | ||||||
| | * | Improve codec support | Marvin W | 2021-11-10 | 1 | -4/+7 | |
| | | | ||||||
| | * | Crop video to match widget ratio | Marvin W | 2021-11-10 | 1 | -29/+45 | |
| | | | ||||||
| | * | Fix usage of libsrtp2 | Marvin W | 2021-11-10 | 2 | -2/+6 | |
| | | | ||||||
| | * | Add (disabled) multi-party call UI | fiaxh | 2021-11-10 | 18 | -297/+745 | |
| | | | ||||||
| | * | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 26 | -522/+1313 | |
| | | | ||||||
