Commit Graph

566 Commits (80babb0c4b5184ec4779b4bb47837548baab9cd6)

Author SHA1 Message Date
nielsandriesse d5f411232c Fix crash 5 years ago
nielsandriesse ab021d0e5e Clean 5 years ago
nielsandriesse e2740d78e8 Show countries rather than IPs 5 years ago
nielsandriesse e11864c3b3 Use a high priority queue for PoW calculation 5 years ago
nielsandriesse 2c15613d69 Cache swarms 5 years ago
nielsandriesse 5b50c9f7fb Enforce minimum snode pool size & clean 5 years ago
nielsandriesse 991c6eb477 Reduce code duplication, clean & fix path re-building bug 5 years ago
nielsandriesse 10e30f8179 Persist onion request paths to database 5 years ago
nielsandriesse 9778dace7d Persist snode pool to database 5 years ago
nielsandriesse e2d0002532 Display when paths are building 5 years ago
Niels Andriesse d330239174 Increase number of hops to 3 5 years ago
Niels Andriesse 00f5cebdef Implement basic onion request UI 5 years ago
Niels Andriesse d58bc697b2 Switch seed nodes 5 years ago
Niels Andriesse ccd48a9ae1 Show actual open group member count 5 years ago
Niels Andriesse 3b7e57e529
Merge pull request #191 from loki-project/neuroscr-seed-may2020
Update Seed Node Ports
5 years ago
nielsandriesse d6c24cebb8 Cache device links in memory rather than on disk 5 years ago
ryanzhao 6e2189b461 fix the issue with cache 5 years ago
ryanzhao 9ac7159a2f fix the deadlock issue using the same transaction to write to database in multiple threads 5 years ago
Ryan Tharp 3f1f0f2cfe
update seed nodes
Replacing mainnet seed nodes with testnet port with the correct (now-working) correct mainnet port.
Kee wants to replace imaginary.seed due to SSL issues, it was using the IP, I've replaced it with the IP for public.loki.foundation for now.

But when we enable SSL, we'll need hosts. And for the dude having DNS issues with our seeds, we will either need to disable SSL verification or keep an http port open for him
5 years ago
nielsandriesse f929f10a7f Clean 5 years ago
nielsandriesse e61be12bc1 Slightly improve performance 5 years ago
nielsandriesse f10cc65187 Fix issue where the app doesn't wait for device links to be stored 5 years ago
nielsandriesse dd69ef236d Fix device link fetching timeout 5 years ago
Mikunj 177c762a2e Fix updating friend request status when sending message. 5 years ago
nielsandriesse 3889c0af39 Fix multi device open group syncing 5 years ago
nielsandriesse d39220575c Decrease open group deleted messages polling frequency 5 years ago
nielsandriesse 5f5dfc45ed Don't spam the console 5 years ago
nielsandriesse 8535a6b530 Improve message fetching performance 5 years ago
nielsandriesse dd86966111 Clean up docs & fix crash 5 years ago
nielsandriesse 33e47298ae Fix multi device bugs
Various database handling issues, incorrect friend request status handling on auto-generated friend requests and refactor of the multi device message sending logic
5 years ago
nielsandriesse b0233e4cc0 Minor refactoring 5 years ago
nielsandriesse c758ad1b89 Add multi device friend request acceptance test 5 years ago
nielsandriesse 2c5b3ecdc1 Fix typo 5 years ago
nielsandriesse faa6805dcc Debug 5 years ago
nielsandriesse 1351250c92 Split things according to architecture overview docs 5 years ago
nielsandriesse e186f9df5d Re-order files 5 years ago
nielsandriesse 19aa2595e8 Clean 5 years ago
nielsandriesse 78534616ac Separate out Session message receiving logic 5 years ago
nielsandriesse 5b630b3b49 Separate out Session message sending logic 5 years ago
nielsandriesse d2dccc8b98 Increase message TTL 5 years ago
nielsandriesse 8bf2215a24 Fix APNs token updating 5 years ago
nielsandriesse 72b3aba54d Clean 5 years ago
nielsandriesse 8672577a8b Clean 5 years ago
nielsandriesse 478072139e Ditch RSS feeds for now 5 years ago
nielsandriesse fc9a678181 Fix APNs token updating bug 5 years ago
nielsandriesse cbc94dad70 Add PN mode sheet & fix unsubscribing 5 years ago
Niels Andriesse c596d5b2a3
Merge pull request #157 from loki-project/push-notification-ui
Push Notification UI
5 years ago
nielsandriesse a971a4f609 Hook Session's PN setup into Signal's PN setup 5 years ago
nielsandriesse e24daf7b67 Finally fix LokiPushNotificationManager linking issue 5 years ago
nielsandriesse d52de19dbf Add TODO 5 years ago
nielsandriesse 838688355b Also drop guard snodes as needed 5 years ago
nielsandriesse 6aa360da71 Fix retrying 5 years ago
nielsandriesse 89c0cd36ad Minor refactoring 5 years ago
gmbnt 664717b1d0 Clean 5 years ago
gmbnt d84e3fea27 Fix linking issue & clean 5 years ago
gmbnt 2e38b382c2 Use a serial queue for core operations 5 years ago
gmbnt ac0a20c8a7 Improve threading 5 years ago
gmbnt 37865bab96 Minor refactoring 5 years ago
gmbnt 48ef152c49 Glue things together again 5 years ago
gmbnt 03c4e4a65c Merge branch 'dev' into push-notifications 5 years ago
gmbnt e2bc7fb4d8 Add missing retry 5 years ago
gmbnt b6f51003c8 Fix build 5 years ago
gmbnt 4566bfb389 Minor refactoring 5 years ago
gmbnt 82a71f2385 Implement onion request error handling 5 years ago
ryanzhao 6aec747709 clean 5 years ago
gmbnt 5812578a73 Swap out LokiSnodeProxy with OnionRequestAPI 5 years ago
gmbnt 4f56307d39 Fix parsing 5 years ago
gmbnt ede00b1a02 Fix incorrect padding setting 5 years ago
gmbnt 3c2109e698 Minor refactoring 5 years ago
gmbnt c2b1bc120f Fix typo 5 years ago
gmbnt 8c6251389d Further improve onion request tests 5 years ago
gmbnt 0b44f7d7ac Add testnet seed node 5 years ago
gmbnt d90c1b612c Fix incorrect deployment target & clean up logging 5 years ago
gmbnt 9b5c419aaa Fix misleading log 5 years ago
gmbnt f7fc92cc0a Fix build 5 years ago
gmbnt 92aba98cb7 Ensure target snode isn't included in onion request path 5 years ago
gmbnt 547f7943c3 Add more onion request tests 5 years ago
gmbnt f76980da5a Resolve TODO 5 years ago
gmbnt 2fa1391341 Don't use TSNetworkManager for LokiAPI.getRandomSnode() 5 years ago
gmbnt 651aa7039d Move HTTP utilities into their own file 5 years ago
gmbnt 625a3b151b Don't use snodes known to be unreliable for path building 5 years ago
gmbnt 029df5d329 Guard against invalid path sizes 5 years ago
gmbnt af1597e8b7 Don't test path snodes
This would reveal the user's IP
5 years ago
gmbnt d54c9c6175 Fix onion request layout 5 years ago
ryanzhao e28dcfdd0c sync lash hash with expiration to the backend server 5 years ago
gmbnt 9c9049774e Add more documentation 5 years ago
gmbnt fcb629cf06 Debug onion request path building 5 years ago
gmbnt 1f3d13ee3b Test path snodes for reliability as well 5 years ago
gmbnt c67e2af9a6 Fix incorrect GCM tag size 5 years ago
gmbnt 245033dbc4 Implement onion request decryption 5 years ago
gmbnt 4e00d30d05 Fix onion request encryption 5 years ago
gmbnt 358b943d7e Debug 5 years ago
gmbnt b323637f7a Fix missing IV & improve error handling 5 years ago
gmbnt 41701ecde3 Partially revert error handling changes 5 years ago
gmbnt ce183ee9fa Ditch TSNetworkManager, check guard snode version & fix promise usage 5 years ago
gmbnt 81c36fe5dd Fix threading 5 years ago
gmbnt 3467e1bc94 Fix onion request layout 5 years ago
gmbnt 1106ca5eb1 Make logging more useful 5 years ago
gmbnt ec660e6017 Debug 5 years ago
gmbnt 7a4a5ff291 Fix onion request layout 5 years ago
gmbnt 1b24637f37 Implement onion request encryption 5 years ago
gmbnt fd037c2a88 WIP 5 years ago
gmbnt 6b65a05d23 Add TODOs 5 years ago
gmbnt 61bc699f73 Implement onion request layering 5 years ago
ryanzhao ec1a468aab move LKPushNotificationManager to SignalServiceKit & add lash hash sync with PN server 5 years ago
gmbnt 1b31432de9 Stub onion request path building test 5 years ago
gmbnt b8a1a3c63e Make testing compile again & add onion request API tests stub 5 years ago
gmbnt 3c7eb22f95 Clean 5 years ago
gmbnt e01a787ebc Fix threading 5 years ago
gmbnt f5cf34cce1 Clean 5 years ago
gmbnt a14314ef87 Implement prototype onion request API 5 years ago
gmbnt 452469d998 Fix access modifier 5 years ago
gmbnt 96cb307e1a Fix log 5 years ago
gmbnt 90933c7856 Debug 5 years ago
gmbnt f115c06e97 Add comment 5 years ago
gmbnt dd94074930 Don't limit random snode pool size 5 years ago
gmbnt 99c473ee34 Use only updated snodes for file server proxying 5 years ago
gmbnt 5ad32af0d3 Ditch long polling 5 years ago
gmbnt 10fb36f4be Notify user of unexpected device link requests 5 years ago
Niels Andriesse af7ac45b82 Fix various multi device issues 5 years ago
Niels Andriesse 3c5a9e7bdc Revert "Attempt to fix background crash in a different way"
This reverts commit d039ecd87e.
5 years ago
Niels Andriesse d039ecd87e Attempt to fix background crash in a different way 5 years ago
Niels Andriesse 74d60b36b9 Fix typo 5 years ago
Niels Andriesse 1c44a65f2c Fix database handling issues 5 years ago
Niels Andriesse c0dda78e52 Debug 5 years ago
Niels Andriesse a74dbf9a16 Clean 5 years ago
Niels Andriesse 1b3a1b55cc Merge branch 'dev' into security 5 years ago
Niels Andriesse bf54d78b99 Untie profile picture from auth token 5 years ago
Niels Andriesse 26ded1b80a Clean up notification usage 5 years ago
Niels Andriesse d99efa1c57 Fix unsafe user defaults usage 5 years ago
Niels Andriesse 74a75d5b8a Fix proxying bug 5 years ago
Niels Andriesse 8719ea676d Enforce threading convention
All encryption and decryption on the global queue; don't bother for trivial operations
5 years ago
Niels Andriesse 1d865b4af7 Cherry pick part of #110 5 years ago
Niels Andriesse f4b614bc81 Increase random snode pool size 5 years ago
Niels Andriesse 59b3491127 Quick fix crash 5 years ago
Niels Andriesse 814d599dcc Fix duplicate request bug 5 years ago
Niels Andriesse 595905ebd0 Forward declare LKSessionResetStatus & clean 5 years ago
Mikunj ff54cc4030 Removed duplicate DiffieHellman and FallbackSessionCipher files 5 years ago
Niels Andriesse 6def911dbc Enforce file size limit for profile pictures 5 years ago
Niels Andriesse 758f37b886 Proxy profile picture uploads 5 years ago
Niels Andriesse bbb999dc83 Fix sealed sender related multi device issues 5 years ago
Niels Andriesse a586c9db2d Handle clock out of sync issue
Also generally improve error handling
5 years ago
Niels Andriesse f3a77222ab Clean 5 years ago
Niels Andriesse 067a31bb79 Reduce device link update interval 5 years ago
Niels Andriesse 248fb6eeaf Show activity indicator for proxied file uploads 5 years ago
Niels Andriesse 18670545f9 Implement file size limit 5 years ago
Niels Andriesse cc40862740 Rename LokiStorageAPI → LokiFileServerAPI 5 years ago
Niels Andriesse d502aeaa80 Use a dummy auth token instead of no token at all 5 years ago
Niels Andriesse dfd4340c79 Use file-dev in debug mode 5 years ago
Niels Andriesse 3d29480c29 Don't include an auth token with encrypted file uploads
Also refactor a bit
5 years ago