Skip to content
Snippets Groups Projects
  1. Aug 09, 2021
  2. Aug 06, 2021
  3. Aug 05, 2021
  4. Aug 04, 2021
    • Sébastien Blin's avatar
      account: add sendReadReceipt preference · 3212ddf4
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      This avoids to duplicate logic for all clients and fix the behavior
      for swarm. setMessageDisplayed should be called everytime by the
      client. Then the daemon will refresh the lastDisplayed for account
      and will or not send the notification to other peers.
      Note: if notifications are not sent, incoming displayed notifications
      are also ignored. If we don't send we don't receive too.
      
      Change-Id: If0f462ac4670d50a114c4a54bd90d76d83084bd9
      GitLab: #599
      3212ddf4
  5. Aug 03, 2021
    • Sébastien Blin's avatar
      jamiaccount: fix use after move semantic · 31fa1d99
      Sébastien Blin authored
      onChange should not be moved if used
      
      Change-Id: Id76b7b12502179308e5230e5382eb2f73945c43e
      31fa1d99
    • Mohamed Chibani's avatar
      rtcp-ice: fix setting of rtcp ICE component · 64e72a0b
      Mohamed Chibani authored
      RTCP default address might not be provided by peer in the
      received SDP, leading to misconfiguration of RTCP ICE
      socket. Now, when the RTCP default address is not present,
      the RTP address will be used instead.
      Note when ICE is used, the RTP/RTCP default addresses are
      only needed to identify the underlying ICE socket.
      
      Gitlab: #587
      
      Change-Id: Ia16eb7d25407e67b6ab5a29c18fc3c56e6fc15aa
      64e72a0b
  6. Aug 02, 2021
  7. Jul 30, 2021
  8. Jul 29, 2021
  9. Jul 28, 2021
    • Sébastien Blin's avatar
      jamiaccount: protect conversation's infos with config's mutex · 9176236c
      Sébastien Blin authored
      Change-Id: Ie9f478783af7275eb360e3098d0e0d4bae7018e8
      9176236c
    • Sébastien Blin's avatar
      jamiaccount: remove syncing with uri · cdd89b3d
      Sébastien Blin authored
      A user can remove a contact while a conversation is syncing with
      this contact. In this case, the conversation was not deleted
      properly. Causing some UI bug when re-adding the contact.
      
      GitLab: #596
      Change-Id: I88f2549a02ba67e9030cdadfdfb45f34a0ee06b9
      cdd89b3d
    • Adrien Béraud's avatar
      JamiAccount: use full public key or sha256 for DeviceId instead of sha1 · 95280b19
      Adrien Béraud authored and Sébastien Blin's avatar Sébastien Blin committed
      Change-Id: I5e135b9ef4365acf87e6de4a8b1af9d19ef34ca3
      95280b19
    • Olivier Dion's avatar
      agent: Use Guile · 98df43e9
      Olivier Dion authored and Adrien Béraud's avatar Adrien Béraud committed
      By removing the YAML configuration, the agent is now configured via a Scheme
      file interpreted by Guile.
      
      There's no need for behavior trees now since it can be reproduced naturally in
      the Scheme language.
      
      See README.md for how to compile and run.
      
      Change-Id: Ibbf9ed0f965cee71bce63c0f8e8c12862f37176d
      98df43e9
    • Sébastien Blin's avatar
      conversationrepository: add member left for one to one · 588890f9
      Sébastien Blin authored
      This breaks one to one swarm. Now, invited/ is added to detect
      contacts that joins and left a conversation. This is wanted
      to show read-only conversations.
      
      Change-Id: I519094e75872062538fe56dd3a32378da814005b
      GitLab: #595
      588890f9
    • Sébastien Blin's avatar
      conversation: store last displayed messages · f457b73f
      Sébastien Blin authored
      With this patch, the daemon is now storing informations based
      on setMessageDisplayed/onMessageDisplayed to follow the read
      status per participant.
      
      This avoid to creates a logic in all clients and allow the client
      to have a correct read status even if the daemon was launched
      separately.
      Clients can now:
      
      + Retrieve last displayed interactions by retrieving members infos
      (via getConversationMembers() and the key "lastDisplayed")
      + Know how many messages there between the head and a commit. This
      is useful to count unread messages for a peer.
      
      GitLab: #592
      Change-Id: I0b5bc7adb5cda48754f33a362a40ce10ee345e3c
      f457b73f
    • Sébastien Blin's avatar
      jamiaccount: return syncing conversations · bd3eba9d
      Sébastien Blin authored
      This changes tends to simplify the client code to
      detect syncing conversations. Note, this patch
      introduces some breaking changes for the stored
      convInfos, but this will be fixed when all devices
      are up-to-date.
      
      Changes:
      
      + getConversations() now returns conversations as soon
      as the request is accepted.
      + getConversationMembers() return members for syncing
      conversation (current account and the sender of the
      request)
      + "convInfo" now stores a map<string, ConvInfo> to
      avoid iterating over all conversations. This changes
      the structure stored on the disk and sent during the sync.
      
      GitLab: #591
      Change-Id: I365875cda89c483bcf9c6ea3bd8222e6253773b1
      bd3eba9d
  10. Jul 27, 2021
  11. Jul 26, 2021
Loading