Commit graph

12155 commits

Author SHA1 Message Date
Ghislain MARY
d5347f4bca Restore check of transient messages in message tester. 2018-01-30 10:57:23 +01:00
Ghislain MARY
c74511d478 Fix initialization of capabilities in ClientGroupChatRoom. 2018-01-30 10:57:10 +01:00
Ghislain MARY
03853c8b14 Fix memory leak of ChatMessage. 2018-01-29 18:07:53 +01:00
Ghislain MARY
560842b572 Add TerminationFailed state to ChatRoom. 2018-01-29 18:07:23 +01:00
Ronan Abhamon
fdfcbbc12a feat(core): DO NOT ADD CODE IN private object destructors (if not possible you can in specific cases like base objects). Thx. <3 2018-01-29 17:02:11 +01:00
Ronan Abhamon
42035bb700 feat(c-tools): set the cpp ptr type on belle sip object name 2018-01-29 16:00:24 +01:00
Simon Morlat
d410c7e6c7 Fix a small memory leak. Change tester_hosts to point to our new server. 2018-01-29 15:43:28 +01:00
Jehan Monnier
cf16d4a459 fix Add admin unit test 2018-01-29 13:37:05 +01:00
Ghislain MARY
e49f2fedda Handle re-invite of a participant that has left a one-to-one chat room when the other participant sends a message. 2018-01-26 14:30:34 +01:00
Ronan Abhamon
9072624acb feat(AbstractDb): add a way to deal with exceptions 2018-01-25 17:07:16 +01:00
Ghislain MARY
8f24505766 Fix some group chat testers. 2018-01-25 16:55:01 +01:00
Benjamin Reis
b80aff9c55 change last notify id sooner 2018-01-25 15:40:34 +01:00
Ghislain MARY
915f797c67 Improve deletion of chat rooms in group chat tester. 2018-01-25 15:08:33 +01:00
Ghislain MARY
66ac7bb4cd Check that the failed state is not reached by the application in case of fallback from ClientGroupChatRoom to BasicChatRoom. 2018-01-25 15:08:00 +01:00
Ghislain MARY
a8955e1647 Prevent application from being notified of error in creation of ClientGroupChatRoom in case of fallback to BasicChatRoom. 2018-01-25 14:19:39 +01:00
Ghislain MARY
359b7bde4b Handle one-to-one chat rooms and quit the client group chat room when deleting it. 2018-01-25 11:51:20 +01:00
Mickaël Turnel
1e350eda33 Send also a message with some accents to test encoding 2018-01-25 11:24:38 +01:00
Mickaël Turnel
acd77eba5f A message is always sent as UTF-8 2018-01-25 10:34:50 +01:00
Sylvain Berfini
8bee95c540 Added test for gruu in fork contexts and flexisip's router module 2018-01-24 16:34:43 +01:00
Erwan Croze
0bc7d25eed Fixing compilation problem with Centos7 2018-01-24 10:27:00 +01:00
Ronan Abhamon
5c635ab5c2 fix(core-chat-room): add a workaround to deal with destroyed chat rooms 2018-01-23 17:35:27 +01:00
Erwan Croze
37011a2737 Fixing linphone rpm build 2018-01-23 16:25:34 +01:00
Sylvain Berfini
404e213cc4 Log an error and abort sending chat message without any content 2018-01-23 13:57:56 +01:00
Erwan Croze
69f1982653 Didn't handle message if chatroom not found on server 2018-01-23 13:41:22 +01:00
Ghislain MARY
94e457427e Fix an invalid read in multi call tester. 2018-01-19 17:23:27 +01:00
Sylvain Berfini
63a16edcad Fixed Android video devices 2018-01-18 19:01:35 +01:00
Ronan Abhamon
75cbb76945 feat(MainDb): add a findOneToOneConferenceChatRoomAddress method 2018-01-18 16:59:33 +01:00
Jehan Monnier
3a3745d7b7 Automatically load cpim grammar from Linphone framework on IOS 2018-01-17 20:51:22 +01:00
Ghislain MARY
2cd079c96f Fix DTLS in calls. 2018-01-16 17:42:04 +01:00
Sylvain Berfini
cb41aa0482 Changed order of chat message modifier for LIME v2 2018-01-16 14:41:04 +01:00
Ghislain MARY
c0a610d4a4 Fix invalid reads and writes in media session. 2018-01-16 14:12:46 +01:00
Ghislain MARY
c57570a979 Prevent invalid reads in C code because of addresses internal cache variables being uselessly reallocated. 2018-01-16 10:58:47 +01:00
Ghislain MARY
dcc3bc6e59 Fix crash in "Call paused and resumed with loss" test. 2018-01-16 10:06:31 +01:00
Ronan Abhamon
755722f1c9 fix(main-db-tester): fix partially tests 2018-01-15 11:04:48 +01:00
Ronan Abhamon
582aff27af fix(tester/tools): add _L prefix on include guard 2018-01-15 09:19:24 +01:00
Ronan Abhamon
26ad07a02e feat(core): update date of some files 2018-01-15 09:17:54 +01:00
Ronan Abhamon
d8a8e4a747 fix(c-dial-plan): clean code and add todo 2018-01-15 09:16:02 +01:00
Ghislain MARY
a911ac8d8d Fix conference event tester. 2018-01-12 17:51:11 +01:00
Sylvain Berfini
4dd100a061 Handle 400 returned by lft script if file is too large 2018-01-12 16:58:10 +01:00
Sylvain Berfini
f9986484c0 Ugly workaround to fix C++ wrapper 2018-01-12 15:52:29 +01:00
Sylvain Berfini
ea585a1ef6 Fixed previous commit 2018-01-12 15:21:36 +01:00
Sylvain Berfini
2e837751c6 COpy SDK rootCA only if not exists 2018-01-12 15:19:44 +01:00
Sylvain Berfini
8a95dba194 Fixed abstractApi and Java wrapper use of RefCountable attribute 2018-01-12 14:41:29 +01:00
Erwan Croze
be2e2b226d Removing vcard grammar from linphone repo 2018-01-12 11:55:56 +01:00
Erwan Croze
87aecfa304 Moving some setting init from android application to liblinphone 2018-01-12 11:54:43 +01:00
Sylvain Berfini
3a39020f81 Added canHandleCpim method on chat rooms to know whether or not send Cpim messages through it 2018-01-11 17:23:26 +01:00
Ghislain MARY
963f29b280 Fix linphonecore initialization. 2018-01-11 16:58:33 +01:00
Ronan Abhamon
723ee9a1e3 fix(main-db-tester): use resource db file 2018-01-11 15:43:25 +01:00
Ronan Abhamon
c646c50c10 feat(tester): generate one random database for each core 2018-01-11 15:34:05 +01:00
Ronan Abhamon
594d71d78f fix(FileTransferChatMessageModifier): use delete instead of free on content 2018-01-11 15:09:32 +01:00