Benjamin Reis
81ff3c8813
fix index issue in data base
2017-11-27 11:56:10 +01:00
Sylvain Berfini
caacc7a87f
Started ChatRoom getLastChatMessage
2017-11-27 10:55:29 +01:00
Ronan Abhamon
65978c70ad
feat(MainDb): insert participants on chat room insertion
2017-11-24 15:57:37 +01:00
Sylvain Berfini
b12304668a
Added update methods for ChatMessageEvents and ChatMessageContent
2017-11-23 17:26:10 +01:00
Ronan Abhamon
a2f363ac64
fix(MainDb): insert chatroom subject properly
2017-11-23 15:02:48 +01:00
Ronan Abhamon
105e63f271
feat(core): provide a local address on chat room (the core is dead now)
2017-11-15 14:47:06 +01:00
Ronan Abhamon
9d4a1f3cd5
feat(MainDb): add a weak list of event references
2017-11-08 15:21:54 +01:00
Ronan Abhamon
bc32805af0
feat(MainDb): provide a way to check stored events
2017-11-08 14:08:18 +01:00
Ronan Abhamon
adf574413b
fix(MainDb): remove cleanEvents functions => not easy to implement for events life
2017-11-07 17:30:24 +01:00
Sylvain Berfini
a77a4f857e
Fixed crash with AbstractDB, TODO investigate why it was crashing and this makes it work...
2017-11-06 14:39:43 +01:00
Ronan Abhamon
a7ff19566d
fix(core): misc =>
...
- return nullptr if conference factory uri is not set
- Address object is now more robust
- remove custom SharedFromThis object
- CoreAccessor throw exception if core is destroyed
- Core must be created with a static method
- Partial fetch of chat message
- ...
2017-11-03 10:38:50 +01:00
Ronan Abhamon
223bd817a9
feat(core): break completely old message storage api impl
2017-11-02 12:03:16 +01:00
Ronan Abhamon
54e0f253f5
feat(MainDb): add getConferenceNotifiedEvents impl
2017-10-27 10:44:37 +02:00
Ronan Abhamon
5c0b416b76
feat(MainDb): supports correctly foreign keys, fix db schema, ...
2017-10-26 14:55:26 +02:00
Ronan Abhamon
34b2882e38
feat(Core): use chat room api from new core
2017-10-26 10:09:39 +02:00
Ronan Abhamon
a0e041ec1e
feat(MainDb): basix fetch of chatrooms
2017-10-25 11:46:23 +02:00
Ronan Abhamon
6467c77042
feat(MainDb): supports getHistory and getHistoryRange
2017-10-24 17:31:52 +02:00
Ronan Abhamon
be1d6f99ed
feat(Event): events are now shared
2017-10-24 11:15:46 +02:00
Ronan Abhamon
e97343cb78
feat(Event): ChatMessageEvent is now a ConferenceEvent
2017-10-20 13:51:56 +02:00
Ronan Abhamon
58c94c8672
feat(Core): database access in progress
2017-10-18 10:45:08 +02:00
Ronan Abhamon
367243d224
feat(MainDb): chatroom fetch in progress
2017-10-13 15:46:49 +02:00