Commit Graph
107 Commits
Author SHA1 Message Date
NanamiAdmin 5020d61780 chore: ignore binary files for super-frpc 2026-02-26 11:57:47 +08:00
NanamiAdmin 4e472e0145 refactor(logger): add individual log module 2026-02-26 11:56:35 +08:00
NanamiAdmin d76e28a358 refactor(routor): split routor from main.go 2026-02-26 09:24:33 +08:00
NanamiAdmin 275e08a1a5 refactor(handlers): extract request validation logic to new function
Extract the request validation logic from ValidateRequest into a new ValidateRequestWithBody function to allow passing pre-read request bodies. Update all handler functions to use the new validation function for consistency and to avoid duplicate body reading.
2026-02-23 19:56:16 +08:00
NanamiAdmin 39a4479203 docs: update README with detailed project documentation
Add comprehensive documentation including features, configuration, build/run instructions, API details, user permissions, and security requirements. The README now serves as complete project reference for users and developers.
2026-02-23 19:36:45 +08:00
NanamiAdmin 934190eebf feat: implement core functionality for super-frpc service
This commit introduces the core functionality for the super-frpc service including:
- Configuration management
- User authentication and authorization
- Database integration
- FRPC instance management
- API endpoints for user operations
- Token-based authentication system
- Password hashing and validation
2026-02-23 00:19:57 +08:00
NanamiAdmin 6bf143e69e Initial commit 2026-02-22 00:31:39 +08:00