- 25 Jun, 2021 6 commits
-
-
Olivier Dion authored
Change-Id: Ie593e1a6496d47fa8bb1fa3b046a01f87a44377b
-
Olivier Dion authored
Change-Id: I53c9da27babcbb1c1f678ddf7b885a322d3a4d96
-
Olivier Dion authored
Change-Id: Ia946d08f370143ff2e7d9ece379ad63a8207a4b3
-
Olivier Dion authored
Change-Id: I5a3718b9c19800bd6615b52a050f6f443394136e
-
Olivier Dion authored
Change-Id: I189cdf06e74314f6e35b34addafe599d39f2dc42
-
Sébastien Blin authored
Change-Id: Ibb9d0b2d0ab638de914d31c500e41224cf293f1e
-
- 23 Jun, 2021 2 commits
-
-
with lasts ms patches, audio only participants dummy video was not being attached to conference mixer, causing participant to not show Change-Id: I4621562e901aec7dfed6c6ae4a543724f9ccb0d3 GitLab: #565
-
Adrien Béraud authored
Change-Id: I26433e1463ecb261fb586431b6c43a3e6b931dcf
-
- 22 Jun, 2021 7 commits
-
-
Sébastien Blin authored
Change-Id: I4e34411c6e362c2aca31337224b077f7674d73da
-
Maxim Cournoyer authored
Executables are typically installed under bin/, sbin/ or libexec, rather than lib/. The problem was noticed when trying to use Jami with a Guix relocatable pack, which only wraps executables found under the above locations. Since dring is a daemon and should not be run directly by users under normal circumstances, the convention is to use the libexec directory, according to the File Hierchy Standard 3.0. Also tackled in this change is the substitution of the Autoconf variables at installation time rather than configuration time, as per the GNU Coding Standards. The following solution is taken from https://github.com/gentoo/eudev/pull/183/commits, which in turn is adapted from the Autoconf manual (c.f.: info "(autoconf)Installation Directory Variables"). * bin/Makefile.am (ringlibdir): Delete variable. * bin/dbus/Makefile.am (do_subst): New variable. (cx.ring.Ring.service): Derive from the cx.ring.Ring.service.in template. [HAVE_WIN32]: (ringlib_PROGRAMS): Rename to ... (bin_PROGRAMS): ... this. [HAVE_OSX, RING_DBUS]: Likewise. * bin/dbus/cx.ring.Ring.service.in (Exec): Adust. * globals.mk (ringlibdir): Delete variable. * configure.ac [with_dbus] <AC_CONFIG_FILES>: Remove bin/dbus/cx.ring.Ring.service. Also remove the LIBDIR variable, no longer used. Fix indentation. Thanks to Vladimir Stoiakin for providing feedback on this change. Change-Id: I845bf2bd590a9457e70ca173027217b8f164d713
-
Andreas Traczyk authored
Incoming transfers should be preserved in the conversation's data directory by default. This will prevent broken pending file transfers and chat UI when the user cleans their download folders. Subsequent commits to the project should provide a mechanism for users to download(copy) transfers to their chosen download path. Change-Id: Ide109fadb950ce7ab096c052c0a54ad4d215a9a1
-
Andreas Traczyk authored
Requires developer mode at best on windows 10 Change-Id: I0861c3f87c51f0de9de3f3860b371ced0d5ccb2d
-
Sébastien Blin authored
sendMessage is async, causing messages to be mixed before the assert Change-Id: Ia08855a6a1516db2ee5acf01c166055831be80eb
-
Sébastien Blin authored
Also check repo pointer in conversationRepository. If the conversation is not correctly cloned (can be caused by a lot of things during the clone), the infos will be invalid, so avoid to crash in this case. Change-Id: I42a15200a06ca700bac972deea4cfc07ae87cae8 GitLab: #568
-
Sébastien Blin authored
If the ICE is closed during the cacheSIPConnection, the sip transport will not be found causing a potential crash Change-Id: Ic2e7ab9272a2eb3274256151e37c2acd208cb0dd GitLab: #569
-
- 17 Jun, 2021 3 commits
-
-
Change-Id: Iff94a21f26fd1518e1d7287e511c41176ea8eea9
-
Mohamed Chibani authored
Change-Id: I610ae85bb3b779457a9ce64161e3b8b19ca820df Gitlab: #516
-
Mohamed Chibani authored
Media direction attribute in the SDP should be set to "sendonly" when the call is put on-hold. Gitlab: #553 Change-Id: Iad82bf1fcac703bd275e857f28d1a4aa7323cc0d
-
- 16 Jun, 2021 3 commits
-
-
Adrien Béraud authored
Change-Id: I829ca79f3786d400c1cf9937affcd713ea48e05e
-
Change-Id: I3c0202705488c84cade375b79a9d47669c2dcd20
-
Olivier Dion authored
Catching a generic exception could hide problems deeper in the call stack. Found-by: fuzz-msgpack Change-Id: I93e1f92aca6e3cff259d52cdedfd83996994b721
-
- 15 Jun, 2021 1 commit
-
-
Change-Id: Ib1eb25f11fccd51424012bb11d5e8586fcc8e575
-
- 14 Jun, 2021 4 commits
-
-
Sébastien Blin authored
Change-Id: I69bf2a2b2a8c7fed6d38c1b85ab9d8069442b4d1
-
Sébastien Blin authored
Because no more devices can exists after an import, the swarm MUST be able to sync from known conversation's members. Change-Id: Ic22ec813b303815ce62b45fea6ab317ab3ba3147
-
Change-Id: Icb8b13668a749c27125f0377299cf96a51170132
-
Sébastien Blin authored
Change-Id: I087ee6e3e0e8f1530272a28f6f940571d542ebc4
-
- 11 Jun, 2021 14 commits
-
-
Sébastien Blin authored
Change-Id: Ia7ed4438ccd466ec0bab60b5a85d9b67f721d0d8
-
Sébastien Blin authored
fetched check the devices who has fetched since the last commit. With this file we can detect if a device needs to fetch and if it's the case we start a connection. cacheSipConnection will sync the conversations when called. This avoids the daemon to connect too all contacts Change-Id: Id85db09c3c0a6aa44dd48b3bbee5ed7e0a5d6b84
-
Sébastien Blin authored
Change-Id: I4deaafb9b8c6f3df675049c7c3a95f7924983503
-
Change-Id: I505a82849bcd3f33fe772f75b58e50507601c920
-
Sébastien Blin authored
this avoid to lock configurationMtx in a dht thread (this will block the shutdown). Change-Id: Ie04a7a34ccd85a3c05214a373a7b7cca4350ad7b
-
Sébastien Blin authored
Change-Id: I20add73ed92aece44687bf133914883547dd2f32
-
Sébastien Blin authored
Change-Id: Ib242760919521113c4d76beb14b37311bfba17d4
-
Sébastien Blin authored
Change-Id: Ic336fd64f666debf3e1183fb705af65f82a4bdb7
-
Sébastien Blin authored
Add mechanism to re-ask for transfers and sendProfile with new logic GitLab: #524 Change-Id: I9f10328ff0e2bd9128e2d7d1afd7fa272dd14cdf
-
Sébastien Blin authored
Change-Id: I142e017e290c643a73f2b2b422533ec8d7cc0483
-
Sébastien Blin authored
add API to ask for a failed transfer. This can be used when the client detects a transfer they doesn't have yet. It will ask all members of the conversation to send the transfer back. GitLab: #136 Change-Id: I1484298c4fa0eabb614132e22d8032612e14b949
-
Sébastien Blin authored
Sometimes a non swarm can send a text message via the DHT but not the trust request confirm. In this case, the discussion must use the old path. Change-Id: Id0d5223c830abe0840bef167b4be50abc276a72c
-
Sébastien Blin authored
Change-Id: Ib8fcbbb95a4df84e297ad468b8b4b239a172a153
-
Change-Id: I136f5ba49f14a379ec6dce37fbd837e38d90f549
-