| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove Dutch (Belgium) translation, fallback to Dutch | Translations | 2023-10-05 | 3 | -1577/+0 |
| | | | | | fixes #1231 | ||||
| * | Update appdata file with content_rating, releases, update image tags | fiaxh | 2023-10-05 | 1 | -15/+19 |
| | | |||||
| * | MAM: Fix latest range not being stored in db if it contained a duplicate | fiaxh | 2023-10-05 | 1 | -6/+0 |
| | | |||||
| * | Fix compiler warnings | fiaxh | 2023-10-05 | 6 | -8/+3 |
| | | |||||
| * | MAM: Fix processing after range was fetched completely, fix merging of ranges | fiaxh | 2023-10-05 | 1 | -29/+30 |
| | | |||||
| * | Fix connecting to jingle file provider multiple times | fiaxh | 2023-10-05 | 1 | -7/+6 |
| | | |||||
| * | Fix some MAM issues | fiaxh | 2023-10-05 | 1 | -17/+40 |
| | | | | | | | | | - Messages from MUCs weren't added to their respective MUC MAM ranges, thus re-fetched on rejoin. - The earliest ('first') message of a mam page was used to update the to_id, but it should have been 'last'; also the other way around. - Duplicates weren't detected properly. | ||||
| * | Parse conference.password from XEP-0402 bookmarks (#1310) | Teemu Ikonen | 2023-10-05 | 1 | -0/+1 |
| | | |||||
| * | Clean up log outputs | fiaxh | 2023-10-05 | 3 | -42/+22 |
| | | |||||
| * | Automatically select appropriate libsoup version | Marvin W | 2023-10-05 | 6 | -14/+52 |
| | | |||||
| * | Replace splice_async with read_async | Marvin W | 2023-10-05 | 1 | -1/+9 |
| | | |||||
| * | DTLS: Use ECDSA key | Marvin W | 2023-10-01 | 2 | -2/+3 |
| | | |||||
| * | Do not send DTLS datagrams to RTP even after handshake | Marvin W | 2023-10-01 | 1 | -2/+9 |
| | | | | | Also post debug message in case we drop datagrams | ||||
| * | Ignore non-DTLS data before handshake is complete | Stephen Paul Weber | 2023-10-01 | 1 | -1/+1 |
| | | | | | | | | | https://datatracker.ietf.org/doc/html/rfc9147#name-demul https://datatracker.ietf.org/doc/html/rfc5764#section-5.1.2 If data is received before handshake is complete, discard it rather than forwarding it blindly to GnuTLS which can get confused. | ||||
| * | MAM: Fix latest range not being stored in db if it contained a duplicate | fiaxh | 2023-10-01 | 1 | -5/+7 |
| | | |||||
| * | fix: Add x node to MUC PM stanza (#1462) | mesonium | 2023-10-01 | 2 | -0/+12 |
| | | | | | | | Add <x/> tag in MUC-PMs to support better Carbon delivery in compliance with XEP-0045 v1.28 and above. Fixes #1306 | ||||
| * | Rewrite MAM logic and add MUC MAM | fiaxh | 2023-10-01 | 19 | -355/+833 |
| | | |||||
| * | conversation_view_controller.vala: Add missing null check | Xavier Del Campo Romero | 2023-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | Partially backported from: commit 7d8b08deca0aa4eb24def6b9af4ec180c0bc9a27 Author: fiaxh <git@lightrise.org> Date: Sun Oct 9 11:39:17 2022 +0200 Small fixes | ||||
| * | Fix crash when calling contact from Conversations (#1259) | rim | 2023-10-01 | 1 | -1/+4 |
| | | | | fixes #1227 | ||||
| * | CMake: Fix version checks | Marvin W | 2023-10-01 | 1 | -2/+2 |
| | | |||||
| * | application.vala: Update copyright notice | Xavier Del Campo Romero | 2023-10-01 | 1 | -1/+1 |
| | | |||||
| * | README.md: Update for fork | Xavier Del Campo Romero | 2023-10-01 | 1 | -32/+48 |
| | | |||||
| * | Import wiki documentation from upstream | Xavier Del Campo Romero | 2023-09-29 | 7 | -0/+298 |
| | | | | | | | | | | | Imported from: commit 2484d45a8abcb55e900de8538de6ec646992d682 (HEAD) Author: Marvin W <git@larma.de> Date: Fri Aug 19 14:41:11 2022 +0200 Destroyed _Footer (markdown) | ||||
| * | Support devices with multiple framerate options in get_max_fps (#1224) | Matthew Egeler | 2022-05-17 | 1 | -2/+20 |
| | | |||||
| * | Fix calculation of best camera framerate | foucault | 2022-05-17 | 1 | -1/+3 |
| | | | | | | | When the algorithm iterates over all the available v4l2 capabilities it tries to determine the best framerate for each one of YUYV (video/x-raw) modes presented by the hardware (best_fraction, line 357 in device.vala). Regardless of what's determined to be the "best" YUYV mode from within the conditional right after (line 385) the best fractional framerate will always point to the last iterated framerate, which might be an extremely low one, like 7 or 5 FPS. When the framerate is then stored in the Gst.Structure (line 394) the fractional framerate will always be that last value which might be different than the correct one as calculated by best_fps (line 386). This workaround solves this issue by only updating best_fraction when the conditional in line 385 is satisfied. from issue #1195 | ||||
| * | Inhibit idle and suspend during calls (#1233) | Xavi92 | 2022-05-11 | 1 | -0/+14 |
| | | |||||
| * | Prepare http-files plugin for libsoup-3 support | Marvin W | 2022-04-09 | 6 | -64/+122 |
| | | | | | | Note: ice plugin still depends on libsoup-2.4 and one can't have both in the same process, so this remains disabled by default | ||||
| * | Fix build of tests | Marvin W | 2022-04-08 | 3 | -4/+4 |
| | | |||||
| * | Allow cancellation of file transfers | Marvin W | 2022-03-30 | 6 | -12/+73 |
| | | |||||
| * | Fix Version handling, add function to retrieve short version without git commit | Marvin W | 2022-03-30 | 4 | -4/+10 |
| | | |||||
| * | set a generic MIME type for encrypted file (#1213) | Nkwuda Sunday Cletus | 2022-03-23 | 1 | -1/+1 |
| | | |||||
| * | Fix build on Vala < 0.50 and pre-release Vala versions | Marvin W | 2022-03-16 | 2 | -3/+5 |
| | | |||||
| * | Add XEP implementation status to DOAP | Marvin W | 2022-03-16 | 2 | -4/+80 |
| | | |||||
| * | QR-code: Actually use Uri.join if glib version supports it | fiaxh | 2022-03-09 | 2 | -7/+8 |
| | | |||||
| * | OMEMO QR code: URI-escape the JID | mjk | 2022-02-26 | 1 | -1/+17 |
| | | |||||
| * | OMEMO: Make QR code "scalable" in accordance with GDK_SCALE | mjk | 2022-02-25 | 1 | -2/+4 |
| | | | | | | The QR code is now generated at the required resolution instead of being stretched for display with linear filtering. | ||||
| * | Qrencode: Break out upsampling into a separate function | mjk | 2022-02-25 | 1 | -16/+35 |
| | | |||||
| * | OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformant | mjk | 2022-02-25 | 4 | -24/+34 |
| | | |||||
| * | Fix quote formating to not (partially) expect a space after > | fiaxh | 2022-02-14 | 1 | -1/+1 |
| | | |||||
| * | Update DOAP file | Marvin W | 2022-02-14 | 2 | -0/+84 |
| | | |||||
| * | RTP: clarify codec support warning | mjk | 2022-02-13 | 1 | -1/+1 |
| | | |||||
| * | Prepare for 0.3 release | fiaxh | 2022-02-12 | 4 | -7/+8 |
| | | |||||
| * | Update translations | Translations | 2022-02-12 | 112 | -729/+889 |
| | | |||||
| * | Fix call participant widget | Marvin W | 2022-02-12 | 2 | -26/+7 |
| | | |||||
| * | Remove call notification if other device accepted/denied | fiaxh | 2022-02-12 | 2 | -12/+26 |
| | | |||||
| * | CIM: Announce accepted method | Marvin W | 2022-02-12 | 3 | -4/+20 |
| | | |||||
| * | Fix build on Debian 10 | Marvin W | 2022-02-12 | 1 | -7/+12 |
| | | |||||
| * | Calls: Show invite button quicker | fiaxh | 2022-02-12 | 2 | -3/+7 |
| | | |||||
| * | Calls: Fix OMEMO in group calls | Marvin W | 2022-02-12 | 6 | -24/+88 |
| | | |||||
| * | Calls: Only show invite button when it's supported | Marvin W | 2022-02-12 | 1 | -3/+3 |
| | | |||||
