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/SessionSnodeKit
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)
4 years ago
..
Meta
Models Fixed a few issues uncovered while testing and some cleanup 4 years ago
Utilities Additional encryption work on id blinding 4 years ago
Configuration.swift Fix module linking issue 5 years ago
Notification+OnionRequestAPI.swift
OnionRequestAPI+Encryption.swift File upload working, further code cleanup 4 years ago
OnionRequestAPI.swift Renamed FileServerAPIV2 to FileServerAPI 4 years ago
Snode.swift WIP: delete from storage server 4 years ago
SnodeAPI.swift Fixed a few issues uncovered while testing and some cleanup 4 years ago
SnodeMessage.swift Updated the code to support additional session id prefixes 4 years ago
Storage+OnionRequests.swift Restructure 5 years ago
Storage+SnodeAPI.swift Don't unnecessarily open sync transactions 4 years ago
Storage.swift Don't unnecessarily open sync transactions 4 years ago