- 07 Jan, 2025 - 1 commit
-
-
Andrea Gianarda authored
-
- 02 Jan, 2025 - 1 commit
-
-
Simon Morlat 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.
-
- 13 Dec, 2024 - 1 commit
-
-
Mickaël Turnel authored
-
- 10 Dec, 2024 - 1 commit
-
-
Peio Rigaux authored
Ensure that all uploaded builds have at least 64 bits Modified name of jobs running one one arch. This is simplified in CI to emphasize on the Arch and not the app type (as in reality "win32" apps can be built in 64 bits...) In CI : win32 = 32bits win64 = 64bits win3264 = multiarch 32/64 bits Now run vs2022-ninja-win64-windows both in mr and nightly, to be able to run tests Re-enabled Nightly Xamarin
-
- 09 Dec, 2024 - 2 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
-
- 05 Dec, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 04 Dec, 2024 - 1 commit
-
-
Mickaël Turnel authored
Improve C# wrapper management of strings to ensure proper UTF-8 conversion while passing from and to C library. Regenerate CsUwpWrapper so that it can target a higher UWP API level. Enable 64 bit for win32 builds.
-
- 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. Compile openldap with IPv6 support on windows.
-
- 22 Oct, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 21 Oct, 2024 - 1 commit
-
-
Sylvain Berfini authored
Package Android SDK debug libs as ZIP file available in maven repository, disabled -debug flavor AAR upload
-
- 18 Oct, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 15 Oct, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 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.
-
- 01 Oct, 2024 - 1 commit
-
-
Mickaël Turnel authored
Call setup before adding the callback as on some backends the setup will clear them
-
- 30 Sep, 2024 - 2 commits
-
-
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
-
jehan authored
-
- 27 Sep, 2024 - 1 commit
-
-
ClémenceHim authored
-
- 26 Sep, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 24 Sep, 2024 - 1 commit
-
-
Julien Wadel authored
- Update ReadMe. - Update VPX build.
-
- 18 Sep, 2024 - 2 commits
-
-
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.
-
- 12 Sep, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 11 Sep, 2024 - 1 commit
-
-
johan authored
-
- 10 Sep, 2024 - 1 commit
-
-
Julien Wadel authored
-
- 06 Sep, 2024 - 2 commits
-
-
Andrea Gianarda authored
liblinphone: Wait 1s to ensure that the Laure can sent the displayed IMDN out before stopping its core
-
Andrea Gianarda authored
liblinphone: 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
-
- 05 Sep, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 02 Sep, 2024 - 1 commit
-
-
Peio Rigaux authored
Builds on VS2022, uses latest available Windows SDK by default (to avoid SDK bugs), assuming retrocompatibility Attempt to run builds against visual studio version environment based runner Add vs2019 and vs2017 builds in manual Fix packaging syntax error Attempt to workaround issue when using find_program without msys2 as hint Removed file duplicates in NuGet file to avoid errors during packaging Allow use of sccache windows build cache Changed debug info to old /Z7 Removed jsoncpp hardcoded use of ccache Escape spaces from locations given by find_program Changed parallel level for windows to set it by machine
-