Skip to content
Snippets Groups Projects
  1. Feb 20, 2025
  2. Feb 18, 2025
  3. Feb 17, 2025
    • François-Simon Fauteux-Chapleau's avatar
      conversation_module: update removed contact's conversation exactly once · 8f2b6d3f
      François-Simon Fauteux-Chapleau authored
      When removing a contact, we need to update the ID of its linked
      conversation (to be empty, which is the convention used to signify that
      a contact doesn't have a linked conversation).
      
      This used to be done via the updateConvForContact function, but there
      were two issues (which are fixed by this patch):
      1) if the user had multiple one-to-one conversations with the removed
         contact, then the function would be called multiple times (once per
         conversation) even though the update only needs to be performed once;
      2) more importantly, if the contact's linked conversation ID didn't
         match any of its one-to-one conversations, then the update would not
         be performed at all. (Every contact should normally be linked to a
         valid conversation, but this can fail in practice due to
         synchronization issues.) As a result, the contact would remain linked
         to a conversation that no longer exists.
      
      jami-client-qt#1673
      jami-client-qt#1804
      
      Change-Id: Ia75c5b27a4120bc48da5f449a874354326c6d96a
      8f2b6d3f
  4. Feb 12, 2025
  5. Feb 11, 2025
  6. Feb 06, 2025
  7. Feb 05, 2025
  8. Feb 04, 2025
  9. Feb 03, 2025
  10. Feb 01, 2025
    • ovari's avatar
      manager.cpp: cleanup · d825759a
      ovari authored and ovari's avatar ovari committed
      Change-Id: Ied16cc4536b4abe4740bfa76beb6e2fb1210439e
      d825759a
  11. Jan 31, 2025
  12. Jan 30, 2025
  13. Jan 29, 2025
  14. Jan 24, 2025
  15. 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
  16. Jan 20, 2025
  17. Jan 17, 2025
  18. Jan 16, 2025
  19. Jan 15, 2025
  20. Jan 14, 2025
  21. Jan 13, 2025
Loading