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 faa8918cd4 Replaced the remaining non-file legacy methods with their non-legacy equivalents
Updated the OpenGroup polling to run on a non-main thread
Updated the TSGroupModel to store moderatorIds as well as the adminIds (new endpoint is only going to give diffs)
Updated the BatchRequest to support json, base64 encoded strings and raw bytes for it's body
Replaced the 'lastMessageServerID' methods with 'OpenGroupSequenceNumber' methods (since we have swapped the property over)
Added an alert when banning fails (previously it would fail silently)
Fixed a bug where sent blinded messages were appearing as incoming messages
Fixed a bug where the OpenGroup infoUpdates wasn't getting decoded correctly
Fixed an issue where the ConversationVC wouldn't become the first responder again after the ban alerts disappeared
Fixed an issue where I'd incorrectly used the message 'seqNo' in place of the message server id
Fixed an issue where open group messages were setting their `sentTimestamp` to seconds instead of milliseconds for incoming messages
3 years ago
..
BatchRequestInfo.swift Replaced the remaining non-file legacy methods with their non-legacy equivalents 3 years ago
Capabilities.swift Replaced the remaining non-file legacy methods with their non-legacy equivalents 3 years ago
DirectMessage.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
FileResponse.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
LegacyAuthTokenResponse.swift Started resolving TODOs 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 Started resolving TODOs 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
OGMessage.swift Updated to the latest blinding behaviour 3 years ago
OpenGroup.swift Replaced the remaining non-file legacy methods with their non-legacy equivalents 3 years ago
PinnedMessage.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
Room.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
RoomPollInfo.swift Replaced the remaining non-file legacy methods with their non-legacy equivalents 3 years ago
SendDirectMessageRequest.swift Replaced the remaining non-file legacy methods with their non-legacy equivalents 3 years ago
SendMessageRequest.swift Started resolving TODOs 3 years ago
Server.swift Additional encryption work on id blinding 3 years ago
UpdateMessageRequest.swift Started resolving TODOs 3 years ago
UserBanRequest.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
UserDeleteMessagesRequest.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
UserDeleteMessagesResponse.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
UserModeratorRequest.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
UserPermissionsRequest.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago
UserUnbanRequest.swift Renamed OpenGroupAPIV2 to OpenGroupAPI 3 years ago