Signal-iOS/SignalServiceKit/src/Messages
2024-01-11 12:51:21 -06:00
..
Attachments Copy over digest when initializing TSAttachmentStream 2024-01-10 11:58:55 -06:00
BodyRanges Move fullNames method to ProfileManager 2024-01-08 13:31:28 -06:00
DeviceSyncing Stop sending local-only contact syncs 2024-01-04 14:33:20 -06:00
Edit Fix handling of long text attachments for message edits. 2024-01-10 12:20:33 -06:00
Interactions Update group join request approval handling to match other platforms 2024-01-09 10:04:12 -08:00
InvalidKeyMessages Stop using TSIncomingMessage.sourceDeviceId 2023-12-19 11:16:26 -08:00
Payments Stop using TSIncomingMessage.sourceDeviceId 2023-12-19 11:16:26 -08:00
Reactions Remove explicit SignalServiceAddress from backup code 2023-12-19 11:42:32 -08:00
Stickers Change misleading stringSet terminology 2023-12-12 17:37:39 -06:00
Stories Backup/Restore pinned thread ordering 2024-01-04 05:58:35 -08:00
UD Add tx paramter to reuploadLocalProfile 2024-01-11 12:51:21 -06:00
BlockingManager.swift Remove SSKJobQueues 2023-12-11 14:22:22 -06:00
DecryptedIncomingEnvelope.swift Replace sourceServiceIdObjC with sourceAciObjC 2023-08-23 12:57:17 -05:00
DeliveryReceiptContext.swift Swiftify receipt handling code 2023-09-05 15:21:06 -05:00
DeviceMessage.swift Add & use DeviceMessage type when sending messages 2023-02-08 12:05:13 -08:00
DisappearingMessagesFinder.swift Delete expired messages in smaller batches 2023-12-04 11:40:11 -06:00
EarlyMessageManager.swift Rename OWSMessageManager to MessageReceiver 2023-12-04 15:48:09 -06:00
FailedAttachmentDownloadsJob.swift Improve FailedAttachmentDownloadsJob perf 2023-04-25 12:22:20 -07:00
FailedMessagesJob.swift Remove Dependencies from the three launch jobs 2023-03-20 11:01:29 -05:00
IncomingPniChangeNumberProcessor.swift [Death to TSAccountManager, long live TSAccountManager][10] Delete old TSAccountManager 2023-10-05 09:23:41 -07:00
IncompleteCallsJob.swift Add extension for sqliteRowId 2023-10-13 15:17:54 -07:00
MessageBody.swift Fix crash when rendering out-of-bounds style ranges 2023-04-19 14:19:16 -07:00
MessageFetcherJob.swift Remove a bunch of debug()/verbose() lines 2023-11-17 16:40:49 -06:00
MessagePipelineSupervisor.swift Clean up warnings around designated/unavailable initializers 2023-09-06 22:01:10 -05:00
MessageProcessor.swift Add initial JobQueueRunner implementation 2023-12-12 13:34:46 -06:00
MessageReceiver.swift Remove legacy call message fields 2024-01-05 11:27:57 -08:00
MessageSender.swift Clean up PreKeyManager to remove twenty thousand layers of abstraction 2023-12-12 13:44:00 -08:00
MessageSender+Errors.swift Limit retries of message send due to invalid prekey signatures 2023-10-25 12:04:44 -05:00
MessageSender+SenderKey.swift Swiftify the rest of MessageSender 2023-11-27 11:29:23 -06:00
MessageSendLog.swift Use TimeGatedBatch for MSL cleanup 2023-12-04 13:25:39 -06:00
MockIdentityManager.swift Refactor AccountManager's finishProvisioningSecondary method 2023-11-21 12:37:00 -08:00
OutgoingAttachmentInfo.swift Swiftify the rest of MessageSender 2023-11-27 11:29:23 -06:00
OutgoingGroupUpdateMessage.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
OutgoingMessagePreparer.swift Fix where we save recent stickers 2023-12-12 17:36:48 -06:00
OWSAddToContactsOfferMessage.h Don’t annotate classes as deprecated 2023-02-02 10:27:06 -08:00
OWSAddToContactsOfferMessage.m Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSAddToContactsOfferMessage+SDS.swift Stop using TSIncomingMessage.sourceDeviceId 2023-12-19 11:16:26 -08:00
OWSAddToProfileWhitelistOfferMessage.h Don’t annotate classes as deprecated 2023-02-02 10:27:06 -08:00
OWSAddToProfileWhitelistOfferMessage.m Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSAddToProfileWhitelistOfferMessage+SDS.swift Stop using TSIncomingMessage.sourceDeviceId 2023-12-19 11:16:26 -08:00
OWSDisappearingMessagesJob.h Swiftify part of OWSDisappearingMessagesJob 2023-12-02 02:08:31 -06:00
OWSDisappearingMessagesJob.m Swiftify part of OWSDisappearingMessagesJob 2023-12-02 02:08:31 -06:00
OWSDisappearingMessagesJob.swift Delete expired messages in smaller batches 2023-12-04 11:40:11 -06:00
OWSIdentityManager.swift Prefer IdentityKey over typeless Data objects 2023-11-07 11:37:02 -06:00
OWSMessageContentJob.h Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSMessageContentJob.m Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSMessageContentJob+SDS.swift Funnel read crashes into the recovery flow 2023-06-02 11:48:51 -05:00
OWSMessageDecrypter.swift Remove SSKJobQueues 2023-12-11 14:22:22 -06:00
OWSMessageHandler.h Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSMessageHandler.m Remove some unused code 2023-11-15 18:24:20 -06:00
OWSMessageSend.swift Handle 401s when building device messages 2023-10-30 16:18:14 -05:00
OWSOutgoingNullMessage.h Rename TSOutgoingMessage.isFromLinkedDevice->wasNotCreatedLocally 2023-12-15 09:36:46 -08:00
OWSOutgoingNullMessage.m Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSOutgoingResendRequest.h Rename TSOutgoingMessage.isFromLinkedDevice->wasNotCreatedLocally 2023-12-15 09:36:46 -08:00
OWSOutgoingResendRequest.m [ServiceId] Update sealed sender & error handling 2023-08-02 17:27:06 -05:00
OWSOutgoingResendRequest.swift [ServiceId] Update sealed sender & error handling 2023-08-02 17:27:06 -05:00
OWSOutgoingResendResponse.h Rename TSOutgoingMessage.isFromLinkedDevice->wasNotCreatedLocally 2023-12-15 09:36:46 -08:00
OWSOutgoingResendResponse.m [ServiceId] Update outgoing messages 2023-08-17 11:09:00 -05:00
OWSOutgoingResendResponse.swift Don’t put messages sent to PNIs in the MSL 2023-09-08 00:32:51 -05:00
OWSOutgoingSenderKeyDistributionMessage.h Only tag SKDMs as story sends for non-group threads 2022-10-17 23:43:06 -07:00
OWSOutgoingSenderKeyDistributionMessage.m Use implicit content hint for SKDMs 2022-11-28 11:19:45 -08:00
OWSProfileKeyMessage.h Rename TSOutgoingMessage.isFromLinkedDevice->wasNotCreatedLocally 2023-12-15 09:36:46 -08:00
OWSProfileKeyMessage.m Swiftify SSKEnvironment 2023-04-14 10:58:21 -07:00
OWSReadTracking.h Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSReceiptManager.h Swiftify markMessageAsViewedOnLinkedDevice 2023-06-13 13:04:49 -05:00
OWSReceiptManager.m Swiftify ReceiptSender (OWSOutgoingReceiptManager) 2024-01-04 15:55:39 -06:00
OWSReceiptManager.swift Swiftify ReceiptSender (OWSOutgoingReceiptManager) 2024-01-04 15:55:39 -06:00
OWSRecoverableDecryptionPlaceholder.h Clean up warnings around designated/unavailable initializers 2023-09-06 22:01:10 -05:00
OWSRecoverableDecryptionPlaceholder.m Clean up warnings around designated/unavailable initializers 2023-09-06 22:01:10 -05:00
OWSRecoverableDecryptionPlaceholder+Replace.swift Add extension for sqliteRowId 2023-10-13 15:17:54 -07:00
OWSRecoverableDecryptionPlaceholder+SDS.swift Stop using TSIncomingMessage.sourceDeviceId 2023-12-19 11:16:26 -08:00
OWSUnknownContactBlockOfferMessage.h Don’t annotate classes as deprecated 2023-02-02 10:27:06 -08:00
OWSUnknownContactBlockOfferMessage.m Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSUnknownContactBlockOfferMessage+SDS.swift Stop using TSIncomingMessage.sourceDeviceId 2023-12-19 11:16:26 -08:00
OWSUnknownProtocolVersionMessage.h Clean up warnings around designated/unavailable initializers 2023-09-06 22:01:10 -05:00
OWSUnknownProtocolVersionMessage.m Clean up warnings around designated/unavailable initializers 2023-09-06 22:01:10 -05:00
OWSUnknownProtocolVersionMessage+SDS.swift Stop using TSIncomingMessage.sourceDeviceId 2023-12-19 11:16:26 -08:00
PniSignatureProcessor.swift Rename RecipientDataStore → RecipientDatabaseTable 2023-10-31 02:26:54 -05:00
PreKeyBundle+jsonDict.h Change license to AGPL 2022-10-13 08:25:37 -05:00
PreKeyBundle+jsonDict.m Update PKBundle request to fetch PQ keys 2023-08-02 18:10:28 -05:00
ReceiptSender.swift Swiftify ReceiptSender (OWSOutgoingReceiptManager) 2024-01-04 15:55:39 -06:00
RecipientHidingManager.swift Add ProfileManager protocol 2024-01-08 13:30:25 -06:00
RecipientHidingManager+SignalServiceAddress.swift [Death to TSAccountManager, long live TSAccountManager][9] Migrate usages of old TSAccountManager to new 2023-10-05 08:56:08 -07:00
RecipientStateMerger.swift Rename RecipientDataStore → RecipientDatabaseTable 2023-10-31 02:26:54 -05:00
ServerReceiptEnvelope.swift [ServiceId] Update StoryMessage 2023-08-15 12:45:20 -05:00
TypingIndicatorMessage.swift Send “typing stopped” messages when typing stops 2023-10-04 14:26:46 -05:00
ValidatedIncomingEnvelope.swift [ServiceId] Update protobuf field names 2023-08-02 17:21:59 -05:00