Commit Graph

631 Commits (clearnet)

Author SHA1 Message Date
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 3 months ago
Audric Ackermann 3a26285667 fix: make group control message not expire 6 months ago
Audric Ackermann e03c3ce1f3 test: fix unit tests 6 months ago
Audric Ackermann f6cd12d599 fix: use at least 2 hashes for the update_expiries too
until the storage server release is live we need this workaround
6 months ago
Audric Ackermann b61745fd94 fix: use DaR ttl for synced message store request
removing one request at a time
6 months ago
Audric Ackermann 82c6f0897b fix: add jobs for expiry update & expiry fetch 6 months ago
Audric Ackermann 98fd834367 fix: already read DaR messages start with right time left on receive 6 months ago
Audric Ackermann 19e9e0311e feat: add cleanup of old expire update in history
we only keep one from each sender
7 months ago
Audric Ackermann 543c80bbe3 fix: add most of new designs (own setting) for disappear v2 messages 7 months ago
Audric Ackermann ad9fa6dbee chore: remove lastChangetimestmap and add explciit expiretype and type
on the messages creation
7 months ago
Audric Ackermann d1068983bb fix: broken state adding lastDisappearingMessage to chatmsg 7 months ago
William Grant 5d98ff6e8b test: replace any with ConversationAttributes
on convo constructor args
8 months ago
William Grant 04c3f69398 refactor: export functions from an object for stubbing
for disappearing messages index file
8 months ago
William Grant 8d36442dbf refactor: rename ttl_max to content_message
this is more explicit
8 months ago
William Grant be8c3b042f feat: added checkForExpiringOutgoingMessage
triggers timer for all outgoing messages. includes unit tests
8 months ago
William Grant 40014544d1 fix: closed group groupId is now PubKey only 8 months ago
William Grant ee38af12dd test: restructed tests to match feature folder 8 months ago
William Grant 5f3a0899f5 feat: moved remaining code into feature folder
also separated out legacy functions
8 months ago
William Grant 0212166fcc feat: moved disappearing logic to a feature folder
only moved types and timerOptions so far
8 months ago
William Grant 286418976b test: updated ChatMessage with disappearing tests
for both modes
8 months ago
William Grant 06099966b0 fix: make sure to use convo getters
instead of backbone get function
8 months ago
William Grant d89741cb29 test: finished insertGroupsFromDBIntoWrapperAndRefresh 8 months ago
William Grant a2890925a5 test: fix groups wrapper values test 8 months ago
William Grant 4b93c5779a test: started libsession LegacyGroups tests
specifically insertGroupsFromDBIntoWrapperAndRefresh
8 months ago
William Grant bf690868f1 test: stub libsession workers in all places
instead of stub the set function
8 months ago
William Grant cc01da5a8a fix: use generated pubkeys
in disappearing message tests
8 months ago
William Grant bb95aef2d0 test: finished libsession_wrapper_user_profile tests 8 months ago
William Grant edfcbe2d67 fix: dont use ourNumber in contacts tests 8 months ago
William Grant 3330c64761 test: started insertContactFromDBIntoWrapperAndRefresh 8 months ago
William Grant 36e114a662 test: throw when we want a defined result
this fixings the typings with test when look for props on objects
8 months ago
William Grant 8d87779554 chore: remove unneeded stubWindowLog calls 8 months ago
William Grant 95852d8002 refactor: remove duplicate test
libsession_wrapper_test.ts
8 months ago
William Grant 3f843aa72c test: finished processGetExpiriesRequestResponse 8 months ago
William Grant 2cd51cc187 test: finished buildGetExpiriesRequest
added TypedStub type
8 months ago
William Grant a00b016233 test: wip getExpiriesRequest Started 8 months ago
William Grant b9f1378133 test: finished processExpireRequestResponse 8 months ago
William Grant 16aad0c748 test: started processExpireRequestResponse 8 months ago
William Grant 1ce1924389 test: finished verifyExpireMsgsResponseSignature 8 months ago
William Grant f28bb66742 test: started expireRequest
added tests for buildExpireRequest
8 months ago
William Grant c4a9555ba8 test: added false case for isExpirationTimerUpdate 8 months ago
William Grant bde674cbac test: finished isExpirationTimerUpdate
added generateFakeExpirationTimerUpdate for testing
8 months ago
William Grant bf5bcae4ac refactor: rename generateDisappearingMessage
to generateDisappearingVisibleMessage
8 months ago
William Grant 6941682173 test: started updateExpireTimer 8 months ago
William Grant 4971267c69 test: finished checkForExpireUpdateInContentMessage 8 months ago
William Grant 5fbed0a5f6 test: function for generating disappearing messages 8 months ago
William Grant a1797e73d4 fix: remove unneeded comment 9 months ago
William Grant b280358081 test: finished changeToDisappearingMessageType tests
the last commit was actually for changeToDisappearingConversationMode
9 months ago
William Grant 769808bd5c test: finished changeToDisappearingMessageType tests 9 months ago
William Grant a9d1abbfff test: finished setExpirationStartTimestamp tests 9 months ago
William Grant 3a930eb323 test: start setExpirationStartTimestamp
tested different modes
9 months ago