| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-30 | Change auth_member to return MemberId on success | 魏曹先生 | |
| The authentication function now returns the authenticated member's ID instead of just () when successful. This provides callers with access to the authenticated member's identity for subsequent operations. | |||
| 2025-10-29 | Update actions.rs | 魏曹先生 | |
| 2025-10-06 | Create vcs_actions crate for client-server interaction logic | 魏曹先生 | |
| - Add new crate to combine action_system and vcs_data functionality - Define dependencies on both action_system and vcs_data crates - Prepare structure for implementing client-server communication logic | |||
