Commit Graph

331 Commits (d59ecbb4710ef103f838b3838fc2ccc909b8beb2)

Author SHA1 Message Date
Audric Ackermann d59ecbb471
fix: groupInvite tracks abort signal to cancel request 3 months ago
Audric Ackermann dea69ed353
fix: sendSingleMessage retries itself on 421 errors 3 months ago
Audric Ackermann a8372f1b8c
fix: show dialog before deleting group
also deal with leave/delete group silent retries on 401
4 months ago
Audric Ackermann 2ef48f5526
chore: more details to requests constructors so we can share more
between wasm/swarm explorer/etc
4 months ago
Audric Ackermann df2a9dd13f
chore: refactor batch request functions to take record 5 months ago
Audric Ackermann 315b4b4e4c
fix: add a way to empty all seenHashes & lastHashes for a pukbey 5 months ago
Audric Ackermann 53cdcfbe35
chore: address PR reviews 5 months ago
Audric Ackermann b129c409a7
fix: allow to abort a request globally when a request takes too long 5 months ago
Audric Ackermann 111757509a
fix: always provide timeoutMs to requets, and enforce it 5 months ago
Audric Ackermann 3b4d68e0a1
chore: lint 5 months ago
Audric Ackermann 7eb6cec785
fix: fix unit test with groups 5 months ago
Audric Ackermann 02093fdfbf
fix: legacy groups are kind of working again
at least as much as they ever did
6 months ago
Audric Ackermann c1fd66d4e9
fix: break down index files to avoid circular deps 6 months ago
Audric Ackermann e5724da28c
chore: fixed a bunch of compilation errors after merge
commit before fetching latest strings from crowdin
6 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 6 months ago
yougotwill 39d8ad11e5 fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
9 months ago
Audric Ackermann aa6d39c270 fix: delete member + content from the admin side 10 months ago
Audric Ackermann 40d3ddb244 fix: cleaned up pending removal job with tech design 10 months ago
Audric Ackermann 534cebf5c4 fix: bump libsession and remove manual unwrapping/wrapping of push() 10 months ago
Audric Ackermann a9122be2f1 fix: clean up sending pipeline with a single array of requests 10 months ago
Audric Ackermann 59a4048323 fix: cleaned up SnodeRequestTypes and made sup_keys a single item 11 months ago
Audric Ackermann a49a65c92b chore: cleaned up the batch sender 11 months ago
Audric Ackermann 816f29d682 chore: moved outgoing message wrapper functions to MessagWrapper.ts 11 months ago
Audric Ackermann cd122c7252 fix: make pushChangesToGroupSwarm take an extraStoreRequest 11 months ago
Audric Ackermann e42be002a6 feat: cleaned up accept/block/decline logic 11 months ago
Audric Ackermann 9d9844aeb4 feat: make group v2 control messages disappear 11 months ago
Audric Ackermann 0a3d71fe03 feat: delete msg on swarm when admin receives member request 11 months ago
Audric Ackermann 2ec6c7f29c feat: handle isDestroyed flag + "you were removed from XXX" 11 months ago
Audric Ackermann 6e137fe69f Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 11 months ago
Audric Ackermann 1796e82bcb fix: add handling of revoked namespace messages 11 months ago
Audric Ackermann 7f7f0fe26c fix: clear swarms from snodes not in pool on full fetch 1 year ago
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 1 year ago
Audric Ackermann d6d9bec5ba fix: fixed a bunch of groupv2 chunk2 issues 1 year ago
Audric Ackermann a83e44e183 chore: rename onion requests not having retries 1 year ago
Audric Ackermann a53299377a chore: fix unit tests with group chunk2 1 year ago
Audric Ackermann f6bffc8bb6 feat: add suppport in groupv2 of disappear v2 messages 1 year ago
Audric Ackermann 5509dc74c5 refactor: move subrequests to classes and fix updateMessages 1 year ago
Audric Ackermann 6094e725fb chore: move getExpiries request to class 1 year ago
Audric Ackermann d3ed798d0e chore: show toast when trying to remove admin of groupv2 1 year ago
Audric Ackermann 4e8ca31c2f fix: remove isLeft flag as we can't have a left and unremoved group 1 year ago
Audric Ackermann 456df58205 chore: refactor messageSender.send to take an object 1 year ago
Audric Ackermann 77a62e82e7 fix: add avatar change message handling
still needs to be able to send one, but that's chunk3
1 year ago
Audric Ackermann 1b50715e8f fix: wrap groupUpdatesMsg into Envelope before encryption 1 year ago
Audric Ackermann 0be10d1256 fix: move revoke unrevoke to batched push group changes 1 year ago
Audric Ackermann 6d81f5ff36 Merge remote-tracking branch 'yougotwill/userconfig_disappearingmessage' into closed-group-chunk2 1 year ago
Audric Ackermann b61745fd94 fix: use DaR ttl for synced message store request
removing one request at a time
1 year ago
Audric Ackermann 82c6f0897b fix: add jobs for expiry update & expiry fetch 1 year ago
Audric Ackermann 98fd834367 fix: already read DaR messages start with right time left on receive 1 year ago
Audric Ackermann 19e9e0311e feat: add cleanup of old expire update in history
we only keep one from each sender
1 year ago
Audric Ackermann 543c80bbe3 fix: add most of new designs (own setting) for disappear v2 messages 1 year ago