Benjamin Reis
|
286199423f
|
wrap chatroom isReadOnly method
|
2017-11-30 14:56:55 +01:00 |
|
Sylvain Berfini
|
b0f2d80547
|
SQL duration logger outputs to debug as default
|
2017-11-30 14:41:01 +01:00 |
|
Ronan Abhamon
|
310637f275
|
feat(core): add a find one to one chat room function
|
2017-11-30 14:32:36 +01:00 |
|
Ronan Abhamon
|
71757bbce7
|
feat(MainDb): save chat room read only state
|
2017-11-30 14:15:38 +01:00 |
|
Benjamin Reis
|
7c2ce9d173
|
notify core when chat room is created instead of instantiated
|
2017-11-30 14:14:24 +01:00 |
|
Ronan Abhamon
|
d111d78f71
|
feat(core-c): provide a way to find chat room
|
2017-11-30 11:20:38 +01:00 |
|
Ronan Abhamon
|
af709ad4c9
|
fix(ChatRoom): add delete history impl
|
2017-11-30 10:18:12 +01:00 |
|
Ronan Abhamon
|
cea7ca8bb1
|
fix(c-chat-room): delete correctly chat message
|
2017-11-30 09:27:46 +01:00 |
|
Ronan Abhamon
|
52d7652e28
|
feat(EventLog): provide a way to delete event in public interface
|
2017-11-29 17:32:10 +01:00 |
|
Ronan Abhamon
|
91a64a7462
|
fix(ChatRoom): remove useless code
|
2017-11-29 15:59:22 +01:00 |
|
Ronan Abhamon
|
f0ca552ce4
|
fix(ChatRoom): reuse event from chat message in cb when possible
|
2017-11-29 15:57:33 +01:00 |
|
Ronan Abhamon
|
220ab0f123
|
feat(MainDb): explicit insert of basic chat room
|
2017-11-29 15:43:38 +01:00 |
|
Ronan Abhamon
|
6b02c99f77
|
fix(ChatMessage): remove useless code
|
2017-11-29 15:18:55 +01:00 |
|
Benjamin Reis
|
d7bc4b66ac
|
do not notify empty subject
|
2017-11-29 14:33:34 +01:00 |
|
Ronan Abhamon
|
e1d909d1c5
|
feat(MainDb): provide a way to fetch messages from db key
|
2017-11-29 14:15:14 +01:00 |
|
Benjamin Reis
|
b23a2af684
|
always update device event when subscribe received
|
2017-11-29 13:31:27 +01:00 |
|
Sylvain Berfini
|
c172fec54d
|
Fixed compil
|
2017-11-29 13:06:17 +01:00 |
|
Ronan Abhamon
|
773b60367f
|
fix(MainDb): cache chat messageon select
|
2017-11-29 11:54:22 +01:00 |
|
Ghislain MARY
|
2d78e6820a
|
Fix build.
|
2017-11-29 11:38:32 +01:00 |
|
Ronan Abhamon
|
65ab7cdfa3
|
feat(chat-message): supports cache partially
|
2017-11-29 11:33:51 +01:00 |
|
Ronan Abhamon
|
447076eadc
|
fix(MainDb): avoid event duplication
|
2017-11-28 17:19:27 +01:00 |
|
Benjamin Reis
|
afaa84610d
|
fix update of last notify id in chat room + recover it when creating chat room from db
|
2017-11-28 17:09:44 +01:00 |
|
Ronan Abhamon
|
9a5f620c51
|
feat(MainDb): refactor main db event key
|
2017-11-28 17:05:30 +01:00 |
|
Ronan Abhamon
|
db5b8dfcf5
|
fix(core): remove useless code
|
2017-11-28 17:05:30 +01:00 |
|
Benjamin Reis
|
a21111ca5a
|
Fetch messages for Message-ID for IMDN
|
2017-11-28 14:56:04 +01:00 |
|
Benjamin Reis
|
1358569f85
|
fix how to get Message-ID
|
2017-11-28 14:56:04 +01:00 |
|
Ghislain MARY
|
ec74e66eb7
|
Fix ogl render.
|
2017-11-28 14:53:56 +01:00 |
|
Ghislain MARY
|
7d16001da2
|
Fix creation of player in call.
|
2017-11-28 14:53:50 +01:00 |
|
Ghislain MARY
|
25e51fc63a
|
Fix SalCallOp::set_local_media_description() with nullptr parameter.
|
2017-11-28 14:53:43 +01:00 |
|
Ghislain MARY
|
56f8dcc57a
|
Fix return value of MediaSession::update().
|
2017-11-28 14:53:31 +01:00 |
|
Ghislain MARY
|
08a2180cbc
|
Fix reception of INFO messages.
|
2017-11-28 14:53:23 +01:00 |
|
Ronan Abhamon
|
fec65e98d7
|
feat(MainDb): add a function to find a message by imdn id
|
2017-11-28 14:09:57 +01:00 |
|
Benjamin Reis
|
6b93b7c8c7
|
keep removing soci workaround
|
2017-11-28 11:47:59 +01:00 |
|
Ronan Abhamon
|
dfbfd1bf98
|
fix(MainDb): see http://soci.sourceforge.net/doc/3.2/exchange.html, Object lifetime and immutability part
|
2017-11-28 11:15:17 +01:00 |
|
Ghislain MARY
|
ef7ae680ff
|
Add Message-ID header in CPIM messages.
|
2017-11-28 11:12:06 +01:00 |
|
Benjamin Reis
|
94a51d3ec1
|
fix cast build crash
|
2017-11-27 18:00:33 +01:00 |
|
Ghislain MARY
|
1896eff9fe
|
Several fixes for calls.
|
2017-11-27 17:45:16 +01:00 |
|
Ghislain MARY
|
5781fcbde2
|
Fix SRTP crypto key generation.
|
2017-11-27 17:11:41 +01:00 |
|
Ghislain MARY
|
8a23ea59b7
|
Fix 2 call-related crashes.
|
2017-11-27 16:43:09 +01:00 |
|
Ghislain MARY
|
ca159350b8
|
Some more fixes for call handling.
|
2017-11-27 16:02:30 +01:00 |
|
Ronan Abhamon
|
6a1debb72c
|
fix(MainDb): add space before state value in conference chat message update
|
2017-11-27 15:55:28 +01:00 |
|
Ronan Abhamon
|
f6a6edc787
|
fix(file-transfer-chat-message-modifier): test if transfer server is null
|
2017-11-27 15:43:33 +01:00 |
|
Ronan Abhamon
|
049371e757
|
fix(MainDb): add a resolve id function (soci workaround)
|
2017-11-27 15:30:23 +01:00 |
|
Benjamin Reis
|
a63b6c7601
|
subscribe when creating a chatroom from db + fix creation of basic chat room from db
|
2017-11-27 15:01:56 +01:00 |
|
Ronan Abhamon
|
cf7aaf8b6c
|
feat(MainDb): deal with participants removed
|
2017-11-27 14:22:50 +01:00 |
|
Ghislain MARY
|
9a8181ee31
|
Some fixes for call handling.
|
2017-11-27 12:24:47 +01:00 |
|
Benjamin Reis
|
5069a4a508
|
use coreect address for 'me' and initiate chat room times with now
|
2017-11-27 12:20:11 +01:00 |
|
Benjamin Reis
|
7bcfe62274
|
manage null case
|
2017-11-27 12:00:10 +01:00 |
|
Benjamin Reis
|
81ff3c8813
|
fix index issue in data base
|
2017-11-27 11:56:10 +01:00 |
|
Ronan Abhamon
|
a6b6b7aeb4
|
fix(MainDb): add me in db
|
2017-11-27 11:54:52 +01:00 |
|