- May 17, 2024
-
-
Sébastien Blin authored
Now a conference can start without any call (this avoid to attach a call without peer to create a conference). Path is now clearer for a call creation: + If we receive a call, we attach it to the conference + Else we do not create any call and just attach the host. Next step is to be able to attach a host in audio only without weird tricks and group addParticipant/bindParticipant GitLab: #953 Change-Id: I13785a5525e041c37fb62c0c9f355e9371f1e4ad
-
Sébastien Blin authored
Also, start to fix audio binding (this will be a full patch, but at least do not attach host) GitLab: #959 Change-Id: I0aeb9121e2880a5afb4b1ca1a30710d1b60a2e7e
-
Change-Id: I82425bd8beb77dae3f399aa0e79818e3029ae80b
-
- May 15, 2024
-
-
Adrien Béraud authored
Change-Id: I1c39d1b45645841deb505de2a732c62d30525c20
-
Adrien Béraud authored
Change-Id: I606c8d0dbdd15d1110f1a0699ddbcba377ab1cf2
-
Sébastien Blin authored
deviceId.toString() will be "00000000000..." if empty, causing weird message to appears. GitLab: #991 Change-Id: Ic61a2ece6d0ae3d8b93722a4a3d7b700052865f3
-
Sébastien Blin authored
Change-Id: I0c61aa6a067afbf2afda46b1d2fae630254bf116
-
Adrien Béraud authored
Change-Id: Ibeacb76fe3aeb8cef0b6997564ff7408e615b496
-
- May 10, 2024
-
-
Sébastien Blin authored
This fix ut_conversationMembersEvents::testAddOfflineMemberThenConnects GitLab: #991 Change-Id: I16ad336f131a2e633b5d90364ef9f52bf3355511
-
Sébastien Blin authored
Else, memory is leaked Change-Id: Icf370c1e77cefb6f2dc85de7d6e7b1c93f243096
-
Sébastien Blin authored
Change-Id: I553d36090e4d18cab10b96ae8c3a1dc9110adec8
-
Sébastien Blin authored
Change-Id: Ieede07472435b7f8ae0b19a0ec2afad94e195fee
-
- May 09, 2024
-
-
Sébastien Blin authored
Change-Id: I5576412901a12be74395823a6abf7954bbd72b73
-
- May 08, 2024
-
-
Change-Id: Icda0ff63de0d57640b02d0ca580dda230b870276
-
Sébastien Blin authored
GitLab: #987 Change-Id: I90a541af3d949a7141fc4be06aeef5e2db66d4d0
-
- Apr 30, 2024
-
-
Sébastien Blin authored
version and layout contains integer, so the JSON parse will throw if the value is parsed Change-Id: I77b0705ec1ca0b127dfe714877c69bb7fc2d80ef
-
Kateryna Kostiuk authored
MacOS 11 is required from qt 6.5 Change-Id: I0371a82d8c9589242fe8db067ba776fdd7514a39
-
- Apr 29, 2024
-
-
certstore test and ice test are moved to DHTnet project. Change-Id: Iefba61c36d5790df5753fefd97b0eaa40f15ad0d
-
- Apr 26, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I0f13e849c8197e845f541e58698656d71ebffc6f
-
François-Simon Fauteux-Chapleau authored
1) Add an override of the updateUpnpController function in JamiAccount to ensure that all the shared pointers to an account's UPnP controller get updated together 2) Call updateUpnpController when an account gets enabled/disabled so that UPnP can be (de)activated immediately if necessary GitLab: #988 Change-Id: I6ff5cefd285c37aa014aebbb862b7d7eb06aadb4
-
- Apr 20, 2024
-
-
Adrien Béraud authored
Avoids re-ordering messages by using a queue instead of a map. This allows to guarantee message ordering as long as the account implementation of sendMessage preserves ordering. Change-Id: I09a5c4964e1276236e5b992e4fc080da158f2d7e
-
- Apr 17, 2024
-
-
Adrien Béraud authored
* factorize code that generates a git packet size code, use fmt * optimize sending version string * optimize sending references * re-use buffer when sending pack data Change-Id: Id3714a7d913bff36c393ec8ab114f1f7a8eba757
-
- Apr 16, 2024
-
-
Adrien Béraud authored
Change-Id: Iff39114ee1e37b94db4ab9ed664c3eb152eb45a7
-
Adrien Béraud authored
Change-Id: Idf5bbfe9ca48ea3ba6a54cc73cc70084f897122f
-
- Apr 12, 2024
-
-
Adrien Béraud authored
Change-Id: I86f091d583830b91175df393e5701b73dc69d007
-
- Apr 07, 2024
-
-
Adrien Béraud authored
Change-Id: Idd6d296d32d66d05e62a93008cb03dc304cc5050
-
Adrien Béraud authored
Change-Id: Ia92058cdd08596615911c85d9c9fa5237d28bda1
-
- Apr 04, 2024
-
-
Andreas Traczyk authored
Change-Id: I52ac167389739023cc16a1750045fa3e92a51548
-
Kateryna Kostiuk authored
We might receive multiple requests, but they are usually ignored if the conversation already exists. However, if we load only one conversation, we cannot verify whether the conversation has already been created. This patch adds all conversation IDs to the map so that they can be verified. It also loads convInfos, to verify requests that were accepted but not synchronized. Change-Id: Id691be171acc38b256181d58e3e1e41f11a241f9
-
- Apr 03, 2024
-
-
Andreas Traczyk authored
Change-Id: If215610aee704e29fd1ec8bf0ed2a124a271963f
-
Andreas Traczyk authored
Change-Id: Ic6ce44c1dac9cf6956cf2ede4061c86a2d723568
-
Adrien Béraud authored
Change-Id: I62720173f91c1e32be9428485449cbcc7b388c9a
-
Adrien Béraud authored
replaced by dhtnet and SIP messages Change-Id: I9e02bb7ce447ce8707a00963d8e7fb65417ed576
-
Adrien Béraud authored
Change-Id: Id8bb1172aeb066b43dd3d26722ceb9c13a4f1f32
-
Adrien Béraud authored
Change-Id: I5b9076e309d7d614af6e30e8697328c81b6ff8e3
-
- Apr 02, 2024
-
-
François-Simon Fauteux-Chapleau authored
GitLab: #978 Change-Id: I89644008fd6e8b22e1a1805778f3983ab9df7795
-
Change-Id: I5ae4fe47e00172eda2e1b51d9dd31a6157540179
-
zstd master branch has been changed to 'release' which breaks the CMake build. Change-Id: Ifc7d6f5e114645a780af2642d7f6971a0db96ed2
-
Change-Id: Ia26b6d5ea039a15fb75c910698b66314456f1538
-
- Mar 28, 2024
-
-
Sébastien Blin authored
Change-Id: I7987795779e59bb5003cfe9f46ca86e121519626
-