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/SessionUtilitiesKit
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
..
Combine Number of fixes and tweaks related to the deadlock issue 8 months ago
Crypto Fixed a legacy group message decryption issue 7 months ago
Database Reworked unobserved change handling to try to resolve crash (regenerate changeset) 8 months ago
General Fixed a few issues found during QA 8 months ago
JobRunner Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
LibSession Clearing libSession logger when clearing data (seemed to cause crash) 8 months ago
Media Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
Meta Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
Networking Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
Utilities Fixed a few issues found during QA 8 months ago
Configuration.swift Reworked the libSession network to be instance based 12 months ago