124c997fa3
fix(moxxy): Fix dependency compatibility with moxxmpp and Moxxy
ci/woodpecker/push/woodpecker Pipeline failed
2024-09-29 18:47:38 +02:00
d02c2df160
release: Release 0.6.0
ci/woodpecker/tag/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-09-29 18:28:40 +02:00
1ffadcf583
fix: Update dependencies to run on Dart 3.5.1
ci/woodpecker/manual/woodpecker Pipeline failed
2024-09-29 18:23:49 +02:00
c626629ade
fix: Fix differences between example and newer versions
ci/woodpecker/push/woodpecker Pipeline failed
2023-12-10 13:22:20 +01:00
ed6dcbee7a
ci: Merge lint and test steps
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-08 00:10:45 +02:00
bdc05fec2b
ci: Use pubcached for pub.dev dependencies
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-22 19:52:54 +02:00
7eedee0094
docs: Add a CI badge
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-19 17:35:58 +02:00
14be1cb3ab
ci: Notify using XMPP
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-19 17:33:05 +02:00
8f50f54638
chore: Remove trailing dot from shortdesc
ci/woodpecker/manual/woodpecker Pipeline failed
2023-08-11 01:12:03 +02:00
fac23cc4e7
fix: Remove wrong support chat
2023-08-10 15:02:12 +02:00
9eabb35157
chore: Create a DOAP file
2023-08-10 14:52:03 +02:00
49c7e114e6
feat: Track new/replaced ratchets in the results
2023-06-20 16:27:24 +02:00
3c20d8ac56
release: Release 0.5.0
2023-06-18 21:27:40 +02:00
96ca643d26
Merge pull request #32 from PapaTutuWawa/rework
...
Rework omemo_dart to finally enable (hopefully) stable E2EE in Moxxy.
2023-06-18 21:25:36 +02:00
f54a90d5bb
docs: Add a reference to moxxmpp's OMEMO example
2023-06-18 21:24:50 +02:00
9214e964df
test: Test receiving an empty OMEMO message
2023-06-18 20:51:49 +02:00
8b91c07fb8
feat: Changes based on integration issues
2023-06-18 20:44:05 +02:00
499817313d
docs: Add missing note about OmemoDevice
2023-06-18 12:44:09 +02:00
b4241db9b6
fix: Remove unused imports
2023-06-17 23:31:16 +02:00
7f60140583
fix: Expose EncryptToJidError
2023-06-17 23:30:52 +02:00
ddb4483d4a
feat: Remove unused helper functions
2023-06-17 23:27:10 +02:00
c086579b57
feat: Minor changes
2023-06-17 23:23:41 +02:00
b986096aa0
feat: Take care of publishing
2023-06-17 23:14:00 +02:00
bb5ef414f2
feat: Removing ratchets also removed trust
2023-06-17 21:24:51 +02:00
207215cc5f
feat: Move the result type into moxlib
2023-06-17 21:22:16 +02:00
3829c6c11b
feat: Move all constants into their own file
2023-06-17 21:05:26 +02:00
4baf8187e1
feat: Remove the KEX timestamp from the double ratchet data
2023-06-17 21:02:03 +02:00
fe2b090ea0
feat: Replace isSuccessful with canSend
2023-06-17 20:58:33 +02:00
65c0975a77
feat: Each OPK now gets it's own unique id
2023-06-17 20:50:01 +02:00
234fee167f
fix: Fix some issues found by integrating
2023-06-17 20:32:06 +02:00
ed0701bdcd
feat: Remove locking from the BTBV trust manager
2023-06-17 17:47:07 +02:00
dad85b8467
feat: Implement deferred loading of ratchet data
2023-06-17 16:15:09 +02:00
4fb25a3ab7
feat: Stop overriding the BTBV manager
2023-06-17 15:21:11 +02:00
28e7ad59b0
feat: Remove events from the OmemoManager
2023-06-16 20:44:37 +02:00
e6c792a8ac
feat: DeviceListModifiedEvent now contains a delta
2023-06-16 20:13:30 +02:00
0b2d6f0a97
docs: Update example
2023-06-16 00:18:14 +02:00
4ed2d3dec3
docs: Improve docstrings
2023-06-15 22:46:37 +02:00
3d953f0acb
test: Test receiving a non-KEX message from an unknown device
2023-06-15 21:47:04 +02:00
b0bba4fe82
fix: Fix style issues
2023-06-15 21:20:24 +02:00
da11e60f79
feat: Re-introduce locking the ratchet map/device list
...
This makes the locking much more intelligent, allowing us
to encrypt to/decrypt from groups while still being able to
bypass the lock for unaffiliated JIDs.
2023-06-15 21:02:53 +02:00
6e734ec0c3
feat: Remove serialization code
2023-06-15 18:11:35 +02:00
6c301ab88f
feat: Guard against malformed ciphertext
2023-06-15 16:42:17 +02:00
f1ec8d1793
feat: Implement getting fingerprints
2023-06-15 16:18:45 +02:00
af33ed51d1
feat: Guard against invalid X3DH signatures
2023-06-15 16:07:23 +02:00
c7ded4c824
fix: Pass all tests
2023-06-15 15:54:32 +02:00
87a985fee0
fix: Fix ratchets going out of sync
2023-06-15 01:26:49 +02:00
c483585d0b
fix: Get basic tests working
2023-06-14 21:59:59 +02:00
f6f0e145cc
feat: Rework the double ratchet
2023-06-14 19:55:47 +02:00
d2558ea9fa
test: Test something with protobuf
2023-06-14 14:03:11 +02:00
50f6513c6f
feat: Remove custom protobuf parsing
2023-06-12 23:39:08 +02:00