- Apr 18, 2025
-
-
GitLab: #1123 Change-Id: I4d72e89adc4ab946b3a058d3523179554d13ffcf
-
- Apr 17, 2025
-
-
François-Simon Fauteux-Chapleau authored
GitLab: #1124 Change-Id: Ib28ece652a3fb849a126fc28f04cb35a87c47fee
-
François-Simon Fauteux-Chapleau authored
GitLab: #1124 Change-Id: I010607a95603caec89710fe2bcb587fd2c602ed6
-
- Apr 16, 2025
-
-
We already do this on Windows, but the Linux build has failed at least two or three times in CI in the past year due to git.videolan.org being temporarily unavailable. Change-Id: I78bb1d147ee469d188789ee5268e219d811108e2
-
Andreas Traczyk authored
Change-Id: I8695b0774f930841f8667c97f3a7642f98de78a7
-
Andreas Traczyk authored
Change-Id: I765959e1ac73ca8d0315d1ee85b18cbb0b4cf92b
-
- Apr 10, 2025
-
-
Adrien Béraud authored
Change-Id: I99f4194635d6a2cf26a4cef58880c947817d6909
-
Adrien Béraud authored
Change-Id: I765f7ebe02079ae91fa84e6fa7d54c9cfbada016
-
Change-Id: I940952e1f805a1a8bb3f3b0de9de626147e3c4e7
-
Change-Id: Ic282ac90339ecff26b8b195626059d2bf4f02d28
-
Change-Id: I1c8f8515998967c0e76173a8e65de3ef8e85343c
-
Use scoped environment variable names for custom log levels: DHTLOGLEVEL -> JAMI_LOG_DHT SIPLOGLEVEL -> JAMI_LOG_SIP RING_TLS_LOGLEVEL -> JAMI_LOG_TLS Change-Id: Ic2dc29413382b5072a7aadb9356eb5b19514674d
-
This patch fixes the conversation Id used when creating conversations from iOS notifications extension. Change-Id: Ifcf6c414b978e12aa1d7c5f4bd34536a07b7137f
-
Adrien Béraud authored
Change-Id: I78dc58bd3c626b212f0527bb21efbd689cf93802
-
This patch is a complete rewrite of the algorithm used in the addToHistory function to compute the status (SENDING, SENT or DISPLAYED) of the added messages. This fixes a bug where some messages would sometimes be incorrectly marked as being in the SENDING state, even though more recent messages were known to have been SENT or DISPLAYED. GitLab: #1042 Change-Id: Ibfe0aeee57523348a5f8430492814572e607090e
-
The addToHistory function currently iterates over the list of commits to add only once. This patch refactors the function so that the message status computations are done in a separate loop from the rest of the message handling logic. This will make it easier to fix a bug in the message status computation in a subsequent patch. GitLab: #1042 Change-Id: I3fceb10057292f84bc8c5e9d668fed7290ace8f2
-
Kateryna Kostiuk authored
When loading from the notification extension, check if the conversation Id is empty. This can happen when cloning a conversation or during resubscribe. In such cases, we only need to start the account. Change-Id: Ia59b88cbf00a594621b61a1d534b18cb3805c827
-
- Apr 09, 2025
-
-
Adrien Béraud authored
Gitlab: #1122 Change-Id: I9d0aca488b52744c4b089c000f17a70d334eb54b
-
Adrien Béraud authored
Gitlab: #1122 Change-Id: Ia80eb6f1b90c663419a6cbe25f416afee742e3c3
-
Adrien Béraud authored
Gitlab: #1122 Change-Id: I2a03716fd9d493d41dd0ec8f87759a0d2fb2de5d
-
Adrien Béraud authored
Gitlab: #1122 Change-Id: I31d290cd8ebf623a2aa91a6c279d6637952135ce
-
Adrien Béraud authored
Gitlab: #1122 Change-Id: I1173ddbb2d9b5625a759dcbb0d6449c1d88efc63
-
Adrien Béraud authored
Gitlab: #1122 Change-Id: Ib0332c86e310aea03f5ea31d89e6ab932a8d741c
-
Adrien Béraud authored
Gitlab: #1122 Change-Id: I5c7d0c74b2eb07ecf537451a8052b8907b99d0fb
-
Adrien Béraud authored
Gitlab: #1122 Change-Id: I0d09d8733e427843e34963b0c911c5109b0bb0ec
-
Adrien Béraud authored
Change-Id: Ide2ef47acda8c423bfa14355e42ecdb3afbb7c36
-
Adrien Béraud authored
Change-Id: I4f39abfb8cba90b428554b1972cf6ed72b7682e5
-
This patch validates the conversationId before proceeding with cloning. Otherwise, an empty conversationId could lead to accidental removal of the entire conversations directory. https://git.jami.net/savoirfairelinux/jami-client-qt/-/issues/1982 Change-Id: I428247498bb7533b12dadb8a479779e228e6dfb6
-
Allows to use 64 bits file APIs on 32 bits POSIX systems. Gitlab: #1122 Change-Id: Ie9ec07c7027b09ada8daf49c5bf3663dd9ff939d
-
Adrien Béraud authored
Change-Id: I72d6d80ef3dea7a868acb4fea0f65ff6882e743c
-
- Apr 03, 2025
-
-
François-Simon Fauteux-Chapleau authored
Some of the unit test executables had different names depending on whether they were built via CMake or Autotools. Change-Id: Ie09ba448e0101035e69d95fc639a8bce0251759b
-
- Mar 30, 2025
-
-
François-Simon Fauteux-Chapleau authored
The CMake option to build OpenDHT's documentation was already disabled on Linux but not on Windows. Change-Id: I66b29e68cc64596ca3066122c27facd871620d05
-
- Mar 28, 2025
-
-
Adrien Béraud authored
Change-Id: I29fcc7b078799abb3d8c5aba9a7bcb8f48357d2a
-
Adrien Béraud authored
Change-Id: I5bc21822a8c754951a92ac7be8dd2e4af78cce6f
-
- Mar 26, 2025
-
-
Adrien Béraud authored
Use a single static instance of Json::StreamWriterBuilder instead of creating a new one repeatedly. Move json-related symbols to their own namespace. Change-Id: I5145a71d7b19fd2aac158b51774e964ce772311b
-
- Mar 25, 2025
-
-
François-Simon Fauteux-Chapleau authored
The LIBJAMI_TESTABLE macro was always defined, so using it in ifdef directives had no effect. Change-Id: I0f7ac906c70a90230cf224f9dc001712e1d5ca86
-
- Mar 24, 2025
-
-
François-Simon Fauteux-Chapleau authored
Commit 86d3bb66 accidentally broke two conversation tests by removing necessary waiting periods. GitLab: #1117 Change-Id: Idebd037b2bf9083f59a108455fea82f2203a3ece
-
- Mar 21, 2025
-
-
François-Simon Fauteux-Chapleau authored
Follow-up to commit 0838e6a9. Change-Id: I26194ca4b404edc3b96f0e15df48e0dd49f320aa
-
- Mar 19, 2025
-
-
Adrien Béraud authored
Change-Id: I6c65054f8741d05aac5bd4dcd3357122e6b9e450
-
- Mar 18, 2025
-
-
Adrien Béraud authored
Preserve pre-std::filesystem behavior of returning null if operation fails. Change-Id: I76414a73f8aa0a74640b92c27c753f0311d86380
-