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 b1684f6b23 More unit tests, fixed a few issues uncovered by testing
Updated the OpenGroupManager to support injecting the cache for better unit testing
Updated the MessageReceiver to support Dependencies being passed as a parameter for visible message and storage purposes
Added a debugDescription to the OpenGroup for more accurate unit testing
Fixed an issue where the poll function would include the inbox and outbox endpoints even when the server was not blinded
Fixed some test compilation time issues
Fixed a bug where the OpenGroupAPI Room was using 'description' as a parameter name (used by Swift for other purposes)
Fixed a bug where then OpenGroup was incorrectly using the system 'description'  property in one place
Renamed the parseV2OpenGroup to parseOpenGroup for consistency
2 years ago
..
BatchRequestInfo.swift Added more unit tests 2 years ago
Capabilities.swift Further work on unit tests (and a couple of bug fixes found when testing) 2 years ago
DirectMessage.swift Fixed a number of bugs, resolved some TODOs and tested the outbox APIs 2 years ago
OpenGroup.swift More unit tests, fixed a few issues uncovered by testing 2 years ago
PinnedMessage.swift Further work on unit tests (and a couple of bug fixes found when testing) 2 years ago
Room.swift More unit tests, fixed a few issues uncovered by testing 2 years ago
RoomPollInfo.swift Added more unit tests 2 years ago
SOGSMessage.swift Added more unit tests 2 years ago
SendDirectMessageRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2 years ago
SendDirectMessageResponse.swift Added more unit tests 2 years ago
SendMessageRequest.swift Renamed FileServerAPIV2 to FileServerAPI 2 years ago
Server.swift Additional encryption work on id blinding 2 years ago
UpdateMessageRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2 years ago
UserBanRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2 years ago
UserModeratorRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2 years ago
UserUnbanRequest.swift Got the '/inbox' APIs and encryption/decryption/validation working 2 years ago