Jazz Turner-Baggs
97eacc01a7
Componentize logos delivery ( #148 )
...
* Move logos_delivery to components
Rename components
update deps
WIP
Remove requirement for build.rs in chat-cli
fix imports
update linux flake
Linter fixes
fix build in linux
* Update docs
* Blankspace fix
2026-06-26 10:05:28 -07:00
Jazz Turner-Baggs
960d0bc119
DeMLS Integration ( #134 )
...
* Add WakeupService
* Move Id to trait
* Add GroupV2
* Add convo cache
* Add TestHarness
* Instrument call paths
* Downgrade Ciphersuite
* Update imports
* cleanups
* Add Wakeups to Client
* fix: protoc dependency for ci
* fix: nix hash
* Remove save_conversation for v2
* PR comments
2026-06-15 13:15:18 -07:00
kaichao
cd7dd6a330
feat: http server based key package registry ( #124 )
...
* feat: http server based key package registry
* chore: instructions on running the registration service
* chore: remove duplicate post param
* chore: revert out sourced account id for multi devices support
* feat: signature on account id and key packages
* chore: include http registry in contact registry module
* refactor: use device id for retrieve key package
* chore: use string for device id
* feat: server verification on the register
* chore: doc the smoke test
* chore: fix data folder non exist
* chore: use payload for register and retrieve
* chore: fix clippy
2026-06-04 10:09:29 +08:00
Jazz Turner-Baggs
b7888c1a70
Dependency cleanup ( #100 )
...
* Sort all Cargo.toml deps for less conflicts
* Move relative path deps to workspace
* Standardize workspace imports
* Rename ‘client’ to ‘logos-chat’
* Cleanups
2026-05-20 13:18:25 -07:00
Jazz Turner-Baggs
3245498438
Add GroupV1 + InboxV2 ( #92 )
...
* Add GroupV1
* Clean warnings
* Remove dead test
* Re-use components in integration tests
* Remove deadcode
* undo import fixes
* tidy
* Update Accounts + service_traits
* Remove ClientCtx
* Remove duplicate test_utils
* Wrap constructor in result
* Warning fixups
* Appease clippy
* Update comments
* Update todo
* Clean up warnings
* Avoid panic
* Fix libchat import in chat-cli
* Add InboxV2 comment
* Add comments to GroupV1Convo
* Update doc comments
* reduce visibility
* Doc Integration tests
* Hashlen update
* remove type alias for ProtocolParams
* Remove stray printlines
* Review fixes
* PR review changes
* Add trait comments
* chat_proto import paths
* PR Feedback fixes
* Update CliClient
* Update CLI DeliveryService impls
2026-05-19 11:54:54 -07:00