Commit Graph

3337 Commits (337122d2fbfcff2f1a6685f9f8e33f1f9509cb09)

Author SHA1 Message Date
nielsandriesse 78ce998a8b Make path error handling more granular 5 years ago
nielsandriesse 04ec67184e Adjust the file size OR multiplier 5 years ago
Niels Andriesse f350301ada Add TODO 5 years ago
Niels Andriesse f95d3d171f Retry PN server requests if needed 5 years ago
Niels Andriesse e7c93e1532 Debug 5 years ago
Niels Andriesse 976c883ee8 Retry PN server requests if needed 5 years ago
nielsandriesse b927a9596f Implement new onion request encoding 5 years ago
nielsandriesse 81c9dc8919 Fix SSK group leaving race condition 5 years ago
nielsandriesse 2c18c3694d Merge branch 'dev' into security-2 5 years ago
Ryan ZHAO f3d8cbb1e1 remove useless 'group updated' 5 years ago
Ryan ZHAO ce3c275d1f remove useless 'group updated' 5 years ago
nielsandriesse 7b1840be90 Merge branch 'dev' into voice-messages-2 5 years ago
Niels Andriesse 9dc374b1db
Merge pull request #289 from RyanRory/push-notification-manager-fix
Fix PushNotificationManager Response Parsing
5 years ago
nielsandriesse f45a6ce00c Merge branch 'dev' into voice-messages-2 5 years ago
nielsandriesse 2b3e71cde6 Keep around skipped message keys until they're used 5 years ago
nielsandriesse b684766fa4 Adjust snode failure threshold 5 years ago
Ryan ZHAO 3019a7614a fix the response handler in PushNotificationManager 5 years ago
nielsandriesse 28ebc0e9b6 Increase snode failure threshold 5 years ago
nielsandriesse 15b336f42a Merge branch 'dev' into voice-messages-2 5 years ago
nielsandriesse 889c134e2e Merge branch 'dev' into security-2 5 years ago
nielsandriesse 0eeee6c8a1 Generate own ratchet if needed 5 years ago
nielsandriesse 178ad94ce1 Clean 5 years ago
nielsandriesse 4d22f73e83 Always point to live PN server 5 years ago
nielsandriesse b1d9cb0cf9 Debug SSKs further 5 years ago
nielsandriesse 4325756395 Debug more group updating issues 5 years ago
nielsandriesse fb7326a3b0 Fix freeze due to nested transaction
Not a fan of this solution; we need to clean up display name management
5 years ago
nielsandriesse 04a960c78c Fix name-only updates 5 years ago
nielsandriesse 68626093d7 Debug 5 years ago
nielsandriesse 1a78ba1830 Debug 5 years ago
nielsandriesse 050d171f5c Merge branch 'SSK-group-update-info' of github.com:RyanRory/loki-messenger-ios into closed-group-editing 5 years ago
nielsandriesse df94878e96 Fix adding and removing members simultaneously 5 years ago
nielsandriesse e789ac12e6 Merge branch 'dev' into closed-group-editing 5 years ago
nielsandriesse 7a22b981f2 Fix adding and removing members simultaneously 5 years ago
Ryan ZHAO d5b0ce8d28 show the detailed info of SSK group update 5 years ago
nielsandriesse 5996bd9496 Don't keep old message keys around 5 years ago
nielsandriesse 7eef28dd42 Implement associated ClosedGroupsProtocol changes 5 years ago
nielsandriesse 03f48162e0 Make EditClosedGroupVC functional 5 years ago
nielsandriesse 25ff4482b6 Don't acknowledge messages to the PN server 5 years ago
Ryan ZHAO 3d9720c844 fix the issue that iOS didn't handle ssk group leaving issue 5 years ago
nielsandriesse 8411cae22e Remove unused code 5 years ago
nielsandriesse c26e5dcba8 Fix group leaving bug 5 years ago
nielsandriesse 24725d907b Remove TODOs 5 years ago
nielsandriesse 9d41abed44 Store the ED25519 key pair 5 years ago
nielsandriesse 829ee5d267 Add TODOs 5 years ago
nielsandriesse da8fd5d56d Merge branch 'dev' into security-2 5 years ago
nielsandriesse 1067704e09 Set max group size to 20 5 years ago
nielsandriesse bacd24791c Enable SSKs 5 years ago
nielsandriesse 6430c36307 Clean 5 years ago
nielsandriesse deb73b4a24 Point to dev PN server in debug mode 5 years ago
nielsandriesse b1a6e7f455 Accommodate for PN migration period 5 years ago
nielsandriesse 39740ee6ff Remove redundant protocol conformance 5 years ago
nielsandriesse a3819cc45f Further debug sender key requesting mechanism 5 years ago
nielsandriesse 4bf1e63d6d Fix sender key requesting mechanism 5 years ago
nielsandriesse 68605d339f Remove unnecessary check 5 years ago
nielsandriesse 4550a139b6 Force users to re-register on new PN server 5 years ago
Niels Andriesse fe2c0154a2
Merge pull request #273 from loki-project/push-notifications
Push Notifications 2.0 + Onion Routing
5 years ago
nielsandriesse 3be9f05cfb Move away from TTL based approach 5 years ago
Ryan ZHAO 0ed4211548 rename unregister and use onion routing for all PN related requests 5 years ago
nielsandriesse 58b3c6e1e1 Change SSL approach 5 years ago
Ryan ZHAO 500eaf4000 refactor the process of push notification 5 years ago
nielsandriesse 120dbb675c Undo accidental commit 5 years ago
nielsandriesse 0fd1b5c3d7 Update Pods 5 years ago
nielsandriesse 07ee27f875 Clean 5 years ago
nielsandriesse a8b53f6cf3 Update background polling for SSKs 5 years ago
nielsandriesse f11f289f9d Add missing unsubscribe case 5 years ago
nielsandriesse 048e693adc Merge branch 'dev' into push-notifications 5 years ago
nielsandriesse 79b0ff7da7 Add utility for handling display names 5 years ago
nielsandriesse e4c8369c93 Update for metadata kit changes 5 years ago
nielsandriesse c91bc8b7f3 Implement SSK protocol changes 5 years ago
nielsandriesse bef9944e48 Fix potential race condition 5 years ago
Ryan ZHAO 86afe43c87 enable PN for SSK 5 years ago
nielsandriesse 7768d9cd88 Don't append short IDs to display names 5 years ago
nielsandriesse 99229800a1 Add manual session reset button 5 years ago
nielsandriesse 4a08e12752 Fix session reset bug 5 years ago
nielsandriesse 682d0a5c14 Merge branch 'dev' into light-mode 5 years ago
nielsandriesse 6cb0cd48c3 Make error handling a bit less aggressive again 5 years ago
nielsandriesse 36277ea090 Merge branch 'dev' into light-mode 5 years ago
nielsandriesse 5c8b0b903f Merge branch 'dev' into shared-sender-keys 5 years ago
nielsandriesse 2b3e97f6cc Tweak error handling 5 years ago
nielsandriesse 78e6651e87 Fix missed error handling case 5 years ago
nielsandriesse 2725e2096d Add logs 5 years ago
nielsandriesse cd7efff6f8 Also request sender keys on failed encryption 5 years ago
Ryan ZHAO 7773e9a280 fix bugs for open group time handling 5 years ago
nielsandriesse 385dca2a81 Clean 5 years ago
nielsandriesse e83205a302 Debug 5 years ago
nielsandriesse 677b8e3348 Fix SSK based closed group size inconsistency 5 years ago
nielsandriesse c118daa061 Fix log 5 years ago
nielsandriesse 1b621fc56d Clean 5 years ago
Ryan ZHAO 2f3fa3adf8 fix open group time for self sent messages 5 years ago
Ryan ZHAO af7a58cc1f use server timestamp to show the message time in open groups 5 years ago
nielsandriesse eb62a1cb42 Merge branch 'dev' into light-mode 5 years ago
nielsandriesse 4d13c6bee5 Patch unread indicator bug 5 years ago
nielsandriesse 344b5e0fce Increase file size OR multiplier 5 years ago
nielsandriesse 833b8aa18a Minor refactoring 5 years ago
nielsandriesse 44ca8c293a Show light mode announcement sheet to existing users 5 years ago
Ryan ZHAO d6604c10ff use timestamp instead of date 5 years ago
Ryan ZHAO 80c4605530 sort with sortId for open groups in TSInteraction 5 years ago
nielsandriesse d54bded164 Merge branch 'dev' into light-mode 5 years ago
Ryan ZHAO 409337b512 use server time to order open group messages 5 years ago
nielsandriesse 1e3705978e Retry failed attachment downloads 5 years ago