app/src-tauri/src
cloudwithax 197d8ec16c feat: add IPC logging for all command invocations
- Introduced a macro `ipc_log!` to log the invocation and result of Tauri IPC commands in the Rust backend.
- Updated existing commands in `dm.rs` and `identity.rs` to use the new logging macro.
- Wrapped the `invoke` function in the frontend to log all IPC calls and their results, including redacting sensitive arguments.
2026-02-16 08:29:22 -05:00
..
commands feat: add IPC logging for all command invocations 2026-02-16 08:29:22 -05:00
crdt feat: enhance DM search functionality and improve message loading 2026-02-15 22:46:59 -05:00
node feat: implement pending join role management for community invites 2026-02-15 23:17:44 -05:00
protocol feat: add GIF search and trending functionality with Tauri commands 2026-02-15 16:46:19 -05:00
storage feat: enhance DM search functionality and improve message loading 2026-02-15 22:46:59 -05:00
verification feat: enhance DM search functionality and improve message loading 2026-02-15 22:46:59 -05:00
dev_server.rs feat: implement pending join role management for community invites 2026-02-15 23:17:44 -05:00
lib.rs feat: implement pending join role management for community invites 2026-02-15 23:17:44 -05:00
main.rs init commit 2026-02-13 18:12:13 -05:00