Audric Ackermann
f7581cf4eb
increase prettier maxWidth to 100
4 years ago
Audric Ackermann
370158951a
move events from MessageQueue to MessageSentHandler
4 years ago
Audric Ackermann
8ea9f02cec
Move data.js to data.ts
4 years ago
Audric Ackermann
d43ae09eb0
first working version of closed group v2
4 years ago
Mikunj
646973e330
Made changes to how messages are sent.
...
Instead of blocking the message queue when we don't have a session, we instead just send out a session request and send the queued messages using fallback encryption.
This means that users will be able to message right away without having to wait.
The only down side is that all messages sent before sessions are established will be using the weaker encryption.
This change also means we have to detach session requests from envelope type (which is a good thing) and thus now a message is a session request if it contains a preKeyBundle.
5 years ago
Mikunj
3bf5796cd5
Modify periodic check implementation
5 years ago
Mikunj
d862269f8d
Update tests
5 years ago
Mikunj
ef76972ccb
Allow passing a cache to the queue
5 years ago
Vincent
83f70f1ff0
OpenGroup class and sending to Groups
5 years ago
Vincent
8d0829e8e4
pulled
5 years ago
Vincent
eb116e587e
simplified conversion to buffer
5 years ago
Vincent
fb903daf20
sync msgs
5 years ago
Vincent
f0ba4fa276
partial raw messages
5 years ago
Vincent
392c201a13
linted
5 years ago
Vincent
5f38e216a5
merge w cache
5 years ago
Vincent
728b43be9e
cache-pull-from-db-finish
5 years ago
Vincent
d0005205a4
queue-st
5 years ago
Vincent
a2844b48f4
linted
5 years ago
Vincent
d9bb7451a3
linted
5 years ago
Vincent
b203dc4493
Finalized cache
5 years ago
Mikunj
d1bfcd340b
Fix imports.
...
Fix closed group messages.
5 years ago
Vincent
bbfa6499e0
Stubbed cache
5 years ago
Vincent
fb4c6fb387
testing stubs
5 years ago
Vincent
734debe841
PendingMessageCache Done
5 years ago
Vincent
193573aa67
getFromStorage complete
5 years ago
Vincent
b8ec9bd995
Typify PubKey
5 years ago
Vincent
a5cfbd584b
linted
5 years ago
Vincent
dec7aa10c8
Revert pulls
5 years ago
Mikunj
e7826cfb34
linting
5 years ago
Mikunj
e0f27ba712
basic classes for message sending
5 years ago