Skip to content
Snippets Groups Projects
  1. Sep 25, 2023
  2. Sep 23, 2023
  3. Sep 22, 2023
  4. Sep 21, 2023
  5. Sep 20, 2023
  6. Sep 19, 2023
  7. Sep 18, 2023
  8. Sep 15, 2023
  9. Sep 14, 2023
  10. Sep 13, 2023
  11. Sep 12, 2023
    • Sébastien Blin's avatar
      conversation_module: fix remove on replay · 459e58a6
      Sébastien Blin authored
      When a trust request is confirmed with an old conversationId, new
      messages will be transferred and the conversation will be replaced
      to avoid duplicates.
      However, because erasePending() wasn't used after a lock, the
      removal was failing with "operation not permitted" causing a duplicate
      to stay.
      A test is added to avoid any further regression.
      
      Change-Id: Ic0fd960005a064ddd7b410f014f67d9125e50446
      459e58a6
  12. Sep 07, 2023
    • Maxim Cournoyer's avatar
      configure.ac: Require sdbus-c++ when building with D-Bus support. · 85549fce
      Maxim Cournoyer authored and Sébastien Blin's avatar Sébastien Blin committed
      This is a follow-up commit to
      3dd5f4eb ("dbus: use sdbus-c++ for
      dbus communications").  The build should abort if the sdbus-c++ module
      is missing (it's "required" on the CMake side, so why shouldn't it be
      on the Autotools one?).
      
      * configure.ac: Fail when sdbus-c++ is not found.  Quote the
      sdbus-c++-xml2cpp command.
      
      Change-Id: I8268abec10ba5be0eb8b520988affc9c0345a4fb
      85549fce
  13. Sep 05, 2023
  14. Sep 01, 2023
  15. Aug 31, 2023
  16. Aug 30, 2023
  17. Aug 29, 2023
    • Adrien Béraud's avatar
      contrib: update opendht · c4c29c4f
      Adrien Béraud authored
      Change-Id: Ia22baa065b56fab0af1e17cf4606ce922d31f7b0
      c4c29c4f
    • Sébastien Blin's avatar
      sip: handle media-level ice-ufrag/ice-pwd · 313baded
      Sébastien Blin authored
      as per RFC-8839 describe in section 5.4:
      
          The "ice-pwd" and "ice-ufrag" attributes can appear
          at either the session-level or media-level.
      
      This seems to be the case on Asterisk servers with ICE enabled (no
      ICE at session-level, only in media-level). Note that technically
      we can have a SDP with multiple ufrag/pwd and multiple ICE sessions,
      but this would need other changes. For now, we can at least handle
      the case were ufrag/pwd is at media-level.
      
      Change-Id: If92d8e6194fac2b71185ddf934a6c3a78e3463c0
      313baded
  18. Aug 28, 2023
Loading