- 20 Jan, 2025 - 1 commit
-
-
Andrea Gianarda authored
-
- 10 Jan, 2025 - 1 commit
-
-
Andrea Gianarda authored
-
- 18 Dec, 2024 - 2 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
Fix crash happening in rare case when an I/O error happens after a Chatroom SUBSCRIBE, caused by the destruction of the Op during the notification of the termination of the subscription.
-
- 09 Dec, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 05 Dec, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 04 Dec, 2024 - 2 commits
-
-
Simon Morlat authored
-
Mickaël Turnel authored
Improve C# wrapper management of strings to ensure proper UTF-8 conversion while passing from and to C library. Fix memory leaks. Add .NET wrapper tester. Add setlocale() to force utf-8 when loading Factory.Instance. Fix invalid wide string to string conversion when fetching the application data directory, causing non-UTF8 string to be returned. Add missing directory separators.
-
- 27 Nov, 2024 - 1 commit
-
-
Andrea Gianarda authored
Verify behaviour when remote puts down all inactive streams and disable all capabilities in the current params in such a scenario
-
- 18 Nov, 2024 - 1 commit
-
-
ClémenceHim authored
-
- 06 Nov, 2024 - 2 commits
-
-
Simon Morlat authored
-
Andrea Gianarda authored
conference manually, the conference focus is called as soon as the client adds the first participant. As the application is also allowed to pass a list of calls, the core attempted to call the focus for every participant
-
- 28 Oct, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 25 Oct, 2024 - 1 commit
-
-
Simon Morlat authored
LDAP improvements: forward openldap logs to liblinphone debug log, and use our own resolver by default to avoid blocking getaddrinfo() in openldap.
-
- 10 Oct, 2024 - 1 commit
-
-
Christophe Deschamps authored
-
- 09 Oct, 2024 - 1 commit
-
-
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.
-
- 02 Oct, 2024 - 2 commits
-
-
Improve reliability of VFS encryption test by taking onto account a quick download of the content, too fast to be cancelled Wait for file transfer to reach 2%
-
Simon Morlat authored
Fix double-free in presence functions because of invalid @tobefreed directive. The fix is already in master.
-
- 30 Sep, 2024 - 1 commit
-
-
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
-
- 27 Sep, 2024 - 1 commit
-
-
ClémenceHim authored
-
- 18 Sep, 2024 - 1 commit
-
-
Simon Morlat authored
Restrict liblinphone plugins loading to liblinphone_*.dll in order to prevent loading of any shared library on UWP. This fixes a crash at startup.
-
- 16 Sep, 2024 - 1 commit
-
-
Simon Morlat authored
Fix an issue where video camera streaming does not resumes after resuming a video call, when the video stream was send-only.
-
- 06 Sep, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
Add message id to chat mesage in order to uniquely identify it when a duplicate comes in. The call id is not enough as multiple message may be sent over the same dialog
-
- 26 Aug, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 21 Aug, 2024 - 1 commit
-
-
Andrea Gianarda authored
participants in an ecrypted chat room. This situation is detected when encrypting a message in the LIME encryption engine and the client will request a full state to ensure that the list of participant it has is the same as the one on the server side
-
- 20 Aug, 2024 - 1 commit
-
-
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.
-
- 19 Aug, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 08 Aug, 2024 - 2 commits
-
-
Andrea Gianarda authored
This reverts commit 575483f3.
-
Andrea Gianarda authored
-
- 05 Aug, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 31 Jul, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 26 Jul, 2024 - 1 commit
-
-
Simon Morlat authored
Do not block linphone_core_iterate() when there are unregistrations to perform after calling linphone_core_stop_async().
-
- 25 Jul, 2024 - 1 commit
-
-
Andrea Gianarda authored
Set intialized flag to false when disconnecting database
-
- 24 Jul, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
Mickaël Turnel authored
(cherry picked from commit 2d3f443e)
-
- 23 Jul, 2024 - 3 commits
-
-
Mickaël Turnel authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 22 Jul, 2024 - 1 commit
-
-
Mickaël Turnel authored
-