| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Use outgoing JMI if contact has supporting device | fiaxh | 2021-04-01 | 7 | -47/+99 |
| * | Store limited history of contact resources | fiaxh | 2021-04-01 | 1 | -8/+15 |
| * | 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 | 12 | -1102/+314 |
| * | Make RTCP-MUX a stream property | Marvin W | 2021-03-29 | 2 | -0/+8 |
| * | 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 | 14 | -42/+791 |
| * | 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 | 2 | -5/+4 |
| * | Add support for SRTP | Marvin W | 2021-03-23 | 11 | -81/+1286 |
| * | Don't wait for reply on XEP-0199 pongs. | Marvin W | 2021-03-21 | 1 | -1/+1 |
| * | RTP: Backport gst_caps_copy_nth from GStreamer 1.16 | Marvin W | 2021-03-21 | 1 | -2/+10 |
| * | Adapt github actions for libnice & libgstreamer dependency | fiaxh | 2021-03-21 | 1 | -1/+1 |
| * | Add UI for audio/video calls | fiaxh | 2021-03-21 | 29 | -7/+1514 |
| * | Add support for unencrypted RTP calls to libdino | fiaxh | 2021-03-21 | 14 | -7/+814 |
| * | Add RTP implementation as plugin | Marvin W | 2021-03-21 | 11 | -6/+1752 |
| * | Add gstreamer .cmake instructions | Marvin W | 2021-03-21 | 3 | -0/+40 |
| * | Add initial Jingle Message Initiation (XEP-0353) support | fiaxh | 2021-03-21 | 2 | -0/+101 |
| * | Add support for Jingle RTP sessions (XEP-0167) to xmpp-vala | Marvin W | 2021-03-21 | 7 | -0/+507 |
| * | Add libnice-based ICE-UDP implementation as plugin | Marvin W | 2021-03-21 | 7 | -16/+386 |
| * | Add External Service Discovery (XEP-0215) support | fiaxh | 2021-03-21 | 1 | -0/+49 |
| * | Add ICE-UDP Jingle transport (XEP-0176) to xmpp-vala | Marvin W | 2021-03-21 | 3 | -0/+243 |
| * | Improve & refactor Jingle base implementation | fiaxh | 2021-03-21 | 19 | -1157/+1671 |
| * | Add libnice and listen for direct connections in Jingle SOCKS5 (#608) | hrxi | 2021-03-19 | 13 | -16/+698 |
* | | Use drop index if exists to help database up-down-grading | fiaxh | 2021-05-01 | 1 | -5/+5 |
* | | Update translations | Translations | 2021-04-11 | 110 | -1154/+1529 |
* | | Fix processing of XEP-0184 delivery receipts | fiaxh | 2021-04-11 | 2 | -6/+6 |
* | | StreamManagement: Fix HashMap potentially being altered while being itterated | fiaxh | 2021-04-08 | 1 | -1/+1 |
* | | Fix segfault on bad certificate with multiple xmpp records | fiaxh | 2021-04-07 | 4 | -10/+17 |
* | | Let freedesktop notifications expire | fiaxh | 2021-04-07 | 1 | -5/+10 |
* | | Set omemo+openpgp database properties to be the same as main db | fiaxh | 2021-04-07 | 2 | -5/+15 |
* | | Fix accounts panel width (#1017) | Sergey | 2021-03-24 | 1 | -1/+1 |
* | | Fix regression in FileItem generation | fiaxh | 2021-03-23 | 2 | -8/+17 |
|/ |
|
* | Make 'Close' button close AboutDialog (#1018) | Sergey | 2021-03-10 | 1 | -0/+6 |
* | Fix some typos in variable names (#1016) | Sergey | 2021-03-09 | 2 | -29/+29 |
* | CMake: Make STATIC explict where needed | Marvin W | 2021-03-06 | 3 | -3/+3 |
* | QLite: Adjust Real for latest vala version | Marvin W | 2021-03-06 | 1 | -4/+6 |
* | Adjust ShortcutsWindow + AboutDialog for non-CSD mode | fiaxh | 2021-03-05 | 1 | -10/+29 |
* | Escape pango markup in names in GlobalSearch | fiaxh | 2021-03-05 | 1 | -2/+2 |
* | Add '--version' flag (#1014) | Sergey | 2021-03-05 | 1 | -0/+12 |
* | Switch from travis to github actions | fiaxh | 2021-03-04 | 2 | -24/+13 |
* | Update translations | Translations | 2021-03-04 | 109 | -1116/+1945 |
* | Add different formating with less contrast for markup strings like *,_,~ and ... | minils | 2021-02-17 | 1 | -1/+3 |
* | Improve IBR form handling (#990) | Michel Le Bihan | 2021-02-17 | 3 | -1/+22 |
* | Fix cyclic reference | fiaxh | 2021-02-17 | 1 | -7/+9 |