Commit graph

1043 commits

Author SHA1 Message Date
Ghislain MARY
e415dbacb9 Fix wrong handling of MessageOp in ChatMessage (it needs to be able to survive to the destruction of the ChatMessage). 2018-01-31 11:27:52 +01:00
Ghislain MARY
8b8aa32697 Some cleaning in FileTransferChatMessageModifier. 2018-01-30 17:00:35 +01:00
Ghislain MARY
1bcab84da4 More fixes for message tester. 2018-01-30 15:54:04 +01:00
Sylvain Berfini
e4aab72a61 Added OneToOne capability on basic chat room 2018-01-30 15:53:37 +01:00
Sylvain Berfini
30f90763c4 Improve isFile use in Contents for FileTransfer 2018-01-30 14:56:59 +01:00
Sylvain Berfini
10564ec12d Improved ChatMessage setText and setContentType from old API 2018-01-30 14:35:22 +01:00
Sylvain Berfini
e82e002911 Use int instead of LinphoneChatRoomCapabilitiesMask as wrapper currently translates it wrong (as unsigned int instead of int) 2018-01-30 11:27:37 +01:00
Sylvain Berfini
eed9ab3c83 Added hasCapability method on C ChatRoom 2018-01-30 11:15:30 +01:00
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
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
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
acd77eba5f A message is always sent as UTF-8 2018-01-25 10:34:50 +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
Sylvain Berfini
404e213cc4 Log an error and abort sending chat message without any content 2018-01-23 13:57:56 +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
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
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
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
Ronan Abhamon
594d71d78f fix(FileTransferChatMessageModifier): use delete instead of free on content 2018-01-11 15:09:32 +01:00
Ronan Abhamon
390fcf2ce1 fix(CpimParser): coding style 2018-01-11 14:44:58 +01:00
Ronan Abhamon
01294c1bcc fix(CpimParse): move CPIM_GRAMMAR define in header 2018-01-11 14:27:43 +01:00
Erwan Croze
a10ee82fc1 Loading Cpim grammar instead of build this 2018-01-11 13:48:57 +01:00
Ghislain MARY
33aa0f1276 Fix STUN authentication requested callback. 2018-01-11 11:35:06 +01:00
Ronan Abhamon
1e56407b0b fix(coreapi): avoid leaks 2018-01-10 13:54:20 +01:00
Ronan Abhamon
95d7521404 fix(c-dial-plan): remove AsInt usage 2018-01-10 13:37:42 +01:00
Ronan Abhamon
595cb5871d fix(c-dial-plan): avoid static object in by_ccc... 2018-01-10 13:36:52 +01:00
Ronan Abhamon
795fc66a2d fix(DialPlan): remove unused wrapped functions and clean code 2018-01-10 13:32:43 +01:00
Sylvain Berfini
798c9502ff Yet another leak fixed 2018-01-10 11:48:08 +01:00
Ghislain MARY
4aa734c86f Memory leak fixes. 2018-01-09 18:00:09 +01:00
Sylvain Berfini
0de510100c Fixed previous cherry-pick 2018-01-09 16:31:01 +01:00
Mickaël Turnel
9dbf7e36de Add estimated download bandwith stat for video calls 2018-01-09 16:30:58 +01:00