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/Utilities
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
..
AppReadiness.h Restructure 5 years ago
AppReadiness.m Make things compile again 5 years ago
Atomic.swift Started work on updated SOGS support 3 years ago
DeviceSleepManager.swift Make things compile again 5 years ago
ECKeyPair+Conversion.swift Started work on updated SOGS support 3 years ago
Environment.h handle access to selected photos & optimise the process of request photo library permission 4 years ago
Environment.m handle access to selected photos & optimise the process of request photo library permission 4 years ago
FixedWidthInteger+BigEndian.swift Partially implement receiving pipeline 5 years ago
FullTextSearchFinder.swift search for name and nickname 3 years ago
General.swift Refresh snode pool at least once a day 5 years ago
GeneralUtilities.h Reduce code duplication 4 years ago
GeneralUtilities.m Reduce code duplication 4 years ago
MessageInvalidator.swift Fix message updating race condition 4 years ago
MessageWrapper.swift Re-organize files 5 years ago
NSData+messagePadding.h Allow admins to leave & fix remaining issues 4 years ago
NSData+messagePadding.m Allow admins to leave & fix remaining issues 4 years ago
OWSAudioPlayer.h Added code to show a HTTP LinkPreview error 3 years ago
OWSAudioPlayer.m Added code to show a HTTP LinkPreview error 3 years ago
OWSAudioSession.swift Attempt to fix extensions 4 years ago
OWSBackgroundTask.h Restructure 5 years ago
OWSBackgroundTask.m Redesign conversation screen part 1 4 years ago
OWSDisappearingMessagesFinder.h Restructure 5 years ago
OWSDisappearingMessagesFinder.m Redesign conversation screen part 1 4 years ago
OWSIdentityManager.h Remove the Signal protocol 4 years ago
OWSIdentityManager.m Remove unused code 4 years ago
OWSIncomingMessageFinder.h Restructure 5 years ago
OWSIncomingMessageFinder.m Redesign conversation screen part 1 4 years ago
OWSMediaGalleryFinder.h Restructure 5 years ago
OWSMediaGalleryFinder.m Redesign conversation screen part 1 4 years ago
OWSPreferences.h fix notification preview type nested transaction crash 4 years ago
OWSPreferences.m fix notification preview type nested transaction crash 4 years ago
OWSSounds.h Make things compile again 5 years ago
OWSSounds.m Send read receipts again 5 years ago
OWSSounds.swift fix PN sound settings not applying to remote PNs 4 years ago
OWSWindowManager.h Make things compile again 5 years ago
OWSWindowManager.m Make things compile again 5 years ago
ProofOfWork.swift Cleanup and tweaks 3 years ago
ProtoUtils.h Restructure 5 years ago
ProtoUtils.m Rename profilePictureEncryptionKey → profileEncryptionKey 4 years ago
ProximityMonitoringManager.swift Remove unused code 4 years ago
SNProtoEnvelope+Conversion.swift Restructure 5 years ago
SSKEnvironment.h Remove the Signal protocol 4 years ago
SSKEnvironment.m Redesign conversation screen part 1 4 years ago
SSKIncrementingIdFinder.swift Restructure 5 years ago
SSKReachabilityManager.swift Restructure 5 years ago
Sodium+Utilities.swift Started work on updated SOGS support 3 years ago
ThreadUpdateBatcher.swift Batch thread updates 4 years ago
Threading.swift Further debug attachment sending 5 years ago
YapDatabaseConnection+OWS.h Remove the Signal protocol 4 years ago
YapDatabaseConnection+OWS.m Redesign conversation screen part 1 4 years ago
YapDatabaseTransaction+OWS.h Remove the Signal protocol 4 years ago
YapDatabaseTransaction+OWS.m Redesign conversation screen part 1 4 years ago