Commit graph

12219 commits

Author SHA1 Message Date
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
Ghislain MARY
7b5061ace7 Fix memory leaks. 2018-02-01 17:43:07 +01:00
Ghislain MARY
e2ca3cbbeb Prevent encryption of IMDN messages signaling an error. 2018-02-01 17:42:42 +01:00
Ghislain MARY
64e74b6e80 Fix multipart tester. 2018-02-01 17:02:09 +01:00
Benjamin Reis
1b9c79b963 get correct database path in mainDb tester 2018-02-01 16:45:15 +01:00
Sylvain Berfini
0fcb6fe1dd Fixed CPIM tests 2018-02-01 16:41:47 +01:00
Ghislain MARY
ae93514982 Add canHandleMultipart() method on chat rooms. 2018-02-01 16:30:38 +01:00
Ronan Abhamon
3f344bb5a3 fix(MainDbTester): use correct values to compare with the database 2018-02-01 16:15:57 +01:00
Ghislain MARY
7481f76ba2 Some cleaning in FileTransferChatMessageModifier. 2018-02-01 15:41:51 +01:00
Ghislain MARY
2d97f5ded9 Fix iterator bug in send() method of ChatMessagePrivate. 2018-02-01 15:40:51 +01:00
Jehan Monnier
4c89ac95e2 make sure db is reconnected on « unknown error » 2018-02-01 15:32:10 +01:00
Benjamin Reis
570f927eca do not crash on empty char* in logger 2018-02-01 14:08:40 +01:00
Sylvain Berfini
e0114d64f5 Fixed chatRoom.markAsRead when called from ChatMessageReceived callback 2018-02-01 14:06:40 +01:00
Sylvain Berfini
6a4eb317f4 Removed useless param 2018-02-01 13:39:47 +01:00
Ghislain MARY
8153806d34 Fix some memory leaks in message tester. 2018-02-01 13:39:13 +01:00
Ghislain MARY
76c5214aaf Fix markChatMessagesAsRead(). 2018-02-01 13:38:59 +01:00
Sylvain Berfini
d6d9e399c6 Fixed IMDN and isComposing sent being stored in db 2018-02-01 13:04:53 +01:00
Ronan Abhamon
bbebdbf5d5 fix(tester): remove some things linked to GTK 2018-02-01 12:13:44 +01:00
Benjamin Reis
209225e236 group_chat test suite should no longer crash 2018-02-01 12:07:05 +01:00
Benjamin Reis
94be12b813 fix a crash in group_chat_tester 2018-02-01 11:35:40 +01:00
Ronan Abhamon
460f473d94 fix(DbSessionPrivate): remove useless friend to removed DbSessionProvider class 2018-02-01 11:28:16 +01:00
Ronan Abhamon
0f6cf5085b fix(DbSessionPrivate): fix undetermined value of backend type if soci is not enabled 2018-02-01 11:26:24 +01:00
Ronan Abhamon
f7a0a8d931 fix(DbSession): do not use L_ASSERT(false) if soci is not enabled in checkTableExists 2018-02-01 11:18:40 +01:00
Ronan Abhamon
891df5ff10 fix(MainDb): add missing transactions on little req, add safety 2018-02-01 11:18:40 +01:00
Sylvain Berfini
3b64a06c3b Fixed legacy getText method on ChatMessage 2018-02-01 10:31:59 +01:00
Benjamin Reis
a705f8dda6 fix message tester warning : do not unref an unitialisez LinphoneChatMessage 2018-02-01 10:23:27 +01:00
Ghislain MARY
7032a1476a Fix memory leak. 2018-01-31 18:00:20 +01:00
Ghislain MARY
44040c2f3f Some more fixes in message tester. 2018-01-31 17:49:26 +01:00
Sylvain Berfini
37a17b14a1 Improved code 2018-01-31 17:46:01 +01:00
Sylvain Berfini
1f2f1deb5e Fixed old API setText and setContentType on ChatMessage 2018-01-31 17:46:01 +01:00
Ghislain MARY
e1c7e698dc Fix crash in message tester. 2018-01-31 17:34:14 +01:00
Sylvain Berfini
15713f29e8 Added group chat test with base64 encryption 2018-01-31 17:23:24 +01:00
Ronan Abhamon
890117f2d4 feat(Utils): add a algorithm file to centralize generic algorithm 2018-01-31 17:20:51 +01:00
Sylvain Berfini
a64dc54e7a Fixes for chat message when using custom content type and encryption 2018-01-31 17:00:51 +01:00
Ghislain MARY
3cd16880aa Remove file transfer using external body url test as it is no longer supported. 2018-01-31 16:57:50 +01:00
Ghislain MARY
7c4533b8fc Restore the ability for a user to define if a ChatMessage is to be stored or not. 2018-01-31 16:53:09 +01:00
Ghislain MARY
b39e220d5a Fix build broken because of deactivated test. 2018-01-31 16:53:09 +01:00
Sylvain Berfini
a3b49906df Improved some tests + fixed leaks 2018-01-31 16:21:57 +01:00
Sylvain Berfini
c3af1a6b15 Removed unused function to fix compil 2018-01-31 15:29:13 +01:00
Sylvain Berfini
2156bb3d45 Fixed issue with encryption 2018-01-31 15:26:20 +01:00
Sylvain Berfini
8cd317c30a Fixed issue with IM delivery notifications 2018-01-31 13:00:18 +01:00