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/Open Groups/Models
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
..
BatchRequestInfo.swift File upload working, further code cleanup 3 years ago
Capabilities.swift Added more unit tests 3 years ago
DirectMessage.swift Fixed a number of bugs, resolved some TODOs and tested the outbox APIs 3 years ago
LegacyAuthTokenResponse.swift File upload working, further code cleanup 3 years ago
LegacyCompactPollBody.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
LegacyCompactPollResponse.swift Started resolving TODOs 3 years ago
LegacyDeletedMessagesResponse.swift Started resolving TODOs 3 years ago
LegacyDeletion.swift Started resolving TODOs 3 years ago
LegacyGetInfoResponse.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
LegacyMemberCountResponse.swift Started resolving TODOs 3 years ago
LegacyModeratorsResponse.swift Started resolving TODOs 3 years ago
LegacyOpenGroupMessageV2.swift File upload working, further code cleanup 3 years ago
LegacyPublicKeyBody.swift Started resolving TODOs 3 years ago
LegacyRoomInfo.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
LegacyRoomsResponse.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
OpenGroup.swift Added more unit tests 3 years ago
PinnedMessage.swift Got the '/inbox' APIs and encryption/decryption/validation working 3 years ago
Room.swift File upload working, further code cleanup 3 years ago
RoomPollInfo.swift Fixed a few issues uncovered while testing and some cleanup 3 years ago
SOGSMessage.swift File upload working, further code cleanup 3 years ago
SendDirectMessageRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 3 years ago
SendDirectMessageResponse.swift Fixed a number of bugs, resolved some TODOs and tested the outbox APIs 3 years ago
SendMessageRequest.swift Renamed FileServerAPIV2 to FileServerAPI 3 years ago
Server.swift Additional encryption work on id blinding 3 years ago
UpdateMessageRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 3 years ago
UserBanRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 3 years ago
UserDeleteMessagesRequest.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
UserDeleteMessagesResponse.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
UserModeratorRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 3 years ago
UserUnbanRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 3 years ago