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
Morgan Pretty 67830ed767 Fixed a legacy group message decryption issue
Fixed a bug where we were incorrectly generating and requiring 64 byte secrets for legacy groups (we only need 32 bytes), since we do length checks before calling the libSession C API (to prevent crashes) we would fail before attempting to decrypt because the key was too short
7 months ago
..
Calls Fixed the share extension and moved the WebRTC logic 8 months ago
Crypto Fixed a legacy group message decryption issue 7 months ago
Database Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
Jobs/Types Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
LibSession Fixed an issue where joinedAt wasn't getting set for legacy groups 8 months ago
Messages Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
Meta Refactored AppContext and AppRediness to Swift 1 year ago
Open Groups Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
Protos Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
Sending & Receiving Fixed an issue where joinedAt wasn't getting set for legacy groups 8 months ago
Shared Models Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
Utilities Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
Configuration.swift Additional bug fixes, log tweaks and update checking 10 months ago