Skip to content
Snippets Groups Projects
  1. Sep 06, 2022
  2. Sep 04, 2022
  3. Sep 03, 2022
  4. Sep 01, 2022
  5. Aug 31, 2022
    • Sébastien Blin's avatar
      jamiaccount: resend profile when necessary · 0b652eb7
      Sébastien Blin authored
      + Some code were unused
      + Ask for profiles in one to one after a clone, this
      allow to get the profile after adding/removing/re-adding
      the contact as the peer will not know and got a cache
      where they sent the avatar before.
      + Update unit-test
      
      Change-Id: Ide1df647dbec63f343b60c1c622d1a214f4c3016
      0b652eb7
    • Sébastien Blin's avatar
      jamiaccount: do not stop all subcall if one fails · f895de09
      Sébastien Blin authored
      + In jamiaccount, if a requestSIPConnection was failing, all subcalls
      were stopped causing the main call to fail if not connected. In this
      patch we only stop the subcall linked to that request.
      + In connectionmanager, if a request failed, we stopped all other
      connections instead of just using the id of the request.
      
      This fix calls whenever somebody called a contact right after the
      contact changed its connectivity (and the keep-alive is not sent).
      
      Change-Id: I0d9b14795aad37363de992cb29d4d4ca44668285
      f895de09
    • Sébastien Blin's avatar
      tls_session: place timeout on request, not connection · 21ce9443
      Sébastien Blin authored
      This allow to cancel the request if the connection is too long
      (ipv6 un-resolvable for example)
      
      Change-Id: I24757dd7a9893c36a86eccdc46271d5453205de5
      21ce9443
  6. Aug 30, 2022
  7. Aug 26, 2022
  8. Aug 25, 2022
    • Kateryna Kostiuk's avatar
      conversation: fix ConversationSyncFinished · 59622100
      Kateryna Kostiuk authored
      This patch increase fetched conversation number earlier,
      so ConversationSyncFinished would not be emitted in case when
      second call to fetchNewCommits happened before receiving callback
      from onNeedSocket_.
      
      Change-Id: I72263768426fcce671029fd165323ce89e49e91b
      59622100
  9. Aug 24, 2022
    • Tobias Hildebrandt's avatar
      trace: add audio tracing and plotting script · 53f60a1a
      Tobias Hildebrandt authored and Sébastien Blin's avatar Sébastien Blin committed
      Change-Id: Ie5c8fe1d9cc4e5a38a623a1cd4755c00ad4f4904
      53f60a1a
    • Sébastien Blin's avatar
      swarm: avoid duplicated conversation after a ban · cb3d3c3c
      Sébastien Blin authored
      Several improvements are included with this patch:
      
      1. confirmed is resetted when account is removed, this allow to
      send a request when conversation is added back and reset the
      whole matrix, avoiding duplicates
      2. Banned can be due to harrasement. In this case, keeping the
      conversation like the old behavior (pre-swarm) is better, to keep
      proofs. Also re-adding back a contact is immediate if it was a
      mistake as the conversation is kept back.
      
      jami-project#1449
      
      Change-Id: I13da8ce9bd431b91ce7b7d455dae561358c62f10
      cb3d3c3c
    • Sébastien Blin's avatar
      removeContact: actually close all channels not only SIP · 1f77dce5
      Sébastien Blin authored
      Removing a contact was not actually closing all connections, causing
      the remote contact to be able to call even if it was banned if there
      was more than two channels opened.
      Rewrite closeConnectionsWith as it was unused to use it to close
      connections with the banned contact.
      
      jami-project#1449
      
      Change-Id: I147f437370a553f0682b0cea060720a6c473f8a2
      1f77dce5
    • Sébastien Blin's avatar
      misc: remove hacky underlyingICE() · 4fb85d50
      Sébastien Blin authored
      upper layer should not need to interact with the IceTransport
      directly and only uses the API of the socket endpoint.
      
      Change-Id: Iea65b03b37e87e9a7ab542ba88be5a2c6790ae98
      GitLab: #703
      4fb85d50
    • Sébastien Blin's avatar
      ice_transport: avoid dirty underlyingIce() · 5a3768f3
      Sébastien Blin authored
      Let the IceTransport layer stopped it's current read if destroyed
      (as it uses a peerChannel, this channel should be cancelled to
      let upper layer stop correctly all operations).
      Call the shutdown callback whenever the ICE is really destroyed
      (so caller must not re-use the ICE pointer).
      Finally, remove some dirty underlyingIce() accesses in peer_connection
      
      Change-Id: Icca73d9af273297a558121ffddc991ac6617ece2
      GitLab: #703
      5a3768f3
  10. Aug 19, 2022
    • Sébastien Blin's avatar
      sync_module: split SyncMsg and use max pkt size · 800e2293
      Sébastien Blin authored
      This is a first version. This avoid "insufficent bytes"' errors due
      to the pack with a max size of 8k (which can be the case)
      In a future version, the SyncMsg will be splitted in partial data
      to only use the necessary size and could take any wanted size.
      
      Change-Id: Ic4b86a8ac8c3c49063e5650fefbb1f969b458db6
      800e2293
  11. Aug 17, 2022
  12. Aug 16, 2022
  13. Aug 15, 2022
    • Aline Gondim Santos's avatar
      fix: audio jittering · a032cb1d
      Aline Gondim Santos authored and Sébastien Blin's avatar Sébastien Blin committed
      Use the bigger sample_rate to avoid loosing data in the audio
      processing.
      
      GitLab: #741
      
      Change-Id: I8f96923ee9f67767d4f2d4c73785a88925c5f031
      a032cb1d
    • Sébastien Blin's avatar
      contrib: bump opendht · c41e22f7
      Sébastien Blin authored
      + Fix timeout on OCSP requests
      + Fix addresses when switching between two interfaces (proxy_client)
      
      Change-Id: Id6b65e665bc8e150bdefa040fc49bd21f666d352
      c41e22f7
  14. Aug 12, 2022
  15. Aug 11, 2022
  16. Aug 10, 2022
    • Andreas Traczyk's avatar
      audioprocessing: fix cmake · 8105fa0d
      Andreas Traczyk authored
      + Adds some missing references to the recently added files.
      + Removes the include of 'speex_config_types.h' on native Windows.
      
      TODO: Refactor the cmake to be in one file. Way too complicated for
      nothing. Also, "source_group" is probably not used by most devs.
      
      Change-Id: I020caf40544d2a7502c70d96fec99b08278ac2ff
      8105fa0d
  17. Aug 09, 2022
  18. Aug 08, 2022
Loading