aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Move crypto-vala to shared libraryMarvin W2021-05-149-1416/+0
|
* RTP: Fix GStreamer version checkMarvin W2021-05-141-1/+1
|
* Calls: Use vp8depay.wait-for-keyframe only with GStreamer 1.16+Marvin W2021-05-111-1/+3
|
* Merge remote-tracking branch 'origin/feature/calls'fiaxh2021-05-1140-412/+5720
|\
| * Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-115-8/+66
| |
| * Support voice processing on GStreamer 0.14Marvin W2021-05-023-19/+27
| |
| * Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵fiaxh2021-05-013-18/+42
| | | | | | | | in UI if they differ.
| * Improve call wording, cleanupfiaxh2021-05-013-9/+8
| |
| * Fix webcam framerate selectionMarvin W2021-05-013-10/+35
| |
| * Correctly handle missing webrtc-audio-processingMarvin W2021-05-012-3/+6
| |
| * Echo CancellationMarvin W2021-05-015-16/+356
| |
| * Add support for OMEMO call encryptionfiaxh2021-04-2911-402/+605
| |
| * Handle non-existant call supportfiaxh2021-04-293-3/+20
| |
| * Video optimizationsMarvin W2021-04-298-116/+1014
| |
| * Fix bad syntax in gnutls vapi, add libsrtp2 dependency to CI buildsfiaxh2021-04-121-1/+1
| |
| * ICE: Require libnice 0.1.15 or newerMarvin W2021-04-121-1/+1
| |
| * Handle DTLS edge-casesMarvin W2021-04-122-3/+20
| |
| * Handle broken VAPI in older valaMarvin W2021-04-111-2/+19
| |
| * Fix custom vapi integrationMarvin W2021-04-114-15/+10
| |
| * Fix usage of old libnice versionsMarvin W2021-04-113-6/+7
| |
| * Fix warningsfiaxh2021-04-112-8/+7
| |
| * GStreamer compatMarvin W2021-04-113-10/+30
| |
| * Fix dtls pull_timeout_function, fix cyclic referencesfiaxh2021-04-092-6/+12
| |
| * DTLS-SRTP: Wait for setup finish and handle setup=passiveMarvin W2021-04-093-82/+149
| |
| * Display+store call encryption infofiaxh2021-04-092-16/+42
| |
| * Use outgoing JMI if contact has supporting devicefiaxh2021-04-011-8/+0
| |
| * Fix bug in legacy SRTP decryptionMarvin W2021-04-011-1/+6
| |
| * Remove unnecessary debug codeMarvin W2021-04-011-4/+0
| |
| * Migrate to libsrtp2Marvin W2021-03-2911-1102/+302
| |
| * Don't reuse PTs for different media typesMarvin W2021-03-291-4/+4
| |
| * Fix cyclic reference in DTLSMarvin W2021-03-291-4/+11
| |
| * Fix device manager usage for GStreamer 1.16Marvin W2021-03-261-2/+12
| |
| * Add initial support for DTLS-SRTPfiaxh2021-03-255-6/+716
| |
| * Move SRTP implementation into crypto library for reuseMarvin W2021-03-236-28/+56
| |
| * Mark ICE component as ready even without the eventMarvin W2021-03-231-2/+11
| |
| * Resample audio data for common 48k sample rateMarvin W2021-03-232-10/+16
| |
| * Make foundation a stringMarvin W2021-03-231-3/+2
| |
| * Add support for SRTPMarvin W2021-03-238-66/+1109
| |
| * RTP: Backport gst_caps_copy_nth from GStreamer 1.16Marvin W2021-03-211-2/+10
| |
| * Add RTP implementation as pluginMarvin W2021-03-2111-6/+1752
| |
| * Add libnice-based ICE-UDP implementation as pluginMarvin W2021-03-217-16/+386
| |
| * Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-196-0/+456
| | | | | | | | | | | | | | | | | | | | | | | | | | Add libnice as a plugin. If it is present, use libnice to enumerate local IP addresses and listen on them to support direct connections for Jingle SOCKS5. Tested with Conversations and Gajim. Created the nice.vapi file using ``` vapigen --library nice --pkg gio-2.0 --metadatadir metadata /usr/share/gir-1.0/Nice-0.1.gir ```
* | Update translationsTranslations2021-04-1172-73/+436
| |
* | Set omemo+openpgp database properties to be the same as main dbfiaxh2021-04-072-5/+15
|/
* CMake: Make STATIC explict where neededMarvin W2021-03-063-3/+3
|
* Update translationsTranslations2021-03-0470-75/+735
|
* Remove unnecessary Soup dependency from OMEMO pluginfiaxh2021-01-281-1/+0
| | | | fixes #983
* Update translations + DOAPTranslations2021-01-1166-285/+885
|
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-041-3/+1
| | | | fixes #310
* Improve contact description in OMEMO warningsfiaxh2020-12-041-7/+12
| | | | fixes #947