Commit graph

12959 commits

Author SHA1 Message Date
Sylvain Berfini
575370919d More work on c-content.cpp 2018-02-09 13:41:42 +01:00
Ronan Abhamon
6858207bc2 feat(MainDb): add a security to delete basic chat room on migration when peer sip address is a server sip address chat room 2018-02-09 10:58:12 +01:00
Ronan Abhamon
b9b2ca6311 feat(MainDb): add a security to delete basic chat room on migration when peer sip address is a server sip address chat room 2018-02-09 10:57:33 +01:00
Sylvain Berfini
1024c1942b Some invalid read fixes 2018-02-08 17:50:25 +01:00
Sylvain Berfini
dbdbeaa46f Added and using isFileTransfer 2018-02-08 17:38:16 +01:00
Jehan Monnier
6cc3fb27db add test to make sure no invite from chat room are in call logs 2018-02-08 17:28:35 +01:00
Sylvain Berfini
1b74fdadef Do not crash if key is NULL 2018-02-08 17:25:35 +01:00
Ronan Abhamon
bfe175f853 fix(c-api): add missing content include 2018-02-08 16:30:28 +01:00
Ronan Abhamon
450548f612 fix(core): add missing content.h include 2018-02-08 16:28:48 +01:00
Sylvain Berfini
1c9f356e4f Fixed crash in chat room state changed callback if trying to find chat room 2018-02-08 15:48:25 +01:00
Benjamin Reis
017f4790b0 use BackgroundTask object instead of call directly sal API 2018-02-08 15:45:30 +01:00
François Grisez
6d74bab83e Reworks gendoc.py in order to use the new API of abstractapi.py 2018-02-08 15:29:11 +01:00
François Grisez
cd7bc53db3 C++ wrapper generator: reworking of ClassHeader class 2018-02-08 15:22:10 +01:00
François Grisez
9dd3f54f91 Fixes error in Java wrapper generation that caused a crash on Android apps starting 2018-02-08 15:17:39 +01:00
Benjamin Reis
01e15617b6 add initial value to background task id 2018-02-08 14:43:22 +01:00
François Grisez
04a024ec9e Revert "Fixes C++ wrapper generation with Python 2"
This reverts commit 7d621c5bd1 and
proposes a way to fix the generation with Python 2 without
breaking abstractapi's interface.
2018-02-08 14:32:39 +01:00
Benjamin Reis
4511ad79f2 add background task to client group chat room 2018-02-08 13:55:49 +01:00
Sylvain Berfini
96c01f7052 More work 2018-02-08 13:06:39 +01:00
Ronan Abhamon
6c88e6be87 feat(utils): add a BackgroundTask component 2018-02-08 12:46:47 +01:00
Sylvain Berfini
122098ac04 More work on C/C++ Contents 2018-02-08 11:24:30 +01:00
Sylvain Berfini
933081e72f Started to remove old LinphoneContent and use a C wrapper above C++ Content 2018-02-07 17:50:37 +01:00
Sylvain Berfini
bb2274e56d Fixed previous commit 2018-02-07 17:44:22 +01:00
Sylvain Berfini
b24c534c49 Removed LeaksMemory tag on test that doesn't leak anymore 2018-02-07 17:21:54 +01:00
Jehan Monnier
655f5912a5 add test to chatroom tester to simulate chat room deletion after app restart 2018-02-07 17:14:35 +01:00
Ghislain MARY
e39313ae51 Fix "Create chat room with disconnected friends and initial message" group chat test. 2018-02-07 17:03:50 +01:00
Sylvain Berfini
6603446382 Started to get back LIME working for file transfer 2018-02-07 17:01:54 +01:00
Benjamin Reis
ecb802ead1 Fix tests in flexisip tester 2018-02-07 13:50:29 +01:00
Benjamin Reis
2abc6155eb do not use gruu in ipv6 tester to see if there's ':' in contact ip 2018-02-07 11:56:49 +01:00
Benjamin Reis
ecd097db9a fix some memory laks in flexisip_tester 2018-02-07 11:33:59 +01:00
Ghislain MARY
9760d1e808 Fix memory leak in event op. 2018-02-06 18:11:46 +01:00
François Grisez
7d621c5bd1 Fixes C++ wrapper generation with Python 2 2018-02-06 16:49:15 +01:00
Jehan Monnier
54291e5676 add unit test to chat room tester 2018-02-06 13:05:48 +01:00
François Grisez
bff2f9a26f Reworking of wrappers generators
* Support of enums declared inside classes.
* Moving of Java translation code into abstractapi.py
  in order to have Java's API in the generated multi-language
  documentation.
2018-02-06 12:22:44 +01:00
Ghislain MARY
1c2f68ad52 Remove deprecated "Friends storage migration from rc to db" test. 2018-02-06 12:15:02 +01:00
Sylvain Berfini
1ca73da1cf Fixed 'increases required alignment of target type' compilation error 2018-02-06 09:33:49 +01:00
Ronan Abhamon
f5654daa26 fix(friendlist): avoid memory leaks but not all 2018-02-06 09:20:13 +01:00
Ghislain MARY
702e257cae Automatically generate Core creation method for C++ wrapper. 2018-02-05 16:07:10 +01:00
Mickaël Turnel
511a4d3099 Fix wrong behavior of operator overloading in Clang 8.0 2018-02-05 14:17:13 +01:00
Benjamin Reis
eeb637c3eb refactor group chat tester _send_file(_plus_text) functions 2018-02-05 11:59:33 +01:00
Ghislain MARY
a387d0e049 Change signature of ServerGroupChatRoomPrivate::update() method. 2018-02-05 11:53:15 +01:00
Benjamin Reis
d4af4fafd8 increase chat creation check time and fix 'Send file + text' tester 2018-02-05 11:15:47 +01:00
Ghislain MARY
aa25760dc6 Fix some group chat testers. 2018-02-02 16:58:48 +01:00
Benjamin Reis
8a32280446 fix style 2018-02-02 15:43:04 +01:00
Jehan Monnier
633f1bf8ea fix crash when receiving invte from an unknown chatroom 2018-02-02 15:14:51 +01:00
Ghislain MARY
7ec3f703f5 Fix multicast tester. 2018-02-02 11:44:31 +01:00
Benjamin Reis
76ce881f6d fix crash when decoding a message 2018-02-02 11:14:51 +01:00
Benjamin Reis
b07da774ab do not try to log null particpant 2018-02-02 10:57:19 +01:00
Ronan Abhamon
643b0a8f7e feat(algorithm): add a removeIf helper 2018-02-02 10:56:57 +01:00
Ronan Abhamon
c9c4ab5536 fix(RemoteConferenceEventHandler): remove listener only if core exists + add me in main db tests 2018-02-02 10:54:11 +01:00
Ghislain MARY
e62d8fffd7 Deactivate multicast tester for now. 2018-02-02 09:08:26 +01:00