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
Morgan Pretty 81f563229f Renamed FileServerAPIV2 to FileServerAPI
Updated the direct file upload/download to use the non-base64 approaches as well
Updated the attachment 'serverId' value to be a string instead of a UInt64 (future-proofing)
Updated the OnionRequest V4 response handling to avoid converting the "response body" part to a string and processing that, instead just slice the byte array (ie. stopped it from being broken from multiple conversions)
Removed the base64-based file upload/download endpoints (no use including them when they are inefficient and we don't want to use them)
3 years ago
..
AttachmentDownloadJob.swift Renamed FileServerAPIV2 to FileServerAPI 3 years ago
AttachmentUploadJob.swift Renamed FileServerAPIV2 to FileServerAPI 3 years ago
Job.swift Implement open group invitations UI 4 years ago
JobDelegate.swift Further debug attachment sending 4 years ago
JobQueue.swift fix remove job id concurrent issue 4 years ago
MessageReceiveJob.swift store server hash value for visible messages 4 years ago
MessageSendJob.swift Renamed FileServerAPIV2 to FileServerAPI 3 years ago
NotifyPNServerJob.swift Started cleaning up some of the SOGS and Onion Requests structure 3 years ago