Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle broken VAPI in older vala | Marvin W | 2021-04-11 | 1 | -2/+19 |
| | |||||
* | Fix custom vapi integration | Marvin W | 2021-04-11 | 4 | -15/+10 |
| | |||||
* | Fix usage of old libnice versions | Marvin W | 2021-04-11 | 3 | -6/+7 |
| | |||||
* | Fix warnings | fiaxh | 2021-04-11 | 2 | -8/+7 |
| | |||||
* | GStreamer compat | Marvin W | 2021-04-11 | 3 | -10/+30 |
| | |||||
* | Fix dtls pull_timeout_function, fix cyclic references | fiaxh | 2021-04-09 | 2 | -6/+12 |
| | |||||
* | DTLS-SRTP: Wait for setup finish and handle setup=passive | Marvin W | 2021-04-09 | 3 | -82/+149 |
| | |||||
* | Display+store call encryption info | fiaxh | 2021-04-09 | 2 | -16/+42 |
| | |||||
* | Use outgoing JMI if contact has supporting device | fiaxh | 2021-04-01 | 1 | -8/+0 |
| | |||||
* | Fix bug in legacy SRTP decryption | Marvin W | 2021-04-01 | 1 | -1/+6 |
| | |||||
* | Remove unnecessary debug code | Marvin W | 2021-04-01 | 1 | -4/+0 |
| | |||||
* | Migrate to libsrtp2 | Marvin W | 2021-03-29 | 11 | -1102/+302 |
| | |||||
* | Don't reuse PTs for different media types | Marvin W | 2021-03-29 | 1 | -4/+4 |
| | |||||
* | Fix cyclic reference in DTLS | Marvin W | 2021-03-29 | 1 | -4/+11 |
| | |||||
* | Fix device manager usage for GStreamer 1.16 | Marvin W | 2021-03-26 | 1 | -2/+12 |
| | |||||
* | Add initial support for DTLS-SRTP | fiaxh | 2021-03-25 | 5 | -6/+716 |
| | |||||
* | Move SRTP implementation into crypto library for reuse | Marvin W | 2021-03-23 | 6 | -28/+56 |
| | |||||
* | Mark ICE component as ready even without the event | Marvin W | 2021-03-23 | 1 | -2/+11 |
| | |||||
* | Resample audio data for common 48k sample rate | Marvin W | 2021-03-23 | 2 | -10/+16 |
| | |||||
* | Make foundation a string | Marvin W | 2021-03-23 | 1 | -3/+2 |
| | |||||
* | Add support for SRTP | Marvin W | 2021-03-23 | 8 | -66/+1109 |
| | |||||
* | RTP: Backport gst_caps_copy_nth from GStreamer 1.16 | Marvin W | 2021-03-21 | 1 | -2/+10 |
| | |||||
* | Add RTP implementation as plugin | Marvin W | 2021-03-21 | 11 | -6/+1752 |
| | |||||
* | Add libnice-based ICE-UDP implementation as plugin | Marvin W | 2021-03-21 | 7 | -16/+386 |
| | |||||
* | Add libnice and listen for direct connections in Jingle SOCKS5 (#608) | hrxi | 2021-03-19 | 6 | -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 needed | Marvin W | 2021-03-06 | 3 | -3/+3 |
| | |||||
* | Update translations | Translations | 2021-03-04 | 70 | -75/+735 |
| | |||||
* | Remove unnecessary Soup dependency from OMEMO plugin | fiaxh | 2021-01-28 | 1 | -1/+0 |
| | | | | fixes #983 | ||||
* | Update translations + DOAP | Translations | 2021-01-11 | 66 | -285/+885 |
| | |||||
* | Use advertized/server/live time for sorting instead of arrival time | fiaxh | 2020-12-04 | 1 | -3/+1 |
| | | | | fixes #310 | ||||
* | Improve contact description in OMEMO warnings | fiaxh | 2020-12-04 | 1 | -7/+12 |
| | | | | fixes #947 | ||||
* | Improve entity identity getter | fiaxh | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Use WeakMap for message caching | fiaxh | 2020-11-14 | 1 | -2/+2 |
| | |||||
* | Update translations | Translations | 2020-11-12 | 60 | -108/+104 |
| | |||||
* | Make some strings translatable, update translations | Translations | 2020-11-10 | 1 | -2/+2 |
| | |||||
* | Update translations | Translations | 2020-11-04 | 60 | -105/+105 |
| | |||||
* | Swedish translations (#936) | Kim Alvefur | 2020-11-04 | 1 | -1/+2 |
| | | | | | * Swedish translations * Translate OMEMO strings to Swedish | ||||
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 3 | -4/+4 |
| | |||||
* | Update translations | Translations | 2020-10-07 | 61 | -105/+274 |
| | |||||
* | Set key size for omemo http file transfers to 256 bits | Marvin W | 2020-09-15 | 1 | -2/+3 |
| | | | | Fixes #909 | ||||
* | Send OMEMO-encrypted messages and files using 12 byte IV | Marvin W | 2020-09-14 | 6 | -21/+19 |
| | |||||
* | Update translations | Translations | 2020-09-10 | 63 | -1115/+2167 |
| | |||||
* | OMEMO: Don't trigger "Not encrypted to this device" warning for messages w/o ↵ | fiaxh | 2020-09-10 | 1 | -3/+8 |
| | | | | payload | ||||
* | Fix initial file encryption displaying | fiaxh | 2020-09-07 | 4 | -4/+16 |
| | | | | fixes #831 | ||||
* | Update translations | Translations | 2020-08-01 | 58 | -109/+450 |
| | |||||
* | Only query entity caps when we need them | fiaxh | 2020-07-16 | 3 | -11/+11 |
| | |||||
* | Fix rare 1 byte buffer over-read | Marvin W | 2020-06-28 | 2 | -10/+11 |
| | |||||
* | Don't offer encryption in MUC PMs | fiaxh | 2020-06-23 | 3 | -0/+12 |
| | |||||
* | Use sqlite UPSERT | fiaxh | 2020-06-10 | 6 | -17/+17 |
| | |||||
* | Show unencryptable/untrusted OMEMO warnings also in MUCs | fiaxh | 2020-06-05 | 2 | -15/+50 |
| | | | | fixes #857 |