Iuri Matias
c2d07941c5
use cpp types
2026-06-11 15:18:56 -04:00
Iuri Matias
8c7f0d1442
use refactored capability module
...
use refactored capability module
remove unneded comments
2026-06-11 13:14:00 -04:00
Iuri Matias and Copilot Autofix powered by AI
d142262436
Fix: F-007: add function to redact logged tokens ( #80 )
...
* add function to redact logged tokens
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-08 15:22:27 -04:00
Dario Lipicar
25c88f4d48
support non-local remote transports ( #57 )
...
* support non-local remote transports
* fix LogosResult
* allow getting client over specific transport
* fix ssl
* investiage ssl error
* pr comments
* allow transport set configuration on any module
* pr comments
* add docs
* pr comments
* propagate only non-qt dependencies
* restore ABI compatibility
2026-05-07 12:27:14 -03:00
Dario Lipicar
2a21637e02
fix async call crash ( #49 )
...
* fix async call crash
* add regression test
2026-04-10 10:39:14 -04:00
Dario Lipicar
8b1cfadf09
make async method calls truly async ( #48 )
...
* make async method calls truly async
* PR comments
2026-04-09 11:37:51 -03:00
Iuri Matias and Logos Workspace
4197ee1830
Finish Abstraction & Refactor (Ongoing) - part 1 ( #25 )
...
* refactor: abstract connection/transport; and clearly separate qt remote obj and qt local into separate implementations
* abstract qt remote registry
* add mock implementation; these serves to further test the abstraction but also useful for testing modules later
* use LogosObject instead of QObject
* abstract provider side
* updates to use new api
* re-add async api back
---------
Co-authored-by: Logos Workspace <logos@workspace.local >
2026-03-23 11:45:25 -04:00
Khushboo-dev-cpp
128180971c
feat: add auto support for async calls ( #21 )
2026-03-19 15:57:08 -04:00
Eric
a4bd66cd6e
add Logos instance id to registry url ( #20 )
...
Allows multiple Logos core instances to run on the same machine by giving appending a unique instance identifier to each registry url.
2026-03-16 10:43:39 -04:00
Vedran
5c49a0d6a4
fix: redact sensitive data from debug logs ( #18 )
...
Remove logging of method arguments. It may contain private keys,
DB passwords, auth tokens, and token values. Log only method
names and argument counts for debugging.
- https://github.com/status-im/infra-logos/issues/1
2026-02-25 09:15:39 -05:00
Iuri Matias
a8b2d5b083
fixes issue with two int parameters at the end by making timeout a special type
2025-12-11 13:40:41 -05:00
Iuri Matias
c754c83f27
add support for a 'local' mode that does not use separate processes. required for some platforms such as mobile.
...
support local mode
some refactor
some refactor
2025-12-02 13:21:23 -05:00
Iuri Matias
65aa4a1b24
feat: move logos-cpp-sdk to its own repo
2025-09-30 14:56:47 -04:00