Skip to content
Snippets Groups Projects
  1. Feb 06, 2025
  2. Feb 05, 2025
  3. Feb 03, 2025
  4. Jan 31, 2025
  5. Jan 30, 2025
  6. Jan 23, 2025
    • François-Simon Fauteux-Chapleau's avatar
      account: refactor unregistering logic · c308dc2c
      François-Simon Fauteux-Chapleau authored
      This patch removes the callback argument to the doUnregister function,
      which wasn't really needed since it was always called right before
      returning from the function.
      
      The patch also removes all calls to the shutdownConnections function
      outside of doUnregister, and instead adds a boolean argument to
      doUnregister to allow the caller to specify if they want the connections
      to be shut down. This is a preparatory step for fixing the bug described
      in the GitLab issue linked below.
      
      GitLab: #1095
      Change-Id: Ic78659f2e00684fd1db91c0ee3cf894a53d558ce
      c308dc2c
  7. Jan 16, 2025
  8. Jan 14, 2025
  9. Jan 13, 2025
  10. Jan 09, 2025
  11. Jan 08, 2025
  12. Jan 07, 2025
  13. Dec 19, 2024
  14. Dec 16, 2024
    • 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
    • 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
  15. 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
  16. Dec 02, 2024
    • 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
  17. Nov 28, 2024
  18. Nov 27, 2024
  19. Nov 26, 2024
  20. 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
  21. Nov 22, 2024
Loading