Commit graph

45 commits

Author SHA1 Message Date
Audric Ackermann
0a2af13cb1
start of fix of session-request processing 2020-06-18 17:45:32 +10:00
Audric Ackermann
ae67f424a3
move instance of MessageQueue export to ts/session folder 2020-06-18 15:04:48 +10:00
Audric Ackermann
c947d99369
getMessageQueue() rather than .messageQueue to avoid startup issue 2020-06-18 14:23:29 +10:00
Audric Ackermann
457a94790c
fix await of promises in if statements 2020-06-18 12:28:31 +10:00
Audric Ackermann
2e78f755b4
replace sending of established, grant and link request messages 2020-06-18 08:55:28 +10:00
Audric Ackermann
4865b72e93
Merge remote-tracking branch 'upstream/clearnet' into receiver-remove-friend-request-logic 2020-06-17 13:16:31 +10:00
Audric Ackermann
10e095ba9d
Merge remote-tracking branch 'upstream/clearnet' into receiver-remove-friend-request-logic 2020-06-16 15:46:33 +10:00
Mikunj
27f4378de8 Merge branch 'clearnet' into multi-device-protocol 2020-06-16 13:02:01 +10:00
Mikunj
93c19395c1 Change back to old window syntax and allow stubbing of it 2020-06-16 11:14:58 +10:00
Audric Ackermann
66de8d9648
remove plenty of the friend logic 2020-06-15 18:05:14 +10:00
Mikunj
ae44f0da0f Remove old multi device functions 2020-06-15 14:38:06 +10:00
Vincent
8417e3660d fixup-review 2020-06-15 10:54:38 +10:00
Vincent
35665f3cb6 is-medium-group 2020-06-15 09:03:10 +10:00
Vincent
bffb43dd19 review-fixes 2020-06-15 08:47:05 +10:00
Vincent
48e3ded9d2 review changes 2020-06-12 14:56:33 +10:00
Vincent
affba056d2 just-cache 2020-06-12 11:40:29 +10:00
Mikunj
1c84fa6c02 Renamed retries to attempts 2020-06-10 15:55:32 +10:00
Mikunj Varsani
88f87c0a70
Update ts/session/sending/MessageSender.ts
Co-authored-by: Audric Ackermann <audric.bilb@gmail.com>
2020-06-10 15:32:50 +10:00
Mikunj
3b8b9f7306 Added comments 2020-06-10 15:03:36 +10:00
Mikunj
090f0e2c38 Add retrying and tests 2020-06-10 11:37:45 +10:00
Mikunj Varsani
9b93e247eb
Merge pull request #1167 from Mikunj/message-sender-test
Added Message Sender tests
2020-06-09 16:04:42 +10:00
Vincent
2095c63a57 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into message-sending-rafactor__cache 2020-06-09 15:53:19 +10:00
Vincent
eb116e587e simplified conversion to buffer 2020-06-09 13:30:48 +10:00
Mikunj
9b855a11e1 Added MessageSender tests 2020-06-09 12:30:19 +10:00
Vincent
f0ba4fa276 partial raw messages 2020-06-09 09:55:27 +10:00
Vincent
392c201a13 linted 2020-06-09 07:49:03 +10:00
Vincent
728b43be9e cache-pull-from-db-finish 2020-06-09 07:16:14 +10:00
Vincent
a2844b48f4 linted 2020-06-07 12:52:18 +10:00
Vincent
b203dc4493 Finalized cache 2020-06-05 16:56:47 +10:00
Mikunj
1dad49057b Implement MessageSender 2020-06-05 16:20:09 +10:00
Mikunj
d1bfcd340b Fix imports.
Fix closed group messages.
2020-06-05 13:26:27 +10:00
Vincent
bbfa6499e0 Stubbed cache 2020-06-05 12:02:13 +10:00
Vincent
fb4c6fb387 testing stubs 2020-06-05 11:38:30 +10:00
Vincent
734debe841 PendingMessageCache Done 2020-06-05 10:14:52 +10:00
Vincent
193573aa67 getFromStorage complete 2020-06-04 16:11:50 +10:00
Vincent
b8ec9bd995 Typify PubKey 2020-06-04 15:38:21 +10:00
Vincent
372754e360 Pulled from audric 2020-06-04 13:56:06 +10:00
Vincent
a9d9303449 Prep for pull 2020-06-04 13:55:20 +10:00
Vincent
a5cfbd584b linted 2020-06-04 13:38:39 +10:00
Vincent
dec7aa10c8 Revert pulls 2020-06-04 13:16:37 +10:00
Audric Ackermann
935ac8d8f9
lint 2020-06-02 11:36:33 +10:00
Audric Ackermann
a7572470df
fix some ts errors on sending files 2020-06-02 11:18:14 +10:00
Mikunj
0f6053ce08 Add events to MessageQueueInterface.
Added strict typings for events.
2020-05-27 11:05:30 +10:00
Mikunj
e7826cfb34 linting 2020-05-22 10:30:57 +10:00
Mikunj
e0f27ba712 basic classes for message sending 2020-05-22 10:26:11 +10:00