session-ios/SignalServiceKit/src/Messages
Matthew Chen afc753e7ed Add batch message processor.
// FREEBIE
2017-09-20 09:24:49 -04:00
..
Attachments Respond to CR. 2017-09-19 09:30:01 -04:00
DeviceSyncing Don't send profile key with every sync message since we explicitly sync 2017-08-29 10:35:18 -04:00
Interactions Don't "scroll to bottom" when messages are sent from desktop. 2017-09-18 15:49:33 -04:00
InvalidKeyMessages ensure blocking keychange message has identityKey before proceeding 2017-07-26 16:00:32 -04:00
OWSAddToContactsOfferMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSAddToContactsOfferMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSAddToProfileWhitelistOfferMessage.h Add “add to profile whitelist” offer. 2017-08-04 15:23:02 -04:00
OWSAddToProfileWhitelistOfferMessage.m Add “add to profile whitelist” offer. 2017-08-04 15:23:02 -04:00
OWSBatchMessageProcessor.h Add batch message processor. 2017-09-20 09:24:49 -04:00
OWSBatchMessageProcessor.m Add batch message processor. 2017-09-20 09:24:49 -04:00
OWSBlockingManager.h Sketch out profile manager. 2017-08-01 11:41:55 -04:00
OWSBlockingManager.m Add convenience category for YapDatabaseConnection. 2017-08-02 10:38:23 -04:00
OWSCallAnswerMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallAnswerMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallBusyMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallBusyMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallHangupMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallHangupMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallIceUpdateMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallIceUpdateMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallOfferMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallOfferMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSDisappearingMessagesFinder.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSDisappearingMessagesFinder.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSDisappearingMessagesJob.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSDisappearingMessagesJob.m Apply OWSFail() in more places. 2017-09-11 10:20:48 -04:00
OWSFailedAttachmentDownloadsJob.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSFailedAttachmentDownloadsJob.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSFailedMessagesJob.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSFailedMessagesJob.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSIdentityManager.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSIdentityManager.m Start reworking the contact offers. 2017-08-21 17:05:42 -04:00
OWSIncomingMessageReadObserver.h Add convenience category for YapDatabaseConnection. 2017-08-02 10:38:23 -04:00
OWSIncomingMessageReadObserver.m Add convenience category for YapDatabaseConnection. 2017-08-02 10:38:23 -04:00
OWSMessageReceiver.h Make sure DB views are ready before kicking processing job 2017-07-28 17:12:47 -04:00
OWSMessageReceiver.m Add batch message processor. 2017-09-20 09:24:49 -04:00
OWSMessageSender.h Respond to CR. 2017-09-19 09:30:01 -04:00
OWSMessageSender.m Respond to CR. 2017-09-19 09:30:01 -04:00
OWSMessageServiceParams.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSMessageServiceParams.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSNotifyRemoteOfUpdatedDisappearingConfigurationJob.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSNotifyRemoteOfUpdatedDisappearingConfigurationJob.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSOutgoingCallMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSOutgoingCallMessage.m Rework where profile key is attached in photos. 2017-08-04 15:23:17 -04:00
OWSOutgoingNullMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSOutgoingNullMessage.m Rework where profile key is attached in photos. 2017-08-04 15:23:17 -04:00
OWSProfileKeyMessage.h profile key flag and debug action 2017-08-29 10:35:54 -04:00
OWSProfileKeyMessage.m profile key flag and debug action 2017-08-29 10:35:54 -04:00
OWSReadTracking.h crashfix: on addObject, presumably it's nil. 2017-09-01 12:56:50 -04:00
OWSSignalServiceProtos.pb.h Revert "Modify read receipt photos to support sending read receipts to both linked devices and senders." 2017-09-19 17:30:48 -04:00
OWSSignalServiceProtos.pb.m Revert "Modify read receipt photos to support sending read receipts to both linked devices and senders." 2017-09-19 17:30:48 -04:00
OWSUnknownContactBlockOfferMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSUnknownContactBlockOfferMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
PreKeyBundle+jsonDict.h Don't crash when messaging user with malformed profile 2017-07-24 13:01:43 -04:00
PreKeyBundle+jsonDict.m Don't crash when messaging user with malformed profile 2017-07-24 13:01:43 -04:00
TSCall.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
TSCall.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
TSGroupModel.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
TSGroupModel.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
TSMessagesManager.h Decouple message decryption and processing. 2017-09-20 09:24:49 -04:00
TSMessagesManager.m Decouple message decryption and processing. 2017-09-20 09:24:49 -04:00