Merge branch 'charlesmchen/prekey2'

pull/1/head
Matthew Chen 8 years ago
commit 2cf3275e75

@ -6,7 +6,7 @@ target 'Signal' do
pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git' pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git'
#pod 'AxolotlKit', path: '../SignalProtocolKit' #pod 'AxolotlKit', path: '../SignalProtocolKit'
pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/SignalServiceKit.git' pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/SignalServiceKit.git'
#pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/SignalServiceKit.git', :branch => 'charlesmchen/markUnsentMessages' #pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/SignalServiceKit.git', :branch => 'charlesmchen/rateLimitingErrorMessage'
#pod 'SignalServiceKit', path: '../SignalServiceKit' #pod 'SignalServiceKit', path: '../SignalServiceKit'
pod 'OpenSSL' pod 'OpenSSL'
pod 'PastelogKit', '~> 1.3' pod 'PastelogKit', '~> 1.3'

@ -140,7 +140,7 @@ CHECKOUT OPTIONS:
:commit: 945c04f9e70f7119d2ada4edb938849f3b7febab :commit: 945c04f9e70f7119d2ada4edb938849f3b7febab
:git: https://github.com/WhisperSystems/SignalProtocolKit.git :git: https://github.com/WhisperSystems/SignalProtocolKit.git
SignalServiceKit: SignalServiceKit:
:commit: 7c55d559d3c9ef7e66a4ebd1daaf7620498c3e3a :commit: 5ed95c4782be899e81b85196c4695cdb9e45276b
:git: https://github.com/WhisperSystems/SignalServiceKit.git :git: https://github.com/WhisperSystems/SignalServiceKit.git
SocketRocket: SocketRocket:
:commit: 41b57bb2fc292a814f758441a05243eb38457027 :commit: 41b57bb2fc292a814f758441a05243eb38457027
@ -172,6 +172,6 @@ SPEC CHECKSUMS:
YapDatabase: b1e43555a34a5298e23a045be96817a5ef0da58f YapDatabase: b1e43555a34a5298e23a045be96817a5ef0da58f
ZXingObjC: bf15b3814f7a105b6d99f47da2333c93a063650a ZXingObjC: bf15b3814f7a105b6d99f47da2333c93a063650a
PODFILE CHECKSUM: 1dec14c6ae3ecc013143fca915e5e7a3bb83bdc0 PODFILE CHECKSUM: 23ca4df281ad1e794af6967db2047f43df88e96a
COCOAPODS: 1.1.1 COCOAPODS: 1.1.1

@ -16,6 +16,8 @@
#endif #endif
#import <SignalServiceKit/Asserts.h> #import <SignalServiceKit/Asserts.h>
#import <SignalServiceKit/Constraints.h>
#import <SignalServiceKit/OWSAnalytics.h>
#import <SignalServiceKit/OWSDispatch.h> #import <SignalServiceKit/OWSDispatch.h>
#import "iOSVersions.h" #import "iOSVersions.h"

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "EncodedAudioFrame.h" #import "EncodedAudioFrame.h"
@implementation EncodedAudioFrame @implementation EncodedAudioFrame

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "EncodedAudioPacket.h" #import "EncodedAudioPacket.h"
@implementation EncodedAudioPacket @implementation EncodedAudioPacket

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "AppAudioManager.h" #import "AppAudioManager.h"
#import "Constraints.h"
#import "Environment.h" #import "Environment.h"
#import "RemoteIOAudio.h" #import "RemoteIOAudio.h"
#import "ThreadManager.h" #import "ThreadManager.h"

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "Environment.h" #import "Environment.h"
#import "SpeexCodec.h" #import "SpeexCodec.h"

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "AudioStretcher.h" #import "AudioStretcher.h"
#import "Constraints.h"
#import "Util.h" #import "Util.h"
#import "time_scale.h" #import "time_scale.h"

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "StretchFactorController.h" #import "StretchFactorController.h"
#define STRETCH_MODE_EXPAND 0 #define STRETCH_MODE_EXPAND 0

@ -1,6 +1,9 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "CryptoTools.h" #import "CryptoTools.h"
#import "Constraints.h"
#import "Conversions.h" #import "Conversions.h"
#import "EvpMessageDigest.h" #import "EvpMessageDigest.h"
#import "EvpSymetricUtil.h" #import "EvpSymetricUtil.h"

@ -1,9 +1,12 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "EvpMessageDigest.h" #import "EvpMessageDigest.h"
#import <OpenSSL/evp.h> #import <OpenSSL/evp.h>
#import <OpenSSL/hmac.h> #import <OpenSSL/hmac.h>
#import "Constraints.h"
#import "EvpUtil.h" #import "EvpUtil.h"
#import "NumberUtil.h" #import "NumberUtil.h"

@ -1,6 +1,9 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "EvpSymetricUtil.h" #import "EvpSymetricUtil.h"
#import "Constraints.h"
#import "EvpUtil.h" #import "EvpUtil.h"
#import "NumberUtil.h" #import "NumberUtil.h"

@ -3,7 +3,6 @@
// //
#import "Environment.h" #import "Environment.h"
#import "Constraints.h"
#import "DH3KKeyAgreementProtocol.h" #import "DH3KKeyAgreementProtocol.h"
#import "DebugLogger.h" #import "DebugLogger.h"
#import "FunctionalUtil.h" #import "FunctionalUtil.h"

@ -3,7 +3,6 @@
// //
#import "PropertyListPreferences.h" #import "PropertyListPreferences.h"
#import "Constraints.h"
#import "TSStorageHeaders.h" #import "TSStorageHeaders.h"
#import <SignalServiceKit/TSPrivacyPreferences.h> #import <SignalServiceKit/TSPrivacyPreferences.h>

@ -1,11 +1,7 @@
// //
// SignalKeyingStorage.m // Copyright (c) 2017 Open Whisper Systems. All rights reserved.
// Signal
// //
// Created by Frederic Jacobs on 09/07/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import "Constraints.h"
#import "CryptoTools.h" #import "CryptoTools.h"
#import "SignalKeyingStorage.h" #import "SignalKeyingStorage.h"
#import "TSStorageManager.h" #import "TSStorageManager.h"

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "PacketHandler.h" #import "PacketHandler.h"
#import "Constraints.h"
@implementation PacketHandler @implementation PacketHandler

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "HttpRequestOrResponse.h" #import "HttpRequestOrResponse.h"
#import "Constraints.h"
#import "Util.h" #import "Util.h"
@implementation HttpRequestOrResponse @implementation HttpRequestOrResponse

@ -1,13 +1,8 @@
// //
// RedPhoneAPICall.m // Copyright (c) 2017 Open Whisper Systems. All rights reserved.
// Signal
//
// Created by Frederic Jacobs on 05/10/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
// //
#import <SignalServiceKit/TSAccountManager.h> #import <SignalServiceKit/TSAccountManager.h>
#import "Constraints.h"
#import "CryptoTools.h" #import "CryptoTools.h"
#import "PhoneNumber.h" #import "PhoneNumber.h"
#import "RPAPICall.h" #import "RPAPICall.h"

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "CryptoTools.h" #import "CryptoTools.h"
#import "Constraints.h"
#import "HashChain.h" #import "HashChain.h"
@implementation HashChain @implementation HashChain

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "ShortAuthenticationStringGenerator.h" #import "ShortAuthenticationStringGenerator.h"
#import "Util.h" #import "Util.h"
@ -88,4 +91,3 @@ const char* PGP_LIST_ODD[] = {
@(PGP_LIST_ODD[wordIndexTwo])]; @(PGP_LIST_ODD[wordIndexTwo])];
} }
@end @end

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "DhPacketSharedSecretHashes.h" #import "DhPacketSharedSecretHashes.h"
#import "Constraints.h"
#import "CryptoTools.h" #import "CryptoTools.h"
@implementation DhPacketSharedSecretHashes @implementation DhPacketSharedSecretHashes

@ -1,6 +1,9 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "LowLatencyConnector.h" #import "LowLatencyConnector.h"
#import "Constraints.h"
#import "Util.h" #import "Util.h"
@implementation LowLatencyConnector @implementation LowLatencyConnector

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "StreamPair.h" #import "StreamPair.h"
#import "Constraints.h"
@implementation StreamPair @implementation StreamPair
@synthesize inputStream, outputStream; @synthesize inputStream, outputStream;

@ -1,6 +1,9 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "Environment.h" #import "Environment.h"
#import "NetworkStream.h" #import "NetworkStream.h"
#import "Constraints.h"
#import "Util.h" #import "Util.h"
#import "ThreadManager.h" #import "ThreadManager.h"

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "ThreadManager.h" #import "ThreadManager.h"
#import "UdpSocket.h" #import "UdpSocket.h"
#import "IPAddress.h" #import "IPAddress.h"

@ -1,6 +1,9 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "InitiatorSessionDescriptor.h" #import "InitiatorSessionDescriptor.h"
#import "Constraints.h"
#import "Util.h" #import "Util.h"
#define SessionIdKey @"sessionId" #define SessionIdKey @"sessionId"

@ -1,6 +1,9 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "ResponderSessionDescriptor.h" #import "ResponderSessionDescriptor.h"
#import "Constraints.h"
#import "CryptoTools.h" #import "CryptoTools.h"
#import "InitiateSignal.pb.h" #import "InitiateSignal.pb.h"
#import "SignalKeyingStorage.h" #import "SignalKeyingStorage.h"

@ -1,7 +1,10 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "SignalUtil.h" #import "SignalUtil.h"
#import <SignalServiceKit/TSAccountManager.h> #import <SignalServiceKit/TSAccountManager.h>
#import "Constraints.h"
#import "SignalKeyingStorage.h" #import "SignalKeyingStorage.h"
#import "Util.h" #import "Util.h"

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "DecayingSampleEstimator.h" #import "DecayingSampleEstimator.h"
@implementation DecayingSampleEstimator @implementation DecayingSampleEstimator

@ -1,6 +1,9 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "AnonymousOccurrenceLogger.h" #import "AnonymousOccurrenceLogger.h"
#import "AnonymousValueLogger.h" #import "AnonymousValueLogger.h"
#import "Constraints.h"
#import "LoggingUtil.h" #import "LoggingUtil.h"
#import "TimeUtil.h" #import "TimeUtil.h"

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "AnonymousConditionLogger.h" #import "AnonymousConditionLogger.h"
#import "Constraints.h"
@implementation AnonymousConditionLogger @implementation AnonymousConditionLogger

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "AnonymousOccurrenceLogger.h" #import "AnonymousOccurrenceLogger.h"
#import "Constraints.h"
@implementation AnonymousOccurrenceLogger @implementation AnonymousOccurrenceLogger

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "AnonymousValueLogger.h" #import "AnonymousValueLogger.h"
#import "Constraints.h"
@implementation AnonymousValueLogger @implementation AnonymousValueLogger

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "ArrayUtil.h" #import "ArrayUtil.h"
#import "Constraints.h"
@implementation NSArray (Util) @implementation NSArray (Util)

@ -1,6 +1,9 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import <CoreFoundation/CFSocket.h> #import <CoreFoundation/CFSocket.h>
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "Constraints.h"
#import "CryptoTools.h" #import "CryptoTools.h"
@interface NSData (Conversions) @interface NSData (Conversions)

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "DataUtil.h" #import "DataUtil.h"
@implementation NSData (Util) @implementation NSData (Util)

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "DataUtil.h" #import "DataUtil.h"
#import "DictionaryUtil.h" #import "DictionaryUtil.h"

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "FunctionalUtil.h" #import "FunctionalUtil.h"
@implementation NSArray (FunctionalUtil) @implementation NSArray (FunctionalUtil)

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "FutureUtil.h" #import "FutureUtil.h"
@implementation TOCCancelToken (FutureUtil) @implementation TOCCancelToken (FutureUtil)

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "NumberUtil.h" #import "NumberUtil.h"
@implementation NumberUtil @implementation NumberUtil

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "DataUtil.h" #import "DataUtil.h"
#import "NumberUtil.h" #import "NumberUtil.h"
#import "StringUtil.h" #import "StringUtil.h"

@ -1,6 +1,9 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "ArrayUtil.h" #import "ArrayUtil.h"
#import "Constraints.h"
#import "Crc32.h" #import "Crc32.h"
#import "DataUtil.h" #import "DataUtil.h"
#import "DateUtil.h" #import "DateUtil.h"

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "Zid.h" #import "Zid.h"
@implementation Zid @implementation Zid

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "CyclicalBuffer.h" #import "CyclicalBuffer.h"
#import "Util.h" #import "Util.h"

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import <CoreFoundation/CoreFoundation.h> #import <CoreFoundation/CoreFoundation.h>
#import "Constraints.h"
@interface PriorityQueue : NSObject { @interface PriorityQueue : NSObject {
@private @private

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "Queue.h" #import "Queue.h"
@implementation Queue { @implementation Queue {

@ -1,5 +1,8 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "AnonymousTerminator.h" #import "AnonymousTerminator.h"
#import "Constraints.h"
@implementation AnonymousTerminator @implementation AnonymousTerminator

@ -1,4 +1,7 @@
#import "Constraints.h" //
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "ExceptionsTest.h" #import "ExceptionsTest.h"
#import "TestUtil.h" #import "TestUtil.h"

Loading…
Cancel
Save