Compare commits
No commits in common. "44ab31aebbbf8a4b4cf657c03c26693c65cdfba2" and "7600804aa19d2d9140a9f2e84f9ac05735a667c3" have entirely different histories.
44ab31aebb
...
7600804aa1
@ -4,8 +4,3 @@
|
|||||||
- Implement the Double Ratchet, X3DH and OMEMO specific bits
|
- Implement the Double Ratchet, X3DH and OMEMO specific bits
|
||||||
- Add a Blind-Trust-Before-Verification TrustManager
|
- Add a Blind-Trust-Before-Verification TrustManager
|
||||||
- Supported OMEMO version: 0.8.3
|
- Supported OMEMO version: 0.8.3
|
||||||
|
|
||||||
## 0.1.3
|
|
||||||
|
|
||||||
- Fix bug with the Double Ratchet causing only the initial message to be decryptable
|
|
||||||
- Expose `getDeviceMap` as a developer usable function
|
|
||||||
|
@ -26,10 +26,10 @@ Include `omemo_dart` in your `pubspec.yaml` like this:
|
|||||||
# [...]
|
# [...]
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
omemo_dart:
|
omemo_dart:
|
||||||
hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub
|
hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub
|
||||||
version: ^0.1.0
|
version: ^0.1.0
|
||||||
# [...]
|
# [...]
|
||||||
|
|
||||||
# [...]
|
# [...]
|
||||||
```
|
```
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: omemo_dart
|
name: omemo_dart
|
||||||
description: An XMPP library independent OMEMO library
|
description: An XMPP library independent OMEMO library
|
||||||
version: 0.1.3
|
version: 0.1.2
|
||||||
homepage: https://github.com/PapaTutuWawa/omemo_dart
|
homepage: https://github.com/PapaTutuWawa/omemo_dart
|
||||||
publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub
|
publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user