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/General
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
..
AppContext.h Added initial support for sharing URLs and text 3 years ago
AppContext.m Re-organize files 4 years ago
Array+Utilities.swift Started work on updated SOGS support 3 years ago
BuildConfiguration.swift Re-organize files 4 years ago
Collection+Subscripting.swift Scroll to last unread message upon opening a conversation 4 years ago
Data+Utilities.swift Started work on updated SOGS support 3 years ago
Dictionary+Utilities.swift Started work on updated SOGS support 3 years ago
Features.swift Delete V1 OGS & file server 4 years ago
General.swift Fix spacing 4 years ago
IdPrefix.swift Started work on updated SOGS support 3 years ago
LRUCache.swift Re-organize files 4 years ago
Logging.swift include more info in logs 4 years ago
NSArray+Functional.h Re-organize files 4 years ago
NSArray+Functional.m Re-organize files 4 years ago
NSDate+Timestamp.h Re-organize files 4 years ago
NSDate+Timestamp.mm Re-organize files 4 years ago
NSNotificationCenter+OWS.h Re-organize files 4 years ago
NSNotificationCenter+OWS.m Re-organize files 4 years ago
NSRegularExpression+SSK.swift Re-organize files 4 years ago
NSString+SSK.h Re-organize files 4 years ago
NSString+SSK.m Re-organize files 4 years ago
NSTimer+Proxying.h Re-organize files 4 years ago
NSTimer+Proxying.m Re-organize files 4 years ago
NSUserDefaults+OWS.h Re-organize files 4 years ago
NSUserDefaults+OWS.m Re-organize files 4 years ago
OWSMath.h Re-organize files 4 years ago
ReusableView.swift Refactored SessionShareExtension code to Swift 3 years ago
SNUserDefaults.swift Built out the Message Request functionality 3 years ago
String+Encoding.swift Started work on updated SOGS support 3 years ago
String+Localization.swift Refactored SessionShareExtension code to Swift 3 years ago
String+SSK.swift Re-organize files 4 years ago
String+Trimming.swift Updated the code to support additional session id prefixes 3 years ago
UIDevice+featureSupport.swift Re-organize files 4 years ago
UIEdgeInsets.swift Implement multi device UI 4 years ago
UITableView+ReusableView.swift Refactored SessionShareExtension code to Swift 3 years ago
UIView+OWS.h Re-organize files 4 years ago
UIView+OWS.m Re-organize files 4 years ago
Weak.swift Re-organize files 4 years ago