Skip to content
Snippets Groups Projects
  1. Aug 03, 2022
  2. Aug 02, 2022
  3. Aug 01, 2022
  4. Jul 30, 2022
    • Sébastien Blin's avatar
      jamiaccount: retry to resolve TURN if necessary · 3150964d
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      Because an incorrect TURN can cause long delay for connections,
      we cache the resolved address in a file which is refresh at the
      next status changes.
      However if the resolution fails it can take a long time (moreover
      on servers) to retry the resolution if it fails.
      Here, if turn is enabled but not resolved, we do the resolution
      on incoming requests to avoid to wait too long before re-using
      the TURN.
      
      Change-Id: I39a8e83b43c7342a6c296e57316bd85497360011
      3150964d
  5. Jul 29, 2022
  6. Jul 28, 2022
    • Adrien Béraud's avatar
      logger: add debugEnabled, use memory_order_relaxed · fb8a4a70
      Adrien Béraud authored
      Change-Id: I77f0617371f59cba662289f53a08d6037c709cd2
      fb8a4a70
    • Adrien Béraud's avatar
      logger: cleanup SysLog · b641aea7
      Adrien Béraud authored
      * Android log API is thread-safe
      * We should not call openlog on Android
      
      Change-Id: If5eb45debe7666cb8430fedd761c668db2e8fa63
      b641aea7
    • Adrien Béraud's avatar
      logger: cleanup FileLog · 20a32dcd
      Adrien Béraud authored
      * move pending queue to the stack
      
      Change-Id: Ib44578aab4b8e27fd19ff564abab8d67e9b1ad00
      20a32dcd
    • Aline Gondim Santos's avatar
      misc: win bump opencv · 0a7809a5
      Aline Gondim Santos authored
      Change-Id: I48327ab7e015a7edb885d3d2599b6fe0db8a6a63
      0a7809a5
    • Olivier Dion's avatar
      contrib: Add caching of build · f76aba52
      Olivier Dion authored and Sébastien Blin's avatar Sébastien Blin committed
      This is a primitive way of caching builds of contrib.  Basically, a hash entry
      is created from all the *.mak files in contrib.  This include all rules.mak of
      individual packages and config.mak generated by the bootstrap script.
      
      When caching is enabled, the installation is done in the cache and a symbolic
      link is created to it.
      
      Caching can be enabled with `--cache-dir=/tmp/jami-contrib-cache --cache-builds'
      or any other path for cache-dir.  Not providing the `cache-builds` option will
      bypass the cache.
      
      Change-Id: I58aa0295664113792518851ede1c568495a33e59
      f76aba52
    • Aline Gondim Santos's avatar
      misc: bump opencv · f896e000
      Aline Gondim Santos authored
      Change-Id: Ifcc608b33e2edd73070d33476c8e006ff5f8f31d
      f896e000
  7. Jul 27, 2022
  8. Jul 26, 2022
  9. Jul 25, 2022
  10. Jul 22, 2022
    • Sébastien Blin's avatar
      conference: sendConfInfo without camera · 6f64b069
      Sébastien Blin authored
      The video mixer was only initialized if the host got a camera or
      if calls got some video. Now, the conf infos are sent if all calls
      are audio only and if the host has no camera.
      
      Change-Id: I69c9e773134b6ab4aab3e9462128ea841a09539e
      6f64b069
    • Sébastien Blin's avatar
      conversationrepository: fix commit validation for un-banning contacts · 9ddc0c11
      Sébastien Blin authored
      After a re-add of an invited contact, the validation was bugguy causing
      the conversation to be invalidated and erased due to malformed commits
      
      Change-Id: Ib500ae117f0c53774cfb1eec23aa160ba2f86420
      9ddc0c11
    • Sébastien Blin's avatar
      jamiaccount: remove connections and data on banned · 45baff6a
      Sébastien Blin authored
      A contact can be banned from another device. In this case,
      JamiAccount::removeContact is not called and the daemon only call the
      dedicated callback.
      So, remove the conversation requests and connections to the banned
      contact (and avoid future incoming calls if connected) when the
      callback is called instead in JamiAccount::removeContact() as it
      will be called in a multi-device context.
      
      Change-Id: I1ac8b441268d7bfc9bb6627fbbbc7b83e2e75052
      45baff6a
  11. Jul 21, 2022
  12. Jul 20, 2022
  13. Jul 19, 2022
  14. Jul 18, 2022
    • Sébastien Blin's avatar
      misc: bump opendht · 487240d8
      Sébastien Blin authored
      Avoid crash while enabling proxy server and local peer discovery
      
      Change-Id: I8edb1bb2bb9463722aad9c02f7bad7759d3c9078
      487240d8
    • Sébastien Blin's avatar
      siptransport: fix tlsInfos_ · 405ea9ee
      Sébastien Blin authored
      sipTransport was only true on destroy, causing tlsInfos_ to be
      always incorrect.
      Moreover, if the SIPTransport is generated from a channeled socket,
      we do not need to copy the peerCertificate.
      Finally, update conference to use the tlsInfos_ to get the URI
      instead of playing with peerNumber's
      
      Change-Id: If8b93a4614e790e6ffbfd1bcc0aa68f6407344ce
      405ea9ee
Loading