app/src-tauri
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
..
capabilities feat: integrate notification functionality with Tauri plugin 2026-02-15 19:54:22 -05:00
icons started implementing core features (profiles, dms, servers, text/voice, settings, etc) 2026-02-14 19:54:55 -05:00
src feat: add IPC logging for all command invocations 2026-02-16 08:29:22 -05:00
.gitignore init commit 2026-02-13 18:12:13 -05:00
Cargo.lock feat: enhance DM search functionality and improve message loading 2026-02-15 22:46:59 -05:00
Cargo.toml feat: enhance DM search functionality and improve message loading 2026-02-15 22:46:59 -05:00
build.rs init commit 2026-02-13 18:12:13 -05:00
tauri.conf.json feat: add CommunitySettingsModal component for managing community settings 2026-02-15 18:45:36 -05:00