session-ios/SignalServiceKit/src/Messages
nielsandriesse d6c24cebb8 Cache device links in memory rather than on disk 2020-05-19 15:28:11 +10:00
..
Attachments Clean 2020-04-20 16:53:40 +10:00
DeviceSyncing Clean 2020-04-20 16:53:40 +10:00
Interactions Fix friend request UI bug 2020-05-05 16:03:03 +10:00
InvalidKeyMessages Revert "Revert 'new sort id'." 2018-12-19 15:16:36 -07:00
UD Separate out remaining bits of Session logic 2020-04-23 16:02:36 +10:00
OWSAddToContactsOfferMessage.h Revert "Revert 'new sort id'." 2018-12-19 15:16:36 -07:00
OWSAddToContactsOfferMessage.m Revert "Revert 'new sort id'." 2018-12-19 15:16:36 -07:00
OWSAddToProfileWhitelistOfferMessage.h Revert "Revert 'new sort id'." 2018-12-19 15:16:36 -07:00
OWSAddToProfileWhitelistOfferMessage.m Revert "Revert 'new sort id'." 2018-12-19 15:16:36 -07:00
OWSBatchMessageProcessor.h Fix sealed sender related multi device issues 2020-02-15 08:15:57 +11:00
OWSBatchMessageProcessor.m Clean 2020-02-15 10:01:21 +11:00
OWSBlockingManager.h Backup misc collections. 2018-11-28 17:05:08 -05:00
OWSBlockingManager.m Fix migration issue 2019-08-30 12:12:32 +10:00
OWSDisappearingMessagesFinder.h ensure expirations started 2018-05-04 10:33:05 -04:00
OWSDisappearingMessagesFinder.m Pull out SignalCoreKit. 2018-10-01 09:06:40 -04:00
OWSDisappearingMessagesJob.h Revert "Revert 'new sort id'." 2018-12-19 15:16:36 -07:00
OWSDisappearingMessagesJob.m CR: use existing transaction rather than open sneaky one 2018-12-19 15:16:36 -07:00
OWSFailedAttachmentDownloadsJob.h Detect and handle corrupt database views. 2018-04-25 09:30:23 -04:00
OWSFailedAttachmentDownloadsJob.m Step 2/2 %s/OWSAssert/OWSAssertDebug for existing previous assert semantics 2018-09-07 10:00:48 -06:00
OWSFailedMessagesJob.h Detect and handle corrupt database views. 2018-04-25 09:30:23 -04:00
OWSFailedMessagesJob.m Fix crashes 2020-04-28 16:15:00 +10:00
OWSIdentityManager.h WIP 2019-12-06 16:42:28 +11:00
OWSIdentityManager.m Update for seed changes 2019-08-20 13:54:37 +10:00
OWSIncompleteCallsJob.h Tweak system messages; incomplete vs. missed calls. 2018-07-11 15:34:16 -04:00
OWSIncompleteCallsJob.m Pull out SignalCoreKit. 2018-10-01 09:06:40 -04:00
OWSMessageDecrypter.h Send sync messages to self via UD (only); discard self-sent sync messages. 2018-10-10 09:10:45 -04:00
OWSMessageDecrypter.m Split things according to architecture overview docs 2020-04-24 10:22:55 +10:00
OWSMessageHandler.h Code generate Swift wrappers for protocol buffers. 2018-08-03 14:05:20 -04:00
OWSMessageHandler.m Clean 2020-04-20 16:53:40 +10:00
OWSMessageManager.h Fix public chat attachment syncing 2019-11-15 13:56:35 +11:00
OWSMessageManager.m Cache device links in memory rather than on disk 2020-05-19 15:28:11 +10:00
OWSMessageReceiver.h Distinguish 'app will/did become ready' events. 2018-11-05 09:04:57 -05:00
OWSMessageReceiver.m Untangle receipts, transcripts & typing indicators logic 2020-04-30 12:23:07 +10:00
OWSMessageSend.swift Handle slave device message send failures 2020-04-29 15:59:27 +10:00
OWSMessageSender.h Separate out Session message sending logic 2020-04-22 16:23:58 +10:00
OWSMessageSender.m Fix race condition 2020-05-08 14:09:44 +10:00
OWSMessageServiceParams.h Fix updating friend request status when sending message. 2020-05-05 12:43:31 +10:00
OWSMessageServiceParams.m Fix updating friend request status when sending message. 2020-05-05 12:43:31 +10:00
OWSMessageUtils.h Introduce Thread view model 2018-04-21 19:21:18 -04:00
OWSMessageUtils.m Step 2/2 %s/OWSAssert/OWSAssertDebug for existing previous assert semantics 2018-09-07 10:00:48 -06:00
OWSOutgoingCallMessage.h Batch outgoing ICE updates. 2019-01-31 15:48:50 -05:00
OWSOutgoingCallMessage.m Batch outgoing ICE updates. 2019-01-31 15:48:50 -05:00
OWSOutgoingNullMessage.h Apply LinkPreview model. 2019-01-14 16:20:54 -05:00
OWSOutgoingNullMessage.m Apply LinkPreview model. 2019-01-14 16:20:54 -05:00
OWSOutgoingReceiptManager.h Modify OWSOutgoingReceiptManager to handle read receipts. 2018-10-12 13:52:46 -04:00
OWSOutgoingReceiptManager.m Untangle receipts, transcripts & typing indicators logic 2020-04-30 12:23:07 +10:00
OWSProfileKeyMessage.h Apply LinkPreview model. 2019-01-14 16:20:54 -05:00
OWSProfileKeyMessage.m Apply LinkPreview model. 2019-01-14 16:20:54 -05:00
OWSReadReceiptManager.h Revert "Revert 'new sort id'." 2018-12-19 15:16:36 -07:00
OWSReadReceiptManager.m Untangle receipts, transcripts & typing indicators logic 2020-04-30 12:23:07 +10:00
OWSReadTracking.h Add missing nullability annotations. 2019-01-23 13:12:43 -05:00
OWSSignalAddress.swift Add server certificate methods to UD manager. 2018-10-02 13:24:00 -04:00
OWSUnknownContactBlockOfferMessage.h Revert "Revert 'new sort id'." 2018-12-19 15:16:36 -07:00
OWSUnknownContactBlockOfferMessage.m Revert "Revert 'new sort id'." 2018-12-19 15:16:36 -07:00
PreKeyBundle+jsonDict.h WIP: Framework-friendly - compiles but crashes on launch 2017-11-29 13:58:27 -08:00
PreKeyBundle+jsonDict.m Pull out SignalCoreKit. 2018-10-01 09:06:40 -04:00
TSCall.h minimize diff senderTimestamp -> timestamp 2018-09-26 09:52:33 -06:00
TSCall.m Fix "missed calls" not sorting threads 2019-02-12 15:51:20 -07:00
TSGroupModel.h Clean 2020-01-28 15:08:42 +11:00
TSGroupModel.m Separate out remaining bits of Session logic 2020-04-23 16:02:36 +10:00
TypingIndicatorMessage.swift Increase message TTL 2020-04-21 13:40:33 +10:00