You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionMessagingKit/Jobs/Types
Morgan Pretty cac5542868 Additional bug fixes, log tweaks and update checking
• Added a new CheckForAppUpdates job which runs at most once every 24 hours
• Updated the job failure logs to include the error that caused the failure
• Updated the network instance to use 'single_path_mode' when not executing within the main app
• Updated the logger to append extension logs when resuming instead of only during startup
• Updated the export logs behaviour to append the previously rotated log data if the latest log file is too short (to ensure we get more useful info when debugging)
• Updated to the latest libSession commit to resolve a couple of edge-cases
2 years ago
..
AttachmentDownloadJob.swift Separate streams for attachment upload/download and bug fixes 2 years ago
AttachmentUploadJob.swift Fixed a few bugs with sync messages 2 years ago
CheckForAppUpdatesJob.swift Additional bug fixes, log tweaks and update checking 2 years ago
ConfigMessageReceiveJob.swift Fixed a crash and config issue 2 years ago
ConfigurationSyncJob.swift Updated to the latest libSession and updated it's error handling 2 years ago
DisappearingMessagesJob.swift add a process to clean up any expired messages before loading initial screen after app launch 2 years ago
ExpirationUpdateJob.swift [WIP] Cleaned up interface, error handling and redundant code 2 years ago
FailedAttachmentDownloadsJob.swift Fixed the broken tests 2 years ago
FailedMessageSendsJob.swift Updated with latest libSession fixes, minor logging tweaks 2 years ago
GarbageCollectionJob.swift Cleaned up a bunch of warnings, renamed a couple of folders 2 years ago
GetExpirationJob.swift Moved a bunch of networking logic into libSession 2 years ago
GroupLeavingJob.swift Fixed a few bugs with sync messages 2 years ago
MessageReceiveJob.swift Fixed a crash and config issue 2 years ago
MessageSendJob.swift Separate streams for attachment upload/download and bug fixes 2 years ago
NotifyPushServerJob.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-push-server 2 years ago
RetrieveDefaultOpenGroupRoomsJob.swift Fixed the broken tests 2 years ago
SendReadReceiptsJob.swift Fixed a few bugs with sync messages 2 years ago
UpdateProfilePictureJob.swift Fixed the broken tests 2 years ago