Skip to content
Snippets Groups Projects
  1. Oct 26, 2022
  2. Oct 25, 2022
  3. Oct 24, 2022
    • Sébastien Blin's avatar
      conversation: add support for message edition · 0f6b74b1
      Sébastien Blin authored
      For now, only be able to edit messages from our-self and with the
      text/plain type
      
      Change-Id: I20c6ed7dad3892f0fa655812242b9ca6e77e69b3
      GitLab: #316
      0f6b74b1
    • Sébastien Blin's avatar
      ios: add type for cloneConversation · 613aede4
      Sébastien Blin authored
      If iOS is in deep sleep mode, it will only wake up the daemon if
      a new activity needs to be shown (call, message or contact).
      If the peer accepts a trust request, it will clone and join the
      conversation (so a new message will be shown). So, cloning
      a conversation should notify the iOS device that the daemon MUST
      be started.
      
      GitLab: #776
      Change-Id: I639a5f928fec2970909a29b9f3c33c165ac201c8
      613aede4
    • Olivier Dion's avatar
      upnp/protocol/natmpmp: Fix closing of invalid handle · 443901c7
      Olivier Dion authored
      If initialization of natpmpHdl_ has failed, then closing it will result in closing
      a random file descriptor, typically standard input.
      
      Change-Id: Ifb1335a83b1900d4cf31c820bba090cb30b68d7a
      443901c7
  4. Oct 21, 2022
    • Sébastien Blin's avatar
      convmodule: avoid incorrect states · b28a5cb8
      Sébastien Blin authored
      In some cases the file "contacts" was badly synced. Also, if for any
      reason "contacts" is not correctly formed, we may be able to fix it.
      
      This patch handles two cases of failures:
      
      1. If the contact details doesn't contain any conversationId BUT
      a 1:1 conversation is found with this contact, we update the
      conversationId in the details.
      
      2. If, for some reason, multiple 1:1 conversations are detected
      with the same contact, we only keep the one in the details, as
      it should be the correct one.
      
      This should fix the fact that for some conversation, calls are not
      written in the history (cause getOneToOneConversation() returns
      nothing).
      
      Change-Id: I5dd9fc51999540d8a4230f8fdce828a461da752a
      b28a5cb8
  5. Oct 20, 2022
  6. Oct 19, 2022
  7. Oct 18, 2022
  8. Oct 17, 2022
  9. Oct 15, 2022
  10. Oct 12, 2022
  11. Oct 11, 2022
  12. Oct 08, 2022
    • Olivier Dion's avatar
      upnp: Fix possible race conditions · bf886711
      Olivier Dion authored
      Although not harmful, the race conditions could make Jami hang for many seconds
      when closing the library.
      
      Change-Id: I88186adbcde309671de6502a22e52ab440f61f4b
      bf886711
  13. Oct 07, 2022
  14. Oct 06, 2022
Loading