Skip to content
Snippets Groups Projects
  1. Jan 08, 2025
  2. Jan 07, 2025
  3. Jan 02, 2025
  4. Dec 22, 2024
  5. Dec 19, 2024
  6. Dec 17, 2024
  7. Dec 16, 2024
    • ovari's avatar
      tlsvalidator.cpp: fix typo · 94591e47
      ovari authored
      bellow → below
      
      Change-Id: I6a8983f7adc87157f442d2f1e874561306a7d141
      94591e47
    • ovari's avatar
      cleanup · 8ad61af4
      ovari authored
      Sentence case
      …
      →
      DHT
      higher → greater than
      ID
      libgit2
      PJSIP
      SIP
      try on → attempt with
      vCard
      
      Change-Id: Iaeca39f1b8daaad71452dfb595b61e4fb7e8204e
      8ad61af4
    • Adrien Béraud's avatar
      contrib: update dhtnet · 75e84842
      Adrien Béraud authored
      Change-Id: If64326796b5fb678994fe734aabfd57067b7bacb
      75e84842
    • Léopold Chappuis's avatar
      loadSwarmUntil: fix infinite loading issue · adffcf5a
      Léopold Chappuis authored and Adrien Béraud's avatar Adrien Béraud committed
      The marker used to indicate that the desired message had been passed was wrapped in a conditional statement that could evaluate to false when it needed to set the marker to true. This prevented the function from recognizing that the desired message had already been processed.
      
      Change-Id: I9934858f5837d91fc5dfc54debb417dd8c19c933
      adffcf5a
  8. Dec 12, 2024
  9. Dec 11, 2024
    • François-Simon Fauteux-Chapleau's avatar
      conversation: fix invalid message status cache · 4a14122e
      François-Simon Fauteux-Chapleau authored
      The Conversation::loadMessages2 function uses the information cached in
      both loadedHistory_ and memberToStatus, so it's important for the two to
      always remain consistent with each other. This patch fixes two issues
      that could cause them to diverge:
      
      1) the Conversation::clearCache function currently resets
         loadedHistory_, but not memberToStatus;
      
      2) Conversation::Impl::loadMessage2 doesn't modify loadedHistory_ but
         sometimes resets memberToStatus.
      
      GitLab: #1087
      Change-Id: I21caedea996d5ad66b695a0f130cd473c5d5ddc4
      4a14122e
  10. Dec 02, 2024
    • Kateryna Kostiuk's avatar
      build: do not use system-provided sha512sum on macOS · 3ab6be55
      Kateryna Kostiuk authored and Adrien Béraud's avatar Adrien Béraud committed
      This patch prevents macOS from using its system-provided sha512sum
      to ensure consistent compatibility with other platforms.
      
      Change-Id: Ie239cc14b9b0e17c486f5a3d4d55e6f26af32b0a
      3ab6be55
    • ovari's avatar
      cleanup · 6df44807
      ovari authored and Adrien Béraud's avatar Adrien Béraud committed
      cannot → unable to
      fail to → failed to
      {inexistent, non-existing} → nonexistent
      P2P
      try → attempt
      UPnP
      retrieven → retrieved
      testAdminCannotKickTheirself → testAdminCannotKickThemselves
      wishes → wants
      
      Change-Id: I84dbb7b78fd674507eab7186c8f9e0a5f1d3d5b3
      6df44807
  11. Nov 29, 2024
    • Léopold Chappuis's avatar
      updateProfile: Send Signal for SIP Accounts · 9c3465ba
      Léopold Chappuis authored
      The SIP accounts were not functioning properly because they weren't notified that a new profile vCard was available. Since they lack a URI, the accountId needs to be included in the URI. This adjustment shouldn't cause significant issues, as accountIds have a different format than URIs.
      
      Change-Id: I2fd41909c4bf20a9c42538620dacc732b6ab27e1
      9c3465ba
  12. Nov 28, 2024
  13. Nov 27, 2024
  14. Nov 26, 2024
  15. Nov 24, 2024
    • ovari's avatar
      misc: unify terminology · 2730bf6e
      ovari authored
      3-character ellipsis ... → 1-character ellipsis …
      smart quote ’
      infos → info
      Setupping → Setting up
      try → attempt
      
      Change-Id: I97ed89b9e9b1193162c856b4bb143f6bab55666b
      GitLab: jami-client-qt#1730
      2730bf6e
  16. Nov 22, 2024
  17. Nov 21, 2024
  18. Nov 20, 2024
Loading