1. 20 Jan, 2025 - 1 commit
  2. 10 Jan, 2025 - 1 commit
  3. 18 Dec, 2024 - 2 commits
  4. 09 Dec, 2024 - 1 commit
  5. 05 Dec, 2024 - 1 commit
  6. 04 Dec, 2024 - 2 commits
  7. 27 Nov, 2024 - 1 commit
  8. 18 Nov, 2024 - 1 commit
  9. 06 Nov, 2024 - 2 commits
  10. 28 Oct, 2024 - 1 commit
  11. 25 Oct, 2024 - 1 commit
  12. 10 Oct, 2024 - 1 commit
  13. 09 Oct, 2024 - 1 commit
    • Flore Harlé's avatar
      Log file: fix the duplication of lines in log file when... · 5014e095
      Flore Harlé authored
      Log file: fix the duplication of lines in log file when linphone_logging_service_set_log_file() is called several times.
      
      Add the field bctbx_log_handler_t *file_log_handler in LinphoneLoggingService to be able to close the current log file when a new one is set.
      In linphone_logging_service_set_log_file(), destroy the file log handler of the previous log file in service->file_log_handler and set the file log handler of the new log handler.
      If filename is NULL, close the current log file and return.
      
      Add a suite to check that the logs are written in only once in the current log file, even when linphone_logging_service_set_log_file is called() several times.
      5.3.89
      5014e095
  14. 02 Oct, 2024 - 2 commits
  15. 30 Sep, 2024 - 1 commit
    • Andrea Gianarda's avatar
      Do not initialize the account linked to the conference parameters to the · 1c326843
      Andrea Gianarda authored
      default one as it may associate to it all chatrooms
      
      In fact, if an application is registering with multiple account, all
      chatroom are assigned to the default account after restarting the core
      as MainDb::getChatRooms doesn't assign it explicitely.
      
      The conference object has a method that attempt to assign an account to
      the parameters already if not already done
      1c326843
  16. 27 Sep, 2024 - 1 commit
  17. 18 Sep, 2024 - 1 commit
  18. 16 Sep, 2024 - 1 commit
  19. 06 Sep, 2024 - 2 commits
  20. 26 Aug, 2024 - 1 commit
  21. 21 Aug, 2024 - 1 commit
  22. 20 Aug, 2024 - 1 commit
    • Andrea Gianarda's avatar
      Drop gr parameter of conference information URIs when starting up the · 373c4f79
      Andrea Gianarda authored
      core in order to keep the backward compatibility.
      
      The SDK now stores the addresses of the conference without the gr
      parameter as it will negatively affect the high availability capability
      of a server and it will make it dependent on keeping the same gr all the
      time. Therefore clients might be lead to call the conference without
      specifying the gr parameter in the To field of the INVITE.
      If a conference address was stored with the gr parameter, the core would
      not be able to find it as it compares strings and not Address objects.
      2 tags
      373c4f79
  23. 19 Aug, 2024 - 1 commit
  24. 08 Aug, 2024 - 2 commits
  25. 05 Aug, 2024 - 1 commit
  26. 31 Jul, 2024 - 1 commit
  27. 26 Jul, 2024 - 1 commit
  28. 25 Jul, 2024 - 1 commit
  29. 24 Jul, 2024 - 2 commits
  30. 23 Jul, 2024 - 3 commits
  31. 22 Jul, 2024 - 1 commit