Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 09, 2025
  3. Jan 08, 2025
  4. Jan 07, 2025
  5. Dec 22, 2024
  6. Dec 19, 2024
    • ovari's avatar
      logs: cleanup · bdc8d506
      ovari authored and Adrien Béraud's avatar Adrien Béraud committed
      Change-Id: I194497974f46f88d0b16c41391d45797fecc6943
      bdc8d506
    • Adrien Béraud's avatar
      logs: cleanup · d577a1ae
      Adrien Béraud authored
      Change-Id: Ibc45eb6228732b8163a6dd29b0bfbd2cc5cfaa46
      d577a1ae
    • Adrien Béraud's avatar
      logs: cleanup · 86b42510
      Adrien Béraud authored
      Change-Id: I6b84270da276a91ea6f455ad477e73d04e601ea5
      86b42510
    • ovari's avatar
      cleanup · be5af7a9
      ovari authored
      …
      →
      
      Change-Id: I3421a0b8b9528a6815da6b826a1ca1b066b9b73f
      be5af7a9
  7. 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
  8. 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
  9. Nov 27, 2024
    • ovari's avatar
      cleanup · cd0eca6b
      ovari authored
      ice → ICE
      pnp → PnP
      rtp → RTP
      try → attempt
      un-hold → unhold
      won't → unable to
      
      Change-Id: I5a012dd22b40027a9470b42fb7ae0b512619c8ee
      GitLab: jami-client-qt#1730
      cd0eca6b
  10. Nov 21, 2024
  11. Nov 20, 2024
  12. Nov 19, 2024
  13. Nov 12, 2024
  14. Sep 16, 2024
    • ovari's avatar
      misc: unify terminology · ad5b6cba
      ovari authored and ovari's avatar ovari committed
      8+3 filename → 8.3 filename
      be ware → beware
      {cannot, can not, cant, can't, could not, couldn't} → unable to
      conpleted → completed
      file name → filename
      imcomplete → incomplete
      informations → information
      trying to → attempting to
      wrong password → incorrect password
      
      GitLab: jami-client-qt#1730
      
      Change-Id: Ia7757efafd2c06af978db02c65b40b1b77c393f8
      ad5b6cba
  15. May 31, 2024
  16. May 17, 2024
  17. Apr 02, 2024
  18. Mar 04, 2024
  19. Feb 28, 2024
    • Sébastien Blin's avatar
      conversation: improve typers management · fab9009a
      Sébastien Blin authored
      Now, a client should not do any logic and not store preferences
      client side.
      + When a member is removed while banned, the typing indication
      is updated
      + Timeout is computed both for sender and receiver
      + Sending and receiving a composing status is managed by the
      account's config.
      
      GitLab: #951
      Change-Id: Iba9441736eec4f71695bfbd609d4b9e8b6adcb73
      fab9009a
  20. Feb 23, 2024
  21. Feb 21, 2024
  22. Feb 20, 2024
  23. Feb 15, 2024
    • Sébastien Blin's avatar
      conversation: re-design sending/sent status · 09ec8e6f
      Sébastien Blin authored
      The goal of this patch is to allow the clients to get a better
      sent/read status from the daemon.
      
      API doesn't change much, but internal logic got some changes. For the
      client:
      + SwarmMessage now contains a map<string,int> status where string is the
        uri of a member, int is the status (0 = sending, 1 = sent, 2 = read)
      + cancelMessage is removed as not used anymore (sendMessage with flag=1
        will edit a message)
      + getMessageStatus is removed as the status is sent in the SwarmMessage
      + accountMessageStatusChanged is now emitted for swarm messages when a
        fetch or setDisplay occurs. Client must handle this signal correctly.
      + Previous code to manage last displayed, fetched status is now merged
        with message status
      + Sync info is done when the sync is opened, else status are not updated
        correctly
      
      GitLab: #948
      Change-Id: I60763d4de8a995c6fc9f6df6434e266211f8dc2f
      09ec8e6f
  24. Jan 25, 2024
    • Sébastien Blin's avatar
      sip: fix blind transfer · 205904ed
      Sébastien Blin authored
      URI was illformed, scheme is intended. Now it works for both
      jami and sip accounts
      
      GitLab: #947
      Change-Id: Ifc8d88be1cec91428dd8060c3c4e12efc55243f0
      205904ed
  25. Jan 08, 2024
  26. Jan 03, 2024
  27. Jan 02, 2024
  28. Dec 15, 2023
  29. Dec 11, 2023
  30. Nov 15, 2023
    • Kateryna Kostiuk's avatar
      conference: fix possible deadlock when changing media · 60374fae
      Kateryna Kostiuk authored
      This patch executes handleMediaChangeRequest on a thread pool
      to avoid potential deadlocks. Since handleMediaChangeRequest
      locks callMutex, it could cause a deadlock if sendSIPInfo is called
      at the same time.
      
      GitLab: #915
      
      Change-Id: I7e79eef0dd00f2814ba360fc8a6e96ff107285c8
      60374fae
  31. Nov 01, 2023
  32. Oct 26, 2023
  33. Oct 25, 2023
Loading