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/SignalUtilitiesKit
Morgan Pretty 2284375fc0 Started work on updated SOGS support
Split the OpenGroupAPIV2 into separate files
Started working on the new auth and blinded-id approaches (new auth working with un-blinded id suggesting blinded-id code is incorrect)
Updated the SOGS request/response types to use Codable
Updated the SOGS Request type to use enums instead of strings for keys (to reduce likelihood of typos breaking things)
Updated SessionMessagingKit to use Codable and JSONEncoder/JSONDecoder instead of the legacy JSONSerialization
Cleaned up some naming conventions in the SessionMessagingKit (calling a URLRequest body 'parameters' is very confusing...)
Removed the custom TSRequest class (just using standard URLRequest everywhere instead)
Added a number of extension functions to enable some more functional-coding styles
Added extensions to Sodium methods to allow scalar multiplication and the ability to hash providing a salt and a personalisation value (both needed for new SOGS auth)
Fixed an issue where the legacy auth for SOGS could crash due to threading issues (multiple threads accessing the same variable)
Fixed an issue where if you were in two rooms in a single SOGS and deleted one of them, the other room would stop getting updates as the server public key was getting removed
3 years ago
..
Database Built out the Message Request functionality 3 years ago
Media Viewing & Editing Fixed a couple of build errors due to merging dev 3 years ago
Messaging Started work on updated SOGS support 3 years ago
Meta WIP 4 years ago
Profile Pictures Updated the code to support additional session id prefixes 3 years ago
Screen Lock Re-organize files 4 years ago
Shared View Controllers Fix loader 4 years ago
Shared Views Re-organize files 4 years ago
Sharing Rename contactIdentifier → contactSessionID 4 years ago
To Do Rename profilePictureEncryptionKey → profileEncryptionKey 4 years ago
Utilities Merge branch 'dev' into feature/message-requests 3 years ago
Configuration.swift Delete V1 OGS & file server 4 years ago