aboutsummaryrefslogtreecommitdiff
path: root/xcode
AgeCommit message (Expand)Author
2018-06-27OLMAccount: Fix use of object after its memory was releasedmanuroe
2018-06-27Update Xcode test projectmanuroe
2018-06-27Fix obj-c warningsmanuroe
2017-02-27OLMKit: Fixed type of messageIndex argument in exportSessionAtMessageIndexGreg Hughes
2017-01-18OLMKit: Change OLMKitVersionString from a C function to an Obj-C static methodAvery Pierce
2017-01-17Merge pull request #44 from matrix-org/manuroe/olmkit-backupRichard van der Hoff
2017-01-17OLMKit: Reset intermediate buffer to zeroesmanuroe
2017-01-17OLMKit: Add wrappers for export/import of inbound group sessionsmanuroe
2017-01-14Strip down to Foundation (no need to include UIKit or Cocoa)Avery Pierce
2017-01-14Add macOS support to the PodspecAvery Pierce
2016-12-20OLMKit: More zeroingmanuroe
2016-12-19OLMKit: Reset intermediate buffers to zeroesmanuroe
2016-11-24OLMKit: Make returned NSError provide the raw olm error string (ex:"UNKNOWN_M...manuroe
2016-11-18OLMKit: Fixed warnings in objc wrappermanuroe
2016-11-17OLMKit: Update Copyrightsmanuroe
2016-11-17OLMKit: Improve wordingmanuroe
2016-11-17OLMKit: Podfile.lock++manuroe
2016-11-14OLMKit: Add missing implementations for matchesInboundSession matchesInboundS...olmkit-v2.0.0manuroe
2016-11-14OLMKit: Fix warning in OLMUtilitymanuroe
2016-11-14OLMKit: Fixed type-cast of messageIndex of [OLMInboundGroupSession decryptMes...manuroe
2016-11-14OLMKit: Replaced NSAsserts by NSErrorsmanuroe
2016-11-07OLMKit: Update obj-c wrapper to 2.0.0manuroe
2016-10-17OLMKit: Add [OLMUtility sha256:]manuroe
2016-10-14OLMKit: Add signature testsmanuroe
2016-10-13OLMKit: Renamed [OLMAccount markKeysAsPublished] into [OLMAccount markOneTime...manuroe
2016-10-11OLMKit: Fixed typo in testmanuroe
2016-10-10OLMKit: Add tests for OLMInboundGroupSession and OLMOutboundGroupSessionmanuroe
2016-10-10OLMKit: Add megolm api: OLMInboundGroupSession and OLMOutboundGroupSessionmanuroe
2016-09-30OLMKit: OLMAccount: Replace a olm_session_last_error by olm_account_last_errormanuroe
2016-09-28OLMKit: Add [OLMUtility ed25519Verify]manuroe
2016-09-28OLMKit: Use the same version as libolmmanuroe
2016-09-28OLMKit: Implement missing [OLMAccount signMessage:]manuroe
2016-09-27OLMKit: Make the project buildmanuroe
2016-04-13OLMAccount and OLMSession serializationChris Ballinger
2016-04-09Initial test passingChris Ballinger
2016-04-08Xcode, podspec, wrapperChris Ballinger