Signal-iOS/SignalServiceKit/Messages
2025-01-16 16:51:42 -08:00
..
Attachments Allow missing or zero sizes on restored backup attachments 2024-12-17 17:17:14 -08:00
BodyRanges Fully Swiftify StorageServiceManager 2024-11-07 17:32:41 -08:00
DeviceSyncing When deleting attachment references, filter by idInOwner 2024-12-06 13:16:05 -08:00
Edit When deleting attachment references, filter by idInOwner 2024-12-06 13:16:05 -08:00
Interactions Use joinFromInviteLink from change action when parsing group snapshots 2025-01-16 16:51:42 -08:00
InvalidKeyMessages Clean up some deepCopy codegen 2025-01-08 11:41:58 -06:00
OutgoingMessagePreparer Fix a few warnings 2025-01-08 13:39:44 -06:00
Payments Validate all timestamps we export in backups 2025-01-14 08:14:05 -08:00
Reactions Adopt non-deprecated NSKeyedUnarchiver method 2024-11-19 16:44:02 -06:00
Stickers Clean up some deepCopy codegen 2025-01-08 11:41:58 -06:00
Stories Remove last remnants of OWSUserProfile caching 2025-01-08 21:15:10 -06:00
UD Remove last remnants of OWSUserProfile caching 2025-01-08 21:15:10 -06:00
BlockedRecipientStore.swift Remove MockDB in favor of InMemoryDB 2024-10-07 19:06:08 -07:00
BlockingManager.swift Fix bug refreshing groups after unblocking 2025-01-10 15:24:05 -06:00
DecryptedIncomingEnvelope.swift Drop messages with cipher/content type mismatches 2025-01-09 15:40:33 -06:00
DeliveryReceiptContext.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
DeviceMessage.swift Store which devices received an SKDM 2024-07-03 11:11:47 -05:00
DisappearingMessagesFinder.swift Remove extraneous disappearing message clause 2024-06-13 17:28:19 -05:00
EarlyMessageManager.swift Remove usage of some ObjC types in Swift code 2024-12-19 13:10:36 -06:00
FailedMessagesJob.swift Migrate TSOutgoingMessageRecipientState off of Mantle 2024-08-23 16:17:26 -07:00
IncomingPniChangeNumberProcessor.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
IncompleteCallsJob.swift Asyncify LaunchJobs 2024-07-25 01:48:18 -05:00
MessageBody.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
MessageFetcherJob.swift Simplify REST batching & ACKing logic 2024-10-25 13:19:12 -05:00
MessagePipelineSupervisor.swift Suspend message processing until link'n'sync finishes 2024-12-13 11:20:03 -06:00
MessageProcessor.swift Drop messages with cipher/content type mismatches 2025-01-09 15:40:33 -06:00
MessageReceiver.swift Clean up a few confusing messages 2025-01-15 18:16:52 -06:00
MessageSender.swift Don’t preemptively fanout oversize messages 2025-01-02 13:02:44 -06:00
MessageSender+Errors.swift Handle recoverable send errors more quickly 2024-11-04 15:21:48 -06:00
MessageSender+SenderKey.swift Remove unused constant 2025-01-16 12:41:24 -06:00
MessageSenderRecipientErrors.swift Handle recoverable send errors more quickly 2024-11-04 15:21:48 -06:00
MessageSendLog.swift Remove MockDB in favor of InMemoryDB 2024-10-07 19:06:08 -07:00
MessageTimestampGenerator.swift Add MessageTimestampGenerator 2024-07-25 01:45:20 -05:00
MessageTimestampGeneratorTest.swift Add MessageTimestampGenerator 2024-07-25 01:45:20 -05:00
MockIdentityManager.swift Fix some warnings when building for prod 2025-01-15 11:59:21 -06:00
OutgoingAttachmentInfo.swift Sayonara, TSResource 2024-12-04 13:30:31 -08:00
OutgoingGroupUpdateMessage.swift Add support for GSEs when updating groups 2024-11-22 16:31:30 -06:00
OWSAddToContactsOfferMessage.h Fix codegen formatting 2024-05-28 10:45:10 -04:00
OWSAddToContactsOfferMessage.m Fix codegen formatting 2024-05-28 10:45:10 -04:00
OWSAddToContactsOfferMessage+SDS.swift Clean up some deepCopy codegen 2025-01-08 11:41:58 -06:00
OWSAddToProfileWhitelistOfferMessage.h Fix codegen formatting 2024-05-28 10:45:10 -04:00
OWSAddToProfileWhitelistOfferMessage.m Fix codegen formatting 2024-05-28 10:45:10 -04:00
OWSAddToProfileWhitelistOfferMessage+SDS.swift Clean up some deepCopy codegen 2025-01-08 11:41:58 -06:00
OWSDisappearingMessagesJob.swift Update to Xcode 16.2 2025-01-08 18:48:03 -06:00
OWSIdentityManager.swift Allow for restarting the provisioning flow (link'n'sync retry button) 2025-01-08 18:42:45 -08:00
OWSMessageContentJob.h Run clang-format on SignalServiceKit/ files 2024-03-27 12:27:06 -05:00
OWSMessageContentJob.m Remove “collection” concept from database types 2024-08-20 18:22:00 -05:00
OWSMessageContentJob+SDS.swift Clean up some deepCopy codegen 2025-01-08 11:41:58 -06:00
OWSMessageDecrypter.swift Clean up a few confusing messages 2025-01-15 18:16:52 -06:00
OWSMessageSend.swift Remove OWSUDSendingAccess 2024-11-20 18:26:58 -06:00
OWSOutgoingNullMessage.h Deprecate attachmentIds TSInteraction column 2024-12-04 13:32:16 -08:00
OWSOutgoingNullMessage.m Pare down TSInteraction initializers 2024-08-06 10:06:20 -07:00
OWSOutgoingResendRequest.h Support isSMS for messages restored from Backups 2024-09-23 17:42:11 -07:00
OWSOutgoingResendRequest.m Pare down TSInteraction initializers 2024-08-06 10:06:20 -07:00
OWSOutgoingResendRequest.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
OWSOutgoingResendResponse.swift remove NSObject and Dependencies extension computed vars for SignalServiceKit 2024-10-11 23:12:59 -05:00
OWSOutgoingResendResponseTest.swift Swiftify OWSOutgoingResendResponse 2024-06-28 17:47:01 -05:00
OWSOutgoingSenderKeyDistributionMessage.h Pare down TSInteraction initializers 2024-08-06 10:06:20 -07:00
OWSOutgoingSenderKeyDistributionMessage.m Pare down TSInteraction initializers 2024-08-06 10:06:20 -07:00
OWSProfileKeyMessage.h Deprecate attachmentIds TSInteraction column 2024-12-04 13:32:16 -08:00
OWSProfileKeyMessage.m Remove last remnants of OWSUserProfile caching 2025-01-08 21:15:10 -06:00
OWSReadTracking.h migrate OWSReceiptManager to swift 2024-09-30 10:25:39 -07:00
OWSReceiptManager.swift One KeyValueStore to rule them all 2024-11-15 18:47:54 -06:00
OWSRecoverableDecryptionPlaceholder.h Deprecate attachmentIds TSInteraction column 2024-12-04 13:32:16 -08:00
OWSRecoverableDecryptionPlaceholder.m Deprecate attachmentIds TSInteraction column 2024-12-04 13:32:16 -08:00
OWSRecoverableDecryptionPlaceholder.swift Use RemoteConfig as an instance type 2024-08-23 14:59:44 -05:00
OWSRecoverableDecryptionPlaceholder+SDS.swift Clean up some deepCopy codegen 2025-01-08 11:41:58 -06:00
OWSUnknownContactBlockOfferMessage.h Fix codegen formatting 2024-05-28 10:45:10 -04:00
OWSUnknownContactBlockOfferMessage.m Fix codegen formatting 2024-05-28 10:45:10 -04:00
OWSUnknownContactBlockOfferMessage+SDS.swift Clean up some deepCopy codegen 2025-01-08 11:41:58 -06:00
OWSUnknownProtocolVersionMessage.h Deprecate attachmentIds TSInteraction column 2024-12-04 13:32:16 -08:00
OWSUnknownProtocolVersionMessage.m Deprecate attachmentIds TSInteraction column 2024-12-04 13:32:16 -08:00
OWSUnknownProtocolVersionMessage+SDS.swift Clean up some deepCopy codegen 2025-01-08 11:41:58 -06:00
PniSignatureProcessor.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
ReceiptSender.swift Adopt non-deprecated NSKeyedUnarchiver method 2024-11-19 16:44:02 -06:00
RecipientHidingManager.swift Remove MockDB in favor of InMemoryDB 2024-10-07 19:06:08 -07:00
RecipientHidingManager+SignalServiceAddress.swift Make recipient unhiding method properly throw 2024-10-04 16:11:43 -07:00
RecipientStateMerger.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
ServerReceiptEnvelope.swift Remove usage of some ObjC types in Swift code 2024-12-19 13:10:36 -06:00
TypingIndicatorMessage.swift Use the withDefaults pattern for TSOutgoingMessageBuilder 2024-08-06 10:22:07 -07:00
ValidatedIncomingEnvelope.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00