aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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 ```
* 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
* Improve entity identity getterfiaxh2020-11-201-1/+1
|
* Use WeakMap for message cachingfiaxh2020-11-141-2/+2
|
* Update translationsTranslations2020-11-1260-108/+104
|
* Make some strings translatable, update translationsTranslations2020-11-101-2/+2
|
* Update translationsTranslations2020-11-0460-105/+105
|
* Swedish translations (#936)Kim Alvefur2020-11-041-1/+2
| | | | | * Swedish translations * Translate OMEMO strings to Swedish
* Fix some compiler warningsfiaxh2020-10-273-4/+4
|
* Update translationsTranslations2020-10-0761-105/+274
|
* Set key size for omemo http file transfers to 256 bitsMarvin W2020-09-151-2/+3
| | | | Fixes #909
* Send OMEMO-encrypted messages and files using 12 byte IVMarvin W2020-09-146-21/+19
|
* Update translationsTranslations2020-09-1063-1115/+2167
|
* OMEMO: Don't trigger "Not encrypted to this device" warning for messages w/o ↵fiaxh2020-09-101-3/+8
| | | | payload
* Fix initial file encryption displayingfiaxh2020-09-074-4/+16
| | | | fixes #831
* Update translationsTranslations2020-08-0158-109/+450
|
* Only query entity caps when we need themfiaxh2020-07-163-11/+11
|
* Fix rare 1 byte buffer over-readMarvin W2020-06-282-10/+11
|