Commit Graph

5663 Commits (78537fc53f99400ce5ca0dc343ac7be20baad3f8)
 

Author SHA1 Message Date
sachaaaaa e7b2448087 Prevent sending broadcast to ourselves at startup
Beaudan Campbell-Brown 149a4d41f8
Merge pull request from BeaudanBrown/new-endpoint
Update endpoint for storage server and p2p
Beaudan 96f7949ac8 Update endpoint for storage server and p2p
Beaudan Campbell-Brown 436af1a990
Merge pull request from BeaudanBrown/random-list
Random list
Beaudan Campbell-Brown 1a71addcf5
Merge pull request from BeaudanBrown/refactor-snode-api
Refactor snode api
Beaudan c5c01b0ac8 Purge retrieving snodes
Beaudan d82b5e1998 Remove random snodes if they fail and then try again. Throw seed node error if getRandomSnodeAddress fails. Filter out 0.0.0.0 nodes.
Beaudan 923d7ffe27 Change to get_n_service_nodes method
Beaudan d12f6b6d32 Handle swarm nodes the same for us or contacts, attach our key to message api object
Beaudan Campbell-Brown 4330e48185
Merge pull request from BeaudanBrown/fix-self-note
Fix not to self
Beaudan Campbell-Brown 92b446b428
Merge pull request from BeaudanBrown/remove-all-media
Comment out the show all media button
Beaudan Campbell-Brown 6a5da947e2
Merge pull request from BeaudanBrown/pending-send
Consider friend requests that are still being sent as sent
Beaudan e1d2484797 Can't update conversation that hasn't been created yet
Beaudan ab15a4afd6 Review moving status setting to conversation init
Beaudan 3bb9d888dc Initialise conversation with ourselves as friends and don't allow it to be changed to anything else
Beaudan 47ac247f83 Comment out the show all media button
Beaudan 94b125f2cf Consider friend requests that are still being sent as sent
Beaudan Campbell-Brown bea2e58679
Merge pull request from BeaudanBrown/pow-bug
Fix PoW for very low difficulty
Beaudan ca31649207 Trial value wasn't being initialised big enough for very low difficulty, also development should not have been there but I don't think it was doing anything
Beaudan Campbell-Brown 971aef0c1b
Merge pull request from BeaudanBrown/clearnet-seeds
Clearnet seeds
Beaudan 0948a344d2 Review refactor
Beaudan Campbell-Brown 5c5155899e
Merge pull request from BeaudanBrown/tls-fix
Have to put the tls setting here for some reason
Beaudan d5546b9473 Lint
Beaudan b6b0248e9d Retrieve from seed
Beaudan 1f74088586 Send to IP
Beaudan 6b2b9ce926 Remove default port and use port from storage server responses
Beaudan eea2b8e6a7 Do port null check inside rpc call
Beaudan 52c191fc94 Merge branch 'development' into clearnet
Beaudan 8d4bfc27c9 Have to put the tls setting here for some reason
Beaudan Campbell-Brown be32d364b5
Merge pull request from sachaaaaa/https_queries
Make unverified https queries to the snodes
sachaaaaa 9d6c5bff36 make unverified https queries to the snodes
Beaudan Campbell-Brown 2198e66f1c
Merge pull request from BeaudanBrown/dynamic-pow
Dynamic pow
Beaudan 7141847dfb Restart sendMessage logic if PoW changed an dfix NaN bug
Beaudan f01d8088b7 Remove development PoW
Beaudan dad52a784d Change wrong pow http response
Beaudan dbcaaf98dc Lint
Beaudan c27d1ef69a Clean some stuff in loki_rpc and get new difficulty from successful requests
Beaudan e520bf109a Persist PoW difficulty and update if get response from snodes
Beaudan Campbell-Brown e9b1359bab
Merge pull request from BeaudanBrown/refactor-sendmessage
Refactor sendmessage
Beaudan 18a87d5463 Review changes
Beaudan Campbell-Brown fd6f6c6a8c
Merge pull request from Mikunj/loki-profile
Convert profile field in DataMessage to use LokiProfile
Beaudan c02d5d4053 Lint
Beaudan 709db4bf54 Make sendMessage take options, remove redundant retrieve function and get constant
Beaudan b43978ece1 Initial refactoring of sendmessage
Beaudan Campbell-Brown 1e11a6527c
Merge pull request from Mikunj/p2p-ping
Updated pinging logic.
Beaudan Campbell-Brown 50c7da4432
Merge pull request from Mikunj/fix-friend-request-logic
Fix friend request logic.
Beaudan Campbell-Brown fbcd49ac5d
Merge pull request from sachaaaaa/concurrent_polling
Refactor long polling for better concurrent requests
Mikunj 2c12c8a1d8 Convert profile field in data message to use LokiProfile instead of signal Contact.
Mikunj 53cbfb1f5c Merge branch 'development' into fix-friend-request-logic
sachaaaaa 1b1c18b928 Patch from Beau