- Oct 06, 2022
-
-
Aline Gondim Santos authored
To properly get the time_base and framerate in the plugins, we need to set the frame properties when decoding. GitLab: jami-plugins#23 Change-Id: I69a2235c46b13a15414c4d01821cc1eba5b73987
-
- Oct 05, 2022
-
-
Change-Id: Ie472c28a510e801f347263c26e3241ad2bfdd98f
-
- Oct 04, 2022
-
-
Adrien Béraud authored
Change-Id: I4fd53b924a086e95893e2486e5a4b5b9243025f7
-
Aline Gondim Santos authored
+ Do not setMuted if socketPair not created GitLab: #769 Change-Id: I4443ed4d381e1729f9d479a84a1b577c79bf2e2e
-
- Oct 03, 2022
-
-
Change-Id: I3a1109e0acc64aed296abe19a198d71253cd4364
-
- Sep 30, 2022
-
-
Olivier Dion authored
Use the system version instead. Change-Id: I9f7886c73cdb4a70251eef79b1125919a4396eb5
-
- Sep 29, 2022
-
-
Adrien Béraud authored
Change-Id: I222a7f6aa81ccf40e5c7037b86c26e4c82f5155b
-
Adrien Béraud authored
Change-Id: I02057d31ede36eff218c2d06d20a4e7d2e49cc7b
-
- Sep 28, 2022
-
-
Aline Gondim Santos authored
Change-Id: Iffedd964cb6848df8172cdc557d7cee3656ebca4
-
- Sep 22, 2022
-
-
Olivier Dion authored
Change-Id: If13a246aa50953c99d72937daeb7866de2d82e8d
-
Olivier Dion authored
Change-Id: Id123f733759d6147f0f8fb9975b21fd8b0f1e558
-
- Sep 18, 2022
-
-
Adrien Béraud authored
Change-Id: I15fc7859a645f51918df0a911ae3ba1d077f6211
-
Adrien Béraud authored
Change-Id: Ia493ea8d6375e923185d3b8fccdf94ce669f07fe
-
Adrien Béraud authored
Change-Id: Id980bc5eecf11424e32dc14275b2dba6862aae24
-
- Sep 16, 2022
-
-
Instead of creating an agent executable, bundle the bindinds into a shared library. That way, we're adding an extension that Guile can load at runtime. This shared library can be installed along with libjami so that users can use the full power of Scheme to control their Jami accounts. Also create a `guile-wraper' that compiles against the configuration flags. This is necessary when building libjami with ASAN because then the executable either has to LD_PRELOAD ASAN or compile against it. This minimal wrapper really just boot guile and start a REPL. Change-Id: I984d211ff03322b102ebe8650950ac8487711e9d
-
Guile already checks for the type of its objects before converting to C. Thus we don't have to do the check ourself. The check is still made in `apply_to_guile' to avoid packing values unnecessary if the procedure is not really a procedure. The check is also made when registering callbacks because of their delayed nature. Change-Id: Id879c04d119884ad1226ed2495b880681125bccc
-
Instead of crashing the agent every time there's an error, just throw an exception that can be handled by the user. Change-Id: I18ac929e54b9cda6485754ccd52325db7dff66d9
-
update readme for instruction on how to build in Docker Change-Id: I6c450db3502ea6f96407b745fffc22a791976a33
-
Sébastien Blin authored
as the destructor take care of everything now, also it fix some sporadic crashes in ConnectionManager Change-Id: I5115c0493cb006ffcbe32ae53565edd3e3d1e98c GitLab: #764
-
- Sep 15, 2022
-
-
GitLab: #761 Change-Id: Iebcb1dfed3ebd1919c99e00b9528f3e09a77683c
-
- Sep 09, 2022
-
-
Sébastien Blin authored
This avoid the TlsSocketEndpoint to use an invalidated ICE. GitLab: #763 Change-Id: If89a70521e523e19c38fd61c20c483b89a9b6413
-
Olivier Dion authored
DRing::fini is currently unsafe for atexit. Change-Id: If4643a5f5455190351c45eebad816cba5b8c642f
-
- Sep 08, 2022
-
-
Sébastien Blin authored
Change-Id: Ib595ab696edddd0271b85933b26c591b078ad21c
-
Adrien Béraud authored
Causes issues with yaml-cpp. Reverting temporarily until we fix the issue. Change-Id: I2df0823554ad87880bc965bdff4f4707a6129789
-
Sébastien Blin authored
+ search method was incorrect if no type provided + some tests were not waiting for correct signals Change-Id: If6ba59829defb168f51c4a8e25f2054cd649b8c2
-
Change-Id: Iceae2a19ce3febce62f7916af8b4242e06a7e1d4
-
- Sep 07, 2022
-
-
Adrien Béraud authored
Change-Id: Ifc2d7853ba58311356a4c33e80987424f3bff283
-
Sébastien Blin authored
Change-Id: I238f452f77e10c16ebc5f69bef1b768f44e57e2e
-
Kateryna Kostiuk authored
Fix x86_64 build on Apple silicon. Change-Id: I233a1e4f48d52a5f9dc56090c864c957a69a2221
-
- Sep 06, 2022
-
-
Sébastien Blin authored
Seems that JSONcpp symbols changed between 1.7.4/1.7.6 causing some versions to fail. We already uses 1.9.3 since a long time on other platforms and ubuntu 22 got a version recent enough too. Change-Id: I21a4c44ee1359a7d89e45770cb2bad9f2eb00cce GitLab: #824
-
Sébastien Blin authored
This clarify the UI to know what message was not synced with someone. Change-Id: If58b9858eaab4b9f161c5968e691c7fd5531ee97
-
These tests were never run on the CI and are not even in the build of Meson. Change-Id: I0109633de2fd03b8589734d92c039b34d5b729bc
-
This test has not been compiled for a long time. Even if fixed, the test does not pass anymore. Change-Id: I6e14cc42e1874962734c1592e47a780e04080a1f
-
This will setup the correct environment for each tests and echo tests that are running. Users can extend this with the TESTS_ENVIRONMENT variable. Change-Id: I7aa0f04721251a6ea48cb4c2e7c2238f95d67267
-
Change-Id: I9c619d9492f3109e432a9803ae0a99cb2ab45d2c
-
To apply translations, first try to read if the JAMI_LANG variable is set, if not, try to get the system language. GitLab: #747 Change-Id: Ie458abcc07c0d0fd151172e172fe1418e5f06e7f
-
Sébastien Blin authored
This gives to clients the ability to perform search for messages with several parameters (account's id, conversation's id, author, period, max number). (To discuss) This patch introduces the search API, and a signal (MessagesFound) to return a result. GitLab: jami-project#1382 Change-Id: Ibc4665449fa0da71a015d1d18d6d0d3209331d43
-
Vladimir Stoiakin authored
Change-Id: I384328c002aa1dc495e29dfa16ada3044cdeda28
-
- Sep 04, 2022
-
-
This patch fixes crash that happened when block contact for not active account. GitLab: #758 Change-Id: I5347394a67cdffe0d95c9ee03aedf9d2618cec55
-
- Sep 03, 2022
-
-
Change-Id: Ib91b2a994129b8dc63686d9ffc6f5166765e319a
-