Commit Graph

1964 Commits (2ffa2056191594e342fd3f01ed608f6c8e2118c7)

Author SHA1 Message Date
Niels Andriesse a3c92d98c0 Create JSON type 6 years ago
Niels Andriesse 72cc345734 Hook up new messaging API 6 years ago
Niels Andriesse 1c4c47ab33 Merge branch 'master' of github.com:loki-project/loki-messenger-ios into messaging-refactor 6 years ago
Niels Andriesse 294d8b5c11 WIP 6 years ago
Niels Andriesse e6bfd56487 Make POW related fields optional 6 years ago
Mikunj cb53acf138 Disable web sockets. 6 years ago
Niels Andriesse 5541e2c2c3 Clean 6 years ago
Niels Andriesse 78adfabf0c Implement new messaging API 6 years ago
Mikunj Varsani 512b71a9d4
Merge branch 'master' into proof-of-work-ui 6 years ago
Mikunj bee85caa14 Improved naming. 6 years ago
Niels Andriesse ee2361b5cc Hook up Loki messaging API 6 years ago
Niels Andriesse b9d39f8758 Fix public key validation bug 6 years ago
Mikunj f8cccd8967 Show spinning cog if we are calculating the proof of work. 6 years ago
Mikunj 598226d58e Fix incorrect function signature. 6 years ago
Niels Andriesse ca820494dd Merge branch 'message-proof-of-work' of github.com:loki-project/loki-messenger-ios into message-proof-of-work 6 years ago
Niels Andriesse dd18e65e3e Fix minor code style issues 6 years ago
Mikunj e4d612a58e Only send message to the primary device.
Fail send if sending message to self.

We do this because loki doesn't support multi-device sending at the moment.
6 years ago
Niels Andriesse 177d9f7b87 Merge branch 'master' of github.com:loki-project/loki-messenger-ios into message-proof-of-work 6 years ago
Mikunj 0c711d549a Added small note. 6 years ago
Mikunj ad0fc7944e Made ProofOfWork work in objective c.
Added proof of work calculation when sending message.
6 years ago
Niels Andriesse 4ce9228afd WIP 6 years ago
Niels Andriesse 19a0d85afd Implement public key checking logic 6 years ago
Niels Andriesse a91c636dda Document things more 6 years ago
Niels Andriesse 4e8e5a4a74 Add documentation 6 years ago
Mikunj de01731316 Removed LokiKit.
Moved all files back into SignalServiceKit.
6 years ago
Niels Andriesse c1e121b271 Create LokiKit 6 years ago
Niels Andriesse 2cb1ddbdad Implement mnemonic based key pair restoration 6 years ago
Niels Andriesse 5eddb9274b Fix incorrect key pair usage 6 years ago
Niels Andriesse dc80c17261 Skip onboarding permissions step 6 years ago
Niels Andriesse 011d4e1465 Implement basic snode interaction 6 years ago
Niels Andriesse 9d64b76af6 Clean & fix bad merge 6 years ago
Niels Andriesse d78b85c5b9 Update SignalService.proto 6 years ago
Niels Andriesse c429bebaba Fix phone number parsing crash 6 years ago
Niels Andriesse 384353086b Fix bundle ID issue 6 years ago
Matthew Chen 85aa976101 Add Pinterest link previews. 6 years ago
Matthew Chen 4060bf0ca4 Add Pinterest link previews. 6 years ago
Michael Walker 11af22432d Add pinterest domain and asset domains for link preview support 6 years ago
Matthew Chen 415526fc9b Refine request padding. 6 years ago
Michael Kirk b55e0e45f5 Avoid deadlock
There are multiple methods which synchronize(self) in TSAccountMessage and also
multiple ones which can occur within a read-write transaction.
6 years ago
Michael Kirk 21cffdfb5e always specify default when accessing bool preference 6 years ago
Michael Kirk 39d3219238 Add option to manually disable circumvention. 6 years ago
Matthew Chen 79eb3fb3cb Suppress overzealous assert. 6 years ago
Michael Kirk b1e1020eb3 swift5: void promise must take void argument vs no argument 6 years ago
Michael Kirk 30266bf65e autoformatted 6 years ago
Michael Kirk 64a0c4bfaa auto-migrate to Swift5 6 years ago
Michael Kirk 501e2c761f Merge tag '2.38.1.2' 6 years ago
Michael Kirk 3fb8b02b3b update front 6 years ago
Michael Kirk a7bd372147 Fix tests by removing side effect in getter
While setting up the test CurrentAppContect, we use OWSTemporaryDirectory which in turn
recursively references CurrentAppContext, which crashes.

Clearing temp directories on every activation is sufficient.
6 years ago
Michael Kirk 07e88009e4 Merge tag '2.38.0.11' 6 years ago
Michael Kirk e69494450b put conversation search behind feature flag 6 years ago