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/Messaging
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
..
Sending & Receiving Started work on updated SOGS support 3 years ago
BlockListCache.swift Rename contactIdentifier → contactSessionID 4 years ago
BlockListUIUtils.h Re-organize files 4 years ago
BlockListUIUtils.m Fixed a couple of crashes 3 years ago
ConversationStyle.swift Redesign conversation screen part 1 4 years ago
DisappearingTimerConfigurationView.swift Re-organize files 4 years ago
FullTextSearcher.swift add note to self to the default global search screen with empty search text 3 years ago
OWSFailedAttachmentDownloadsJob.h Re-organize files 4 years ago
OWSFailedAttachmentDownloadsJob.m Re-organize files 4 years ago
OWSFailedMessagesJob.h Re-organize files 4 years ago
OWSFailedMessagesJob.m Re-organize files 4 years ago
OWSMessageUtils.h Restructure 5 years ago
OWSMessageUtils.m Built out the Message Request functionality 3 years ago
OWSUnreadIndicator.h Re-organize files 4 years ago
OWSUnreadIndicator.m Re-organize files 4 years ago
ThreadViewModel.swift fix a deadlock issue 3 years ago